@social-mail/social-mail-client 1.8.326 → 1.8.327

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.
@@ -42908,6 +42908,11 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
42908
42908
  }, XNode.create(Checkbox, {
42909
42909
  checked: Bind.twoWays(() => this.model.isTemplate),
42910
42910
  text: "Save this as a Template"
42911
+ })), XNode.create(FormField, {
42912
+ label: "Design"
42913
+ }, XNode.create(Checkbox, {
42914
+ checked: Bind.twoWays(() => this.model.isDesign),
42915
+ text: "Save this as a Design"
42911
42916
  })), XNode.create(FormField, {
42912
42917
  label: "Remote Url"
42913
42918
  }, XNode.create("div", {
@@ -43723,6 +43728,11 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
43723
43728
  }, XNode.create(Checkbox, {
43724
43729
  checked: Bind.twoWaysImmediate(() => this.model.isTemplate),
43725
43730
  text: "Template"
43731
+ })), XNode.create(FormField, {
43732
+ label: "Design"
43733
+ }, XNode.create(Checkbox, {
43734
+ checked: Bind.twoWaysImmediate(() => this.model.isDesign),
43735
+ text: "Design"
43726
43736
  })), XNode.create(FormField, {
43727
43737
  label: "Remote Url"
43728
43738
  }, XNode.create("div", {