@slashid/remix 0.2.10 → 0.2.11

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.
package/dist/main.js CHANGED
@@ -16718,6 +16718,7 @@ const e2 = {
16718
16718
  {
16719
16719
  "data-testid": "sid-form-initial-children",
16720
16720
  onSubmit: i(d),
16721
+ noValidate: !0,
16721
16722
  children: e
16722
16723
  }
16723
16724
  ) : /* @__PURE__ */ c.jsxs(
@@ -16725,6 +16726,7 @@ const e2 = {
16725
16726
  {
16726
16727
  "data-testid": "sid-form-initial-default",
16727
16728
  onSubmit: i(d),
16729
+ noValidate: !0,
16728
16730
  children: [
16729
16731
  /* @__PURE__ */ c.jsx(Ni, {}),
16730
16732
  /* @__PURE__ */ c.jsx(Mi, {})
@@ -16852,6 +16854,7 @@ const so = ({
16852
16854
  className: ut({ marginTop: "4" }),
16853
16855
  id: `sid-input-${e}`,
16854
16856
  name: e,
16857
+ type: "tel",
16855
16858
  label: i["initial.handle.phone"],
16856
16859
  placeholder: i["initial.handle.phone.placeholder"],
16857
16860
  value: d[e] ?? "",
@@ -16871,6 +16874,7 @@ const so = ({
16871
16874
  className: ut({ marginTop: "4" }),
16872
16875
  id: `sid-input-${e}`,
16873
16876
  name: e,
16877
+ type: "text",
16874
16878
  label: i["initial.handle.username"],
16875
16879
  placeholder: i["initial.handle.username.placeholder"],
16876
16880
  value: d[e] ?? "",
@@ -16888,6 +16892,7 @@ const so = ({
16888
16892
  className: ut({ marginTop: "4" }),
16889
16893
  id: `sid-input-${e}`,
16890
16894
  name: e,
16895
+ type: "email",
16891
16896
  label: i["initial.handle.email"],
16892
16897
  placeholder: i["initial.handle.phone.email"] || i["initial.handle.email.placeholder"],
16893
16898
  value: d[e] ?? "",