@social-mail/social-mail-client 1.8.146 → 1.8.148
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 +2 -2
- 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.js +0 -1
- 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 +2 -2
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +15 -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/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts +1 -0
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +13 -0
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/editor/WebSitePageEditor.tsx +1 -1
- package/src/site-editor/editor/webComponentsPath.ts +2 -1
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +12 -0
|
@@ -27440,9 +27440,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27440
27440
|
type: "string",
|
|
27441
27441
|
display: "Alt"
|
|
27442
27442
|
}, {
|
|
27443
|
-
name: "
|
|
27443
|
+
name: "render-size",
|
|
27444
27444
|
type: "number",
|
|
27445
|
-
display: "
|
|
27445
|
+
display: "Render Size"
|
|
27446
27446
|
}]);
|
|
27447
27447
|
addAttributes(win.HTMLVideoElement, () => [{
|
|
27448
27448
|
name: "src",
|