@matchain/matchid-sdk-react 0.1.40-alpha.8 → 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/assets/icon/index.d.mts +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-MF44ADCA.mjs → chunk-B2HVAJPQ.mjs} +2 -2
- package/dist/{chunk-OKOZY4RW.mjs → chunk-RYZFW6P6.mjs} +5 -2
- package/dist/{chunk-OKOZY4RW.mjs.map → chunk-RYZFW6P6.mjs.map} +1 -1
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +4 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-Cstk9nHt.d.mts → index-C3KZYrtu.d.mts} +1 -1
- package/dist/{index-TFllRsbX.d.mts → index-COlsBC-b.d.mts} +1 -1
- package/dist/{index-DC_1BPN0.d.ts → index-DoF5jRoi.d.ts} +1 -1
- package/dist/{index-CdzHWQ8o.d.ts → index-Dq9Swg8r.d.ts} +1 -1
- package/dist/{index-CPh9cui0.d.ts → index-fS75Swm8.d.ts} +1 -1
- package/dist/{index-DYxqLc-m.d.mts → index-fl6SNIZC.d.mts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/{types.d-DiCO-2z2.d.mts → types.d-CLO_WLka.d.mts} +1 -1
- package/dist/{types.d-DiCO-2z2.d.ts → types.d-CLO_WLka.d.ts} +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-MF44ADCA.mjs.map → chunk-B2HVAJPQ.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import { l as IconProps$1 } from '../../types.d-
|
|
3
|
+
import { l as IconProps$1 } from '../../types.d-CLO_WLka.mjs';
|
|
4
4
|
|
|
5
5
|
declare function BackIcon({ color, size, className, style }: {
|
|
6
6
|
color?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import { l as IconProps$1 } from '../../types.d-
|
|
3
|
+
import { l as IconProps$1 } from '../../types.d-CLO_WLka.js';
|
|
4
4
|
|
|
5
5
|
declare function BackIcon({ color, size, className, style }: {
|
|
6
6
|
color?: string;
|
|
@@ -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
|
|
@@ -2352,9 +2352,12 @@ function WalletContent2({
|
|
|
2352
2352
|
disconnect: tonConnectUI.disconnect,
|
|
2353
2353
|
address: userFriendlyAddress,
|
|
2354
2354
|
visible: state.status == "opened",
|
|
2355
|
-
setVisible: (v) => {
|
|
2355
|
+
setVisible: async (v) => {
|
|
2356
2356
|
console.log("setVisible", v);
|
|
2357
2357
|
if (v) {
|
|
2358
|
+
if (wallet) {
|
|
2359
|
+
await tonConnectUI.disconnect();
|
|
2360
|
+
}
|
|
2358
2361
|
setStatus("");
|
|
2359
2362
|
statusRef.current = "";
|
|
2360
2363
|
open();
|
|
@@ -4149,4 +4152,4 @@ export {
|
|
|
4149
4152
|
MatchProvider,
|
|
4150
4153
|
useMatch
|
|
4151
4154
|
};
|
|
4152
|
-
//# sourceMappingURL=chunk-
|
|
4155
|
+
//# sourceMappingURL=chunk-RYZFW6P6.mjs.map
|