@social-mail/social-mail-client 1.9.40 → 1.9.41

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.
@@ -46430,9 +46430,10 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
46430
46430
  }, XNode.create("input", {
46431
46431
  value: Bind.twoWaysImmediate(() => this.model.supportEmail)
46432
46432
  })), XNode.create(FormField, {
46433
- label: "Suspended"
46434
- }, XNode.create("input", {
46435
- value: Bind.twoWaysImmediate(() => this.model.isSuspended)
46433
+ label: "Status"
46434
+ }, XNode.create(Checkbox, {
46435
+ checked: Bind.twoWaysImmediate(() => this.model.isSuspended),
46436
+ text: "Suspended"
46436
46437
  })), XNode.create(FormField, {
46437
46438
  label: "Enable"
46438
46439
  }, XNode.create(Checkbox, {