@matchain/matchid-sdk-react 0.1.42-alpha.16 → 0.1.42-alpha.2
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-WCS3X2LC.mjs → chunk-2YN5Y3SM.mjs} +2 -2
- package/dist/chunk-PZPEWHBV.mjs +4251 -0
- package/dist/chunk-PZPEWHBV.mjs.map +1 -0
- package/dist/components/index.d.mts +2 -3
- package/dist/components/index.d.ts +2 -3
- package/dist/components/index.js +486 -770
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -8
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +78 -137
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -3
- package/dist/hooks/index.d.mts +2 -5
- package/dist/hooks/index.d.ts +2 -5
- package/dist/hooks/index.js +158 -362
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -2
- package/dist/index-B4YpKSY3.d.ts +94 -0
- package/dist/{index-CLvQH5gM.d.ts → index-CxY3u9Rv.d.ts} +12 -32
- package/dist/{index-DlhAHm_s.d.mts → index-DCReY5T2.d.mts} +12 -32
- package/dist/{index-Ca9nh_8s.d.ts → index-DbjibQ5d.d.mts} +1 -1
- package/dist/{index-DFZpfAfc.d.mts → index-GcpJCj6O.d.ts} +1 -1
- package/dist/index-_k6h9w0P.d.mts +94 -0
- package/dist/index.css +4 -84
- package/dist/index.d.mts +5 -9
- package/dist/index.d.ts +5 -9
- package/dist/index.js +669 -1183
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -6
- package/dist/types.d-DwF-Pkvh.d.mts +179 -0
- package/dist/types.d-DwF-Pkvh.d.ts +179 -0
- package/example/package.json +0 -1
- package/example/src/App.tsx +28 -54
- package/example/src/components/Login/index.tsx +2 -2
- package/example/src/components/RoutePrivate/index.tsx +3 -4
- package/example/src/config/index.ts +2 -7
- package/example/src/pages/{User/index.tsx → User.tsx} +84 -55
- package/example/src/pages/Wallet.tsx +43 -258
- package/example/tsconfig.json +0 -1
- package/package.json +2 -7
- package/dist/chunk-SQIJR7RA.mjs +0 -29
- package/dist/chunk-SQIJR7RA.mjs.map +0 -1
- package/dist/chunk-UCIEZ3XI.mjs +0 -4747
- package/dist/chunk-UCIEZ3XI.mjs.map +0 -1
- package/dist/index-Bluim2ZP.d.mts +0 -143
- package/dist/index-BxS06a5O.d.ts +0 -50
- package/dist/index-EqksEEto.d.ts +0 -143
- package/dist/index-q5XDobUF.d.mts +0 -50
- package/dist/mpc-CTbBWHld.d.mts +0 -20
- package/dist/mpc-CTbBWHld.d.ts +0 -20
- package/dist/types/index.d.mts +0 -3
- package/dist/types/index.d.ts +0 -3
- package/dist/types/index.js +0 -44
- package/dist/types/index.js.map +0 -1
- package/dist/types/index.mjs +0 -10
- package/dist/types/index.mjs.map +0 -1
- package/dist/types-CVwZEgQ0.d.mts +0 -244
- package/dist/types-CVwZEgQ0.d.ts +0 -244
- package/example/src/abi/erc20.json +0 -222
- package/example/src/components/ButtonGroup/index.tsx +0 -10
- package/example/src/config/chains/index.ts +0 -2
- package/example/src/config/chains/matchMain.ts +0 -27
- package/example/src/config/chains/matchTest.ts +0 -33
- package/example/src/pages/User/components/BindListModal.tsx +0 -10
- package/example/src/pages/User/components/PohListModal.tsx +0 -10
- package/example/src/pages/User/components/QueryDisplay.tsx +0 -25
- package/example/src/store/useLocalStore.ts +0 -51
- /package/dist/{chunk-WCS3X2LC.mjs.map → chunk-2YN5Y3SM.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 { m as IconProps$1 } from '../../types.d-DwF-Pkvh.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 { m as IconProps$1 } from '../../types.d-DwF-Pkvh.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-PZPEWHBV.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-2YN5Y3SM.mjs.map
|