@social-mail/social-mail-client 1.8.293 → 1.8.295
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/admin/AdminAppIndex.pack.js +3 -1
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/pages/websites/detail/WebSiteDetail.js +3 -1
- package/dist/common/pages/websites/detail/WebSiteDetail.js.map +1 -1
- package/dist/site-editor/editor/SelectedElement.d.ts.map +1 -1
- package/dist/site-editor/editor/SelectedElement.js +4 -2
- package/dist/site-editor/editor/SelectedElement.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +7 -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/dist/web/AppIndex.pack.js +3 -1
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/pages/websites/detail/WebSiteDetail.tsx +1 -1
- package/src/site-editor/editor/SelectedElement.tsx +4 -2
|
@@ -45099,7 +45099,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
45099
45099
|
href: AppUrlService.editWebSite(this.site),
|
|
45100
45100
|
target: `_web_${this.site.folderID}`
|
|
45101
45101
|
}), XNode.create(InlinePopupButton, {
|
|
45102
|
-
popup: () => XNode.create("div",
|
|
45102
|
+
popup: () => XNode.create("div", {
|
|
45103
|
+
"data-layout": "vertical-flex-stretch-items"
|
|
45104
|
+
}, " ", ...this.site.hosts.map(h => XNode.create("a", {
|
|
45103
45105
|
href: `https://${h.host}`,
|
|
45104
45106
|
target: "_blank"
|
|
45105
45107
|
}, h.host))),
|