@matchain/matchid-sdk-react 0.1.53-alpha.8 → 0.1.54
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 -2
- package/dist/assets/icon/index.d.ts +2 -2
- package/dist/{chunk-X5HGL3ZX.mjs → chunk-ZPBHHXEE.mjs} +7689 -338
- package/dist/chunk-ZPBHHXEE.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 +363 -343
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +9 -11
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +493 -478
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +258 -248
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -5
- package/dist/{index-D5WIVIkc.d.ts → index-91BdMYDA.d.ts} +4 -2
- package/dist/{index-BVfCh4l-.d.mts → index-CPk553v5.d.mts} +1 -1
- package/dist/{index-D7S5DMUy.d.mts → index-CPwcm70o.d.mts} +3 -3
- package/dist/{index-zc2GEzJ9.d.ts → index-CZu_8fKl.d.ts} +40 -39
- package/dist/{index-SOVt-ADK.d.mts → index-ChHJD4NZ.d.mts} +4 -2
- package/dist/{index-CQmN0dN4.d.ts → index-CkHDxE7B.d.mts} +16 -4
- package/dist/{index-C0UKUm0h.d.ts → index-D5geEbXf.d.ts} +4 -3
- package/dist/{index-D3Kp05kW.d.ts → index-DFBrN7dx.d.ts} +1 -1
- package/dist/{index-DC4F1u-w.d.mts → index-DSvRdAyZ.d.mts} +4 -3
- package/dist/{index-DjbH13zc.d.mts → index-DX1vzCrM.d.mts} +40 -39
- package/dist/{index-DQFQ39D9.d.ts → index-Dj1K-UdZ.d.ts} +3 -3
- package/dist/{index-BDffLLM_.d.mts → index-DjwwXNp4.d.mts} +15 -3
- package/dist/{index-BaFmUVw-.d.mts → index-SRHVQn5G.d.ts} +16 -4
- package/dist/{index-BsX-ovIl.d.ts → index-Vxvd14yW.d.ts} +15 -3
- package/dist/index.css +141 -34
- package/dist/index.d.mts +758 -11
- package/dist/index.d.ts +758 -11
- package/dist/index.js +3859 -3738
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-VrV1kYga.d.mts → types-Bi9iq57H.d.mts} +13 -1
- package/dist/{types-VrV1kYga.d.ts → types-Bi9iq57H.d.ts} +13 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/ui/index.js +937 -160
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +6 -1
- package/example/package.json +1 -0
- package/example/src/App.tsx +24 -20
- package/package.json +1 -1
- package/dist/chunk-QTUR37B2.mjs +0 -7275
- package/dist/chunk-QTUR37B2.mjs.map +0 -1
- package/dist/chunk-X5HGL3ZX.mjs.map +0 -1
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BTCModal,
|
|
3
|
+
Button,
|
|
3
4
|
ContactCard,
|
|
4
5
|
ContactList,
|
|
5
6
|
EVMModal,
|
|
6
7
|
EmailModal,
|
|
8
|
+
Field,
|
|
9
|
+
Input,
|
|
7
10
|
LoginBox,
|
|
8
11
|
LoginButton,
|
|
9
12
|
LoginModal,
|
|
10
13
|
LoginPanel,
|
|
14
|
+
Modal,
|
|
15
|
+
ModalWithHeader,
|
|
16
|
+
Overlay,
|
|
17
|
+
Popover,
|
|
11
18
|
TONModal,
|
|
12
19
|
TRONModal,
|
|
13
20
|
TokenDetail,
|
|
@@ -17,19 +24,10 @@ import {
|
|
|
17
24
|
UsernameModal,
|
|
18
25
|
WalletAsset,
|
|
19
26
|
WalletModal
|
|
20
|
-
} from "../chunk-
|
|
21
|
-
import "../chunk-JX73EY6V.mjs";
|
|
27
|
+
} from "../chunk-ZPBHHXEE.mjs";
|
|
22
28
|
import "../chunk-UA6XHZHX.mjs";
|
|
23
29
|
import "../chunk-IZOOVZAD.mjs";
|
|
24
|
-
import
|
|
25
|
-
Button,
|
|
26
|
-
Field,
|
|
27
|
-
Input,
|
|
28
|
-
Modal,
|
|
29
|
-
ModalWithHeader,
|
|
30
|
-
Overlay,
|
|
31
|
-
Popover
|
|
32
|
-
} from "../chunk-X5HGL3ZX.mjs";
|
|
30
|
+
import "../chunk-JX73EY6V.mjs";
|
|
33
31
|
import "../chunk-FKXS2XRG.mjs";
|
|
34
32
|
import "../chunk-J5LGTIGS.mjs";
|
|
35
33
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-
|
|
1
|
+
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-DjwwXNp4.mjs';
|
|
2
2
|
export { i as isSuccess } from '../../request-B0CyrGFT.mjs';
|
|
3
3
|
import '@tanstack/react-query';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
|
-
import '../../types-
|
|
5
|
+
import '../../types-Bi9iq57H.mjs';
|
|
6
6
|
import 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-
|
|
1
|
+
export { b as bind, c as contact, p as poh, u as user, w as wallet } from '../../index-Vxvd14yW.js';
|
|
2
2
|
export { i as isSuccess } from '../../request-B0CyrGFT.js';
|
|
3
3
|
import '@tanstack/react-query';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
|
-
import '../../types-
|
|
5
|
+
import '../../types-Bi9iq57H.js';
|
|
6
6
|
import 'react';
|