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

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/api.mjs CHANGED
@@ -2,11 +2,11 @@ import {
2
2
  bind_exports,
3
3
  poh_exports,
4
4
  user_exports
5
- } from "./chunk-2SJCPZJQ.mjs";
5
+ } from "./chunk-NYE6DBEZ.mjs";
6
6
  import {
7
7
  isSuccess,
8
8
  wallet_exports
9
- } from "./chunk-YR46VC65.mjs";
9
+ } from "./chunk-KFB23MLQ.mjs";
10
10
  import "./chunk-JX73EY6V.mjs";
11
11
  import "./chunk-UA6XHZHX.mjs";
12
12
  import "./chunk-IZOOVZAD.mjs";
@@ -338,7 +338,7 @@ function Input({
338
338
  }, children: inputType === "password" ? /* @__PURE__ */ jsx4(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ jsx4(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
339
339
  showLength && props.maxLength && /* @__PURE__ */ jsxs2("div", { className: `matchid-input-length`, children: [
340
340
  /* @__PURE__ */ jsxs2("span", { children: [
341
- props.value.length || 0,
341
+ props.value?.length || 0,
342
342
  "/",
343
343
  props.maxLength
344
344
  ] }),
@@ -7663,4 +7663,4 @@ export {
7663
7663
  MatchProvider,
7664
7664
  useMatch
7665
7665
  };
7666
- //# sourceMappingURL=chunk-YR46VC65.mjs.map
7666
+ //# sourceMappingURL=chunk-KFB23MLQ.mjs.map