@matchain/matchid-sdk-react 0.1.56-alpha.5 → 0.1.56-alpha.6

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.
@@ -11,7 +11,7 @@ import {
11
11
  useUserInfo,
12
12
  verifyPohApi,
13
13
  wallet_exports
14
- } from "./chunk-YR46VC65.mjs";
14
+ } from "./chunk-KFB23MLQ.mjs";
15
15
  import {
16
16
  __export
17
17
  } from "./chunk-J5LGTIGS.mjs";
@@ -94,4 +94,4 @@ export {
94
94
  user_exports,
95
95
  api_exports
96
96
  };
97
- //# sourceMappingURL=chunk-2SJCPZJQ.mjs.map
97
+ //# sourceMappingURL=chunk-NYE6DBEZ.mjs.map
@@ -1524,7 +1524,7 @@ function Input({
1524
1524
  }, children: inputType === "password" ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
1525
1525
  showLength && props.maxLength && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: `matchid-input-length`, children: [
1526
1526
  /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { children: [
1527
- props.value.length || 0,
1527
+ props.value?.length || 0,
1528
1528
  "/",
1529
1529
  props.maxLength
1530
1530
  ] }),