@matchain/matchid-sdk-react 0.1.47 → 0.1.48-alpha.1

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 (84) hide show
  1. package/dist/assets/icon/index.d.mts +4 -2
  2. package/dist/assets/icon/index.d.ts +4 -2
  3. package/dist/assets/icon/index.js +27 -0
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +3 -1
  6. package/dist/chunk-A477SJHT.mjs +4549 -0
  7. package/dist/chunk-A477SJHT.mjs.map +1 -0
  8. package/dist/{chunk-DPXMCLYK.mjs → chunk-A5D3NKTK.mjs} +29 -3
  9. package/dist/chunk-A5D3NKTK.mjs.map +1 -0
  10. package/dist/{chunk-A3XSTHEE.mjs → chunk-AFZSANRV.mjs} +8 -4
  11. package/dist/chunk-AFZSANRV.mjs.map +1 -0
  12. package/dist/chunk-HBOS3RBL.mjs +19 -0
  13. package/dist/chunk-HBOS3RBL.mjs.map +1 -0
  14. package/dist/{chunk-TOUC33US.mjs → chunk-LNSJ3ZXG.mjs} +294 -4680
  15. package/dist/chunk-LNSJ3ZXG.mjs.map +1 -0
  16. package/dist/{chunk-SQIJR7RA.mjs → chunk-UA6XHZHX.mjs} +2 -14
  17. package/dist/chunk-UA6XHZHX.mjs.map +1 -0
  18. package/dist/components/index.d.mts +3 -3
  19. package/dist/components/index.d.ts +3 -3
  20. package/dist/components/index.js +450 -841
  21. package/dist/components/index.js.map +1 -1
  22. package/dist/components/index.mjs +12 -12
  23. package/dist/hooks/api/index.d.mts +2 -2
  24. package/dist/hooks/api/index.d.ts +2 -2
  25. package/dist/hooks/api/index.js +410 -256
  26. package/dist/hooks/api/index.js.map +1 -1
  27. package/dist/hooks/api/index.mjs +11 -5
  28. package/dist/hooks/index.d.mts +2 -2
  29. package/dist/hooks/index.d.ts +2 -2
  30. package/dist/hooks/index.js +659 -495
  31. package/dist/hooks/index.js.map +1 -1
  32. package/dist/hooks/index.mjs +14 -4
  33. package/dist/index-BIgM4fy0.d.mts +122 -0
  34. package/dist/{index-DR2JTaoi.d.mts → index-BVatQlwF.d.mts} +10 -2
  35. package/dist/index-Bb7IkjUW.d.mts +26 -0
  36. package/dist/index-BwD1ij0H.d.ts +122 -0
  37. package/dist/index-C2-M-aBb.d.ts +57 -0
  38. package/dist/{index-DVlCrOjr.d.ts → index-CGs_yTFg.d.ts} +5 -33
  39. package/dist/index-CKiK4KHj.d.ts +26 -0
  40. package/dist/{index-D2pNP7Bz.d.mts → index-DO5x10pN.d.mts} +46 -26
  41. package/dist/index-DamklTOJ.d.mts +57 -0
  42. package/dist/{index-B0VpxAI2.d.mts → index-M7ZB3yR5.d.mts} +5 -33
  43. package/dist/{index-CFWR1boZ.d.ts → index-Pssz41An.d.ts} +46 -26
  44. package/dist/{index-CTSg5TRS.d.ts → index-RfA22r-Z.d.ts} +10 -2
  45. package/dist/index.css +241 -3
  46. package/dist/index.d.mts +8 -6
  47. package/dist/index.d.ts +8 -6
  48. package/dist/index.js +2808 -2672
  49. package/dist/index.js.map +1 -1
  50. package/dist/index.mjs +10 -5
  51. package/dist/types/index.d.mts +1 -1
  52. package/dist/types/index.d.ts +1 -1
  53. package/dist/types/index.mjs +2 -1
  54. package/dist/{types-CRumDe2M.d.mts → types-DQq17lf4.d.mts} +116 -1
  55. package/dist/{types-CRumDe2M.d.ts → types-DQq17lf4.d.ts} +116 -1
  56. package/dist/ui/index.d.mts +6 -0
  57. package/dist/ui/index.d.ts +6 -0
  58. package/dist/ui/index.js +724 -0
  59. package/dist/ui/index.js.map +1 -0
  60. package/dist/ui/index.mjs +33 -0
  61. package/dist/ui/index.mjs.map +1 -0
  62. package/example/src/App.tsx +7 -0
  63. package/example/src/config/chains/matchMain.ts +2 -3
  64. package/example/src/pages/UI/components/AlphaAvatar.tsx +11 -0
  65. package/example/src/pages/UI/components/Radio.tsx +15 -0
  66. package/example/src/pages/UI/components/Switch.tsx +13 -0
  67. package/example/src/pages/UI/index.tsx +11 -0
  68. package/example/src/pages/User/components/BindListModal.tsx +1 -1
  69. package/example/src/pages/User/components/PohListModal.tsx +1 -1
  70. package/example/src/pages/User/index.tsx +1 -13
  71. package/example/src/pages/Wallet/components/AssetListModal.tsx +15 -0
  72. package/example/src/pages/Wallet/components/ChainListModal.tsx +11 -0
  73. package/example/src/pages/Wallet/components/ImportTokenListModal.tsx +15 -0
  74. package/example/src/pages/Wallet/components/MatchWallet.tsx +20 -0
  75. package/example/src/pages/Wallet/components/WalletChainListModal.tsx +11 -0
  76. package/example/src/pages/{Wallet.tsx → Wallet/index.tsx} +33 -2
  77. package/package.json +6 -1
  78. package/dist/chunk-A3XSTHEE.mjs.map +0 -1
  79. package/dist/chunk-DPXMCLYK.mjs.map +0 -1
  80. package/dist/chunk-SQIJR7RA.mjs.map +0 -1
  81. package/dist/chunk-TOUC33US.mjs.map +0 -1
  82. package/dist/index-CWYElOA2.d.mts +0 -65
  83. package/dist/index-CoTirILQ.d.ts +0 -65
  84. /package/example/src/{pages/User/components → components}/QueryDisplay.tsx +0 -0
package/dist/index.mjs CHANGED
@@ -1,19 +1,23 @@
1
+ import {
2
+ types_exports
3
+ } from "./chunk-HBOS3RBL.mjs";
1
4
  import {
2
5
  chains_exports
3
6
  } from "./chunk-HYQ3T6WW.mjs";
4
7
  import {
5
8
  api_exports
6
- } from "./chunk-A3XSTHEE.mjs";
9
+ } from "./chunk-AFZSANRV.mjs";
7
10
  import {
8
11
  MatchProvider,
9
12
  components_exports,
10
13
  hooks_exports,
11
14
  useMatch
12
- } from "./chunk-TOUC33US.mjs";
15
+ } from "./chunk-A477SJHT.mjs";
16
+ import "./chunk-UA6XHZHX.mjs";
13
17
  import {
14
- types_exports
15
- } from "./chunk-SQIJR7RA.mjs";
16
- import "./chunk-DPXMCLYK.mjs";
18
+ ui_exports
19
+ } from "./chunk-LNSJ3ZXG.mjs";
20
+ import "./chunk-A5D3NKTK.mjs";
17
21
  import "./chunk-J5LGTIGS.mjs";
18
22
  export {
19
23
  api_exports as Api,
@@ -22,6 +26,7 @@ export {
22
26
  hooks_exports as Hooks,
23
27
  MatchProvider,
24
28
  types_exports as Types,
29
+ ui_exports as UI,
25
30
  useMatch
26
31
  };
27
32
  //# sourceMappingURL=index.mjs.map
@@ -1,3 +1,3 @@
1
1
  export { A as AuthParams, C as ChainType, E as EmbeddedWalletsParams, R as RecoveryType } from '../mpc-CTbBWHld.mjs';
2
- export { A as AnyObject, m as AppConfigType, n as BindInfoType, o as BindItemType, p as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, q as DrawerProps, E as EmailModalProps, a as IEnvConfigType, r as IEnvName, s as ILoginWalletReq, I as IMatchEvents, j as ISocialLoginMethod, t as IconProps, b as InputProps, L as LocaleType, d as LoginBoxProps, l as LoginMethodType, i as LoginModalProps, h as LoginPanelProps, u as MessageType, M as ModalProps, c as ModalWithHeaderProps, O as OtherLoginMethodType, k as OverviewInfo, v as PohItemType, w as PohZkpassParams, f as PopoverPositionType, P as PopoverProps, g as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, U as UserPopoverProps, W as WalletConfigType, x as WalletPanelProps, y as WalletReceiveMessageType, e as WalletType } from '../types-CRumDe2M.mjs';
2
+ export { A as AnyObject, j as AppConfigType, k as BindInfoType, l as BindItemType, m as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, n as DrawerProps, E as EmailModalProps, a as IEnvConfigType, o as IEnvName, p as ILoginWalletReq, I as IMatchEvents, g as ISocialLoginMethod, q as IconProps, r as InputProps, L as LocaleType, b as LoginBoxProps, i as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, s as MessageType, t as MetaPageType, u as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, h as OverviewInfo, v as PohItemType, w as PohZkpassParams, P as PopoverPositionType, x as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, y as UIProps, z as UserAssetToken, U as UserChainType, F as UserImportTokenType, G as UserPopoverProps, H as UserTransactionType, J as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletPanelProps, Q as WalletReceiveMessageType, c as WalletType } from '../types-DQq17lf4.mjs';
3
3
  import 'react';
@@ -1,3 +1,3 @@
1
1
  export { A as AuthParams, C as ChainType, E as EmbeddedWalletsParams, R as RecoveryType } from '../mpc-CTbBWHld.js';
2
- export { A as AnyObject, m as AppConfigType, n as BindInfoType, o as BindItemType, p as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, q as DrawerProps, E as EmailModalProps, a as IEnvConfigType, r as IEnvName, s as ILoginWalletReq, I as IMatchEvents, j as ISocialLoginMethod, t as IconProps, b as InputProps, L as LocaleType, d as LoginBoxProps, l as LoginMethodType, i as LoginModalProps, h as LoginPanelProps, u as MessageType, M as ModalProps, c as ModalWithHeaderProps, O as OtherLoginMethodType, k as OverviewInfo, v as PohItemType, w as PohZkpassParams, f as PopoverPositionType, P as PopoverProps, g as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, U as UserPopoverProps, W as WalletConfigType, x as WalletPanelProps, y as WalletReceiveMessageType, e as WalletType } from '../types-CRumDe2M.js';
2
+ export { A as AnyObject, j as AppConfigType, k as BindInfoType, l as BindItemType, m as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, n as DrawerProps, E as EmailModalProps, a as IEnvConfigType, o as IEnvName, p as ILoginWalletReq, I as IMatchEvents, g as ISocialLoginMethod, q as IconProps, r as InputProps, L as LocaleType, b as LoginBoxProps, i as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, s as MessageType, t as MetaPageType, u as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, h as OverviewInfo, v as PohItemType, w as PohZkpassParams, P as PopoverPositionType, x as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, y as UIProps, z as UserAssetToken, U as UserChainType, F as UserImportTokenType, G as UserPopoverProps, H as UserTransactionType, J as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletPanelProps, Q as WalletReceiveMessageType, c as WalletType } from '../types-DQq17lf4.js';
3
3
  import 'react';
@@ -1,7 +1,8 @@
1
+ import "../chunk-HBOS3RBL.mjs";
1
2
  import {
2
3
  ChainType,
3
4
  RecoveryType
4
- } from "../chunk-SQIJR7RA.mjs";
5
+ } from "../chunk-UA6XHZHX.mjs";
5
6
  import "../chunk-J5LGTIGS.mjs";
6
7
  export {
7
8
  ChainType,
@@ -236,9 +236,12 @@ type DrawerProps = PropsWithChildren & {
236
236
  showClose?: boolean;
237
237
  onClose?: () => void;
238
238
  isOpen: boolean;
239
+ title?: React.ReactNode;
240
+ zIndex?: number;
239
241
  };
240
242
  type WalletPanelProps = DrawerProps & {
241
243
  title?: React.ReactNode;
244
+ drawerTitleVisible?: boolean;
242
245
  };
243
246
  type AppConfigType = {
244
247
  appid: string;
@@ -246,5 +249,117 @@ type AppConfigType = {
246
249
  app_icon?: string;
247
250
  platform: LoginMethodType[];
248
251
  };
252
+ type UIProps = {
253
+ style?: CSSProperties;
254
+ className?: string;
255
+ onClick?: (e?: any) => void;
256
+ };
257
+ type UserChainType = {
258
+ id: number;
259
+ name: string;
260
+ nativeCurrency: {
261
+ name: string;
262
+ symbol: string;
263
+ decimals: number;
264
+ icon: string;
265
+ };
266
+ rpcUrls: {
267
+ default: {
268
+ http: string[];
269
+ };
270
+ };
271
+ blockExplorers: {
272
+ default: {
273
+ name: string;
274
+ url: string;
275
+ apiUrl: string;
276
+ };
277
+ };
278
+ iconUrl: string;
279
+ contracts: {
280
+ multicall3: {
281
+ address: string;
282
+ };
283
+ };
284
+ };
285
+ interface UserTransactionAssetType {
286
+ id: number;
287
+ name: string;
288
+ symbol: string;
289
+ nativeChainId: string;
290
+ price: number;
291
+ liquidity: number;
292
+ priceChange24hPercent: number;
293
+ marketCapUSD: number;
294
+ circulatingSupply: number;
295
+ totalSupply: number;
296
+ logo: string;
297
+ contract: string;
298
+ }
299
+ interface UserTransactionType {
300
+ id: string;
301
+ timestamp: number;
302
+ from: string;
303
+ to: string;
304
+ contract: any;
305
+ hash: string;
306
+ amount_usd: number;
307
+ amount: number;
308
+ block_number: number;
309
+ type: string;
310
+ blockchain: string;
311
+ tx_cost: number;
312
+ transaction: {
313
+ hash: string;
314
+ chainId: string;
315
+ fees: string;
316
+ feesUSD: number;
317
+ date: string;
318
+ };
319
+ asset: UserTransactionAssetType;
320
+ }
321
+ type UserAssetToken = {
322
+ symbol: string;
323
+ name: string;
324
+ balance: number;
325
+ price: number;
326
+ chain_id: string;
327
+ address: string;
328
+ decimals: string;
329
+ icon: string;
330
+ };
331
+ type UserImportTokenType = {
332
+ chain_id: string;
333
+ symbol: string;
334
+ address: string;
335
+ decimals: number;
336
+ };
337
+ type WalletAssetType = {
338
+ chain_id: string;
339
+ chain_name: string;
340
+ symbol: string;
341
+ name: string;
342
+ balance: number;
343
+ price: number;
344
+ price_change_24h: number;
345
+ address: string;
346
+ decimals: string;
347
+ icon: string;
348
+ };
349
+ type MetaPageType<T> = {
350
+ meta: {
351
+ page_num: number;
352
+ page_size: number;
353
+ total: number;
354
+ };
355
+ items: T;
356
+ };
357
+ type WalletChainType = {
358
+ chain_id: number;
359
+ chain_name: string;
360
+ chain_icon: string;
361
+ chain_full_name: string;
362
+ chain_type: string;
363
+ };
249
364
 
250
- export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalProps as M, OtherLoginMethodType as O, PopoverProps as P, RecommendLoginMethodType as R, ThemeType as T, UserPopoverProps as U, WalletConfigType as W, IEnvConfigType as a, InputProps as b, ModalWithHeaderProps as c, LoginBoxProps as d, WalletType as e, PopoverPositionType as f, PopoverTypeType as g, LoginPanelProps as h, LoginModalProps as i, ISocialLoginMethod as j, OverviewInfo as k, LoginMethodType as l, AppConfigType as m, BindInfoType as n, BindItemType as o, BindWalletParam as p, DrawerProps as q, IEnvName as r, ILoginWalletReq as s, IconProps as t, MessageType as u, PohItemType as v, PohZkpassParams as w, WalletPanelProps as x, WalletReceiveMessageType as y };
365
+ export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, UserImportTokenType as F, UserPopoverProps as G, UserTransactionType as H, IMatchEvents as I, WalletAssetType as J, WalletChainType as K, LocaleType as L, ModalWithHeaderProps as M, WalletPanelProps as N, OtherLoginMethodType as O, PopoverPositionType as P, WalletReceiveMessageType as Q, RecommendLoginMethodType as R, ThemeType as T, UserChainType as U, WalletConfigType as W, IEnvConfigType as a, LoginBoxProps as b, WalletType as c, PopoverTypeType as d, LoginPanelProps as e, LoginModalProps as f, ISocialLoginMethod as g, OverviewInfo as h, LoginMethodType as i, AppConfigType as j, BindInfoType as k, BindItemType as l, BindWalletParam as m, DrawerProps as n, IEnvName as o, ILoginWalletReq as p, IconProps as q, InputProps as r, MessageType as s, MetaPageType as t, ModalProps as u, PohItemType as v, PohZkpassParams as w, PopoverProps as x, UIProps as y, UserAssetToken as z };
@@ -236,9 +236,12 @@ type DrawerProps = PropsWithChildren & {
236
236
  showClose?: boolean;
237
237
  onClose?: () => void;
238
238
  isOpen: boolean;
239
+ title?: React.ReactNode;
240
+ zIndex?: number;
239
241
  };
240
242
  type WalletPanelProps = DrawerProps & {
241
243
  title?: React.ReactNode;
244
+ drawerTitleVisible?: boolean;
242
245
  };
243
246
  type AppConfigType = {
244
247
  appid: string;
@@ -246,5 +249,117 @@ type AppConfigType = {
246
249
  app_icon?: string;
247
250
  platform: LoginMethodType[];
248
251
  };
252
+ type UIProps = {
253
+ style?: CSSProperties;
254
+ className?: string;
255
+ onClick?: (e?: any) => void;
256
+ };
257
+ type UserChainType = {
258
+ id: number;
259
+ name: string;
260
+ nativeCurrency: {
261
+ name: string;
262
+ symbol: string;
263
+ decimals: number;
264
+ icon: string;
265
+ };
266
+ rpcUrls: {
267
+ default: {
268
+ http: string[];
269
+ };
270
+ };
271
+ blockExplorers: {
272
+ default: {
273
+ name: string;
274
+ url: string;
275
+ apiUrl: string;
276
+ };
277
+ };
278
+ iconUrl: string;
279
+ contracts: {
280
+ multicall3: {
281
+ address: string;
282
+ };
283
+ };
284
+ };
285
+ interface UserTransactionAssetType {
286
+ id: number;
287
+ name: string;
288
+ symbol: string;
289
+ nativeChainId: string;
290
+ price: number;
291
+ liquidity: number;
292
+ priceChange24hPercent: number;
293
+ marketCapUSD: number;
294
+ circulatingSupply: number;
295
+ totalSupply: number;
296
+ logo: string;
297
+ contract: string;
298
+ }
299
+ interface UserTransactionType {
300
+ id: string;
301
+ timestamp: number;
302
+ from: string;
303
+ to: string;
304
+ contract: any;
305
+ hash: string;
306
+ amount_usd: number;
307
+ amount: number;
308
+ block_number: number;
309
+ type: string;
310
+ blockchain: string;
311
+ tx_cost: number;
312
+ transaction: {
313
+ hash: string;
314
+ chainId: string;
315
+ fees: string;
316
+ feesUSD: number;
317
+ date: string;
318
+ };
319
+ asset: UserTransactionAssetType;
320
+ }
321
+ type UserAssetToken = {
322
+ symbol: string;
323
+ name: string;
324
+ balance: number;
325
+ price: number;
326
+ chain_id: string;
327
+ address: string;
328
+ decimals: string;
329
+ icon: string;
330
+ };
331
+ type UserImportTokenType = {
332
+ chain_id: string;
333
+ symbol: string;
334
+ address: string;
335
+ decimals: number;
336
+ };
337
+ type WalletAssetType = {
338
+ chain_id: string;
339
+ chain_name: string;
340
+ symbol: string;
341
+ name: string;
342
+ balance: number;
343
+ price: number;
344
+ price_change_24h: number;
345
+ address: string;
346
+ decimals: string;
347
+ icon: string;
348
+ };
349
+ type MetaPageType<T> = {
350
+ meta: {
351
+ page_num: number;
352
+ page_size: number;
353
+ total: number;
354
+ };
355
+ items: T;
356
+ };
357
+ type WalletChainType = {
358
+ chain_id: number;
359
+ chain_name: string;
360
+ chain_icon: string;
361
+ chain_full_name: string;
362
+ chain_type: string;
363
+ };
249
364
 
250
- export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalProps as M, OtherLoginMethodType as O, PopoverProps as P, RecommendLoginMethodType as R, ThemeType as T, UserPopoverProps as U, WalletConfigType as W, IEnvConfigType as a, InputProps as b, ModalWithHeaderProps as c, LoginBoxProps as d, WalletType as e, PopoverPositionType as f, PopoverTypeType as g, LoginPanelProps as h, LoginModalProps as i, ISocialLoginMethod as j, OverviewInfo as k, LoginMethodType as l, AppConfigType as m, BindInfoType as n, BindItemType as o, BindWalletParam as p, DrawerProps as q, IEnvName as r, ILoginWalletReq as s, IconProps as t, MessageType as u, PohItemType as v, PohZkpassParams as w, WalletPanelProps as x, WalletReceiveMessageType as y };
365
+ export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, UserImportTokenType as F, UserPopoverProps as G, UserTransactionType as H, IMatchEvents as I, WalletAssetType as J, WalletChainType as K, LocaleType as L, ModalWithHeaderProps as M, WalletPanelProps as N, OtherLoginMethodType as O, PopoverPositionType as P, WalletReceiveMessageType as Q, RecommendLoginMethodType as R, ThemeType as T, UserChainType as U, WalletConfigType as W, IEnvConfigType as a, LoginBoxProps as b, WalletType as c, PopoverTypeType as d, LoginPanelProps as e, LoginModalProps as f, ISocialLoginMethod as g, OverviewInfo as h, LoginMethodType as i, AppConfigType as j, BindInfoType as k, BindItemType as l, BindWalletParam as m, DrawerProps as n, IEnvName as o, ILoginWalletReq as p, IconProps as q, InputProps as r, MessageType as s, MetaPageType as t, ModalProps as u, PohItemType as v, PohZkpassParams as w, PopoverProps as x, UIProps as y, UserAssetToken as z };
@@ -0,0 +1,6 @@
1
+ export { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from '../index-Bb7IkjUW.mjs';
2
+ export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, S as Switch } from '../index-DamklTOJ.mjs';
3
+ import 'react/jsx-runtime';
4
+ import 'react';
5
+ import '../types-DQq17lf4.mjs';
6
+ import 'viem';
@@ -0,0 +1,6 @@
1
+ export { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from '../index-CKiK4KHj.js';
2
+ export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, S as Switch } from '../index-C2-M-aBb.js';
3
+ import 'react/jsx-runtime';
4
+ import 'react';
5
+ import '../types-DQq17lf4.js';
6
+ import 'viem';