@social-mail/social-mail-client 1.8.202 → 1.8.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/site-editor/properties/groups/MaskGroupEditor.js +3 -3
- package/dist/site-editor/properties/groups/MaskGroupEditor.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +3 -3
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/properties/groups/MaskGroupEditor.tsx +3 -3
|
@@ -10,13 +10,13 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
10
10
|
name: "mask-image"
|
|
11
11
|
}), XNode.create(DropDownProperty, {
|
|
12
12
|
label: "Position",
|
|
13
|
-
|
|
13
|
+
attributeName: "styler-mask-position"
|
|
14
14
|
}), XNode.create(DropDownProperty, {
|
|
15
15
|
label: "Repeat",
|
|
16
|
-
|
|
16
|
+
attributeName: "styler-mask-repeat"
|
|
17
17
|
}), XNode.create(DropDownProperty, {
|
|
18
18
|
label: "Size",
|
|
19
|
-
|
|
19
|
+
attributeName: "styler-mask-size"
|
|
20
20
|
}));
|
|
21
21
|
}
|
|
22
22
|
_export("default", MaskGroupEditor);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["MaskGroupEditor","XNode","create","ExpanderPropertyEditor","label","StyleFileEditor","name","DropDownProperty","_export","setters","_webAtomsCoreDistCoreXNode","default","_controlsPropertyEditor","_controlsStyleFileEditor","execute"],"sources":["../../../../src/site-editor/properties/groups/MaskGroupEditor.tsx"],"sourcesContent":[null],"mappings":";;;;EAIc,SAAUA,eAAeA,CAAA;IACnC,OAAOC,KAAA,CAAAC,MAAA,CAACC,sBAAsB;MAACC,KAAK,EAAC;IAAM,GACvCH,KAAA,CAAAC,MAAA,CAACG,eAAe;MACZD,KAAK,EAAC,OAAO;MACbE,IAAI,EAAC;IAAY,EACf,EACNL,KAAA,CAAAC,MAAA,CAACK,gBAAgB;MACbH,KAAK,EAAC,UAAU;
|
|
1
|
+
{"version":3,"names":["MaskGroupEditor","XNode","create","ExpanderPropertyEditor","label","StyleFileEditor","name","DropDownProperty","attributeName","_export","setters","_webAtomsCoreDistCoreXNode","default","_controlsPropertyEditor","_controlsStyleFileEditor","execute"],"sources":["../../../../src/site-editor/properties/groups/MaskGroupEditor.tsx"],"sourcesContent":[null],"mappings":";;;;EAIc,SAAUA,eAAeA,CAAA;IACnC,OAAOC,KAAA,CAAAC,MAAA,CAACC,sBAAsB;MAACC,KAAK,EAAC;IAAM,GACvCH,KAAA,CAAAC,MAAA,CAACG,eAAe;MACZD,KAAK,EAAC,OAAO;MACbE,IAAI,EAAC;IAAY,EACf,EACNL,KAAA,CAAAC,MAAA,CAACK,gBAAgB;MACbH,KAAK,EAAC,UAAU;MAChBI,aAAa,EAAC;IAAsB,EAClC,EACNP,KAAA,CAAAC,MAAA,CAACK,gBAAgB;MACbH,KAAK,EAAC,QAAQ;MACdI,aAAa,EAAC;IAAoB,EAChC,EACNP,KAAA,CAAAC,MAAA,CAACK,gBAAgB;MACbH,KAAK,EAAC,MAAM;MACZI,aAAa,EAAC;IAAkB,EAC9B,CACe;EAE7B;EAACC,OAAA,YApBuBT,eAAe;EAAA;IAAAU,OAAA,aAAAC,0BAAA;MAJhCV,KAAK,GAAAU,0BAAA,CAAAC,OAAA;IAAA,aAAAC,uBAAA;MACHN,gBAAgB,GAAAM,uBAAA,CAAhBN,gBAAgB;MAAEJ,sBAAsB,GAAAU,uBAAA,CAAtBV,sBAAsB;IAAA,aAAAW,wBAAA;MAC1CT,eAAe,GAAAS,wBAAA,CAAAF,OAAA;IAAA;IAAAG,OAAA,WAAAA,CAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -34246,13 +34246,13 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
34246
34246
|
name: "mask-image"
|
|
34247
34247
|
}), XNode.create(DropDownProperty, {
|
|
34248
34248
|
label: "Position",
|
|
34249
|
-
|
|
34249
|
+
attributeName: "styler-mask-position"
|
|
34250
34250
|
}), XNode.create(DropDownProperty, {
|
|
34251
34251
|
label: "Repeat",
|
|
34252
|
-
|
|
34252
|
+
attributeName: "styler-mask-repeat"
|
|
34253
34253
|
}), XNode.create(DropDownProperty, {
|
|
34254
34254
|
label: "Size",
|
|
34255
|
-
|
|
34255
|
+
attributeName: "styler-mask-size"
|
|
34256
34256
|
}));
|
|
34257
34257
|
}
|
|
34258
34258
|
_export("default", MaskGroupEditor);
|