@matchain/matchid-sdk-react 0.1.53-alpha.8 → 0.1.54

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 (54) 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-X5HGL3ZX.mjs → chunk-ZPBHHXEE.mjs} +7689 -338
  4. package/dist/chunk-ZPBHHXEE.mjs.map +1 -0
  5. package/dist/components/index.d.mts +3 -3
  6. package/dist/components/index.d.ts +3 -3
  7. package/dist/components/index.js +363 -343
  8. package/dist/components/index.js.map +1 -1
  9. package/dist/components/index.mjs +9 -11
  10. package/dist/hooks/api/index.d.mts +2 -2
  11. package/dist/hooks/api/index.d.ts +2 -2
  12. package/dist/hooks/api/index.js +493 -478
  13. package/dist/hooks/api/index.js.map +1 -1
  14. package/dist/hooks/api/index.mjs +2 -3
  15. package/dist/hooks/index.d.mts +2 -2
  16. package/dist/hooks/index.d.ts +2 -2
  17. package/dist/hooks/index.js +258 -248
  18. package/dist/hooks/index.js.map +1 -1
  19. package/dist/hooks/index.mjs +3 -5
  20. package/dist/{index-D5WIVIkc.d.ts → index-91BdMYDA.d.ts} +4 -2
  21. package/dist/{index-BVfCh4l-.d.mts → index-CPk553v5.d.mts} +1 -1
  22. package/dist/{index-D7S5DMUy.d.mts → index-CPwcm70o.d.mts} +3 -3
  23. package/dist/{index-zc2GEzJ9.d.ts → index-CZu_8fKl.d.ts} +40 -39
  24. package/dist/{index-SOVt-ADK.d.mts → index-ChHJD4NZ.d.mts} +4 -2
  25. package/dist/{index-CQmN0dN4.d.ts → index-CkHDxE7B.d.mts} +16 -4
  26. package/dist/{index-C0UKUm0h.d.ts → index-D5geEbXf.d.ts} +4 -3
  27. package/dist/{index-D3Kp05kW.d.ts → index-DFBrN7dx.d.ts} +1 -1
  28. package/dist/{index-DC4F1u-w.d.mts → index-DSvRdAyZ.d.mts} +4 -3
  29. package/dist/{index-DjbH13zc.d.mts → index-DX1vzCrM.d.mts} +40 -39
  30. package/dist/{index-DQFQ39D9.d.ts → index-Dj1K-UdZ.d.ts} +3 -3
  31. package/dist/{index-BDffLLM_.d.mts → index-DjwwXNp4.d.mts} +15 -3
  32. package/dist/{index-BaFmUVw-.d.mts → index-SRHVQn5G.d.ts} +16 -4
  33. package/dist/{index-BsX-ovIl.d.ts → index-Vxvd14yW.d.ts} +15 -3
  34. package/dist/index.css +141 -34
  35. package/dist/index.d.mts +758 -11
  36. package/dist/index.d.ts +758 -11
  37. package/dist/index.js +3859 -3738
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +9 -9
  40. package/dist/types/index.d.mts +1 -1
  41. package/dist/types/index.d.ts +1 -1
  42. package/dist/{types-VrV1kYga.d.mts → types-Bi9iq57H.d.mts} +13 -1
  43. package/dist/{types-VrV1kYga.d.ts → types-Bi9iq57H.d.ts} +13 -1
  44. package/dist/ui/index.d.mts +3 -3
  45. package/dist/ui/index.d.ts +3 -3
  46. package/dist/ui/index.js +937 -160
  47. package/dist/ui/index.js.map +1 -1
  48. package/dist/ui/index.mjs +6 -1
  49. package/example/package.json +1 -0
  50. package/example/src/App.tsx +24 -20
  51. package/package.json +1 -1
  52. package/dist/chunk-QTUR37B2.mjs +0 -7275
  53. package/dist/chunk-QTUR37B2.mjs.map +0 -1
  54. package/dist/chunk-X5HGL3ZX.mjs.map +0 -1
package/dist/index.mjs CHANGED
@@ -1,6 +1,3 @@
1
- import {
2
- chains_exports
3
- } from "./chunk-3CR66BEX.mjs";
4
1
  import {
5
2
  types_exports
6
3
  } from "./chunk-HBOS3RBL.mjs";
@@ -11,14 +8,16 @@ import {
11
8
  api_exports,
12
9
  components_exports,
13
10
  hooks_exports,
14
- useMatch
15
- } from "./chunk-QTUR37B2.mjs";
16
- import "./chunk-JX73EY6V.mjs";
11
+ ui_exports,
12
+ useMatch,
13
+ wagmiConfig
14
+ } from "./chunk-ZPBHHXEE.mjs";
17
15
  import "./chunk-UA6XHZHX.mjs";
18
16
  import "./chunk-IZOOVZAD.mjs";
19
17
  import {
20
- ui_exports
21
- } from "./chunk-X5HGL3ZX.mjs";
18
+ chains_exports
19
+ } from "./chunk-3CR66BEX.mjs";
20
+ import "./chunk-JX73EY6V.mjs";
22
21
  import {
23
22
  icon_exports
24
23
  } from "./chunk-FKXS2XRG.mjs";
@@ -34,6 +33,7 @@ export {
34
33
  ToastProvider,
35
34
  types_exports as Types,
36
35
  ui_exports as UI,
37
- useMatch
36
+ useMatch,
37
+ wagmiConfig
38
38
  };
39
39
  //# sourceMappingURL=index.mjs.map
@@ -1,3 +1,3 @@
1
- export { A as Address, e as AnyObject, q as AppConfigType, r as AuthParams, s as BindInfoType, t as BindItemType, v as BindWalletParam, B as ButtonProps, C as CEXType, d as ChainType, p as ContactType, D as DeepPartial, w as DrawerProps, E as EmailModalProps, x as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, y as IEnvName, z as ILoginWalletReq, I as IMatchEvents, b as ISocialLoginMethod, F as IconProps, G as InputProps, L as LocaleType, j as LoginBoxProps, c as LoginMethodType, o as LoginModalProps, n as LoginPanelProps, J as MessageType, K as MetaPageType, N as ModalProps, M as ModalWithHeaderProps, k as OtherLoginMethodType, O as OverviewInfo, Q as PohItemType, S as PohZkpassParams, P as PopoverPositionType, T as PopoverProps, m as PopoverTypeType, R as RecommendLoginMethodType, V as RecoveryType, X as ThemeType, Y as UIProps, h as UserAssetToken, U as UserChainType, g as UserImportTokenType, Z as UserPopoverProps, _ as UserTransactionNextPageParams, $ as UserTransactionRecordType, f as UserTransactionType, i as WalletAssetMergeType, a0 as WalletAssetType, a1 as WalletChainType, W as WalletConfigType, a2 as WalletNFTType, a3 as WalletPanelProps, a4 as WalletReceiveMessageType, a5 as WalletStatusType, l as WalletType, u as useMatchWalletAssetsProps } from '../types-VrV1kYga.mjs';
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';
2
2
  import 'react';
3
3
  import '@tanstack/react-query/src/types';
@@ -1,3 +1,3 @@
1
- export { A as Address, e as AnyObject, q as AppConfigType, r as AuthParams, s as BindInfoType, t as BindItemType, v as BindWalletParam, B as ButtonProps, C as CEXType, d as ChainType, p as ContactType, D as DeepPartial, w as DrawerProps, E as EmailModalProps, x as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, y as IEnvName, z as ILoginWalletReq, I as IMatchEvents, b as ISocialLoginMethod, F as IconProps, G as InputProps, L as LocaleType, j as LoginBoxProps, c as LoginMethodType, o as LoginModalProps, n as LoginPanelProps, J as MessageType, K as MetaPageType, N as ModalProps, M as ModalWithHeaderProps, k as OtherLoginMethodType, O as OverviewInfo, Q as PohItemType, S as PohZkpassParams, P as PopoverPositionType, T as PopoverProps, m as PopoverTypeType, R as RecommendLoginMethodType, V as RecoveryType, X as ThemeType, Y as UIProps, h as UserAssetToken, U as UserChainType, g as UserImportTokenType, Z as UserPopoverProps, _ as UserTransactionNextPageParams, $ as UserTransactionRecordType, f as UserTransactionType, i as WalletAssetMergeType, a0 as WalletAssetType, a1 as WalletChainType, W as WalletConfigType, a2 as WalletNFTType, a3 as WalletPanelProps, a4 as WalletReceiveMessageType, a5 as WalletStatusType, l as WalletType, u as useMatchWalletAssetsProps } from '../types-VrV1kYga.js';
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';
2
2
  import 'react';
3
3
  import '@tanstack/react-query/src/types';
@@ -426,6 +426,18 @@ type ContactType = {
426
426
  name?: string;
427
427
  did: string;
428
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;
429
441
  };
430
442
 
431
- export { type UserTransactionRecordType as $, type Address as A, type ButtonProps as B, type CEXType as C, type DeepPartial as D, type EmailModalProps as E, type IconProps as F, type InputProps as G, type Hash as H, type IMatchEvents as I, type MessageType as J, type MetaPageType as K, type LocaleType as L, type ModalWithHeaderProps as M, type ModalProps as N, type OverviewInfo as O, type PopoverPositionType as P, type PohItemType as Q, type RecommendLoginMethodType as R, type PohZkpassParams as S, type PopoverProps as T, type UserChainType as U, RecoveryType as V, type WalletConfigType as W, type ThemeType as X, type UIProps as Y, type UserPopoverProps as Z, type UserTransactionNextPageParams as _, type IEnvConfigType as a, type WalletAssetType as a0, type WalletChainType as a1, type WalletNFTType as a2, type WalletPanelProps as a3, type WalletReceiveMessageType as a4, type WalletStatusType as a5, type ISocialLoginMethod as b, type LoginMethodType as c, ChainType as d, type AnyObject as e, type UserTransactionType as f, type UserImportTokenType as g, type UserAssetToken as h, type WalletAssetMergeType as i, type LoginBoxProps as j, type OtherLoginMethodType as k, type WalletType as l, type PopoverTypeType as m, type LoginPanelProps as n, type LoginModalProps as o, type ContactType 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 DrawerProps as w, type EmbeddedWalletsParams as x, type IEnvName as y, type ILoginWalletReq as z };
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 };
@@ -426,6 +426,18 @@ type ContactType = {
426
426
  name?: string;
427
427
  did: string;
428
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;
429
441
  };
430
442
 
431
- export { type UserTransactionRecordType as $, type Address as A, type ButtonProps as B, type CEXType as C, type DeepPartial as D, type EmailModalProps as E, type IconProps as F, type InputProps as G, type Hash as H, type IMatchEvents as I, type MessageType as J, type MetaPageType as K, type LocaleType as L, type ModalWithHeaderProps as M, type ModalProps as N, type OverviewInfo as O, type PopoverPositionType as P, type PohItemType as Q, type RecommendLoginMethodType as R, type PohZkpassParams as S, type PopoverProps as T, type UserChainType as U, RecoveryType as V, type WalletConfigType as W, type ThemeType as X, type UIProps as Y, type UserPopoverProps as Z, type UserTransactionNextPageParams as _, type IEnvConfigType as a, type WalletAssetType as a0, type WalletChainType as a1, type WalletNFTType as a2, type WalletPanelProps as a3, type WalletReceiveMessageType as a4, type WalletStatusType as a5, type ISocialLoginMethod as b, type LoginMethodType as c, ChainType as d, type AnyObject as e, type UserTransactionType as f, type UserImportTokenType as g, type UserAssetToken as h, type WalletAssetMergeType as i, type LoginBoxProps as j, type OtherLoginMethodType as k, type WalletType as l, type PopoverTypeType as m, type LoginPanelProps as n, type LoginModalProps as o, type ContactType 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 DrawerProps as w, type EmbeddedWalletsParams as x, type IEnvName as y, type ILoginWalletReq as z };
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 };
@@ -1,7 +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-BaFmUVw-.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-DC4F1u-w.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-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';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../types-VrV1kYga.mjs';
5
+ import '../types-Bi9iq57H.mjs';
6
6
  import '@tanstack/react-query/src/types';
7
7
  import 'viem';
@@ -1,7 +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-CQmN0dN4.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-C0UKUm0h.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-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';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import '../types-VrV1kYga.js';
5
+ import '../types-Bi9iq57H.js';
6
6
  import '@tanstack/react-query/src/types';
7
7
  import 'viem';