@matchain/matchid-sdk-react 0.1.42-alpha.14 → 0.1.42-alpha.15
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-DWW3ZAJJ.mjs → chunk-5MBBID4C.mjs} +3 -3
- package/dist/{chunk-DWW3ZAJJ.mjs.map → chunk-5MBBID4C.mjs.map} +1 -1
- package/dist/{chunk-A747P2WS.mjs → chunk-5QJKCJWO.mjs} +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-A747P2WS.mjs.map → chunk-5QJKCJWO.mjs.map} +0 -0
|
@@ -3248,7 +3248,7 @@ function BusinessProvider({ children }) {
|
|
|
3248
3248
|
onClose: WalletModalStore.close,
|
|
3249
3249
|
type: WalletModalStore.type,
|
|
3250
3250
|
methods: WalletModalStore.methods,
|
|
3251
|
-
zIndex:
|
|
3251
|
+
zIndex: 150
|
|
3252
3252
|
}
|
|
3253
3253
|
),
|
|
3254
3254
|
children
|
|
@@ -3822,10 +3822,10 @@ function useInit({
|
|
|
3822
3822
|
token: res.data.token || `${res.data.token_type} ${res.data.access_token}`
|
|
3823
3823
|
});
|
|
3824
3824
|
} else if (res.event == "bind") {
|
|
3825
|
+
walletModalStore.close();
|
|
3825
3826
|
eventManager_default.emit("onBind", res.data);
|
|
3826
3827
|
if (events && events.onBind) {
|
|
3827
3828
|
events.onBind(res.data);
|
|
3828
|
-
walletModalStore.close();
|
|
3829
3829
|
}
|
|
3830
3830
|
}
|
|
3831
3831
|
};
|
|
@@ -4741,4 +4741,4 @@ export {
|
|
|
4741
4741
|
MatchProvider,
|
|
4742
4742
|
useMatch
|
|
4743
4743
|
};
|
|
4744
|
-
//# sourceMappingURL=chunk-
|
|
4744
|
+
//# sourceMappingURL=chunk-5MBBID4C.mjs.map
|