@matchain/matchid-sdk-react 0.1.48-alpha.8 → 0.1.48

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 (71) hide show
  1. package/dist/assets/icon/index.d.mts +8 -2
  2. package/dist/assets/icon/index.d.ts +8 -2
  3. package/dist/assets/icon/index.js +54 -2
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +5 -1
  6. package/dist/{chunk-J5U7AXYA.mjs → chunk-4I5WVXIN.mjs} +2 -2
  7. package/dist/chunk-5JHHHLG4.mjs +136 -0
  8. package/dist/chunk-5JHHHLG4.mjs.map +1 -0
  9. package/dist/{chunk-USKUYOYJ.mjs → chunk-FB5MHLWX.mjs} +75 -42
  10. package/dist/chunk-FB5MHLWX.mjs.map +1 -0
  11. package/dist/{chunk-7UTR37EJ.mjs → chunk-LHNKZISB.mjs} +54 -4
  12. package/dist/chunk-LHNKZISB.mjs.map +1 -0
  13. package/dist/{chunk-EY6NPX4M.mjs → chunk-YSASIFLY.mjs} +2018 -702
  14. package/dist/chunk-YSASIFLY.mjs.map +1 -0
  15. package/dist/components/index.d.mts +4 -3
  16. package/dist/components/index.d.ts +4 -3
  17. package/dist/components/index.js +2265 -536
  18. package/dist/components/index.js.map +1 -1
  19. package/dist/components/index.mjs +14 -3
  20. package/dist/hooks/api/index.d.mts +2 -2
  21. package/dist/hooks/api/index.d.ts +2 -2
  22. package/dist/hooks/api/index.js +363 -204
  23. package/dist/hooks/api/index.js.map +1 -1
  24. package/dist/hooks/api/index.mjs +5 -4
  25. package/dist/hooks/index.d.mts +3 -2
  26. package/dist/hooks/index.d.ts +3 -2
  27. package/dist/hooks/index.js +1532 -320
  28. package/dist/hooks/index.js.map +1 -1
  29. package/dist/hooks/index.mjs +8 -3
  30. package/dist/index-BMfaixEx.d.mts +66 -0
  31. package/dist/{index-Bbn2Stvu.d.ts → index-BMsj8hJv.d.ts} +4 -3
  32. package/dist/{index-DcxdJ0m2.d.ts → index-BcEreCxd.d.ts} +1 -1
  33. package/dist/index-Bpmrd7mh.d.ts +66 -0
  34. package/dist/{index-C_S7k6z2.d.mts → index-Bvc8cjpN.d.ts} +34 -4
  35. package/dist/{index-Dzvj-uGt.d.mts → index-C9F6f2iz.d.mts} +4 -3
  36. package/dist/{index-D-uNr-JV.d.ts → index-C9qYyRgt.d.mts} +34 -4
  37. package/dist/{index-CB4j_ONH.d.mts → index-Cou96DpL.d.mts} +1 -1
  38. package/dist/{index-C-YCr0xJ.d.mts → index-Cy3K-Yao.d.ts} +22 -7
  39. package/dist/{index-zRpvDpIK.d.ts → index-D4ju2J_e.d.mts} +22 -7
  40. package/dist/{index-DDV4F9ka.d.mts → index-DUHkH5t-.d.mts} +114 -65
  41. package/dist/{index-Bz53bbI_.d.ts → index-DcQm2dkr.d.ts} +114 -65
  42. package/dist/index.css +613 -10
  43. package/dist/index.d.mts +8 -8
  44. package/dist/index.d.ts +8 -8
  45. package/dist/index.js +2593 -1104
  46. package/dist/index.js.map +1 -1
  47. package/dist/index.mjs +8 -7
  48. package/dist/types/index.d.mts +2 -1
  49. package/dist/types/index.d.ts +2 -1
  50. package/dist/{types-B4BYNw8B.d.mts → types-DzVVzMYU.d.mts} +62 -35
  51. package/dist/{types-B4BYNw8B.d.ts → types-DzVVzMYU.d.ts} +62 -35
  52. package/dist/ui/index.d.mts +4 -3
  53. package/dist/ui/index.d.ts +4 -3
  54. package/dist/ui/index.js +134 -95
  55. package/dist/ui/index.js.map +1 -1
  56. package/dist/ui/index.mjs +2 -2
  57. package/dist/utils/index.d.mts +26 -0
  58. package/dist/utils/index.d.ts +26 -0
  59. package/dist/utils/index.js +181 -0
  60. package/dist/utils/index.js.map +1 -0
  61. package/dist/utils/index.mjs +30 -0
  62. package/dist/utils/index.mjs.map +1 -0
  63. package/example/src/pages/Wallet/components/MatchWallet.tsx +44 -9
  64. package/example/src/pages/Wallet/index.tsx +2 -1
  65. package/package.json +7 -1
  66. package/dist/chunk-7UTR37EJ.mjs.map +0 -1
  67. package/dist/chunk-EY6NPX4M.mjs.map +0 -1
  68. package/dist/chunk-USKUYOYJ.mjs.map +0 -1
  69. package/dist/index-CKyWWkzU.d.mts +0 -60
  70. package/dist/index-DV_mRu4y.d.ts +0 -60
  71. /package/dist/{chunk-J5U7AXYA.mjs.map → chunk-4I5WVXIN.mjs.map} +0 -0
package/dist/index.mjs CHANGED
@@ -1,23 +1,24 @@
1
- import {
2
- types_exports
3
- } from "./chunk-HBOS3RBL.mjs";
4
1
  import {
5
2
  chains_exports
6
3
  } from "./chunk-HYQ3T6WW.mjs";
4
+ import {
5
+ types_exports
6
+ } from "./chunk-HBOS3RBL.mjs";
7
7
  import {
8
8
  api_exports
9
- } from "./chunk-J5U7AXYA.mjs";
9
+ } from "./chunk-4I5WVXIN.mjs";
10
10
  import {
11
11
  MatchProvider,
12
12
  components_exports,
13
13
  hooks_exports,
14
14
  useMatch
15
- } from "./chunk-EY6NPX4M.mjs";
15
+ } from "./chunk-YSASIFLY.mjs";
16
16
  import "./chunk-UA6XHZHX.mjs";
17
17
  import {
18
18
  ui_exports
19
- } from "./chunk-USKUYOYJ.mjs";
20
- import "./chunk-7UTR37EJ.mjs";
19
+ } from "./chunk-FB5MHLWX.mjs";
20
+ import "./chunk-5JHHHLG4.mjs";
21
+ import "./chunk-LHNKZISB.mjs";
21
22
  import "./chunk-J5LGTIGS.mjs";
22
23
  export {
23
24
  api_exports as Api,
@@ -1,3 +1,4 @@
1
1
  export { A as AuthParams, C as ChainType, E as EmbeddedWalletsParams, R as RecoveryType } from '../mpc-CTbBWHld.mjs';
2
- export { A as AnyObject, k as AppConfigType, l as BindInfoType, m as BindItemType, n as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, o as DrawerProps, E as EmailModalProps, a as IEnvConfigType, p as IEnvName, q as ILoginWalletReq, I as IMatchEvents, g as ISocialLoginMethod, r as IconProps, s as InputProps, L as LocaleType, b as LoginBoxProps, i as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, t as MessageType, u as MetaPageType, v as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, h as OverviewInfo, w as PohItemType, x as PohZkpassParams, P as PopoverPositionType, y as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, z as UIProps, F as UserAssetToken, U as UserChainType, G as UserImportTokenType, H as UserPopoverProps, j as UserTransactionType, J as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletNFTType, Q as WalletPanelProps, S as WalletReceiveMessageType, c as WalletType } from '../types-B4BYNw8B.mjs';
2
+ export { A as Address, k as AnyObject, o as AppConfigType, p as BindInfoType, q as BindItemType, r as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, s as DrawerProps, E as EmailModalProps, H as Hash, a as IEnvConfigType, t as IEnvName, v as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, w as IconProps, x as InputProps, L as LocaleType, b as LoginBoxProps, j as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, y as MessageType, z as MetaPageType, F as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, G as PohItemType, J as PohZkpassParams, P as PopoverPositionType, K as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, N as UIProps, n as UserAssetToken, U as UserChainType, m as UserImportTokenType, Q as UserPopoverProps, S as UserTransactionNextPageParams, V as UserTransactionRecordType, l as UserTransactionType, g as WalletAssetMergeType, X as WalletAssetType, Y as WalletChainType, W as WalletConfigType, Z as WalletNFTType, _ as WalletPanelProps, $ as WalletReceiveMessageType, c as WalletType, u as useMatchWalletAssetsProps } from '../types-DzVVzMYU.mjs';
3
3
  import 'react';
4
+ import '@tanstack/react-query/src/types';
@@ -1,3 +1,4 @@
1
1
  export { A as AuthParams, C as ChainType, E as EmbeddedWalletsParams, R as RecoveryType } from '../mpc-CTbBWHld.js';
2
- export { A as AnyObject, k as AppConfigType, l as BindInfoType, m as BindItemType, n as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, o as DrawerProps, E as EmailModalProps, a as IEnvConfigType, p as IEnvName, q as ILoginWalletReq, I as IMatchEvents, g as ISocialLoginMethod, r as IconProps, s as InputProps, L as LocaleType, b as LoginBoxProps, i as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, t as MessageType, u as MetaPageType, v as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, h as OverviewInfo, w as PohItemType, x as PohZkpassParams, P as PopoverPositionType, y as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, z as UIProps, F as UserAssetToken, U as UserChainType, G as UserImportTokenType, H as UserPopoverProps, j as UserTransactionType, J as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletNFTType, Q as WalletPanelProps, S as WalletReceiveMessageType, c as WalletType } from '../types-B4BYNw8B.js';
2
+ export { A as Address, k as AnyObject, o as AppConfigType, p as BindInfoType, q as BindItemType, r as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, s as DrawerProps, E as EmailModalProps, H as Hash, a as IEnvConfigType, t as IEnvName, v as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, w as IconProps, x as InputProps, L as LocaleType, b as LoginBoxProps, j as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, y as MessageType, z as MetaPageType, F as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, G as PohItemType, J as PohZkpassParams, P as PopoverPositionType, K as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, N as UIProps, n as UserAssetToken, U as UserChainType, m as UserImportTokenType, Q as UserPopoverProps, S as UserTransactionNextPageParams, V as UserTransactionRecordType, l as UserTransactionType, g as WalletAssetMergeType, X as WalletAssetType, Y as WalletChainType, W as WalletConfigType, Z as WalletNFTType, _ as WalletPanelProps, $ as WalletReceiveMessageType, c as WalletType, u as useMatchWalletAssetsProps } from '../types-DzVVzMYU.js';
3
3
  import 'react';
4
+ import '@tanstack/react-query/src/types';
@@ -1,4 +1,5 @@
1
1
  import { CSSProperties, PropsWithChildren, ReactNode } from 'react';
2
+ import { UseQueryOptions } from '@tanstack/react-query/src/types';
2
3
 
3
4
  type ISocialLoginMethod = 'google' | 'twitter' | 'discord' | 'github' | 'telegram' | 'linkedin' | 'facebook' | 'youtube';
4
5
  type WalletType = 'evm' | 'sol' | 'tron' | 'btc' | 'ton';
@@ -58,6 +59,8 @@ type OverviewInfo = {
58
59
  did: string;
59
60
  address: string;
60
61
  username?: string;
62
+ max_level: number;
63
+ user_level: number;
61
64
  };
62
65
  type AnyObject = {
63
66
  [key: string]: any;
@@ -238,6 +241,7 @@ type DrawerProps = PropsWithChildren & {
238
241
  isOpen: boolean;
239
242
  title?: React.ReactNode;
240
243
  zIndex?: number;
244
+ onBack?: () => void;
241
245
  };
242
246
  type WalletPanelProps = DrawerProps & {
243
247
  title?: React.ReactNode;
@@ -282,42 +286,44 @@ type UserChainType = {
282
286
  };
283
287
  };
284
288
  };
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;
289
+ interface UserTransactionNextPageParams {
308
290
  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;
291
+ fee: string;
292
+ hash: string;
293
+ index: number;
294
+ inserted_at: string;
295
+ items_count: number;
296
+ limit: number;
297
+ offset: number;
298
+ value: string;
320
299
  }
300
+ type Hash = `0x${string}`;
301
+ type Address = `0x${string}`;
302
+ type UserTransactionType = {
303
+ amount: string;
304
+ block_number: string;
305
+ from: Address;
306
+ hash: Hash;
307
+ input: Hash;
308
+ receive: string;
309
+ source: "auto" | "matchain";
310
+ timestamp: string;
311
+ to: Address;
312
+ value: string;
313
+ extra: {
314
+ asset: string;
315
+ decodedInput: any;
316
+ has_error_in_internal_transactions: boolean;
317
+ name: string;
318
+ receipt_status: number;
319
+ result: string;
320
+ status: string;
321
+ };
322
+ };
323
+ type UserTransactionRecordType = UserTransactionType & {
324
+ symbol: string;
325
+ decimals: number;
326
+ };
321
327
  type UserAssetToken = {
322
328
  symbol: string;
323
329
  name: string;
@@ -327,6 +333,7 @@ type UserAssetToken = {
327
333
  address: string;
328
334
  decimals: string;
329
335
  icon: string;
336
+ price_change_24h: number;
330
337
  };
331
338
  type UserImportTokenType = {
332
339
  chain_id: string;
@@ -372,5 +379,25 @@ type WalletNFTType = {
372
379
  blockchain: string;
373
380
  chain_id: string;
374
381
  };
382
+ type WalletAssetMergeType = {
383
+ chain_id: string;
384
+ chain_name?: string;
385
+ name?: string;
386
+ symbol: string;
387
+ balance?: number;
388
+ price?: number;
389
+ address: string;
390
+ decimals: string;
391
+ icon?: string;
392
+ price_change_24h?: number;
393
+ isAuto?: boolean;
394
+ isCustom?: boolean;
395
+ value?: number;
396
+ balanceValue?: string;
397
+ };
398
+ type useMatchWalletAssetsProps = {
399
+ importTokenOptions?: Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>;
400
+ assetListOptions?: Partial<Omit<UseQueryOptions<UserAssetToken[]>, 'queryKey' | 'queryFn'>>;
401
+ };
375
402
 
376
- export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, UserAssetToken as F, UserImportTokenType as G, UserPopoverProps as H, IMatchEvents as I, WalletAssetType as J, WalletChainType as K, LocaleType as L, ModalWithHeaderProps as M, WalletNFTType as N, OtherLoginMethodType as O, PopoverPositionType as P, WalletPanelProps as Q, RecommendLoginMethodType as R, WalletReceiveMessageType as S, 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, UserTransactionType as j, AppConfigType as k, BindInfoType as l, BindItemType as m, BindWalletParam as n, DrawerProps as o, IEnvName as p, ILoginWalletReq as q, IconProps as r, InputProps as s, MessageType as t, MetaPageType as u, ModalProps as v, PohItemType as w, PohZkpassParams as x, PopoverProps as y, UIProps as z };
403
+ export type { WalletReceiveMessageType as $, Address as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, ModalProps as F, PohItemType as G, Hash as H, IMatchEvents as I, PohZkpassParams as J, PopoverProps as K, LocaleType as L, ModalWithHeaderProps as M, UIProps as N, OtherLoginMethodType as O, PopoverPositionType as P, UserPopoverProps as Q, RecommendLoginMethodType as R, UserTransactionNextPageParams as S, ThemeType as T, UserChainType as U, UserTransactionRecordType as V, WalletConfigType as W, WalletAssetType as X, WalletChainType as Y, WalletNFTType as Z, WalletPanelProps as _, IEnvConfigType as a, LoginBoxProps as b, WalletType as c, PopoverTypeType as d, LoginPanelProps as e, LoginModalProps as f, WalletAssetMergeType as g, ISocialLoginMethod as h, OverviewInfo as i, LoginMethodType as j, AnyObject as k, UserTransactionType as l, UserImportTokenType as m, UserAssetToken as n, AppConfigType as o, BindInfoType as p, BindItemType as q, BindWalletParam as r, DrawerProps as s, IEnvName as t, useMatchWalletAssetsProps as u, ILoginWalletReq as v, IconProps as w, InputProps as x, MessageType as y, MetaPageType as z };
@@ -1,4 +1,5 @@
1
1
  import { CSSProperties, PropsWithChildren, ReactNode } from 'react';
2
+ import { UseQueryOptions } from '@tanstack/react-query/src/types';
2
3
 
3
4
  type ISocialLoginMethod = 'google' | 'twitter' | 'discord' | 'github' | 'telegram' | 'linkedin' | 'facebook' | 'youtube';
4
5
  type WalletType = 'evm' | 'sol' | 'tron' | 'btc' | 'ton';
@@ -58,6 +59,8 @@ type OverviewInfo = {
58
59
  did: string;
59
60
  address: string;
60
61
  username?: string;
62
+ max_level: number;
63
+ user_level: number;
61
64
  };
62
65
  type AnyObject = {
63
66
  [key: string]: any;
@@ -238,6 +241,7 @@ type DrawerProps = PropsWithChildren & {
238
241
  isOpen: boolean;
239
242
  title?: React.ReactNode;
240
243
  zIndex?: number;
244
+ onBack?: () => void;
241
245
  };
242
246
  type WalletPanelProps = DrawerProps & {
243
247
  title?: React.ReactNode;
@@ -282,42 +286,44 @@ type UserChainType = {
282
286
  };
283
287
  };
284
288
  };
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;
289
+ interface UserTransactionNextPageParams {
308
290
  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;
291
+ fee: string;
292
+ hash: string;
293
+ index: number;
294
+ inserted_at: string;
295
+ items_count: number;
296
+ limit: number;
297
+ offset: number;
298
+ value: string;
320
299
  }
300
+ type Hash = `0x${string}`;
301
+ type Address = `0x${string}`;
302
+ type UserTransactionType = {
303
+ amount: string;
304
+ block_number: string;
305
+ from: Address;
306
+ hash: Hash;
307
+ input: Hash;
308
+ receive: string;
309
+ source: "auto" | "matchain";
310
+ timestamp: string;
311
+ to: Address;
312
+ value: string;
313
+ extra: {
314
+ asset: string;
315
+ decodedInput: any;
316
+ has_error_in_internal_transactions: boolean;
317
+ name: string;
318
+ receipt_status: number;
319
+ result: string;
320
+ status: string;
321
+ };
322
+ };
323
+ type UserTransactionRecordType = UserTransactionType & {
324
+ symbol: string;
325
+ decimals: number;
326
+ };
321
327
  type UserAssetToken = {
322
328
  symbol: string;
323
329
  name: string;
@@ -327,6 +333,7 @@ type UserAssetToken = {
327
333
  address: string;
328
334
  decimals: string;
329
335
  icon: string;
336
+ price_change_24h: number;
330
337
  };
331
338
  type UserImportTokenType = {
332
339
  chain_id: string;
@@ -372,5 +379,25 @@ type WalletNFTType = {
372
379
  blockchain: string;
373
380
  chain_id: string;
374
381
  };
382
+ type WalletAssetMergeType = {
383
+ chain_id: string;
384
+ chain_name?: string;
385
+ name?: string;
386
+ symbol: string;
387
+ balance?: number;
388
+ price?: number;
389
+ address: string;
390
+ decimals: string;
391
+ icon?: string;
392
+ price_change_24h?: number;
393
+ isAuto?: boolean;
394
+ isCustom?: boolean;
395
+ value?: number;
396
+ balanceValue?: string;
397
+ };
398
+ type useMatchWalletAssetsProps = {
399
+ importTokenOptions?: Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>;
400
+ assetListOptions?: Partial<Omit<UseQueryOptions<UserAssetToken[]>, 'queryKey' | 'queryFn'>>;
401
+ };
375
402
 
376
- export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, UserAssetToken as F, UserImportTokenType as G, UserPopoverProps as H, IMatchEvents as I, WalletAssetType as J, WalletChainType as K, LocaleType as L, ModalWithHeaderProps as M, WalletNFTType as N, OtherLoginMethodType as O, PopoverPositionType as P, WalletPanelProps as Q, RecommendLoginMethodType as R, WalletReceiveMessageType as S, 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, UserTransactionType as j, AppConfigType as k, BindInfoType as l, BindItemType as m, BindWalletParam as n, DrawerProps as o, IEnvName as p, ILoginWalletReq as q, IconProps as r, InputProps as s, MessageType as t, MetaPageType as u, ModalProps as v, PohItemType as w, PohZkpassParams as x, PopoverProps as y, UIProps as z };
403
+ export type { WalletReceiveMessageType as $, Address as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, ModalProps as F, PohItemType as G, Hash as H, IMatchEvents as I, PohZkpassParams as J, PopoverProps as K, LocaleType as L, ModalWithHeaderProps as M, UIProps as N, OtherLoginMethodType as O, PopoverPositionType as P, UserPopoverProps as Q, RecommendLoginMethodType as R, UserTransactionNextPageParams as S, ThemeType as T, UserChainType as U, UserTransactionRecordType as V, WalletConfigType as W, WalletAssetType as X, WalletChainType as Y, WalletNFTType as Z, WalletPanelProps as _, IEnvConfigType as a, LoginBoxProps as b, WalletType as c, PopoverTypeType as d, LoginPanelProps as e, LoginModalProps as f, WalletAssetMergeType as g, ISocialLoginMethod as h, OverviewInfo as i, LoginMethodType as j, AnyObject as k, UserTransactionType as l, UserImportTokenType as m, UserAssetToken as n, AppConfigType as o, BindInfoType as p, BindItemType as q, BindWalletParam as r, DrawerProps as s, IEnvName as t, useMatchWalletAssetsProps as u, ILoginWalletReq as v, IconProps as w, InputProps as x, MessageType as y, MetaPageType as z };
@@ -1,6 +1,7 @@
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-CB4j_ONH.mjs';
2
- export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, S as Switch } from '../index-Dzvj-uGt.mjs';
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-Cou96DpL.mjs';
2
+ export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, S as Switch } from '../index-C9F6f2iz.mjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../types-B4BYNw8B.mjs';
5
+ import '../types-DzVVzMYU.mjs';
6
+ import '@tanstack/react-query/src/types';
6
7
  import 'viem';
@@ -1,6 +1,7 @@
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-DcxdJ0m2.js';
2
- export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, S as Switch } from '../index-Bbn2Stvu.js';
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-BcEreCxd.js';
2
+ export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, S as Switch } from '../index-BMsj8hJv.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../types-B4BYNw8B.js';
5
+ import '../types-DzVVzMYU.js';
6
+ import '@tanstack/react-query/src/types';
6
7
  import 'viem';