@social-mail/social-mail-client 1.8.367 → 1.8.368
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/ImageEditor.js +1 -1
- package/dist/site-editor/properties/groups/ImageEditor.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -1
- 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/ImageEditor.tsx +1 -1
|
@@ -4,7 +4,7 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
4
4
|
var XNode, BindEditor, DropDownProperty, ExpanderPropertyEditor;
|
|
5
5
|
function ImageEditor() {
|
|
6
6
|
return XNode.create(ExpanderPropertyEditor, {
|
|
7
|
-
"style-display": BindEditor.oneWay(x => /^(img$|
|
|
7
|
+
"style-display": BindEditor.oneWay(x => /^(img$|video)/i.test(x.selection.name)),
|
|
8
8
|
label: "Image"
|
|
9
9
|
}, XNode.create(DropDownProperty, {
|
|
10
10
|
label: "Object Fit",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ImageEditor","XNode","create","ExpanderPropertyEditor","BindEditor","oneWay","x","test","selection","name","label","DropDownProperty","attributeName","_export","setters","_webAtomsCoreDistCoreXNode","default","_controlsPropertyEditor","execute"],"sources":["../../../../src/site-editor/properties/groups/ImageEditor.tsx"],"sourcesContent":[null],"mappings":";;;;EAGc,SAAUA,WAAWA,CAAA;IAC/B,OAAOC,KAAA,CAAAC,MAAA,CAACC,sBAAsB;MAAA,iBACXC,UAAU,CAACC,MAAM,CAAEC,CAAC,IAAK,
|
|
1
|
+
{"version":3,"names":["ImageEditor","XNode","create","ExpanderPropertyEditor","BindEditor","oneWay","x","test","selection","name","label","DropDownProperty","attributeName","_export","setters","_webAtomsCoreDistCoreXNode","default","_controlsPropertyEditor","execute"],"sources":["../../../../src/site-editor/properties/groups/ImageEditor.tsx"],"sourcesContent":[null],"mappings":";;;;EAGc,SAAUA,WAAWA,CAAA;IAC/B,OAAOC,KAAA,CAAAC,MAAA,CAACC,sBAAsB;MAAA,iBACXC,UAAU,CAACC,MAAM,CAAEC,CAAC,IAAK,gBAAgB,CAACC,IAAI,CAACD,CAAC,CAACE,SAAS,CAACC,IAAI,CAAC,CAAC;MAChFC,KAAK,EAAC;IAAO,GACbT,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,YAAY;MAClBE,aAAa,EAAC;IAAmB,EAC/B,EACNX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,aAAa;MACnBE,aAAa,EAAC;IAA0B,EACtC,EACNX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,WAAW;MACjBE,aAAa,EAAC;IAAwB,EACpC,EACNX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,YAAY;MAClBE,aAAa,EAAC;IAAyB,EACrC,EACNX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,iBAAiB;MACvBE,aAAa,EAAC;IAAwB,EAAE,EAC5CX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,2BAA2B;MACjCE,aAAa,EAAC;IAAgC,EAAE,EACpDX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,0BAA0B;MAChCE,aAAa,EAAC;IAA+B,EAAE,EACnDX,KAAA,CAAAC,MAAA,CAACS,gBAAgB;MACbD,KAAK,EAAC,0BAA0B;MAChCE,aAAa,EAAC;IAA+B,EAAE,CAC9B;EAC7B;EAACC,OAAA,YAjCuBb,WAAW;EAAA;IAAAc,OAAA,aAAAC,0BAAA;MAH5Bd,KAAK,GAAAc,0BAAA,CAAAC,OAAA;IAAA,aAAAC,uBAAA;MACHb,UAAU,GAAAa,uBAAA,CAAVb,UAAU;MAAEO,gBAAgB,GAAAM,uBAAA,CAAhBN,gBAAgB;MAAER,sBAAsB,GAAAc,uBAAA,CAAtBd,sBAAsB;IAAA;IAAAe,OAAA,WAAAA,CAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -50635,7 +50635,7 @@ System.register(["@web-atoms/core/dist/core/XNode", "../controls/PropertyEditor"
|
|
|
50635
50635
|
var XNode, BindEditor, DropDownProperty, ExpanderPropertyEditor;
|
|
50636
50636
|
function ImageEditor() {
|
|
50637
50637
|
return XNode.create(ExpanderPropertyEditor, {
|
|
50638
|
-
"style-display": BindEditor.oneWay(x => /^(img$|
|
|
50638
|
+
"style-display": BindEditor.oneWay(x => /^(img$|video)/i.test(x.selection.name)),
|
|
50639
50639
|
label: "Image"
|
|
50640
50640
|
}, XNode.create(DropDownProperty, {
|
|
50641
50641
|
label: "Object Fit",
|