File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 </ExtensionList >
88 <ExecutionEnvironment >
99 <HostList >
10- <!-- Uncomment Host tags according to the apps you want your panel to support -->
1110 <!-- Photoshop -->
1211 <Host Name =" PHXS" Version =" 14.0" />
1312 <Host Name =" PHSP" Version =" 14.0" />
14- <!-- Illustrator -->
15- <!-- <Host Name="ILST" Version="[17.0,17.9]" /> -->
16- <!-- InDesign -->
17- <!-- <Host Name="IDSN" Version="[9.1,10.0]" /> -->
18- <!-- Premiere -->
19- <!-- <Host Name="PPRO" Version="[7.0,7.9]" /> -->
20- <!-- PRELUDE -->
21- <!-- <Host Name="PRLD" Version="[2.0,2.9]" /> -->
22- <!-- FLASH Pro -->
23- <!-- <Host Name="FLPR" Version="[13.1,13.9]" /> -->
13+
2414 </HostList >
2515 <LocaleList >
2616 <Locale Code =" All" />
Original file line number Diff line number Diff line change 11{
22 "name" : " griddify" ,
33 "private" : " true" ,
4- "version" : " 1.0.0-beta.1 " ,
4+ "version" : " 1.0.0-beta.3 " ,
55 "description" : " A tiny photoshop panel to make guides and grids" ,
66 "main" : " index.js" ,
77 "scripts" : {
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ require './griddify'
44
55require ' ./divide'
66
7- require ' ./wrap'
8-
7+ require ' ./wrap'
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ panel.updateNotifier.init
1010
1111 version : version
1212
13- hub : " http://gelobi.org/griddify/updateHub/"
13+ channel : " beta"
14+
15+ hub : " http://gelobi.org/griddify/updateHub2/"
1416
1517 updateUrl : " http://gelobi.org/griddify"
1618
Original file line number Diff line number Diff line change 1- @import " ../../node_modules/photoshopjs-panel/styles/css/panel.css"
2-
31.fittableButton
42
53 .size-small &
64
7- width : 54px
5+ width : 54px ! important
86
97 .size-medium &
108
11- width : 60px
12-
13- .size-big &
9+ width : 60px !important
1410
15- width : 70 px
11+ .size-large &
1612
13+ width : 70px !important
1714
18- // @import "../../node_modules/photoshopjs-panel/styles/sass /panel"
15+ @import " ../../node_modules/photoshopjs-panel/styles/css /panel.css "
You can’t perform that action at this time.
0 commit comments