@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.
@@ -45908,6 +45908,11 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
45908
45908
  }, XNode.create(Checkbox, {
45909
45909
  checked: Bind.twoWays(() => this.model.isTemplate),
45910
45910
  text: "Save this as a Template"
45911
+ })), XNode.create(FormField, {
45912
+ label: "Design"
45913
+ }, XNode.create(Checkbox, {
45914
+ checked: Bind.twoWays(() => this.model.isDesign),
45915
+ text: "Save this as a Design"
45911
45916
  })), XNode.create(FormField, {
45912
45917
  label: "Remote Url"
45913
45918
  }, XNode.create("div", {
@@ -46030,6 +46035,11 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
46030
46035
  }, XNode.create(Checkbox, {
46031
46036
  checked: Bind.twoWaysImmediate(() => this.model.isTemplate),
46032
46037
  text: "Template"
46038
+ })), XNode.create(FormField, {
46039
+ label: "Design"
46040
+ }, XNode.create(Checkbox, {
46041
+ checked: Bind.twoWaysImmediate(() => this.model.isDesign),
46042
+ text: "Design"
46033
46043
  })), XNode.create(FormField, {
46034
46044
  label: "Remote Url"
46035
46045
  }, XNode.create("div", {