@social-mail/social-mail-client 1.8.216 → 1.8.218
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 +8 -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/WebSitePageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/WebSitePageEditor.js +3 -0
- package/dist/site-editor/editor/WebSitePageEditor.js.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.d.ts.map +1 -1
- package/dist/site-editor/editor/webComponentsPath.js +8 -0
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +11 -0
- 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/WebSitePageEditor.tsx +3 -0
- package/src/site-editor/editor/webComponentsPath.ts +2 -1
|
@@ -27583,6 +27583,14 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27583
27583
|
name: "render-size",
|
|
27584
27584
|
type: "number",
|
|
27585
27585
|
display: "Render Size"
|
|
27586
|
+
}, {
|
|
27587
|
+
name: "width",
|
|
27588
|
+
type: "number",
|
|
27589
|
+
display: "Width"
|
|
27590
|
+
}, {
|
|
27591
|
+
name: "height",
|
|
27592
|
+
type: "number",
|
|
27593
|
+
display: "Height"
|
|
27586
27594
|
}]);
|
|
27587
27595
|
addAttributes(win.HTMLVideoElement, () => [{
|
|
27588
27596
|
name: "src",
|