@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/index.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-HBOS3RBL.mjs";
7
7
  import {
8
8
  api_exports
9
- } from "./chunk-2SJCPZJQ.mjs";
9
+ } from "./chunk-NYE6DBEZ.mjs";
10
10
  import {
11
11
  MatchProvider,
12
12
  ModalProvider,
@@ -16,7 +16,7 @@ import {
16
16
  ui_exports,
17
17
  useMatch,
18
18
  wagmiConfig
19
- } from "./chunk-YR46VC65.mjs";
19
+ } from "./chunk-KFB23MLQ.mjs";
20
20
  import "./chunk-JX73EY6V.mjs";
21
21
  import "./chunk-UA6XHZHX.mjs";
22
22
  import "./chunk-IZOOVZAD.mjs";
package/dist/ui.js CHANGED
@@ -541,7 +541,7 @@ function Input({
541
541
  }, 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 }) }),
542
542
  showLength && props.maxLength && /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: `matchid-input-length`, children: [
543
543
  /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("span", { children: [
544
- props.value.length || 0,
544
+ props.value?.length || 0,
545
545
  "/",
546
546
  props.maxLength
547
547
  ] }),