@social-mail/social-mail-client 1.8.211 → 1.8.212

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.
Files changed (64) hide show
  1. package/dist/admin/AdminAppIndex.pack.js +2 -2
  2. package/dist/admin/AdminAppIndex.pack.js.map +1 -1
  3. package/dist/admin/AdminAppIndex.pack.min.js +1 -1
  4. package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
  5. package/dist/code-editor/{HtmlCodeEditorWindow.d.ts → html/HtmlCodeEditorWindow.d.ts} +1 -1
  6. package/dist/code-editor/html/HtmlCodeEditorWindow.d.ts.map +1 -0
  7. package/dist/code-editor/{HtmlCodeEditorWindow.js → html/HtmlCodeEditorWindow.js} +6 -6
  8. package/dist/code-editor/html/HtmlCodeEditorWindow.js.map +1 -0
  9. package/dist/code-editor/svg/SvgCodeEditorWindow.d.ts +22 -0
  10. package/dist/code-editor/svg/SvgCodeEditorWindow.d.ts.map +1 -0
  11. package/dist/code-editor/svg/SvgCodeEditorWindow.js +123 -0
  12. package/dist/code-editor/svg/SvgCodeEditorWindow.js.map +1 -0
  13. package/dist/code-editor/svg/SvgCodeEditorWindow.local.css +2 -0
  14. package/dist/code-editor/svg/SvgCodeEditorWindow.local.css.map +1 -0
  15. package/dist/common/pages/websites/detail/WebSiteDetail.d.ts.map +1 -1
  16. package/dist/common/pages/websites/detail/WebSiteDetail.js +2 -1
  17. package/dist/common/pages/websites/detail/WebSiteDetail.js.map +1 -1
  18. package/dist/common/pages/websites/list/WebSiteListPage.d.ts.map +1 -1
  19. package/dist/common/pages/websites/list/WebSiteListPage.js +0 -1
  20. package/dist/common/pages/websites/list/WebSiteListPage.js.map +1 -1
  21. package/dist/site-editor/editor/BreadCrum.d.ts +1 -1
  22. package/dist/site-editor/editor/BreadCrum.d.ts.map +1 -1
  23. package/dist/site-editor/{styles/bread-crum.local.css → editor/BreadCrum.global.css} +2 -2
  24. package/dist/site-editor/editor/BreadCrum.global.css.map +1 -0
  25. package/dist/site-editor/editor/BreadCrum.js +9 -3
  26. package/dist/site-editor/editor/BreadCrum.js.map +1 -1
  27. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  28. package/dist/site-editor/editor/HtmlPageEditor.js +11 -0
  29. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  30. package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
  31. package/dist/site-editor/editor/UndoRedo.js +11 -8
  32. package/dist/site-editor/editor/UndoRedo.js.map +1 -1
  33. package/dist/site-editor/menus/commands/EditElement.js +3 -3
  34. package/dist/site-editor/menus/commands/EditElement.js.map +1 -1
  35. package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
  36. package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
  37. package/dist/site-editor-app/SiteEditorApp.pack.js +44 -24
  38. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  39. package/dist/site-editor-app/SiteEditorApp.pack.local.css +1 -1
  40. package/dist/site-editor-app/SiteEditorApp.pack.local.css.map +1 -1
  41. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  42. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  43. package/dist/tsconfig.tsbuildinfo +1 -1
  44. package/dist/web/AppIndex.pack.js +2 -2
  45. package/dist/web/AppIndex.pack.js.map +1 -1
  46. package/dist/web/AppIndex.pack.min.js +1 -1
  47. package/dist/web/AppIndex.pack.min.js.map +1 -1
  48. package/package.json +1 -1
  49. package/src/code-editor/{HtmlCodeEditorWindow.tsx → html/HtmlCodeEditorWindow.tsx} +2 -2
  50. package/src/code-editor/svg/SvgCodeEditorWindow.local.css +5 -0
  51. package/src/code-editor/svg/SvgCodeEditorWindow.tsx +108 -0
  52. package/src/common/pages/websites/detail/WebSiteDetail.tsx +4 -1
  53. package/src/common/pages/websites/list/WebSiteListPage.tsx +0 -1
  54. package/src/site-editor/{styles/bread-crum.local.css → editor/BreadCrum.global.css} +85 -82
  55. package/src/site-editor/editor/BreadCrum.tsx +8 -2
  56. package/src/site-editor/editor/HtmlPageEditor.tsx +13 -52
  57. package/src/site-editor/editor/UndoRedo.tsx +10 -6
  58. package/src/site-editor/menus/commands/EditElement.tsx +1 -1
  59. package/styler-lite/styler.css +1 -1
  60. package/styler-lite/styler.css.map +1 -1
  61. package/styler-lite/styles/properties/invisible/invisible.css +6 -0
  62. package/dist/code-editor/HtmlCodeEditorWindow.d.ts.map +0 -1
  63. package/dist/code-editor/HtmlCodeEditorWindow.js.map +0 -1
  64. package/dist/site-editor/styles/bread-crum.local.css.map +0 -1
@@ -43983,7 +43983,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
43983
43983
  this.footerRenderer = () => XNode.create("div", {
43984
43984
  "data-layout": "header-row"
43985
43985
  }, XNode.create(EditIconTextButton, {
43986
- href: AppUrlService.editWebSite(this.site)
43986
+ href: AppUrlService.editWebSite(this.site),
43987
+ target: `_web_${this.site.folderID}`
43987
43988
  }), XNode.create(InlinePopupButton, {
43988
43989
  popup: () => XNode.create("div", null, " ", ...this.site.hosts.map(h => XNode.create("a", {
43989
43990
  href: `https://${h.host}`,
@@ -44953,7 +44954,6 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
44953
44954
  href: CommonCommands.openWebSiteDetails.displayRoute({
44954
44955
  id: item.folderID
44955
44956
  }),
44956
- target: `_web_${item.folderID}`,
44957
44957
  text: item.folder.name
44958
44958
  }), XNode.create("label", {
44959
44959
  text: (_a = item.folder.parent) === null || _a === void 0 ? void 0 : _a.name