@social-mail/social-mail-client 1.8.377 → 1.8.378

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.
@@ -28123,6 +28123,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/di
28123
28123
  this.titleRenderer = () => XNode.create("div", {
28124
28124
  "data-layout": "row"
28125
28125
  }, XNode.create("input", {
28126
+ type: "search",
28126
28127
  placeholder: "Search Users",
28127
28128
  value: Bind.twoWaysImmediate(() => this.search)
28128
28129
  }), XNode.create(Checkbox, {