@matchain/matchid-sdk-react 0.1.37-alpha.2 → 0.1.37-alpha.4

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 (60) hide show
  1. package/dist/assets/icon/index.d.mts +123 -0
  2. package/dist/assets/icon/index.d.ts +123 -0
  3. package/dist/assets/icon/index.js +1055 -0
  4. package/dist/assets/icon/index.js.map +1 -0
  5. package/dist/assets/icon/index.mjs +82 -0
  6. package/dist/assets/icon/index.mjs.map +1 -0
  7. package/dist/chunk-HYQ3T6WW.mjs +79 -0
  8. package/dist/chunk-HYQ3T6WW.mjs.map +1 -0
  9. package/dist/chunk-J5LGTIGS.mjs +10 -0
  10. package/dist/chunk-J5LGTIGS.mjs.map +1 -0
  11. package/dist/chunk-J6EA7OSJ.mjs +992 -0
  12. package/dist/chunk-J6EA7OSJ.mjs.map +1 -0
  13. package/dist/chunk-MZB76VOE.mjs +93 -0
  14. package/dist/chunk-MZB76VOE.mjs.map +1 -0
  15. package/dist/chunk-YCRZLAOS.mjs +3709 -0
  16. package/dist/chunk-YCRZLAOS.mjs.map +1 -0
  17. package/dist/components/index.d.mts +4 -0
  18. package/dist/components/index.d.ts +4 -0
  19. package/dist/components/index.js +3352 -0
  20. package/dist/components/index.js.map +1 -0
  21. package/dist/components/index.mjs +39 -0
  22. package/dist/components/index.mjs.map +1 -0
  23. package/dist/config/chains/index.d.mts +2 -0
  24. package/dist/config/chains/index.d.ts +2 -0
  25. package/dist/config/chains/index.js +94 -0
  26. package/dist/config/chains/index.js.map +1 -0
  27. package/dist/config/chains/index.mjs +10 -0
  28. package/dist/config/chains/index.mjs.map +1 -0
  29. package/dist/hooks/api/index.d.mts +5 -0
  30. package/dist/hooks/api/index.d.ts +5 -0
  31. package/dist/hooks/api/index.js +1010 -0
  32. package/dist/hooks/api/index.js.map +1 -0
  33. package/dist/hooks/api/index.mjs +14 -0
  34. package/dist/hooks/api/index.mjs.map +1 -0
  35. package/dist/hooks/index.d.mts +4 -0
  36. package/dist/hooks/index.d.ts +4 -0
  37. package/dist/hooks/index.js +1055 -0
  38. package/dist/hooks/index.js.map +1 -0
  39. package/dist/hooks/index.mjs +17 -0
  40. package/dist/hooks/index.mjs.map +1 -0
  41. package/dist/index-BFn-HCRJ.d.ts +64 -0
  42. package/dist/index-BTTka3Uo.d.mts +75 -0
  43. package/dist/index-BdeWio3u.d.mts +64 -0
  44. package/dist/index-CfipOX1C.d.ts +83 -0
  45. package/dist/index-DUCRzr-P.d.ts +75 -0
  46. package/dist/index-DXRGMAbv.d.mts +83 -0
  47. package/dist/index-DXRGMAbv.d.ts +83 -0
  48. package/dist/index-Dq1vYJ0E.d.mts +83 -0
  49. package/dist/index.css +7 -0
  50. package/dist/index.d.mts +12 -436
  51. package/dist/index.d.ts +12 -436
  52. package/dist/index.js +1185 -297
  53. package/dist/index.js.map +1 -1
  54. package/dist/index.mjs +13 -3682
  55. package/dist/index.mjs.map +1 -1
  56. package/dist/types.d-Cqt8ifXa.d.mts +176 -0
  57. package/dist/types.d-Cqt8ifXa.d.ts +176 -0
  58. package/example/src/config/index.ts +6 -1
  59. package/example/src/pages/User.tsx +12 -3
  60. package/package.json +28 -2
@@ -0,0 +1,123 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import React, { CSSProperties } from 'react';
3
+ import { l as IconProps$1 } from '../../types.d-Cqt8ifXa.mjs';
4
+
5
+ declare function BackIcon({ color, size, className, style }: {
6
+ color?: string;
7
+ size?: number;
8
+ style?: CSSProperties;
9
+ className?: string;
10
+ }): react_jsx_runtime.JSX.Element;
11
+
12
+ declare function CloseIcon({ color, size, style }: {
13
+ color?: string;
14
+ size?: number;
15
+ style?: CSSProperties;
16
+ }): react_jsx_runtime.JSX.Element;
17
+
18
+ declare function XIcon({ size }: {
19
+ size?: number;
20
+ }): react_jsx_runtime.JSX.Element;
21
+
22
+ declare function GoogleIcon({ size }: {
23
+ size?: number;
24
+ }): react_jsx_runtime.JSX.Element;
25
+
26
+ declare function WalletIcon({ size, }: {
27
+ size?: number;
28
+ }): react_jsx_runtime.JSX.Element;
29
+
30
+ declare function TelegramIcon({ size, }: {
31
+ size?: number;
32
+ }): react_jsx_runtime.JSX.Element;
33
+
34
+ declare function EmailIcon({ size, }: {
35
+ size?: number;
36
+ }): react_jsx_runtime.JSX.Element;
37
+
38
+ declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element;
39
+
40
+ declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
41
+
42
+ interface LoadingIconProps {
43
+ size?: number;
44
+ className?: string;
45
+ color?: string;
46
+ }
47
+ declare const LoadingIcon: React.FC<LoadingIconProps>;
48
+
49
+ declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
50
+
51
+ declare const UnLoginIcon: React.FC<IconProps$1>;
52
+
53
+ declare const LoginIcon: React.FC<IconProps$1>;
54
+
55
+ declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
56
+
57
+ declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
58
+
59
+ type IconProps = {
60
+ color?: string,
61
+ height?: string|number,
62
+ width?: string|number,
63
+ className?: string
64
+ size?: number
65
+ }
66
+
67
+ type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
68
+
69
+ type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
70
+
71
+ declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
72
+
73
+ declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
74
+
75
+ declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
76
+
77
+ declare function FacebookIcon({ size }: {
78
+ size?: number | string;
79
+ }): react_jsx_runtime.JSX.Element;
80
+
81
+ declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
82
+
83
+ declare function GithubIcon({ size }: {
84
+ size?: number | string;
85
+ }): react_jsx_runtime.JSX.Element;
86
+
87
+ declare function DiscordIcon({ size }: {
88
+ size?: number | string;
89
+ }): react_jsx_runtime.JSX.Element;
90
+
91
+ declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
92
+
93
+ declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
94
+
95
+ declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
96
+
97
+ declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
98
+
99
+ declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
100
+
101
+ declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
102
+
103
+ declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
104
+
105
+ declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
106
+
107
+ declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
108
+
109
+ declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
110
+
111
+ declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
112
+
113
+ declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
114
+
115
+ declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
116
+
117
+ declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
118
+
119
+ declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
120
+
121
+ declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
122
+
123
+ export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
@@ -0,0 +1,123 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import React, { CSSProperties } from 'react';
3
+ import { l as IconProps$1 } from '../../types.d-Cqt8ifXa.js';
4
+
5
+ declare function BackIcon({ color, size, className, style }: {
6
+ color?: string;
7
+ size?: number;
8
+ style?: CSSProperties;
9
+ className?: string;
10
+ }): react_jsx_runtime.JSX.Element;
11
+
12
+ declare function CloseIcon({ color, size, style }: {
13
+ color?: string;
14
+ size?: number;
15
+ style?: CSSProperties;
16
+ }): react_jsx_runtime.JSX.Element;
17
+
18
+ declare function XIcon({ size }: {
19
+ size?: number;
20
+ }): react_jsx_runtime.JSX.Element;
21
+
22
+ declare function GoogleIcon({ size }: {
23
+ size?: number;
24
+ }): react_jsx_runtime.JSX.Element;
25
+
26
+ declare function WalletIcon({ size, }: {
27
+ size?: number;
28
+ }): react_jsx_runtime.JSX.Element;
29
+
30
+ declare function TelegramIcon({ size, }: {
31
+ size?: number;
32
+ }): react_jsx_runtime.JSX.Element;
33
+
34
+ declare function EmailIcon({ size, }: {
35
+ size?: number;
36
+ }): react_jsx_runtime.JSX.Element;
37
+
38
+ declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element;
39
+
40
+ declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
41
+
42
+ interface LoadingIconProps {
43
+ size?: number;
44
+ className?: string;
45
+ color?: string;
46
+ }
47
+ declare const LoadingIcon: React.FC<LoadingIconProps>;
48
+
49
+ declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
50
+
51
+ declare const UnLoginIcon: React.FC<IconProps$1>;
52
+
53
+ declare const LoginIcon: React.FC<IconProps$1>;
54
+
55
+ declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
56
+
57
+ declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
58
+
59
+ type IconProps = {
60
+ color?: string,
61
+ height?: string|number,
62
+ width?: string|number,
63
+ className?: string
64
+ size?: number
65
+ }
66
+
67
+ type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
68
+
69
+ type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
70
+
71
+ declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
72
+
73
+ declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
74
+
75
+ declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
76
+
77
+ declare function FacebookIcon({ size }: {
78
+ size?: number | string;
79
+ }): react_jsx_runtime.JSX.Element;
80
+
81
+ declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
82
+
83
+ declare function GithubIcon({ size }: {
84
+ size?: number | string;
85
+ }): react_jsx_runtime.JSX.Element;
86
+
87
+ declare function DiscordIcon({ size }: {
88
+ size?: number | string;
89
+ }): react_jsx_runtime.JSX.Element;
90
+
91
+ declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
92
+
93
+ declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
94
+
95
+ declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
96
+
97
+ declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
98
+
99
+ declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
100
+
101
+ declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
102
+
103
+ declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
104
+
105
+ declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
106
+
107
+ declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
108
+
109
+ declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
110
+
111
+ declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
112
+
113
+ declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
114
+
115
+ declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
116
+
117
+ declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
118
+
119
+ declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
120
+
121
+ declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
122
+
123
+ export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };