@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.
Files changed (54) hide show
  1. package/dist/assets/icon/index.d.mts +2 -2
  2. package/dist/assets/icon/index.d.ts +2 -2
  3. package/dist/{chunk-X5HGL3ZX.mjs → chunk-ZPBHHXEE.mjs} +7689 -338
  4. package/dist/chunk-ZPBHHXEE.mjs.map +1 -0
  5. package/dist/components/index.d.mts +3 -3
  6. package/dist/components/index.d.ts +3 -3
  7. package/dist/components/index.js +363 -343
  8. package/dist/components/index.js.map +1 -1
  9. package/dist/components/index.mjs +9 -11
  10. package/dist/hooks/api/index.d.mts +2 -2
  11. package/dist/hooks/api/index.d.ts +2 -2
  12. package/dist/hooks/api/index.js +493 -478
  13. package/dist/hooks/api/index.js.map +1 -1
  14. package/dist/hooks/api/index.mjs +2 -3
  15. package/dist/hooks/index.d.mts +2 -2
  16. package/dist/hooks/index.d.ts +2 -2
  17. package/dist/hooks/index.js +258 -248
  18. package/dist/hooks/index.js.map +1 -1
  19. package/dist/hooks/index.mjs +3 -5
  20. package/dist/{index-D5WIVIkc.d.ts → index-91BdMYDA.d.ts} +4 -2
  21. package/dist/{index-BVfCh4l-.d.mts → index-CPk553v5.d.mts} +1 -1
  22. package/dist/{index-D7S5DMUy.d.mts → index-CPwcm70o.d.mts} +3 -3
  23. package/dist/{index-zc2GEzJ9.d.ts → index-CZu_8fKl.d.ts} +40 -39
  24. package/dist/{index-SOVt-ADK.d.mts → index-ChHJD4NZ.d.mts} +4 -2
  25. package/dist/{index-CQmN0dN4.d.ts → index-CkHDxE7B.d.mts} +16 -4
  26. package/dist/{index-C0UKUm0h.d.ts → index-D5geEbXf.d.ts} +4 -3
  27. package/dist/{index-D3Kp05kW.d.ts → index-DFBrN7dx.d.ts} +1 -1
  28. package/dist/{index-DC4F1u-w.d.mts → index-DSvRdAyZ.d.mts} +4 -3
  29. package/dist/{index-DjbH13zc.d.mts → index-DX1vzCrM.d.mts} +40 -39
  30. package/dist/{index-DQFQ39D9.d.ts → index-Dj1K-UdZ.d.ts} +3 -3
  31. package/dist/{index-BDffLLM_.d.mts → index-DjwwXNp4.d.mts} +15 -3
  32. package/dist/{index-BaFmUVw-.d.mts → index-SRHVQn5G.d.ts} +16 -4
  33. package/dist/{index-BsX-ovIl.d.ts → index-Vxvd14yW.d.ts} +15 -3
  34. package/dist/index.css +141 -34
  35. package/dist/index.d.mts +758 -11
  36. package/dist/index.d.ts +758 -11
  37. package/dist/index.js +3859 -3738
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +9 -9
  40. package/dist/types/index.d.mts +1 -1
  41. package/dist/types/index.d.ts +1 -1
  42. package/dist/{types-VrV1kYga.d.mts → types-Bi9iq57H.d.mts} +13 -1
  43. package/dist/{types-VrV1kYga.d.ts → types-Bi9iq57H.d.ts} +13 -1
  44. package/dist/ui/index.d.mts +3 -3
  45. package/dist/ui/index.d.ts +3 -3
  46. package/dist/ui/index.js +937 -160
  47. package/dist/ui/index.js.map +1 -1
  48. package/dist/ui/index.mjs +6 -1
  49. package/example/package.json +1 -0
  50. package/example/src/App.tsx +24 -20
  51. package/package.json +1 -1
  52. package/dist/chunk-QTUR37B2.mjs +0 -7275
  53. package/dist/chunk-QTUR37B2.mjs.map +0 -1
  54. 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-QTUR37B2.mjs";
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-BDffLLM_.mjs';
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-VrV1kYga.mjs';
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-BsX-ovIl.js';
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-VrV1kYga.js';
5
+ import '../../types-Bi9iq57H.js';
6
6
  import 'react';