@social-mail/social-mail-client 1.8.37 → 1.8.39
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/public/channel/ChannelApp.pack.js +1 -0
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.js +1 -0
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor/properties/groups/AnimateGroupEditor.d.ts.map +1 -1
- package/dist/site-editor/properties/groups/AnimateGroupEditor.js +25 -38
- package/dist/site-editor/properties/groups/AnimateGroupEditor.js.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/animations.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/animations.js +21 -0
- package/dist/site-editor/suggestions/properties/animations/animations.js.map +1 -1
- package/dist/site-editor/suggestions/properties/grid.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/grid.js +2 -2
- package/dist/site-editor/suggestions/properties/grid.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +49 -40
- 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/editor/webComponentsPath.ts +2 -0
- package/src/site-editor/properties/groups/AnimateGroupEditor.tsx +37 -41
- package/src/site-editor/suggestions/properties/animations/animations.ts +3 -0
- package/src/site-editor/suggestions/properties/grid.ts +11 -7
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styler.css.map +1 -1
- package/styler-lite/styles/layouts/column-2.css +1 -2
|
@@ -26906,6 +26906,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
26906
26906
|
const cssUrl = location.protocol + path + "/dist/editable.css";
|
|
26907
26907
|
const win = doc.defaultView;
|
|
26908
26908
|
win["__web_components_css_path__"] = cssUrl;
|
|
26909
|
+
win["__editing"] = true;
|
|
26909
26910
|
frame.sandbox.add("allow-scripts");
|
|
26910
26911
|
const text = yield FetchBuilder.get(url).asText();
|
|
26911
26912
|
const proxy = new CustomElementsProxy();
|