@matchain/matchid-sdk-react 0.1.40-alpha.9 → 0.1.41
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-G7Y6FXS2.mjs → chunk-B2HVAJPQ.mjs} +2 -2
- package/dist/{chunk-PPKUHUE3.mjs → chunk-RYZFW6P6.mjs} +4 -2
- package/dist/{chunk-PPKUHUE3.mjs.map → chunk-RYZFW6P6.mjs.map} +1 -1
- package/dist/components/index.js +3 -1
- 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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
- /package/dist/{chunk-G7Y6FXS2.mjs.map → chunk-B2HVAJPQ.mjs.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
unBindWalletApi,
|
|
10
10
|
useUserInfo,
|
|
11
11
|
verifyPohApi
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-RYZFW6P6.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__export
|
|
15
15
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -90,4 +90,4 @@ export {
|
|
|
90
90
|
user_exports,
|
|
91
91
|
api_exports
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=chunk-
|
|
93
|
+
//# sourceMappingURL=chunk-B2HVAJPQ.mjs.map
|
|
@@ -2355,7 +2355,9 @@ function WalletContent2({
|
|
|
2355
2355
|
setVisible: async (v) => {
|
|
2356
2356
|
console.log("setVisible", v);
|
|
2357
2357
|
if (v) {
|
|
2358
|
-
|
|
2358
|
+
if (wallet) {
|
|
2359
|
+
await tonConnectUI.disconnect();
|
|
2360
|
+
}
|
|
2359
2361
|
setStatus("");
|
|
2360
2362
|
statusRef.current = "";
|
|
2361
2363
|
open();
|
|
@@ -4150,4 +4152,4 @@ export {
|
|
|
4150
4152
|
MatchProvider,
|
|
4151
4153
|
useMatch
|
|
4152
4154
|
};
|
|
4153
|
-
//# sourceMappingURL=chunk-
|
|
4155
|
+
//# sourceMappingURL=chunk-RYZFW6P6.mjs.map
|