@matchain/matchid-sdk-react 0.1.44-alpha.6 → 0.1.44-alpha.7
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-WNLUMXC7.mjs → chunk-L5G34SC6.mjs} +2 -2
- package/dist/{chunk-XN7LSOI7.mjs → chunk-R7Y4L7CG.mjs} +2 -2
- package/dist/chunk-R7Y4L7CG.mjs.map +1 -0
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- 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 +3 -3
- 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 +2 -2
- package/dist/{index-RwnmlYR_.d.mts → index-B0VpxAI2.d.mts} +1 -1
- package/dist/{index-DS7SWbPe.d.ts → index-CFWR1boZ.d.ts} +1 -1
- package/dist/{index-C3jFoWRx.d.ts → index-CTSg5TRS.d.ts} +1 -1
- package/dist/{index-rWzOcTWj.d.mts → index-CWYElOA2.d.mts} +1 -1
- package/dist/{index-DYJIwNhC.d.ts → index-CoTirILQ.d.ts} +1 -1
- package/dist/{index-CI39w5wj.d.mts → index-D2pNP7Bz.d.mts} +1 -1
- package/dist/{index-CYmxvLZ0.d.mts → index-DR2JTaoi.d.mts} +1 -1
- package/dist/{index-BlEZbcLQ.d.ts → index-DVlCrOjr.d.ts} +1 -1
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-cM1c-GDc.d.mts → types-CRumDe2M.d.mts} +1 -1
- package/dist/{types-cM1c-GDc.d.ts → types-CRumDe2M.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-XN7LSOI7.mjs.map +0 -1
- /package/dist/{chunk-WNLUMXC7.mjs.map → chunk-L5G34SC6.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 {
|
|
3
|
+
import { t as IconProps$1 } from '../../types-CRumDe2M.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 {
|
|
3
|
+
import { t as IconProps$1 } from '../../types-CRumDe2M.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-R7Y4L7CG.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-L5G34SC6.mjs.map
|
|
@@ -1311,7 +1311,7 @@ function LoginBox({
|
|
|
1311
1311
|
const methodConfig = useMemo5(() => {
|
|
1312
1312
|
if (recommendMethods || methods || walletMethods) {
|
|
1313
1313
|
return {
|
|
1314
|
-
recommendMethods: recommendMethods
|
|
1314
|
+
recommendMethods: recommendMethods ? recommendMethods : walletMethods ? ["wallet"] : [],
|
|
1315
1315
|
methods: methods || [],
|
|
1316
1316
|
walletMethods: walletMethods || []
|
|
1317
1317
|
};
|
|
@@ -4891,4 +4891,4 @@ export {
|
|
|
4891
4891
|
MatchProvider,
|
|
4892
4892
|
useMatch
|
|
4893
4893
|
};
|
|
4894
|
-
//# sourceMappingURL=chunk-
|
|
4894
|
+
//# sourceMappingURL=chunk-R7Y4L7CG.mjs.map
|