@matchain/matchid-sdk-react 0.1.38 → 0.1.39
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-IHRQKSSO.mjs → chunk-7HVF5LGS.mjs} +2 -2
- package/dist/{chunk-F5CJROWH.mjs → chunk-RVAWFV2B.mjs} +6 -3
- package/dist/chunk-RVAWFV2B.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 +5 -2
- 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-DUCRzr-P.d.ts → index-BPveUnst.d.ts} +1 -1
- package/dist/{index-CAvsdgJw.d.mts → index-ClQl2MMF.d.mts} +1 -1
- package/dist/{index-B89X65ox.d.ts → index-CvCSpU8m.d.ts} +1 -1
- package/dist/{index-BICt0DjJ.d.ts → index-DlrDrTMk.d.ts} +1 -1
- package/dist/{index-BTTka3Uo.d.mts → index-Dm5o2w2J.d.mts} +1 -1
- package/dist/{index-CzAaZV-2.d.mts → index-mEK7Lcps.d.mts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types.d-Cqt8ifXa.d.mts → types.d-IS3DBl3p.d.mts} +1 -1
- package/dist/{types.d-Cqt8ifXa.d.ts → types.d-IS3DBl3p.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-F5CJROWH.mjs.map +0 -1
- /package/dist/{chunk-IHRQKSSO.mjs.map → chunk-7HVF5LGS.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-IS3DBl3p.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-IS3DBl3p.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-RVAWFV2B.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-7HVF5LGS.mjs.map
|
|
@@ -1101,9 +1101,12 @@ function LoginBox({
|
|
|
1101
1101
|
],
|
|
1102
1102
|
methods = [
|
|
1103
1103
|
"telegram",
|
|
1104
|
-
"twitter"
|
|
1104
|
+
"twitter",
|
|
1105
|
+
"github",
|
|
1106
|
+
"linkedin",
|
|
1107
|
+
"discord"
|
|
1105
1108
|
],
|
|
1106
|
-
walletMethods = ["evm", "sol"],
|
|
1109
|
+
walletMethods = ["evm", "sol", "btc", "tron"],
|
|
1107
1110
|
inModal = false
|
|
1108
1111
|
}) {
|
|
1109
1112
|
const [emailOpen, setEmailOpen] = useState9(false);
|
|
@@ -3891,4 +3894,4 @@ export {
|
|
|
3891
3894
|
MatchProvider,
|
|
3892
3895
|
useMatch
|
|
3893
3896
|
};
|
|
3894
|
-
//# sourceMappingURL=chunk-
|
|
3897
|
+
//# sourceMappingURL=chunk-RVAWFV2B.mjs.map
|