@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.
package/dist/hooks.mjs CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  useTransaction,
15
15
  useUserInfo,
16
16
  useWallet
17
- } from "./chunk-YR46VC65.mjs";
17
+ } from "./chunk-KFB23MLQ.mjs";
18
18
  import "./chunk-JX73EY6V.mjs";
19
19
  import "./chunk-UA6XHZHX.mjs";
20
20
  import "./chunk-IZOOVZAD.mjs";
package/dist/index.js CHANGED
@@ -2718,7 +2718,7 @@ function Input({
2718
2718
  }, children: inputType === "password" ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
2719
2719
  showLength && props.maxLength && /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: `matchid-input-length`, children: [
2720
2720
  /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("span", { children: [
2721
- props.value.length || 0,
2721
+ props.value?.length || 0,
2722
2722
  "/",
2723
2723
  props.maxLength
2724
2724
  ] }),