@matchain/matchid-sdk-react 0.1.37-alpha.6 → 0.1.37-alpha.8

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 (35) hide show
  1. package/dist/assets/icon/index.d.mts +7 -1
  2. package/dist/assets/icon/index.d.ts +7 -1
  3. package/dist/assets/icon/index.js +78 -0
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +7 -1
  6. package/dist/{chunk-FLEEMUIJ.mjs → chunk-65NEGWW3.mjs} +313 -140
  7. package/dist/chunk-65NEGWW3.mjs.map +1 -0
  8. package/dist/chunk-6PWH7WZI.mjs +1067 -0
  9. package/dist/chunk-6PWH7WZI.mjs.map +1 -0
  10. package/dist/{chunk-OZ3WBUHE.mjs → chunk-X3VJMKNQ.mjs} +2 -2
  11. package/dist/components/index.d.mts +1 -1
  12. package/dist/components/index.d.ts +1 -1
  13. package/dist/components/index.js +649 -286
  14. package/dist/components/index.js.map +1 -1
  15. package/dist/components/index.mjs +4 -4
  16. package/dist/hooks/api/index.js +56 -42
  17. package/dist/hooks/api/index.js.map +1 -1
  18. package/dist/hooks/api/index.mjs +3 -3
  19. package/dist/hooks/index.js +62 -48
  20. package/dist/hooks/index.js.map +1 -1
  21. package/dist/hooks/index.mjs +2 -2
  22. package/dist/{index-dJi5ka2c.d.mts → index-CV5LZa9w.d.mts} +4 -4
  23. package/dist/{index-DTCAzQvB.d.ts → index-yEwP0nd2.d.ts} +4 -4
  24. package/dist/index.d.mts +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +711 -348
  27. package/dist/index.js.map +1 -1
  28. package/dist/index.mjs +3 -3
  29. package/example/src/components/Login/index.tsx +1 -1
  30. package/example/src/pages/User.tsx +1 -1
  31. package/package.json +1 -1
  32. package/dist/chunk-FLEEMUIJ.mjs.map +0 -1
  33. package/dist/chunk-J6EA7OSJ.mjs +0 -992
  34. package/dist/chunk-J6EA7OSJ.mjs.map +0 -1
  35. /package/dist/{chunk-OZ3WBUHE.mjs.map → chunk-X3VJMKNQ.mjs.map} +0 -0
@@ -5,6 +5,7 @@ import {
5
5
  BTCDarkIcon,
6
6
  BTCLightIcon,
7
7
  BackIcon,
8
+ BitgetIcon,
8
9
  CheckIcon,
9
10
  CheckRoundIcon,
10
11
  CloseEyeIcon,
@@ -24,6 +25,7 @@ import {
24
25
  LinkedinIcon,
25
26
  LoadingIcon_default,
26
27
  LoginIcon_default,
28
+ OKXIcon,
27
29
  OpenEyeIcon,
28
30
  PasswordRoundIcon,
29
31
  SOLDarkIcon,
@@ -31,13 +33,14 @@ import {
31
33
  TRXDarkIcon,
32
34
  TRXLightIcon,
33
35
  TelegramIcon,
36
+ TronLinkIcon,
34
37
  UnLoginIcon_default,
35
38
  UnisatIcon,
36
39
  WalletIcon,
37
40
  XIcon,
38
41
  XverseIcon,
39
42
  YoutubeIcon
40
- } from "../../chunk-J6EA7OSJ.mjs";
43
+ } from "../../chunk-6PWH7WZI.mjs";
41
44
  import "../../chunk-J5LGTIGS.mjs";
42
45
  export {
43
46
  ArrowDownIcon,
@@ -46,6 +49,7 @@ export {
46
49
  BTCDarkIcon,
47
50
  BTCLightIcon,
48
51
  BackIcon,
52
+ BitgetIcon,
49
53
  CheckIcon,
50
54
  CheckRoundIcon,
51
55
  CloseEyeIcon,
@@ -65,6 +69,7 @@ export {
65
69
  LinkedinIcon,
66
70
  LoadingIcon_default as LoadingIcon,
67
71
  LoginIcon_default as LoginIcon,
72
+ OKXIcon,
68
73
  OpenEyeIcon,
69
74
  PasswordRoundIcon,
70
75
  SOLDarkIcon,
@@ -72,6 +77,7 @@ export {
72
77
  TRXDarkIcon,
73
78
  TRXLightIcon,
74
79
  TelegramIcon,
80
+ TronLinkIcon,
75
81
  UnLoginIcon_default as UnLoginIcon,
76
82
  UnisatIcon,
77
83
  WalletIcon,