@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.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-YR46VC65.mjs → chunk-KFB23MLQ.mjs} +2 -2
- package/dist/{chunk-YR46VC65.mjs.map → chunk-KFB23MLQ.mjs.map} +1 -1
- package/dist/{chunk-2SJCPZJQ.mjs → chunk-NYE6DBEZ.mjs} +2 -2
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/example/src/pages/Wallet/index.tsx +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-2SJCPZJQ.mjs.map → chunk-NYE6DBEZ.mjs.map} +0 -0
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-
|
|
5
|
+
} from "./chunk-NYE6DBEZ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "./chunk-
|
|
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
|
|
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-
|
|
7666
|
+
//# sourceMappingURL=chunk-KFB23MLQ.mjs.map
|