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

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 (81) hide show
  1. package/dist/admin/AdminAppIndex.pack.js +4 -5
  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/controls/buttons/IconButton.d.ts +23 -23
  16. package/dist/common/controls/buttons/IconButton.d.ts.map +1 -1
  17. package/dist/common/controls/buttons/IconButton.js +2 -3
  18. package/dist/common/controls/buttons/IconButton.js.map +1 -1
  19. package/dist/common/pages/websites/detail/WebSiteDetail.d.ts.map +1 -1
  20. package/dist/common/pages/websites/detail/WebSiteDetail.js +2 -1
  21. package/dist/common/pages/websites/detail/WebSiteDetail.js.map +1 -1
  22. package/dist/common/pages/websites/list/WebSiteListPage.d.ts.map +1 -1
  23. package/dist/common/pages/websites/list/WebSiteListPage.js +0 -1
  24. package/dist/common/pages/websites/list/WebSiteListPage.js.map +1 -1
  25. package/dist/public/contact-us/ContactUsApp.pack.js +2 -3
  26. package/dist/public/contact-us/ContactUsApp.pack.js.map +1 -1
  27. package/dist/public/contact-us/ContactUsApp.pack.min.js +1 -1
  28. package/dist/public/contact-us/ContactUsApp.pack.min.js.map +1 -1
  29. package/dist/public/preview/pdf/PreviewPDF.pack.js +2 -3
  30. package/dist/public/preview/pdf/PreviewPDF.pack.js.map +1 -1
  31. package/dist/public/preview/pdf/PreviewPDF.pack.min.js +1 -1
  32. package/dist/public/preview/pdf/PreviewPDF.pack.min.js.map +1 -1
  33. package/dist/public/store/StoreApp.pack.js +2 -3
  34. package/dist/public/store/StoreApp.pack.js.map +1 -1
  35. package/dist/public/store/StoreApp.pack.min.js +1 -1
  36. package/dist/public/store/StoreApp.pack.min.js.map +1 -1
  37. package/dist/site-editor/editor/BreadCrum.d.ts +1 -1
  38. package/dist/site-editor/editor/BreadCrum.d.ts.map +1 -1
  39. package/dist/site-editor/{styles/bread-crum.local.css → editor/BreadCrum.global.css} +2 -2
  40. package/dist/site-editor/editor/BreadCrum.global.css.map +1 -0
  41. package/dist/site-editor/editor/BreadCrum.js +9 -3
  42. package/dist/site-editor/editor/BreadCrum.js.map +1 -1
  43. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  44. package/dist/site-editor/editor/HtmlPageEditor.js +11 -0
  45. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  46. package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
  47. package/dist/site-editor/editor/UndoRedo.js +11 -8
  48. package/dist/site-editor/editor/UndoRedo.js.map +1 -1
  49. package/dist/site-editor/menus/commands/EditElement.js +3 -3
  50. package/dist/site-editor/menus/commands/EditElement.js.map +1 -1
  51. package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
  52. package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
  53. package/dist/site-editor-app/SiteEditorApp.pack.js +46 -27
  54. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  55. package/dist/site-editor-app/SiteEditorApp.pack.local.css +1 -1
  56. package/dist/site-editor-app/SiteEditorApp.pack.local.css.map +1 -1
  57. package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
  58. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  59. package/dist/tsconfig.tsbuildinfo +1 -1
  60. package/dist/web/AppIndex.pack.js +4 -5
  61. package/dist/web/AppIndex.pack.js.map +1 -1
  62. package/dist/web/AppIndex.pack.min.js +1 -1
  63. package/dist/web/AppIndex.pack.min.js.map +1 -1
  64. package/package.json +1 -1
  65. package/src/code-editor/{HtmlCodeEditorWindow.tsx → html/HtmlCodeEditorWindow.tsx} +2 -2
  66. package/src/code-editor/svg/SvgCodeEditorWindow.local.css +5 -0
  67. package/src/code-editor/svg/SvgCodeEditorWindow.tsx +108 -0
  68. package/src/common/controls/buttons/IconButton.tsx +0 -1
  69. package/src/common/pages/websites/detail/WebSiteDetail.tsx +4 -1
  70. package/src/common/pages/websites/list/WebSiteListPage.tsx +0 -1
  71. package/src/site-editor/{styles/bread-crum.local.css → editor/BreadCrum.global.css} +85 -82
  72. package/src/site-editor/editor/BreadCrum.tsx +8 -2
  73. package/src/site-editor/editor/HtmlPageEditor.tsx +13 -52
  74. package/src/site-editor/editor/UndoRedo.tsx +10 -6
  75. package/src/site-editor/menus/commands/EditElement.tsx +1 -1
  76. package/styler-lite/styler.css +1 -1
  77. package/styler-lite/styler.css.map +1 -1
  78. package/styler-lite/styles/properties/invisible/invisible.css +6 -0
  79. package/dist/code-editor/HtmlCodeEditorWindow.d.ts.map +0 -1
  80. package/dist/code-editor/HtmlCodeEditorWindow.js.map +0 -1
  81. package/dist/site-editor/styles/bread-crum.local.css.map +0 -1
@@ -22112,10 +22112,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode"], function (_export,
22112
22112
  text = defaultText,
22113
22113
  icon = defaultIcon,
22114
22114
  layout = defaultLayout || (icon ? "icon-button" : "button"),
22115
- href = void 0,
22116
- target = void 0
22115
+ href = void 0
22117
22116
  } = _a,
22118
- a = __rest(_a, ["text", "icon", "layout", "href", "target"]);
22117
+ a = __rest(_a, ["text", "icon", "layout", "href"]);
22119
22118
  a["data-layout"] = layout;
22120
22119
  if (href) {
22121
22120
  if (text && icon) {
@@ -43983,7 +43982,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
43983
43982
  this.footerRenderer = () => XNode.create("div", {
43984
43983
  "data-layout": "header-row"
43985
43984
  }, XNode.create(EditIconTextButton, {
43986
- href: AppUrlService.editWebSite(this.site)
43985
+ href: AppUrlService.editWebSite(this.site),
43986
+ target: `_web_${this.site.folderID}`
43987
43987
  }), XNode.create(InlinePopupButton, {
43988
43988
  popup: () => XNode.create("div", null, " ", ...this.site.hosts.map(h => XNode.create("a", {
43989
43989
  href: `https://${h.host}`,
@@ -44953,7 +44953,6 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
44953
44953
  href: CommonCommands.openWebSiteDetails.displayRoute({
44954
44954
  id: item.folderID
44955
44955
  }),
44956
- target: `_web_${item.folderID}`,
44957
44956
  text: item.folder.name
44958
44957
  }), XNode.create("label", {
44959
44958
  text: (_a = item.folder.parent) === null || _a === void 0 ? void 0 : _a.name