@matchain/matchid-sdk-react 0.1.53-alpha.9 → 0.1.55-alpha.0

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 (66) hide show
  1. package/dist/assets/icon/index.d.mts +5 -0
  2. package/dist/assets/icon/index.d.ts +5 -0
  3. package/dist/{chunk-X5HGL3ZX.mjs → chunk-36M5ROJI.mjs} +7238 -241
  4. package/dist/chunk-36M5ROJI.mjs.map +1 -0
  5. package/dist/chunk-N7NX7Q7M.mjs +97 -0
  6. package/dist/chunk-N7NX7Q7M.mjs.map +1 -0
  7. package/dist/components/index.d.mts +6 -0
  8. package/dist/components/index.d.ts +6 -0
  9. package/dist/components/index.js +324 -658
  10. package/dist/components/index.js.map +1 -1
  11. package/dist/components/index.mjs +9 -15
  12. package/dist/config/chains/index.d.mts +2 -0
  13. package/dist/config/chains/index.d.ts +2 -0
  14. package/dist/hooks/api/index.d.mts +6 -0
  15. package/dist/hooks/api/index.d.ts +6 -0
  16. package/dist/hooks/api/index.js +443 -598
  17. package/dist/hooks/api/index.js.map +1 -1
  18. package/dist/hooks/api/index.mjs +6 -7
  19. package/dist/hooks/index.d.mts +11 -0
  20. package/dist/hooks/index.d.ts +11 -0
  21. package/dist/hooks/index.js +350 -357
  22. package/dist/hooks/index.js.map +1 -1
  23. package/dist/hooks/index.mjs +3 -5
  24. package/dist/index-6-oVBXRP.d.mts +66 -0
  25. package/dist/index-CBQXIlWu.d.mts +38 -0
  26. package/dist/index-CMH6Jesl.d.ts +66 -0
  27. package/dist/index-CNH7a3bx.d.ts +111 -0
  28. package/dist/index-CPPDmmz8.d.ts +3327 -0
  29. package/dist/index-CqKohtvj.d.mts +3327 -0
  30. package/dist/index-D0Psl8Ue.d.mts +203 -0
  31. package/dist/index-DXRGMAbv.d.mts +83 -0
  32. package/dist/index-DXRGMAbv.d.ts +83 -0
  33. package/dist/index-DbQn4z1l.d.ts +203 -0
  34. package/dist/index-Es7yJi7T.d.ts +79 -0
  35. package/dist/index-G15A08DI.d.mts +132 -0
  36. package/dist/index-MsSYZS38.d.mts +79 -0
  37. package/dist/index-Y5WRoqzn.d.ts +132 -0
  38. package/dist/index-a_Qt7NXk.d.mts +111 -0
  39. package/dist/index-agAVLGF5.d.ts +38 -0
  40. package/dist/index.css +44 -57
  41. package/dist/index.d.mts +787 -0
  42. package/dist/index.d.ts +787 -0
  43. package/dist/index.js +3881 -4043
  44. package/dist/index.js.map +1 -1
  45. package/dist/index.mjs +12 -10
  46. package/dist/request-B0CyrGFT.d.mts +15 -0
  47. package/dist/request-B0CyrGFT.d.ts +15 -0
  48. package/dist/types/index.d.mts +3 -0
  49. package/dist/types/index.d.ts +3 -0
  50. package/dist/types-CXzZS0eM.d.mts +424 -0
  51. package/dist/types-CXzZS0eM.d.ts +424 -0
  52. package/dist/ui/index.d.mts +7 -0
  53. package/dist/ui/index.d.ts +7 -0
  54. package/dist/ui/index.js +920 -160
  55. package/dist/ui/index.js.map +1 -1
  56. package/dist/ui/index.mjs +6 -1
  57. package/dist/utils/index.d.mts +28 -0
  58. package/dist/utils/index.d.ts +28 -0
  59. package/example/package.json +1 -0
  60. package/example/src/App.tsx +23 -27
  61. package/example/src/pages/Wallet/index.tsx +1 -1
  62. package/package.json +1 -1
  63. package/dist/chunk-NCVBLRAJ.mjs +0 -7275
  64. package/dist/chunk-NCVBLRAJ.mjs.map +0 -1
  65. package/dist/chunk-X5HGL3ZX.mjs.map +0 -1
  66. package/example/src/pages/Contact/index.tsx +0 -90
@@ -0,0 +1,203 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import React, { CSSProperties } from 'react';
3
+ import { z as IconProps$1 } from './types-CXzZS0eM.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
+ rotate?: boolean;
47
+ }
48
+ declare const LoadingIcon: React.FC<LoadingIconProps>;
49
+
50
+ declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
51
+
52
+ declare const UnLoginIcon: React.FC<IconProps$1>;
53
+
54
+ declare const LoginIcon: React.FC<IconProps$1>;
55
+
56
+ declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
57
+
58
+ declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
59
+
60
+ type IconProps = {
61
+ color?: string,
62
+ height?: string|number,
63
+ width?: string|number,
64
+ className?: string
65
+ size?: number
66
+ }
67
+
68
+ type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
69
+
70
+ type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
71
+
72
+ type IconHWColorProps = Omit<IconProps, 'size'>
73
+
74
+ declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
75
+
76
+ declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
77
+
78
+ declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
79
+
80
+ declare function FacebookIcon({ size }: {
81
+ size?: number | string;
82
+ }): react_jsx_runtime.JSX.Element;
83
+
84
+ declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
85
+
86
+ declare function GithubIcon({ size }: {
87
+ size?: number | string;
88
+ }): react_jsx_runtime.JSX.Element;
89
+
90
+ declare function DiscordIcon({ size }: {
91
+ size?: number | string;
92
+ }): react_jsx_runtime.JSX.Element;
93
+
94
+ declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
95
+
96
+ declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
97
+
98
+ declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
99
+
100
+ declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
101
+
102
+ declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
103
+
104
+ declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
105
+
106
+ declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
107
+
108
+ declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
109
+
110
+ declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
111
+
112
+ declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
113
+
114
+ declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
115
+
116
+ declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
117
+
118
+ declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
119
+
120
+ declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
121
+
122
+ declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
123
+
124
+ declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
125
+
126
+ declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
127
+
128
+ declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
129
+
130
+ declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
131
+
132
+ declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
133
+
134
+ declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
135
+
136
+ declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
137
+
138
+ declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
139
+
140
+ declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
141
+
142
+ declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
143
+
144
+ declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
145
+
146
+ declare function PhantomIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
147
+
148
+ declare function MoreIcon({ width, height, color, ...props }: IconHWColorProps): react_jsx_runtime.JSX.Element;
149
+
150
+ declare const index_ArrowDownIcon: typeof ArrowDownIcon;
151
+ declare const index_ArrowLeftIcon: typeof ArrowLeftIcon;
152
+ declare const index_ArrowRightIcon: typeof ArrowRightIcon;
153
+ declare const index_ArrowSendIcon: typeof ArrowSendIcon;
154
+ declare const index_BTCDarkIcon: typeof BTCDarkIcon;
155
+ declare const index_BTCLightIcon: typeof BTCLightIcon;
156
+ declare const index_BackIcon: typeof BackIcon;
157
+ declare const index_BitgetIcon: typeof BitgetIcon;
158
+ declare const index_CheckIcon: typeof CheckIcon;
159
+ declare const index_CheckRoundIcon: typeof CheckRoundIcon;
160
+ declare const index_CloseEyeIcon: typeof CloseEyeIcon;
161
+ declare const index_CloseIcon: typeof CloseIcon;
162
+ declare const index_CloseRoundIcon: typeof CloseRoundIcon;
163
+ declare const index_CopyIcon: typeof CopyIcon;
164
+ declare const index_DeleteRoundIcon: typeof DeleteRoundIcon;
165
+ declare const index_DiscordIcon: typeof DiscordIcon;
166
+ declare const index_EVMDarkIcon: typeof EVMDarkIcon;
167
+ declare const index_EVMLightIcon: typeof EVMLightIcon;
168
+ declare const index_EmailIcon: typeof EmailIcon;
169
+ declare const index_EmailLineIcon: typeof EmailLineIcon;
170
+ declare const index_ErrorRoundIcon: typeof ErrorRoundIcon;
171
+ declare const index_FacebookIcon: typeof FacebookIcon;
172
+ declare const index_GithubIcon: typeof GithubIcon;
173
+ declare const index_GoogleIcon: typeof GoogleIcon;
174
+ declare const index_InfoLineIcon: typeof InfoLineIcon;
175
+ declare const index_InfoRoundIcon: typeof InfoRoundIcon;
176
+ declare const index_LeatherIcon: typeof LeatherIcon;
177
+ declare const index_LinkedinIcon: typeof LinkedinIcon;
178
+ declare const index_LoadingIcon: typeof LoadingIcon;
179
+ declare const index_LoginIcon: typeof LoginIcon;
180
+ declare const index_MoreIcon: typeof MoreIcon;
181
+ declare const index_OKXIcon: typeof OKXIcon;
182
+ declare const index_OpenEyeIcon: typeof OpenEyeIcon;
183
+ declare const index_PasswordRoundIcon: typeof PasswordRoundIcon;
184
+ declare const index_PhantomIcon: typeof PhantomIcon;
185
+ declare const index_SOLDarkIcon: typeof SOLDarkIcon;
186
+ declare const index_SOLLightIcon: typeof SOLLightIcon;
187
+ declare const index_TRXDarkIcon: typeof TRXDarkIcon;
188
+ declare const index_TRXLightIcon: typeof TRXLightIcon;
189
+ declare const index_TelegramIcon: typeof TelegramIcon;
190
+ declare const index_TonLightIcon: typeof TonLightIcon;
191
+ declare const index_TransferIcon: typeof TransferIcon;
192
+ declare const index_TronLinkIcon: typeof TronLinkIcon;
193
+ declare const index_UnLoginIcon: typeof UnLoginIcon;
194
+ declare const index_UnisatIcon: typeof UnisatIcon;
195
+ declare const index_WalletIcon: typeof WalletIcon;
196
+ declare const index_XIcon: typeof XIcon;
197
+ declare const index_XverseIcon: typeof XverseIcon;
198
+ declare const index_YoutubeIcon: typeof YoutubeIcon;
199
+ declare namespace index {
200
+ export { index_ArrowDownIcon as ArrowDownIcon, index_ArrowLeftIcon as ArrowLeftIcon, index_ArrowRightIcon as ArrowRightIcon, index_ArrowSendIcon as ArrowSendIcon, index_BTCDarkIcon as BTCDarkIcon, index_BTCLightIcon as BTCLightIcon, index_BackIcon as BackIcon, index_BitgetIcon as BitgetIcon, index_CheckIcon as CheckIcon, index_CheckRoundIcon as CheckRoundIcon, index_CloseEyeIcon as CloseEyeIcon, index_CloseIcon as CloseIcon, index_CloseRoundIcon as CloseRoundIcon, index_CopyIcon as CopyIcon, index_DeleteRoundIcon as DeleteRoundIcon, index_DiscordIcon as DiscordIcon, index_EVMDarkIcon as EVMDarkIcon, index_EVMLightIcon as EVMLightIcon, index_EmailIcon as EmailIcon, index_EmailLineIcon as EmailLineIcon, index_ErrorRoundIcon as ErrorRoundIcon, index_FacebookIcon as FacebookIcon, index_GithubIcon as GithubIcon, index_GoogleIcon as GoogleIcon, index_InfoLineIcon as InfoLineIcon, index_InfoRoundIcon as InfoRoundIcon, index_LeatherIcon as LeatherIcon, index_LinkedinIcon as LinkedinIcon, index_LoadingIcon as LoadingIcon, index_LoginIcon as LoginIcon, index_MoreIcon as MoreIcon, index_OKXIcon as OKXIcon, index_OpenEyeIcon as OpenEyeIcon, index_PasswordRoundIcon as PasswordRoundIcon, index_PhantomIcon as PhantomIcon, index_SOLDarkIcon as SOLDarkIcon, index_SOLLightIcon as SOLLightIcon, index_TRXDarkIcon as TRXDarkIcon, index_TRXLightIcon as TRXLightIcon, index_TelegramIcon as TelegramIcon, TonLightIcon$1 as TonDarkIcon, index_TonLightIcon as TonLightIcon, index_TransferIcon as TransferIcon, index_TronLinkIcon as TronLinkIcon, index_UnLoginIcon as UnLoginIcon, index_UnisatIcon as UnisatIcon, index_WalletIcon as WalletIcon, index_XIcon as XIcon, index_XverseIcon as XverseIcon, index_YoutubeIcon as YoutubeIcon };
201
+ }
202
+
203
+ export { ArrowRightIcon as A, BackIcon as B, CloseIcon as C, DeleteRoundIcon as D, EmailIcon as E, FacebookIcon as F, GoogleIcon as G, TonLightIcon$1 as H, TonLightIcon as I, ErrorRoundIcon as J, InfoLineIcon as K, LoadingIcon as L, InfoRoundIcon as M, TransferIcon as N, OpenEyeIcon as O, PasswordRoundIcon as P, ArrowSendIcon as Q, PhantomIcon as R, SOLDarkIcon as S, TelegramIcon as T, UnLoginIcon as U, MoreIcon as V, WalletIcon as W, XIcon as X, YoutubeIcon as Y, CloseRoundIcon as a, EmailLineIcon as b, LoginIcon as c, CheckRoundIcon as d, CloseEyeIcon as e, ArrowLeftIcon as f, GithubIcon as g, DiscordIcon as h, index as i, CheckIcon as j, CopyIcon as k, LinkedinIcon as l, BTCDarkIcon as m, BTCLightIcon as n, EVMDarkIcon as o, EVMLightIcon as p, SOLLightIcon as q, TRXDarkIcon as r, TRXLightIcon as s, ArrowDownIcon as t, LeatherIcon as u, UnisatIcon as v, XverseIcon as w, TronLinkIcon as x, OKXIcon as y, BitgetIcon as z };
@@ -0,0 +1,83 @@
1
+ import * as viem from 'viem';
2
+
3
+ declare const matchMain: {
4
+ blockExplorers: {
5
+ readonly default: {
6
+ readonly name: "Matchscan";
7
+ readonly url: "https://matchscan.io/";
8
+ readonly apiUrl: "https://matchscan.io/api";
9
+ };
10
+ };
11
+ contracts: {
12
+ readonly multicall3: {
13
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
14
+ };
15
+ };
16
+ id: 698;
17
+ name: "Matchain";
18
+ nativeCurrency: {
19
+ readonly name: "Match Coin";
20
+ readonly symbol: "BNB";
21
+ readonly decimals: 18;
22
+ };
23
+ rpcUrls: {
24
+ readonly default: {
25
+ readonly http: readonly ["https://rpc.matchain.io"];
26
+ };
27
+ };
28
+ sourceId?: number | undefined;
29
+ testnet?: boolean | undefined;
30
+ custom?: Record<string, unknown> | undefined;
31
+ fees?: viem.ChainFees<undefined> | undefined;
32
+ formatters?: undefined;
33
+ serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
34
+ readonly iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png";
35
+ };
36
+
37
+ declare const matchTest: {
38
+ blockExplorers: {
39
+ readonly default: {
40
+ readonly name: "Matchscan";
41
+ readonly url: "https://testnet.matchscan.io/";
42
+ readonly apiUrl: "https://testnet.matchscan.io/api";
43
+ };
44
+ };
45
+ contracts: {
46
+ readonly multicall3: {
47
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
48
+ readonly blockCreated: 751532;
49
+ };
50
+ readonly ensRegistry: {
51
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
52
+ };
53
+ readonly ensUniversalResolver: {
54
+ readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
55
+ readonly blockCreated: 5317080;
56
+ };
57
+ };
58
+ id: 699;
59
+ name: "MatchTest";
60
+ nativeCurrency: {
61
+ readonly name: "Match Coin";
62
+ readonly symbol: "BNB";
63
+ readonly decimals: 18;
64
+ };
65
+ rpcUrls: {
66
+ readonly default: {
67
+ readonly http: readonly ["https://testnet-rpc.matchain.io"];
68
+ };
69
+ };
70
+ sourceId?: number | undefined;
71
+ testnet?: boolean | undefined;
72
+ custom?: Record<string, unknown> | undefined;
73
+ fees?: viem.ChainFees<undefined> | undefined;
74
+ formatters?: undefined;
75
+ serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
76
+ readonly iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png";
77
+ };
78
+
79
+ declare namespace index {
80
+ export { matchMain as MatchMain, matchTest as MatchTest };
81
+ }
82
+
83
+ export { matchTest as a, index as i, matchMain as m };
@@ -0,0 +1,83 @@
1
+ import * as viem from 'viem';
2
+
3
+ declare const matchMain: {
4
+ blockExplorers: {
5
+ readonly default: {
6
+ readonly name: "Matchscan";
7
+ readonly url: "https://matchscan.io/";
8
+ readonly apiUrl: "https://matchscan.io/api";
9
+ };
10
+ };
11
+ contracts: {
12
+ readonly multicall3: {
13
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
14
+ };
15
+ };
16
+ id: 698;
17
+ name: "Matchain";
18
+ nativeCurrency: {
19
+ readonly name: "Match Coin";
20
+ readonly symbol: "BNB";
21
+ readonly decimals: 18;
22
+ };
23
+ rpcUrls: {
24
+ readonly default: {
25
+ readonly http: readonly ["https://rpc.matchain.io"];
26
+ };
27
+ };
28
+ sourceId?: number | undefined;
29
+ testnet?: boolean | undefined;
30
+ custom?: Record<string, unknown> | undefined;
31
+ fees?: viem.ChainFees<undefined> | undefined;
32
+ formatters?: undefined;
33
+ serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
34
+ readonly iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png";
35
+ };
36
+
37
+ declare const matchTest: {
38
+ blockExplorers: {
39
+ readonly default: {
40
+ readonly name: "Matchscan";
41
+ readonly url: "https://testnet.matchscan.io/";
42
+ readonly apiUrl: "https://testnet.matchscan.io/api";
43
+ };
44
+ };
45
+ contracts: {
46
+ readonly multicall3: {
47
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
48
+ readonly blockCreated: 751532;
49
+ };
50
+ readonly ensRegistry: {
51
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
52
+ };
53
+ readonly ensUniversalResolver: {
54
+ readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
55
+ readonly blockCreated: 5317080;
56
+ };
57
+ };
58
+ id: 699;
59
+ name: "MatchTest";
60
+ nativeCurrency: {
61
+ readonly name: "Match Coin";
62
+ readonly symbol: "BNB";
63
+ readonly decimals: 18;
64
+ };
65
+ rpcUrls: {
66
+ readonly default: {
67
+ readonly http: readonly ["https://testnet-rpc.matchain.io"];
68
+ };
69
+ };
70
+ sourceId?: number | undefined;
71
+ testnet?: boolean | undefined;
72
+ custom?: Record<string, unknown> | undefined;
73
+ fees?: viem.ChainFees<undefined> | undefined;
74
+ formatters?: undefined;
75
+ serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
76
+ readonly iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png";
77
+ };
78
+
79
+ declare namespace index {
80
+ export { matchMain as MatchMain, matchTest as MatchTest };
81
+ }
82
+
83
+ export { matchTest as a, index as i, matchMain as m };
@@ -0,0 +1,203 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import React, { CSSProperties } from 'react';
3
+ import { z as IconProps$1 } from './types-CXzZS0eM.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
+ rotate?: boolean;
47
+ }
48
+ declare const LoadingIcon: React.FC<LoadingIconProps>;
49
+
50
+ declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
51
+
52
+ declare const UnLoginIcon: React.FC<IconProps$1>;
53
+
54
+ declare const LoginIcon: React.FC<IconProps$1>;
55
+
56
+ declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
57
+
58
+ declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
59
+
60
+ type IconProps = {
61
+ color?: string,
62
+ height?: string|number,
63
+ width?: string|number,
64
+ className?: string
65
+ size?: number
66
+ }
67
+
68
+ type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
69
+
70
+ type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
71
+
72
+ type IconHWColorProps = Omit<IconProps, 'size'>
73
+
74
+ declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
75
+
76
+ declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
77
+
78
+ declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
79
+
80
+ declare function FacebookIcon({ size }: {
81
+ size?: number | string;
82
+ }): react_jsx_runtime.JSX.Element;
83
+
84
+ declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
85
+
86
+ declare function GithubIcon({ size }: {
87
+ size?: number | string;
88
+ }): react_jsx_runtime.JSX.Element;
89
+
90
+ declare function DiscordIcon({ size }: {
91
+ size?: number | string;
92
+ }): react_jsx_runtime.JSX.Element;
93
+
94
+ declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
95
+
96
+ declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
97
+
98
+ declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
99
+
100
+ declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
101
+
102
+ declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
103
+
104
+ declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
105
+
106
+ declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
107
+
108
+ declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
109
+
110
+ declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
111
+
112
+ declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
113
+
114
+ declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
115
+
116
+ declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
117
+
118
+ declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
119
+
120
+ declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
121
+
122
+ declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
123
+
124
+ declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
125
+
126
+ declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
127
+
128
+ declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
129
+
130
+ declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
131
+
132
+ declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
133
+
134
+ declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
135
+
136
+ declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
137
+
138
+ declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
139
+
140
+ declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
141
+
142
+ declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
143
+
144
+ declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
145
+
146
+ declare function PhantomIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
147
+
148
+ declare function MoreIcon({ width, height, color, ...props }: IconHWColorProps): react_jsx_runtime.JSX.Element;
149
+
150
+ declare const index_ArrowDownIcon: typeof ArrowDownIcon;
151
+ declare const index_ArrowLeftIcon: typeof ArrowLeftIcon;
152
+ declare const index_ArrowRightIcon: typeof ArrowRightIcon;
153
+ declare const index_ArrowSendIcon: typeof ArrowSendIcon;
154
+ declare const index_BTCDarkIcon: typeof BTCDarkIcon;
155
+ declare const index_BTCLightIcon: typeof BTCLightIcon;
156
+ declare const index_BackIcon: typeof BackIcon;
157
+ declare const index_BitgetIcon: typeof BitgetIcon;
158
+ declare const index_CheckIcon: typeof CheckIcon;
159
+ declare const index_CheckRoundIcon: typeof CheckRoundIcon;
160
+ declare const index_CloseEyeIcon: typeof CloseEyeIcon;
161
+ declare const index_CloseIcon: typeof CloseIcon;
162
+ declare const index_CloseRoundIcon: typeof CloseRoundIcon;
163
+ declare const index_CopyIcon: typeof CopyIcon;
164
+ declare const index_DeleteRoundIcon: typeof DeleteRoundIcon;
165
+ declare const index_DiscordIcon: typeof DiscordIcon;
166
+ declare const index_EVMDarkIcon: typeof EVMDarkIcon;
167
+ declare const index_EVMLightIcon: typeof EVMLightIcon;
168
+ declare const index_EmailIcon: typeof EmailIcon;
169
+ declare const index_EmailLineIcon: typeof EmailLineIcon;
170
+ declare const index_ErrorRoundIcon: typeof ErrorRoundIcon;
171
+ declare const index_FacebookIcon: typeof FacebookIcon;
172
+ declare const index_GithubIcon: typeof GithubIcon;
173
+ declare const index_GoogleIcon: typeof GoogleIcon;
174
+ declare const index_InfoLineIcon: typeof InfoLineIcon;
175
+ declare const index_InfoRoundIcon: typeof InfoRoundIcon;
176
+ declare const index_LeatherIcon: typeof LeatherIcon;
177
+ declare const index_LinkedinIcon: typeof LinkedinIcon;
178
+ declare const index_LoadingIcon: typeof LoadingIcon;
179
+ declare const index_LoginIcon: typeof LoginIcon;
180
+ declare const index_MoreIcon: typeof MoreIcon;
181
+ declare const index_OKXIcon: typeof OKXIcon;
182
+ declare const index_OpenEyeIcon: typeof OpenEyeIcon;
183
+ declare const index_PasswordRoundIcon: typeof PasswordRoundIcon;
184
+ declare const index_PhantomIcon: typeof PhantomIcon;
185
+ declare const index_SOLDarkIcon: typeof SOLDarkIcon;
186
+ declare const index_SOLLightIcon: typeof SOLLightIcon;
187
+ declare const index_TRXDarkIcon: typeof TRXDarkIcon;
188
+ declare const index_TRXLightIcon: typeof TRXLightIcon;
189
+ declare const index_TelegramIcon: typeof TelegramIcon;
190
+ declare const index_TonLightIcon: typeof TonLightIcon;
191
+ declare const index_TransferIcon: typeof TransferIcon;
192
+ declare const index_TronLinkIcon: typeof TronLinkIcon;
193
+ declare const index_UnLoginIcon: typeof UnLoginIcon;
194
+ declare const index_UnisatIcon: typeof UnisatIcon;
195
+ declare const index_WalletIcon: typeof WalletIcon;
196
+ declare const index_XIcon: typeof XIcon;
197
+ declare const index_XverseIcon: typeof XverseIcon;
198
+ declare const index_YoutubeIcon: typeof YoutubeIcon;
199
+ declare namespace index {
200
+ export { index_ArrowDownIcon as ArrowDownIcon, index_ArrowLeftIcon as ArrowLeftIcon, index_ArrowRightIcon as ArrowRightIcon, index_ArrowSendIcon as ArrowSendIcon, index_BTCDarkIcon as BTCDarkIcon, index_BTCLightIcon as BTCLightIcon, index_BackIcon as BackIcon, index_BitgetIcon as BitgetIcon, index_CheckIcon as CheckIcon, index_CheckRoundIcon as CheckRoundIcon, index_CloseEyeIcon as CloseEyeIcon, index_CloseIcon as CloseIcon, index_CloseRoundIcon as CloseRoundIcon, index_CopyIcon as CopyIcon, index_DeleteRoundIcon as DeleteRoundIcon, index_DiscordIcon as DiscordIcon, index_EVMDarkIcon as EVMDarkIcon, index_EVMLightIcon as EVMLightIcon, index_EmailIcon as EmailIcon, index_EmailLineIcon as EmailLineIcon, index_ErrorRoundIcon as ErrorRoundIcon, index_FacebookIcon as FacebookIcon, index_GithubIcon as GithubIcon, index_GoogleIcon as GoogleIcon, index_InfoLineIcon as InfoLineIcon, index_InfoRoundIcon as InfoRoundIcon, index_LeatherIcon as LeatherIcon, index_LinkedinIcon as LinkedinIcon, index_LoadingIcon as LoadingIcon, index_LoginIcon as LoginIcon, index_MoreIcon as MoreIcon, index_OKXIcon as OKXIcon, index_OpenEyeIcon as OpenEyeIcon, index_PasswordRoundIcon as PasswordRoundIcon, index_PhantomIcon as PhantomIcon, index_SOLDarkIcon as SOLDarkIcon, index_SOLLightIcon as SOLLightIcon, index_TRXDarkIcon as TRXDarkIcon, index_TRXLightIcon as TRXLightIcon, index_TelegramIcon as TelegramIcon, TonLightIcon$1 as TonDarkIcon, index_TonLightIcon as TonLightIcon, index_TransferIcon as TransferIcon, index_TronLinkIcon as TronLinkIcon, index_UnLoginIcon as UnLoginIcon, index_UnisatIcon as UnisatIcon, index_WalletIcon as WalletIcon, index_XIcon as XIcon, index_XverseIcon as XverseIcon, index_YoutubeIcon as YoutubeIcon };
201
+ }
202
+
203
+ export { ArrowRightIcon as A, BackIcon as B, CloseIcon as C, DeleteRoundIcon as D, EmailIcon as E, FacebookIcon as F, GoogleIcon as G, TonLightIcon$1 as H, TonLightIcon as I, ErrorRoundIcon as J, InfoLineIcon as K, LoadingIcon as L, InfoRoundIcon as M, TransferIcon as N, OpenEyeIcon as O, PasswordRoundIcon as P, ArrowSendIcon as Q, PhantomIcon as R, SOLDarkIcon as S, TelegramIcon as T, UnLoginIcon as U, MoreIcon as V, WalletIcon as W, XIcon as X, YoutubeIcon as Y, CloseRoundIcon as a, EmailLineIcon as b, LoginIcon as c, CheckRoundIcon as d, CloseEyeIcon as e, ArrowLeftIcon as f, GithubIcon as g, DiscordIcon as h, index as i, CheckIcon as j, CopyIcon as k, LinkedinIcon as l, BTCDarkIcon as m, BTCLightIcon as n, EVMDarkIcon as o, EVMLightIcon as p, SOLLightIcon as q, TRXDarkIcon as r, TRXLightIcon as s, ArrowDownIcon as t, LeatherIcon as u, UnisatIcon as v, XverseIcon as w, TronLinkIcon as x, OKXIcon as y, BitgetIcon as z };
@@ -0,0 +1,79 @@
1
+ import { B as Button, C as ConfirmModal, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-agAVLGF5.js';
2
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
+ import { v as DrawerProps, a2 as WalletPanelProps, X as UIProps } from './types-CXzZS0eM.js';
4
+ import { Hash, Chain } from 'viem';
5
+ import React, { CSSProperties } from 'react';
6
+
7
+ declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
8
+
9
+ type HashPanelProps = {
10
+ hash?: Hash | null;
11
+ chain?: Chain | null;
12
+ isOpen: boolean;
13
+ onClose: () => void;
14
+ zIndex?: number;
15
+ };
16
+ declare function export_default(props: HashPanelProps): false | react_jsx_runtime.JSX.Element;
17
+
18
+ declare function ModalDrawer({ title, drawerTitleVisible, ...props }: WalletPanelProps): react_jsx_runtime.JSX.Element;
19
+
20
+ declare function Switch({ size, checked, loading, onChange, className, disabled, ...props }: {
21
+ size?: "default" | "sm";
22
+ checked?: boolean;
23
+ loading?: boolean;
24
+ disabled?: boolean;
25
+ onChange?: (checked: boolean) => void;
26
+ } & UIProps): react_jsx_runtime.JSX.Element;
27
+
28
+ declare function AlphaAvatar({ name, size, className, style }: {
29
+ name: string;
30
+ size?: number | "sm" | "default" | "lg";
31
+ } & UIProps): react_jsx_runtime.JSX.Element;
32
+
33
+ declare function Radio({ checked, onChange, size, color, className, style }: {
34
+ checked?: boolean;
35
+ onChange?: () => void;
36
+ size?: number;
37
+ color?: string;
38
+ className?: string;
39
+ style?: CSSProperties;
40
+ }): react_jsx_runtime.JSX.Element;
41
+
42
+ interface SkeletonProps {
43
+ style?: React.CSSProperties;
44
+ className?: string;
45
+ width?: string | number;
46
+ height?: string | number;
47
+ radius?: string | number;
48
+ loading?: boolean;
49
+ children?: React.ReactNode;
50
+ }
51
+ declare const Skeleton: React.FC<SkeletonProps>;
52
+
53
+ type TabsProps = {
54
+ tabs: string[];
55
+ activeTab: number;
56
+ setActiveTab: (tab: number) => void;
57
+ };
58
+ declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
59
+
60
+ declare const index_AlphaAvatar: typeof AlphaAvatar;
61
+ declare const index_Button: typeof Button;
62
+ declare const index_ConfirmModal: typeof ConfirmModal;
63
+ declare const index_Drawer: typeof Drawer;
64
+ declare const index_Field: typeof Field;
65
+ declare const index_Input: typeof Input;
66
+ declare const index_Modal: typeof Modal;
67
+ declare const index_ModalDrawer: typeof ModalDrawer;
68
+ declare const index_ModalWithHeader: typeof ModalWithHeader;
69
+ declare const index_Overlay: typeof Overlay;
70
+ declare const index_Popover: typeof Popover;
71
+ declare const index_Radio: typeof Radio;
72
+ declare const index_Skeleton: typeof Skeleton;
73
+ declare const index_Switch: typeof Switch;
74
+ declare const index_Tabs: typeof Tabs;
75
+ declare namespace index {
76
+ export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
77
+ }
78
+
79
+ export { AlphaAvatar as A, Drawer as D, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };