@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,6 +1,6 @@
1
- export { B as BTCModal, l as ContactCard, C as ContactList, d as EVMModal, E as EmailModal, L as LoginBox, a as LoginButton, c as LoginModal, b as LoginPanel, e as TONModal, T as TRONModal, g as TokenDetail, h as TokenSend, j as TokenSendList, k as TransactionList, U as UsernameModal, f as WalletAsset, W as WalletModal } from '../index-D7S5DMUy.mjs';
2
- export { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from '../index-BaFmUVw-.mjs';
1
+ export { B as BTCModal, l as ContactCard, C as ContactList, d as EVMModal, E as EmailModal, L as LoginBox, a as LoginButton, c as LoginModal, b as LoginPanel, e as TONModal, T as TRONModal, g as TokenDetail, h as TokenSend, j as TokenSendList, k as TransactionList, U as UsernameModal, f as WalletAsset, W as WalletModal } from '../index-CPwcm70o.mjs';
2
+ export { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from '../index-CkHDxE7B.mjs';
3
3
  import 'react/jsx-runtime';
4
- import '../types-VrV1kYga.mjs';
4
+ import '../types-Bi9iq57H.mjs';
5
5
  import 'react';
6
6
  import '@tanstack/react-query/src/types';
@@ -1,6 +1,6 @@
1
- export { B as BTCModal, l as ContactCard, C as ContactList, d as EVMModal, E as EmailModal, L as LoginBox, a as LoginButton, c as LoginModal, b as LoginPanel, e as TONModal, T as TRONModal, g as TokenDetail, h as TokenSend, j as TokenSendList, k as TransactionList, U as UsernameModal, f as WalletAsset, W as WalletModal } from '../index-DQFQ39D9.js';
2
- export { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from '../index-CQmN0dN4.js';
1
+ export { B as BTCModal, l as ContactCard, C as ContactList, d as EVMModal, E as EmailModal, L as LoginBox, a as LoginButton, c as LoginModal, b as LoginPanel, e as TONModal, T as TRONModal, g as TokenDetail, h as TokenSend, j as TokenSendList, k as TransactionList, U as UsernameModal, f as WalletAsset, W as WalletModal } from '../index-Dj1K-UdZ.js';
2
+ export { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from '../index-SRHVQn5G.js';
3
3
  import 'react/jsx-runtime';
4
- import '../types-VrV1kYga.js';
4
+ import '../types-Bi9iq57H.js';
5
5
  import 'react';
6
6
  import '@tanstack/react-query/src/types';