@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.
@@ -22,7 +22,7 @@ import {
22
22
  UsernameModal,
23
23
  WalletAsset,
24
24
  WalletModal
25
- } from "./chunk-YR46VC65.mjs";
25
+ } from "./chunk-KFB23MLQ.mjs";
26
26
  import "./chunk-JX73EY6V.mjs";
27
27
  import "./chunk-UA6XHZHX.mjs";
28
28
  import "./chunk-IZOOVZAD.mjs";
package/dist/hooks.js CHANGED
@@ -971,7 +971,7 @@ function Input({
971
971
  }, children: inputType === "password" ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(CloseEyeIcon, { size: isDownMd ? 16 : 20 }) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(OpenEyeIcon, { size: isDownMd ? 16 : 20 }) }),
972
972
  showLength && props.maxLength && /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: `matchid-input-length`, children: [
973
973
  /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { children: [
974
- props.value.length || 0,
974
+ props.value?.length || 0,
975
975
  "/",
976
976
  props.maxLength
977
977
  ] }),