@social-mail/social-mail-client 1.9.82 → 1.9.83

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.
@@ -61614,6 +61614,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
61614
61614
  this.renderer = XNode.create("div", null, XNode.create(Form, null, XNode.create(FormField, {
61615
61615
  label: "Name"
61616
61616
  }, XNode.create("input", {
61617
+ autofocus: true,
61617
61618
  value: Bind.twoWaysImmediate(() => this.model.name)
61618
61619
  })), XNode.create(FormField, {
61619
61620
  label: "Head"