@matchain/matchid-sdk-react 0.1.53-alpha.0 → 0.1.53-alpha.1
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-LRJDS2OK.mjs → chunk-2DVC6WCN.mjs} +2 -2
- package/dist/chunk-2DVC6WCN.mjs.map +1 -0
- package/dist/{chunk-YQHI5BIZ.mjs → chunk-6QTW3KXN.mjs} +2 -2
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +1 -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 +1 -1
- 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 +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-Bsfb3Ysq.d.mts → index-B-QfwtE5.d.mts} +1 -1
- package/dist/{index-Ce5JlNJv.d.ts → index-BDoEk1EK.d.ts} +2 -2
- package/dist/{index-BlYHNOxm.d.ts → index-BUj9mOrS.d.ts} +1 -1
- package/dist/{index-CGx_yc95.d.mts → index-B_o9HBS1.d.mts} +1 -1
- package/dist/{index-C29kl7io.d.mts → index-Bmir-Wor.d.mts} +1 -1
- package/dist/{index-CteYYAoN.d.mts → index-CDqIk5k2.d.mts} +1 -1
- package/dist/{index-CqO8nMTh.d.mts → index-D5OzNRfu.d.mts} +2 -2
- package/dist/{index-CO1j3Cxc.d.ts → index-DMUZQqNB.d.ts} +2 -2
- package/dist/{index-BoIDCH41.d.ts → index-DvM6x6e6.d.ts} +1 -1
- package/dist/{index-C7InzeOC.d.ts → index-X_fw5wX_.d.ts} +1 -1
- package/dist/{index-0EM3dXJ4.d.mts → index-XzSw1Bym.d.mts} +2 -2
- package/dist/{index-BNNgBoTN.d.ts → index-k2Uf0F94.d.ts} +1 -1
- package/dist/index.css +18 -6
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-Cv5UhCIP.d.mts → types-Dd_ExpLx.d.mts} +1 -1
- package/dist/{types-Cv5UhCIP.d.ts → types-Dd_ExpLx.d.ts} +1 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/example/dist/assets/{TransportWebHID-BwG9Tbw2.js → TransportWebHID-BEu7tC0r.js} +1 -1
- package/example/dist/assets/{bignumber-FiRdtNkj.js → bignumber-iG7K-qxw.js} +1 -1
- package/example/dist/assets/{ccip-CJyR03AW.js → ccip-a6wQ1Vcb.js} +1 -1
- package/example/dist/assets/{draggabilly-1Sl0icBA.js → draggabilly-CRYR_S0q.js} +1 -1
- package/example/dist/assets/{index-RIWy1Hg7.js → index--dp9m9Ep.js} +1 -1
- package/example/dist/assets/{index-DATAk5xI.js → index-BDTHolFv.js} +1 -1
- package/example/dist/assets/{index-CcgesoWE.js → index-BZl59qLb.js} +20 -20
- package/example/dist/assets/{index-DxxLiL3_.js → index-BmMbYNHO.js} +3 -3
- package/example/dist/assets/{index-D8N4Z5B5.js → index-C7cxVRDF.js} +71 -71
- package/example/dist/assets/{index-BAfSBdWW.js → index-CJk171Yb.js} +1 -1
- package/example/dist/assets/{index-DN1wW-Mo.js → index-CQiBesAa.js} +1 -1
- package/example/dist/assets/{index-D5RU9xxK.js → index-D62loNA9.js} +1 -1
- package/example/dist/assets/{index-CYk2C9XJ.js → index-DqyX3FG6.js} +1 -1
- package/example/dist/assets/{solanaEmbed.esm-CNS-QKE2.js → solanaEmbed.esm-Djn-u4Vn.js} +1 -1
- package/example/dist/index.html +1 -1
- package/example/package.json +2 -1
- package/example/src/App.tsx +18 -5
- package/example/src/store/useLocalStore.ts +9 -0
- package/package.json +1 -1
- package/dist/chunk-LRJDS2OK.mjs.map +0 -1
- /package/dist/{chunk-YQHI5BIZ.mjs.map → chunk-6QTW3KXN.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 { z as IconProps$1 } from '../../types-
|
|
3
|
+
import { z as IconProps$1 } from '../../types-Dd_ExpLx.mjs';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
|
|
6
6
|
declare function BackIcon({ color, size, className, style }: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import { z as IconProps$1 } from '../../types-
|
|
3
|
+
import { z as IconProps$1 } from '../../types-Dd_ExpLx.js';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
|
|
6
6
|
declare function BackIcon({ color, size, className, style }: {
|
|
@@ -3787,7 +3787,7 @@ function useUserInfo() {
|
|
|
3787
3787
|
case "evm":
|
|
3788
3788
|
return window.open(`${endpoints.auth}login/wallet?appid=${appid}&locale=${locale}`);
|
|
3789
3789
|
case "sol":
|
|
3790
|
-
return
|
|
3790
|
+
return window.open(`${endpoints.auth}login/sol?appid=${appid}&locale=${locale}`);
|
|
3791
3791
|
case "tron":
|
|
3792
3792
|
return TRONOpen("login");
|
|
3793
3793
|
case "ton":
|
|
@@ -6464,4 +6464,4 @@ export {
|
|
|
6464
6464
|
MatchProvider,
|
|
6465
6465
|
useMatch
|
|
6466
6466
|
};
|
|
6467
|
-
//# sourceMappingURL=chunk-
|
|
6467
|
+
//# sourceMappingURL=chunk-2DVC6WCN.mjs.map
|