@social-mail/social-mail-client 1.4.215 → 1.4.217

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 (25) 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/common/pages/websites/list/WebSiteListPage.d.ts.map +1 -1
  6. package/dist/common/pages/websites/list/WebSiteListPage.js +2 -2
  7. package/dist/common/pages/websites/list/WebSiteListPage.js.map +1 -1
  8. package/dist/site-editor/styler/StylerSet.d.ts +2 -0
  9. package/dist/site-editor/styler/StylerSet.d.ts.map +1 -1
  10. package/dist/site-editor/styler/properties/transform/stylerTransform.d.ts +2 -0
  11. package/dist/site-editor/styler/properties/transform/stylerTransform.d.ts.map +1 -1
  12. package/dist/site-editor/styler/properties/transform/stylerTransform.js +11 -4
  13. package/dist/site-editor/styler/properties/transform/stylerTransform.js.map +1 -1
  14. package/dist/site-editor-app/SiteEditorApp.pack.js +13 -6
  15. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  16. package/dist/site-editor-app/SiteEditorApp.pack.min.js +2 -2
  17. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  18. package/dist/tsconfig.tsbuildinfo +1 -1
  19. package/dist/web/AppIndex.pack.js +2 -2
  20. package/dist/web/AppIndex.pack.js.map +1 -1
  21. package/dist/web/AppIndex.pack.min.js +1 -1
  22. package/dist/web/AppIndex.pack.min.js.map +1 -1
  23. package/package.json +1 -1
  24. package/src/common/pages/websites/list/WebSiteListPage.tsx +2 -0
  25. package/src/site-editor/styler/properties/transform/stylerTransform.ts +21 -4
@@ -43899,7 +43899,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
43899
43899
  checked: Bind.twoWaysImmediate(() => this.showTemplate),
43900
43900
  text: "Templates"
43901
43901
  }));
43902
- this.renderer = XNode.create("div", null, XNode.create(AtomRepeater, Object.assign({
43902
+ this.renderer = XNode.create("div", null, XNode.create("div", null, XNode.create(AtomRepeater, Object.assign({
43903
43903
  for: "table",
43904
43904
  "data-layout": "data-grid",
43905
43905
  selectOnClick: true,
@@ -43913,7 +43913,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
43913
43913
  cancelToken
43914
43914
  })), {
43915
43915
  itemRenderer: this.itemRenderer()
43916
- })));
43916
+ }))));
43917
43917
  this.footerRenderer = () => XNode.create("div", {
43918
43918
  "data-layout": "command-row"
43919
43919
  }, XNode.create("button", {