@matchain/matchid-sdk-react 0.1.56-alpha.3 → 0.1.56-alpha.5

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 (61) hide show
  1. package/dist/api.d.mts +2 -2
  2. package/dist/api.d.ts +2 -2
  3. package/dist/api.js +59 -47
  4. package/dist/api.js.map +1 -1
  5. package/dist/api.mjs +3 -3
  6. package/dist/{chunk-M5LCJX2T.mjs → chunk-2SJCPZJQ.mjs} +2 -2
  7. package/dist/{chunk-FKXS2XRG.mjs → chunk-GD7URBBZ.mjs} +54 -1
  8. package/dist/chunk-GD7URBBZ.mjs.map +1 -0
  9. package/dist/{chunk-KDVKIXOS.mjs → chunk-YR46VC65.mjs} +393 -354
  10. package/dist/chunk-YR46VC65.mjs.map +1 -0
  11. package/dist/components.d.mts +3 -3
  12. package/dist/components.d.ts +3 -3
  13. package/dist/components.js +416 -360
  14. package/dist/components.js.map +1 -1
  15. package/dist/components.mjs +2 -2
  16. package/dist/hooks.d.mts +2 -2
  17. package/dist/hooks.d.ts +2 -2
  18. package/dist/hooks.js +234 -178
  19. package/dist/hooks.js.map +1 -1
  20. package/dist/hooks.mjs +2 -2
  21. package/dist/icon.d.mts +2 -2
  22. package/dist/icon.d.ts +2 -2
  23. package/dist/icon.js +53 -0
  24. package/dist/icon.js.map +1 -1
  25. package/dist/icon.mjs +7 -1
  26. package/dist/{index-CsUEaGtM.d.ts → index-BcuSCgol.d.ts} +2 -2
  27. package/dist/{index-CPTgrfjn.d.mts → index-BlMLqmS2.d.mts} +1 -1
  28. package/dist/{index-B7ZEyP1j.d.ts → index-C1Nyy5zx.d.ts} +1 -1
  29. package/dist/{index-FKxw4Vaa.d.mts → index-CBcBTQyU.d.mts} +1 -1
  30. package/dist/{index-BXbfmVoU.d.mts → index-CD0dACxf.d.mts} +2 -2
  31. package/dist/{index-TjbO7d74.d.mts → index-CER00guz.d.mts} +1 -1
  32. package/dist/{index-BtjgRcNJ.d.ts → index-CjekOYJl.d.mts} +2 -2
  33. package/dist/{index-C82WIWvx.d.ts → index-DN-jrh8-.d.ts} +13 -3
  34. package/dist/{index-BKSGbw7b.d.mts → index-DdN22cwf.d.ts} +2 -2
  35. package/dist/{index-YPRyEYt6.d.mts → index-DkIIQLbh.d.ts} +10 -4
  36. package/dist/{index-4dZbgWG2.d.ts → index-DlaCsN95.d.ts} +1 -1
  37. package/dist/{index-DK7l3lsH.d.ts → index-lh6qBAf_.d.mts} +10 -4
  38. package/dist/{index-CwHXzvvB.d.ts → index-o0WW1c5O.d.ts} +1 -1
  39. package/dist/{index-D7E317WV.d.mts → index-xThRnNN3.d.mts} +13 -3
  40. package/dist/index.css +35 -1
  41. package/dist/index.d.mts +8 -8
  42. package/dist/index.d.ts +8 -8
  43. package/dist/index.js +497 -412
  44. package/dist/index.js.map +1 -1
  45. package/dist/index.mjs +3 -3
  46. package/dist/{types-DEsY_CPH.d.mts → types-CheN9vHJ.d.mts} +4 -0
  47. package/dist/{types-DEsY_CPH.d.ts → types-CheN9vHJ.d.ts} +4 -0
  48. package/dist/types.d.mts +1 -1
  49. package/dist/types.d.ts +1 -1
  50. package/dist/ui.d.mts +3 -3
  51. package/dist/ui.d.ts +3 -3
  52. package/dist/ui.js +192 -105
  53. package/dist/ui.js.map +1 -1
  54. package/dist/ui.mjs +4 -2
  55. package/example/src/pages/UI/components/Checkbox.tsx +10 -0
  56. package/example/src/pages/UI/components/Input.tsx +12 -0
  57. package/example/src/pages/UI/index.tsx +4 -0
  58. package/package.json +1 -1
  59. package/dist/chunk-FKXS2XRG.mjs.map +0 -1
  60. package/dist/chunk-KDVKIXOS.mjs.map +0 -1
  61. /package/dist/{chunk-M5LCJX2T.mjs.map → chunk-2SJCPZJQ.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
- export { B as BTCModal, 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-BXbfmVoU.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-BKSGbw7b.mjs';
1
+ export { B as BTCModal, 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-CD0dACxf.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-CjekOYJl.mjs';
3
3
  import 'react/jsx-runtime';
4
- import './types-DEsY_CPH.mjs';
4
+ import './types-CheN9vHJ.mjs';
5
5
  import 'react';
6
6
  import '@tanstack/react-query/src/types';
@@ -1,6 +1,6 @@
1
- export { B as BTCModal, 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-CsUEaGtM.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-BtjgRcNJ.js';
1
+ export { B as BTCModal, 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-BcuSCgol.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-DdN22cwf.js';
3
3
  import 'react/jsx-runtime';
4
- import './types-DEsY_CPH.js';
4
+ import './types-CheN9vHJ.js';
5
5
  import 'react';
6
6
  import '@tanstack/react-query/src/types';