@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.
- package/dist/assets/icon/index.d.mts +2 -2
- package/dist/assets/icon/index.d.ts +2 -2
- package/dist/{chunk-X5HGL3ZX.mjs → chunk-ZPBHHXEE.mjs} +7689 -338
- package/dist/chunk-ZPBHHXEE.mjs.map +1 -0
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +363 -343
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +9 -11
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +493 -478
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +258 -248
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -5
- package/dist/{index-D5WIVIkc.d.ts → index-91BdMYDA.d.ts} +4 -2
- package/dist/{index-BVfCh4l-.d.mts → index-CPk553v5.d.mts} +1 -1
- package/dist/{index-D7S5DMUy.d.mts → index-CPwcm70o.d.mts} +3 -3
- package/dist/{index-zc2GEzJ9.d.ts → index-CZu_8fKl.d.ts} +40 -39
- package/dist/{index-SOVt-ADK.d.mts → index-ChHJD4NZ.d.mts} +4 -2
- package/dist/{index-CQmN0dN4.d.ts → index-CkHDxE7B.d.mts} +16 -4
- package/dist/{index-C0UKUm0h.d.ts → index-D5geEbXf.d.ts} +4 -3
- package/dist/{index-D3Kp05kW.d.ts → index-DFBrN7dx.d.ts} +1 -1
- package/dist/{index-DC4F1u-w.d.mts → index-DSvRdAyZ.d.mts} +4 -3
- package/dist/{index-DjbH13zc.d.mts → index-DX1vzCrM.d.mts} +40 -39
- package/dist/{index-DQFQ39D9.d.ts → index-Dj1K-UdZ.d.ts} +3 -3
- package/dist/{index-BDffLLM_.d.mts → index-DjwwXNp4.d.mts} +15 -3
- package/dist/{index-BaFmUVw-.d.mts → index-SRHVQn5G.d.ts} +16 -4
- package/dist/{index-BsX-ovIl.d.ts → index-Vxvd14yW.d.ts} +15 -3
- package/dist/index.css +141 -34
- package/dist/index.d.mts +758 -11
- package/dist/index.d.ts +758 -11
- package/dist/index.js +3859 -3738
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-VrV1kYga.d.mts → types-Bi9iq57H.d.mts} +13 -1
- package/dist/{types-VrV1kYga.d.ts → types-Bi9iq57H.d.ts} +13 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/ui/index.js +937 -160
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +6 -1
- package/example/package.json +1 -0
- package/example/src/App.tsx +24 -20
- package/package.json +1 -1
- package/dist/chunk-QTUR37B2.mjs +0 -7275
- package/dist/chunk-QTUR37B2.mjs.map +0 -1
- 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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
-
|
|
21
|
-
} from "./chunk-
|
|
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
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as Address,
|
|
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';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as Address,
|
|
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
|
|
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
|
|
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 };
|
package/dist/ui/index.d.mts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
5
|
+
import '../types-Bi9iq57H.mjs';
|
|
6
6
|
import '@tanstack/react-query/src/types';
|
|
7
7
|
import 'viem';
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
5
|
+
import '../types-Bi9iq57H.js';
|
|
6
6
|
import '@tanstack/react-query/src/types';
|
|
7
7
|
import 'viem';
|