@matchain/matchid-sdk-react 0.1.56-alpha.17 → 0.1.56-alpha.18
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-ZY7EVYXA.mjs → chunk-EUG3QRAG.mjs} +2 -2
- package/dist/{chunk-ZLTIMO57.mjs → chunk-QMV4FDUH.mjs} +2 -1
- package/dist/chunk-QMV4FDUH.mjs.map +1 -0
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/example/src/App.tsx +6 -1
- package/package.json +1 -1
- package/dist/chunk-ZLTIMO57.mjs.map +0 -1
- /package/dist/{chunk-ZY7EVYXA.mjs.map → chunk-EUG3QRAG.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-EUG3QRAG.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QMV4FDUH.mjs";
|
|
10
10
|
import "./chunk-JX73EY6V.mjs";
|
|
11
11
|
import "./chunk-UA6XHZHX.mjs";
|
|
12
12
|
import "./chunk-IZOOVZAD.mjs";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
useUserInfo,
|
|
12
12
|
verifyPohApi,
|
|
13
13
|
wallet_exports
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QMV4FDUH.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-EUG3QRAG.mjs.map
|
|
@@ -3130,6 +3130,7 @@ var BindEmailModal = ({ isOpen, onClose, onBack, onLogin }) => {
|
|
|
3130
3130
|
return /* @__PURE__ */ jsx25(
|
|
3131
3131
|
EmailModal,
|
|
3132
3132
|
{
|
|
3133
|
+
type: "bind",
|
|
3133
3134
|
isOpen,
|
|
3134
3135
|
onClose,
|
|
3135
3136
|
onBack,
|
|
@@ -7795,4 +7796,4 @@ export {
|
|
|
7795
7796
|
MatchProvider,
|
|
7796
7797
|
useMatch
|
|
7797
7798
|
};
|
|
7798
|
-
//# sourceMappingURL=chunk-
|
|
7799
|
+
//# sourceMappingURL=chunk-QMV4FDUH.mjs.map
|