@matchain/matchid-sdk-react 0.1.54 → 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 (55) hide show
  1. package/dist/assets/icon/index.d.mts +2 -2
  2. package/dist/assets/icon/index.d.ts +2 -2
  3. package/dist/{chunk-ZPBHHXEE.mjs → chunk-36M5ROJI.mjs} +6543 -6897
  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 +3 -3
  8. package/dist/components/index.d.ts +3 -3
  9. package/dist/components/index.js +0 -354
  10. package/dist/components/index.js.map +1 -1
  11. package/dist/components/index.mjs +2 -6
  12. package/dist/hooks/api/index.d.mts +2 -2
  13. package/dist/hooks/api/index.d.ts +2 -2
  14. package/dist/hooks/api/index.js +45 -215
  15. package/dist/hooks/api/index.js.map +1 -1
  16. package/dist/hooks/api/index.mjs +6 -6
  17. package/dist/hooks/index.d.mts +2 -2
  18. package/dist/hooks/index.d.ts +2 -2
  19. package/dist/hooks/index.js +186 -203
  20. package/dist/hooks/index.js.map +1 -1
  21. package/dist/hooks/index.mjs +2 -2
  22. package/dist/{index-91BdMYDA.d.ts → index-6-oVBXRP.d.mts} +2 -5
  23. package/dist/{index-CkHDxE7B.d.mts → index-CBQXIlWu.d.mts} +1 -1
  24. package/dist/{index-ChHJD4NZ.d.mts → index-CMH6Jesl.d.ts} +2 -5
  25. package/dist/{index-Dj1K-UdZ.d.ts → index-CNH7a3bx.d.ts} +5 -18
  26. package/dist/{index-CZu_8fKl.d.ts → index-CPPDmmz8.d.ts} +1 -1
  27. package/dist/{index-DX1vzCrM.d.mts → index-CqKohtvj.d.mts} +1 -1
  28. package/dist/{index-CPk553v5.d.mts → index-D0Psl8Ue.d.mts} +1 -1
  29. package/dist/{index-DFBrN7dx.d.ts → index-DbQn4z1l.d.ts} +1 -1
  30. package/dist/{index-D5geEbXf.d.ts → index-Es7yJi7T.d.ts} +2 -2
  31. package/dist/{index-DjwwXNp4.d.mts → index-G15A08DI.d.mts} +3 -40
  32. package/dist/{index-DSvRdAyZ.d.mts → index-MsSYZS38.d.mts} +2 -2
  33. package/dist/{index-Vxvd14yW.d.ts → index-Y5WRoqzn.d.ts} +3 -40
  34. package/dist/{index-CPwcm70o.d.mts → index-a_Qt7NXk.d.mts} +5 -18
  35. package/dist/{index-SRHVQn5G.d.ts → index-agAVLGF5.d.ts} +1 -1
  36. package/dist/index.css +0 -120
  37. package/dist/index.d.mts +8 -8
  38. package/dist/index.d.ts +8 -8
  39. package/dist/index.js +570 -853
  40. package/dist/index.js.map +1 -1
  41. package/dist/index.mjs +7 -5
  42. package/dist/types/index.d.mts +1 -1
  43. package/dist/types/index.d.ts +1 -1
  44. package/dist/{types-Bi9iq57H.d.mts → types-CXzZS0eM.d.mts} +1 -20
  45. package/dist/{types-Bi9iq57H.d.ts → types-CXzZS0eM.d.ts} +1 -20
  46. package/dist/ui/index.d.mts +3 -3
  47. package/dist/ui/index.d.ts +3 -3
  48. package/dist/ui/index.js +52 -69
  49. package/dist/ui/index.js.map +1 -1
  50. package/dist/ui/index.mjs +2 -2
  51. package/example/src/App.tsx +0 -8
  52. package/example/src/pages/Wallet/index.tsx +1 -1
  53. package/package.json +1 -1
  54. package/dist/chunk-ZPBHHXEE.mjs.map +0 -1
  55. package/example/src/pages/Contact/index.tsx +0 -90
package/dist/index.mjs CHANGED
@@ -1,3 +1,6 @@
1
+ import {
2
+ api_exports
3
+ } from "./chunk-N7NX7Q7M.mjs";
1
4
  import {
2
5
  types_exports
3
6
  } from "./chunk-HBOS3RBL.mjs";
@@ -5,22 +8,21 @@ import {
5
8
  MatchProvider,
6
9
  ModalProvider,
7
10
  ToastProvider,
8
- api_exports,
9
11
  components_exports,
10
12
  hooks_exports,
11
13
  ui_exports,
12
14
  useMatch,
13
15
  wagmiConfig
14
- } from "./chunk-ZPBHHXEE.mjs";
16
+ } from "./chunk-36M5ROJI.mjs";
15
17
  import "./chunk-UA6XHZHX.mjs";
16
18
  import "./chunk-IZOOVZAD.mjs";
19
+ import {
20
+ icon_exports
21
+ } from "./chunk-FKXS2XRG.mjs";
17
22
  import {
18
23
  chains_exports
19
24
  } from "./chunk-3CR66BEX.mjs";
20
25
  import "./chunk-JX73EY6V.mjs";
21
- import {
22
- icon_exports
23
- } from "./chunk-FKXS2XRG.mjs";
24
26
  import "./chunk-J5LGTIGS.mjs";
25
27
  export {
26
28
  api_exports as Api,
@@ -1,3 +1,3 @@
1
- export { A as Address, m as AnyObject, q as AppConfigType, r as AuthParams, s as BindInfoType, t as BindItemType, v as BindWalletParam, B as ButtonProps, j as CEXType, l as ChainType, w as ContactSearchType, C as ContactType, D as DeepPartial, x as DrawerProps, E as EmailModalProps, y as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, z as IEnvName, F as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, G as IconProps, J as InputProps, L as LocaleType, b as LoginBoxProps, k as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, K as MessageType, N as MetaPageType, Q as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, S as PohItemType, T as PohZkpassParams, P as PopoverPositionType, V as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, X as RecoveryType, Y as ThemeType, Z as UIProps, p as UserAssetToken, U as UserChainType, o as UserImportTokenType, _ as UserMessageType, $ as UserPopoverProps, a0 as UserTransactionNextPageParams, a1 as UserTransactionRecordType, n as UserTransactionType, g as WalletAssetMergeType, a2 as WalletAssetType, a3 as WalletChainType, W as WalletConfigType, a4 as WalletNFTType, a5 as WalletPanelProps, a6 as WalletReceiveMessageType, a7 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from '../types-Bi9iq57H.mjs';
1
+ export { A as Address, l as AnyObject, p as AppConfigType, q as AuthParams, r as BindInfoType, s as BindItemType, t as BindWalletParam, B as ButtonProps, C as CEXType, k as ChainType, D as DeepPartial, v as DrawerProps, E as EmailModalProps, w as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, x as IEnvName, y as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, z as IconProps, F as InputProps, L as LocaleType, b as LoginBoxProps, j as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, G as MessageType, J as MetaPageType, K as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, N as PohItemType, Q as PohZkpassParams, P as PopoverPositionType, S as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as RecoveryType, V as ThemeType, X as UIProps, o as UserAssetToken, U as UserChainType, n as UserImportTokenType, Y as UserPopoverProps, Z as UserTransactionNextPageParams, _ as UserTransactionRecordType, m as UserTransactionType, g as WalletAssetMergeType, $ as WalletAssetType, a0 as WalletChainType, W as WalletConfigType, a1 as WalletNFTType, a2 as WalletPanelProps, a3 as WalletReceiveMessageType, a4 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from '../types-CXzZS0eM.mjs';
2
2
  import 'react';
3
3
  import '@tanstack/react-query/src/types';
@@ -1,3 +1,3 @@
1
- export { A as Address, m as AnyObject, q as AppConfigType, r as AuthParams, s as BindInfoType, t as BindItemType, v as BindWalletParam, B as ButtonProps, j as CEXType, l as ChainType, w as ContactSearchType, C as ContactType, D as DeepPartial, x as DrawerProps, E as EmailModalProps, y as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, z as IEnvName, F as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, G as IconProps, J as InputProps, L as LocaleType, b as LoginBoxProps, k as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, K as MessageType, N as MetaPageType, Q as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, S as PohItemType, T as PohZkpassParams, P as PopoverPositionType, V as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, X as RecoveryType, Y as ThemeType, Z as UIProps, p as UserAssetToken, U as UserChainType, o as UserImportTokenType, _ as UserMessageType, $ as UserPopoverProps, a0 as UserTransactionNextPageParams, a1 as UserTransactionRecordType, n as UserTransactionType, g as WalletAssetMergeType, a2 as WalletAssetType, a3 as WalletChainType, W as WalletConfigType, a4 as WalletNFTType, a5 as WalletPanelProps, a6 as WalletReceiveMessageType, a7 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from '../types-Bi9iq57H.js';
1
+ export { A as Address, l as AnyObject, p as AppConfigType, q as AuthParams, r as BindInfoType, s as BindItemType, t as BindWalletParam, B as ButtonProps, C as CEXType, k as ChainType, D as DeepPartial, v as DrawerProps, E as EmailModalProps, w as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, x as IEnvName, y as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, z as IconProps, F as InputProps, L as LocaleType, b as LoginBoxProps, j as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, G as MessageType, J as MetaPageType, K as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, N as PohItemType, Q as PohZkpassParams, P as PopoverPositionType, S as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as RecoveryType, V as ThemeType, X as UIProps, o as UserAssetToken, U as UserChainType, n as UserImportTokenType, Y as UserPopoverProps, Z as UserTransactionNextPageParams, _ as UserTransactionRecordType, m as UserTransactionType, g as WalletAssetMergeType, $ as WalletAssetType, a0 as WalletChainType, W as WalletConfigType, a1 as WalletNFTType, a2 as WalletPanelProps, a3 as WalletReceiveMessageType, a4 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from '../types-CXzZS0eM.js';
2
2
  import 'react';
3
3
  import '@tanstack/react-query/src/types';
@@ -420,24 +420,5 @@ type useMatchWalletAssetsProps = {
420
420
  assetListOptions?: Partial<Omit<UseQueryOptions<UserAssetToken[]>, 'queryKey' | 'queryFn'>>;
421
421
  };
422
422
  type WalletStatusType = 'error' | 'success' | 'nonce' | 'signer' | 'connecting' | 'start';
423
- type ContactType = {
424
- address: string;
425
- avatar?: string;
426
- name?: string;
427
- did: string;
428
- limit_id?: number;
429
- username?: string;
430
- };
431
- type ContactSearchType = ContactType & {
432
- is_friend: boolean;
433
- };
434
- type UserMessageType = {
435
- message: string;
436
- status: number;
437
- dispatch_time: number;
438
- tag: string;
439
- limit_id: number;
440
- hidden?: boolean;
441
- };
442
423
 
443
- export { type UserPopoverProps as $, type Address as A, type ButtonProps as B, type ContactType as C, type DeepPartial as D, type EmailModalProps as E, type ILoginWalletReq as F, type IconProps as G, type Hash as H, type IMatchEvents as I, type InputProps as J, type MessageType as K, type LocaleType as L, type ModalWithHeaderProps as M, type MetaPageType as N, type OtherLoginMethodType as O, type PopoverPositionType as P, type ModalProps as Q, type RecommendLoginMethodType as R, type PohItemType as S, type PohZkpassParams as T, type UserChainType as U, type PopoverProps as V, type WalletConfigType as W, RecoveryType as X, type ThemeType as Y, type UIProps as Z, type UserMessageType as _, type IEnvConfigType as a, type UserTransactionNextPageParams as a0, type UserTransactionRecordType as a1, type WalletAssetType as a2, type WalletChainType as a3, type WalletNFTType as a4, type WalletPanelProps as a5, type WalletReceiveMessageType as a6, type WalletStatusType as a7, type LoginBoxProps as b, type WalletType as c, type PopoverTypeType as d, type LoginPanelProps as e, type LoginModalProps as f, type WalletAssetMergeType as g, type ISocialLoginMethod as h, type OverviewInfo as i, type CEXType as j, type LoginMethodType as k, ChainType as l, type AnyObject as m, type UserTransactionType as n, type UserImportTokenType as o, type UserAssetToken as p, type AppConfigType as q, type AuthParams as r, type BindInfoType as s, type BindItemType as t, type useMatchWalletAssetsProps as u, type BindWalletParam as v, type ContactSearchType as w, type DrawerProps as x, type EmbeddedWalletsParams as y, type IEnvName as z };
424
+ export { type WalletAssetType as $, type Address as A, type ButtonProps as B, type CEXType as C, type DeepPartial as D, type EmailModalProps as E, type InputProps as F, type MessageType as G, type Hash as H, type IMatchEvents as I, type MetaPageType as J, type ModalProps as K, type LocaleType as L, type ModalWithHeaderProps as M, type PohItemType as N, type OtherLoginMethodType as O, type PopoverPositionType as P, type PohZkpassParams as Q, type RecommendLoginMethodType as R, type PopoverProps as S, RecoveryType as T, type UserChainType as U, type ThemeType as V, type WalletConfigType as W, type UIProps as X, type UserPopoverProps as Y, type UserTransactionNextPageParams as Z, type UserTransactionRecordType as _, type IEnvConfigType as a, type WalletChainType as a0, type WalletNFTType as a1, type WalletPanelProps as a2, type WalletReceiveMessageType as a3, type WalletStatusType as a4, type LoginBoxProps as b, type WalletType as c, type PopoverTypeType as d, type LoginPanelProps as e, type LoginModalProps as f, type WalletAssetMergeType as g, type ISocialLoginMethod as h, type OverviewInfo as i, type LoginMethodType as j, ChainType as k, type AnyObject as l, type UserTransactionType as m, type UserImportTokenType as n, type UserAssetToken as o, type AppConfigType as p, type AuthParams as q, type BindInfoType as r, type BindItemType as s, type BindWalletParam as t, type useMatchWalletAssetsProps as u, type DrawerProps as v, type EmbeddedWalletsParams as w, type IEnvName as x, type ILoginWalletReq as y, type IconProps as z };
@@ -420,24 +420,5 @@ type useMatchWalletAssetsProps = {
420
420
  assetListOptions?: Partial<Omit<UseQueryOptions<UserAssetToken[]>, 'queryKey' | 'queryFn'>>;
421
421
  };
422
422
  type WalletStatusType = 'error' | 'success' | 'nonce' | 'signer' | 'connecting' | 'start';
423
- type ContactType = {
424
- address: string;
425
- avatar?: string;
426
- name?: string;
427
- did: string;
428
- limit_id?: number;
429
- username?: string;
430
- };
431
- type ContactSearchType = ContactType & {
432
- is_friend: boolean;
433
- };
434
- type UserMessageType = {
435
- message: string;
436
- status: number;
437
- dispatch_time: number;
438
- tag: string;
439
- limit_id: number;
440
- hidden?: boolean;
441
- };
442
423
 
443
- export { type UserPopoverProps as $, type Address as A, type ButtonProps as B, type ContactType as C, type DeepPartial as D, type EmailModalProps as E, type ILoginWalletReq as F, type IconProps as G, type Hash as H, type IMatchEvents as I, type InputProps as J, type MessageType as K, type LocaleType as L, type ModalWithHeaderProps as M, type MetaPageType as N, type OtherLoginMethodType as O, type PopoverPositionType as P, type ModalProps as Q, type RecommendLoginMethodType as R, type PohItemType as S, type PohZkpassParams as T, type UserChainType as U, type PopoverProps as V, type WalletConfigType as W, RecoveryType as X, type ThemeType as Y, type UIProps as Z, type UserMessageType as _, type IEnvConfigType as a, type UserTransactionNextPageParams as a0, type UserTransactionRecordType as a1, type WalletAssetType as a2, type WalletChainType as a3, type WalletNFTType as a4, type WalletPanelProps as a5, type WalletReceiveMessageType as a6, type WalletStatusType as a7, type LoginBoxProps as b, type WalletType as c, type PopoverTypeType as d, type LoginPanelProps as e, type LoginModalProps as f, type WalletAssetMergeType as g, type ISocialLoginMethod as h, type OverviewInfo as i, type CEXType as j, type LoginMethodType as k, ChainType as l, type AnyObject as m, type UserTransactionType as n, type UserImportTokenType as o, type UserAssetToken as p, type AppConfigType as q, type AuthParams as r, type BindInfoType as s, type BindItemType as t, type useMatchWalletAssetsProps as u, type BindWalletParam as v, type ContactSearchType as w, type DrawerProps as x, type EmbeddedWalletsParams as y, type IEnvName as z };
424
+ export { type WalletAssetType as $, type Address as A, type ButtonProps as B, type CEXType as C, type DeepPartial as D, type EmailModalProps as E, type InputProps as F, type MessageType as G, type Hash as H, type IMatchEvents as I, type MetaPageType as J, type ModalProps as K, type LocaleType as L, type ModalWithHeaderProps as M, type PohItemType as N, type OtherLoginMethodType as O, type PopoverPositionType as P, type PohZkpassParams as Q, type RecommendLoginMethodType as R, type PopoverProps as S, RecoveryType as T, type UserChainType as U, type ThemeType as V, type WalletConfigType as W, type UIProps as X, type UserPopoverProps as Y, type UserTransactionNextPageParams as Z, type UserTransactionRecordType as _, type IEnvConfigType as a, type WalletChainType as a0, type WalletNFTType as a1, type WalletPanelProps as a2, type WalletReceiveMessageType as a3, type WalletStatusType as a4, type LoginBoxProps as b, type WalletType as c, type PopoverTypeType as d, type LoginPanelProps as e, type LoginModalProps as f, type WalletAssetMergeType as g, type ISocialLoginMethod as h, type OverviewInfo as i, type LoginMethodType as j, ChainType as k, type AnyObject as l, type UserTransactionType as m, type UserImportTokenType as n, type UserAssetToken as o, type AppConfigType as p, type AuthParams as q, type BindInfoType as r, type BindItemType as s, type BindWalletParam as t, type useMatchWalletAssetsProps as u, type DrawerProps as v, type EmbeddedWalletsParams as w, type IEnvName as x, type ILoginWalletReq as y, type IconProps as z };
@@ -1,7 +1,7 @@
1
- export { 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-CkHDxE7B.mjs';
2
- export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from '../index-DSvRdAyZ.mjs';
1
+ export { 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-CBQXIlWu.mjs';
2
+ export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from '../index-MsSYZS38.mjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../types-Bi9iq57H.mjs';
5
+ import '../types-CXzZS0eM.mjs';
6
6
  import '@tanstack/react-query/src/types';
7
7
  import 'viem';
@@ -1,7 +1,7 @@
1
- export { 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-SRHVQn5G.js';
2
- export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from '../index-D5geEbXf.js';
1
+ export { 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
+ export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from '../index-Es7yJi7T.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../types-Bi9iq57H.js';
5
+ import '../types-CXzZS0eM.js';
6
6
  import '@tanstack/react-query/src/types';
7
7
  import 'viem';