@social-mail/social-mail-client 1.8.38 → 1.8.40

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.
Files changed (28) hide show
  1. package/dist/public/channel/ChannelApp.pack.js +1 -0
  2. package/dist/public/channel/ChannelApp.pack.js.map +1 -1
  3. package/dist/public/channel/ChannelApp.pack.min.js +1 -1
  4. package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
  5. package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
  6. package/dist/site-editor/editor/webComponentsPath.js +1 -0
  7. package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
  8. package/dist/site-editor/properties/groups/AnimateGroupEditor.d.ts.map +1 -1
  9. package/dist/site-editor/properties/groups/AnimateGroupEditor.js +25 -38
  10. package/dist/site-editor/properties/groups/AnimateGroupEditor.js.map +1 -1
  11. package/dist/site-editor/suggestions/editorSuggestions.d.ts +3 -15
  12. package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
  13. package/dist/site-editor/suggestions/properties/animations/animations.d.ts +3 -15
  14. package/dist/site-editor/suggestions/properties/animations/animations.d.ts.map +1 -1
  15. package/dist/site-editor/suggestions/properties/animations/animations.js +24 -6
  16. package/dist/site-editor/suggestions/properties/animations/animations.js.map +1 -1
  17. package/dist/site-editor-app/SiteEditorApp.pack.js +50 -44
  18. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  19. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  20. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/package.json +1 -1
  23. package/src/site-editor/editor/webComponentsPath.ts +2 -0
  24. package/src/site-editor/properties/groups/AnimateGroupEditor.tsx +42 -41
  25. package/src/site-editor/suggestions/properties/animations/animations.ts +6 -6
  26. package/styler-lite/styler.css +1 -1
  27. package/styler-lite/styler.css.map +1 -1
  28. package/styler-lite/styles/animations/animations.css +31 -21
@@ -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();