@matchain/matchid-sdk-react 0.1.48-alpha.10 → 0.1.48-alpha.3
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 +2 -11
- package/dist/assets/icon/index.d.ts +2 -11
- package/dist/assets/icon/index.js +2 -93
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +1 -9
- package/dist/{chunk-LHNKZISB.mjs → chunk-A5D3NKTK.mjs} +4 -91
- package/dist/chunk-A5D3NKTK.mjs.map +1 -0
- package/dist/{chunk-MXBUBTKR.mjs → chunk-LNSJ3ZXG.mjs} +5 -11
- package/dist/chunk-LNSJ3ZXG.mjs.map +1 -0
- package/dist/{chunk-YGFOHQU6.mjs → chunk-LPQROHSB.mjs} +2 -2
- package/dist/{chunk-2LRK5L4Z.mjs → chunk-V3WGYFWQ.mjs} +449 -1399
- package/dist/chunk-V3WGYFWQ.mjs.map +1 -0
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +448 -1689
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -12
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +185 -265
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +4 -5
- package/dist/hooks/index.d.mts +2 -3
- package/dist/hooks/index.d.ts +2 -3
- package/dist/hooks/index.js +177 -1516
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -10
- package/dist/{index-NzZ-mfGZ.d.mts → index-B-s1k4Da.d.mts} +2 -5
- package/dist/{index-BxPB2IQ2.d.ts → index-B8DYrhSW.d.mts} +8 -29
- package/dist/{index-DAEvA2P4.d.ts → index-BHvCA7F9.d.ts} +4 -28
- package/dist/{index-BEwCPHZr.d.mts → index-BZrddrq-.d.mts} +4 -28
- package/dist/{index-BQPieWF9.d.ts → index-BvLpvebq.d.mts} +3 -4
- package/dist/{index-C9s2Ea9O.d.ts → index-Bzcc-y8m.d.ts} +1 -1
- package/dist/{index-CE20hVl1.d.mts → index-Cwx2p8th.d.ts} +8 -29
- package/dist/{index-BsmYcQQU.d.mts → index-DCeOyAw8.d.ts} +3 -4
- package/dist/{index-88JSE0j2.d.ts → index-DG_gyw1q.d.ts} +2 -5
- package/dist/index-DKyt0for.d.mts +181 -0
- package/dist/{index-DZ-eQkIA.d.mts → index-DbG5IjhP.d.mts} +1 -1
- package/dist/index-TkB89QxX.d.ts +181 -0
- package/dist/index.css +4 -468
- package/dist/index.d.mts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +1079 -2172
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -11
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-BZoVuUty.d.mts → types-CHkU0WHZ.d.mts} +33 -48
- package/dist/{types-BZoVuUty.d.ts → types-CHkU0WHZ.d.ts} +33 -48
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/ui/index.js +62 -80
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/example/src/pages/Wallet/components/MatchWallet.tsx +10 -24
- package/package.json +1 -7
- package/dist/chunk-2LRK5L4Z.mjs.map +0 -1
- package/dist/chunk-5JHHHLG4.mjs +0 -136
- package/dist/chunk-5JHHHLG4.mjs.map +0 -1
- package/dist/chunk-LHNKZISB.mjs.map +0 -1
- package/dist/chunk-MXBUBTKR.mjs.map +0 -1
- package/dist/index-DIxrMLXq.d.ts +0 -3295
- package/dist/index-P71uc8y5.d.mts +0 -3295
- package/dist/utils/index.d.mts +0 -26
- package/dist/utils/index.d.ts +0 -26
- package/dist/utils/index.js +0 -181
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/index.mjs +0 -30
- package/dist/utils/index.mjs.map +0 -1
- /package/dist/{chunk-YGFOHQU6.mjs.map → chunk-LPQROHSB.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-
|
|
3
|
-
export { i as Components } from './index-
|
|
4
|
-
export { i as UI } from './index-
|
|
5
|
-
export { i as Hooks } from './index-
|
|
6
|
-
export { i as Api } from './index-
|
|
2
|
+
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-CHkU0WHZ.mjs';
|
|
3
|
+
export { i as Components } from './index-BZrddrq-.mjs';
|
|
4
|
+
export { i as UI } from './index-BvLpvebq.mjs';
|
|
5
|
+
export { i as Hooks } from './index-DKyt0for.mjs';
|
|
6
|
+
export { i as Api } from './index-B8DYrhSW.mjs';
|
|
7
7
|
export { i as Chains } from './index-DXRGMAbv.mjs';
|
|
8
|
-
export { i as Types } from './index-
|
|
8
|
+
export { i as Types } from './index-B-s1k4Da.mjs';
|
|
9
9
|
import 'react/jsx-runtime';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-DbG5IjhP.mjs';
|
|
11
11
|
import 'viem';
|
|
12
12
|
import './mpc-CTbBWHld.mjs';
|
|
13
13
|
import 'viem/types/misc';
|
|
14
14
|
import 'abitype';
|
|
15
|
-
import 'viem/_types/actions/siwe/verifySiweMessage';
|
|
16
15
|
import '@tanstack/react-query';
|
|
17
16
|
import '@tanstack/react-query/src/types';
|
|
18
17
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-
|
|
3
|
-
export { i as Components } from './index-
|
|
4
|
-
export { i as UI } from './index-
|
|
5
|
-
export { i as Hooks } from './index-
|
|
6
|
-
export { i as Api } from './index-
|
|
2
|
+
import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-CHkU0WHZ.js';
|
|
3
|
+
export { i as Components } from './index-BHvCA7F9.js';
|
|
4
|
+
export { i as UI } from './index-DCeOyAw8.js';
|
|
5
|
+
export { i as Hooks } from './index-TkB89QxX.js';
|
|
6
|
+
export { i as Api } from './index-Cwx2p8th.js';
|
|
7
7
|
export { i as Chains } from './index-DXRGMAbv.js';
|
|
8
|
-
export { i as Types } from './index-
|
|
8
|
+
export { i as Types } from './index-DG_gyw1q.js';
|
|
9
9
|
import 'react/jsx-runtime';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-Bzcc-y8m.js';
|
|
11
11
|
import 'viem';
|
|
12
12
|
import './mpc-CTbBWHld.js';
|
|
13
13
|
import 'viem/types/misc';
|
|
14
14
|
import 'abitype';
|
|
15
|
-
import 'viem/_types/actions/siwe/verifySiweMessage';
|
|
16
15
|
import '@tanstack/react-query';
|
|
17
16
|
import '@tanstack/react-query/src/types';
|
|
18
17
|
|