@matchain/matchid-sdk-react 0.1.48-alpha.29 → 0.1.48-alpha.30
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-ZHBFW26I.mjs → chunk-KIVNILBF.mjs} +3 -3
- package/dist/{chunk-ZHBFW26I.mjs.map → chunk-KIVNILBF.mjs.map} +1 -1
- package/dist/{chunk-AZCOCC5H.mjs → chunk-YJV23RET.mjs} +2 -2
- package/dist/components/index.js +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-AZCOCC5H.mjs.map → chunk-YJV23RET.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-KIVNILBF.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-YJV23RET.mjs.map
|
package/dist/components/index.js
CHANGED
|
@@ -4638,7 +4638,7 @@ function WalletContent2({
|
|
|
4638
4638
|
const [error, setError] = (0, import_react33.useState)("");
|
|
4639
4639
|
(0, import_react33.useEffect)(() => {
|
|
4640
4640
|
const init = async () => {
|
|
4641
|
-
if (
|
|
4641
|
+
if (tonConnectUI.connected) {
|
|
4642
4642
|
await tonConnectUI.disconnect();
|
|
4643
4643
|
}
|
|
4644
4644
|
open();
|
|
@@ -4759,7 +4759,7 @@ function WalletContent2({
|
|
|
4759
4759
|
setVisible: async (v) => {
|
|
4760
4760
|
console.log("setVisible", v);
|
|
4761
4761
|
if (v) {
|
|
4762
|
-
if (
|
|
4762
|
+
if (tonConnectUI.connected) {
|
|
4763
4763
|
await tonConnectUI.disconnect();
|
|
4764
4764
|
}
|
|
4765
4765
|
setStatus("");
|