@matchain/matchid-sdk-react 0.1.55-alpha.1 → 0.1.55-alpha.2
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/{chunk-LTPXS5PV.mjs → chunk-BQERJULN.mjs} +2 -2
- package/dist/{chunk-SKA35IYC.mjs → chunk-WZQ56L5F.mjs} +6 -6
- package/dist/chunk-WZQ56L5F.mjs.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +3 -3
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.css +2 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-SKA35IYC.mjs.map +0 -1
- /package/dist/{chunk-LTPXS5PV.mjs.map → chunk-BQERJULN.mjs.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
useUserInfo,
|
|
12
12
|
verifyPohApi,
|
|
13
13
|
wallet_exports
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-WZQ56L5F.mjs";
|
|
15
15
|
import {
|
|
16
16
|
__export
|
|
17
17
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -94,4 +94,4 @@ export {
|
|
|
94
94
|
user_exports,
|
|
95
95
|
api_exports
|
|
96
96
|
};
|
|
97
|
-
//# sourceMappingURL=chunk-
|
|
97
|
+
//# sourceMappingURL=chunk-BQERJULN.mjs.map
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import {
|
|
2
|
+
matchMain,
|
|
3
|
+
matchTest
|
|
4
|
+
} from "./chunk-JX73EY6V.mjs";
|
|
1
5
|
import {
|
|
2
6
|
NumberFormatter,
|
|
3
7
|
bytesToBase64,
|
|
@@ -60,10 +64,6 @@ import {
|
|
|
60
64
|
XverseIcon,
|
|
61
65
|
YoutubeIcon
|
|
62
66
|
} from "./chunk-FKXS2XRG.mjs";
|
|
63
|
-
import {
|
|
64
|
-
matchMain,
|
|
65
|
-
matchTest
|
|
66
|
-
} from "./chunk-JX73EY6V.mjs";
|
|
67
67
|
import {
|
|
68
68
|
__export
|
|
69
69
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -4832,7 +4832,7 @@ function StepVerify(props) {
|
|
|
4832
4832
|
)
|
|
4833
4833
|
}
|
|
4834
4834
|
) }),
|
|
4835
|
-
/* @__PURE__ */ jsx27(Button, { disabled: !canContinue, highlight: true, block: true, size: "lg", onClick: onContinue, children: /* @__PURE__ */ jsx27(FormattedMessage6, { id: "continue" }) })
|
|
4835
|
+
/* @__PURE__ */ jsx27(Button, { disabled: !canContinue, loading: submitting, highlight: true, block: true, size: "lg", onClick: onContinue, children: /* @__PURE__ */ jsx27(FormattedMessage6, { id: "continue" }) })
|
|
4836
4836
|
] });
|
|
4837
4837
|
}
|
|
4838
4838
|
|
|
@@ -7585,4 +7585,4 @@ export {
|
|
|
7585
7585
|
MatchProvider,
|
|
7586
7586
|
useMatch
|
|
7587
7587
|
};
|
|
7588
|
-
//# sourceMappingURL=chunk-
|
|
7588
|
+
//# sourceMappingURL=chunk-WZQ56L5F.mjs.map
|