@social-mail/social-mail-client 1.8.145 → 1.8.147
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 +4 -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 +4 -0
- package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +5 -1
- 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/templates/ChooseWebSiteTemplatePage.js +1 -1
- package/dist/site-editor-app/pages/websites/templates/ChooseWebSiteTemplatePage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/editor/webComponentsPath.ts +1 -0
- package/src/site-editor-app/pages/websites/templates/ChooseWebSiteTemplatePage.tsx +1 -1
|
@@ -27439,6 +27439,10 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
27439
27439
|
name: "alt",
|
|
27440
27440
|
type: "string",
|
|
27441
27441
|
display: "Alt"
|
|
27442
|
+
}, {
|
|
27443
|
+
name: "render-size",
|
|
27444
|
+
type: "number",
|
|
27445
|
+
display: "Render Size"
|
|
27442
27446
|
}, {
|
|
27443
27447
|
name: "height",
|
|
27444
27448
|
type: "number",
|