@social-mail/social-mail-client 1.8.163 → 1.8.165
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 +6 -1
- 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/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +15 -2
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.js +6 -1
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +21 -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/editor/HtmlPageEditor.tsx +15 -2
- package/src/site-editor/editor/webComponentsPath.ts +2 -1
|
@@ -27577,9 +27577,14 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27577
27577
|
type: "image",
|
|
27578
27578
|
display: "Poster"
|
|
27579
27579
|
}, {
|
|
27580
|
-
name: "autoplay",
|
|
27580
|
+
name: "original-autoplay",
|
|
27581
27581
|
type: "boolean",
|
|
27582
27582
|
display: "Auto Play"
|
|
27583
|
+
}, {
|
|
27584
|
+
name: "original-preload",
|
|
27585
|
+
type: "enum",
|
|
27586
|
+
display: "Preload",
|
|
27587
|
+
values: ["auto", "metadata", "none"]
|
|
27583
27588
|
}, {
|
|
27584
27589
|
name: "loop",
|
|
27585
27590
|
type: "boolean",
|