@matchain/matchid-sdk-react 0.1.45 → 0.1.46-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.
- package/dist/assets/icon/index.d.mts +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/chunk-EQ752DLJ.mjs +4511 -0
- package/dist/chunk-EQ752DLJ.mjs.map +1 -0
- package/dist/{chunk-R7Y4L7CG.mjs → chunk-H6M6OSVR.mjs} +70 -4555
- package/dist/chunk-H6M6OSVR.mjs.map +1 -0
- package/dist/chunk-IPT2PAEX.mjs +88 -0
- package/dist/chunk-IPT2PAEX.mjs.map +1 -0
- package/dist/{chunk-L5G34SC6.mjs → chunk-VY6Y6PLW.mjs} +2 -2
- package/dist/components/index.d.mts +3 -2
- package/dist/components/index.d.ts +3 -2
- package/dist/components/index.js +10 -10
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +10 -8
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +10 -10
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +3 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +10 -10
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +4 -2
- package/dist/index-B6OKNMN_.d.mts +26 -0
- package/dist/{index-CWYElOA2.d.mts → index-Bb5HNcIM.d.mts} +1 -1
- package/dist/{index-DVlCrOjr.d.ts → index-BenUwnaC.d.ts} +4 -24
- package/dist/index-C76VhJX1.d.ts +46 -0
- package/dist/index-C9lQIgOD.d.ts +26 -0
- package/dist/{index-CTSg5TRS.d.ts → index-DHyRhe_l.d.ts} +3 -2
- package/dist/{index-B0VpxAI2.d.mts → index-DM5y3_Gj.d.mts} +4 -24
- package/dist/index-DYy-xBrS.d.mts +46 -0
- package/dist/{index-CFWR1boZ.d.ts → index-Dxfz0_U2.d.ts} +1 -1
- package/dist/{index-CoTirILQ.d.ts → index-_oiFIWte.d.ts} +1 -1
- package/dist/{index-D2pNP7Bz.d.mts → index-h1KGzuFo.d.mts} +1 -1
- package/dist/{index-DR2JTaoi.d.mts → index-oBhm0-55.d.mts} +3 -2
- package/dist/index.css +82 -0
- package/dist/index.d.mts +7 -5
- package/dist/index.d.ts +7 -5
- package/dist/index.js +75 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-CRumDe2M.d.mts → types-Q3WHZX4Z.d.mts} +6 -1
- package/dist/{types-CRumDe2M.d.ts → types-Q3WHZX4Z.d.ts} +6 -1
- package/dist/ui/index.d.mts +6 -0
- package/dist/ui/index.d.ts +6 -0
- package/dist/ui/index.js +688 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/index.mjs +33 -0
- package/dist/ui/index.mjs.map +1 -0
- package/example/src/App.tsx +7 -0
- package/example/src/pages/UI/components/AlphaAvatar.tsx +11 -0
- package/example/src/pages/UI/components/Switch.tsx +13 -0
- package/example/src/pages/UI/index.tsx +9 -0
- package/package.json +5 -1
- package/dist/chunk-R7Y4L7CG.mjs.map +0 -1
- /package/dist/{chunk-L5G34SC6.mjs.map → chunk-VY6Y6PLW.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ui_exports
|
|
3
|
+
} from "./chunk-IPT2PAEX.mjs";
|
|
1
4
|
import {
|
|
2
5
|
chains_exports
|
|
3
6
|
} from "./chunk-HYQ3T6WW.mjs";
|
|
4
7
|
import {
|
|
5
8
|
api_exports
|
|
6
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VY6Y6PLW.mjs";
|
|
7
10
|
import {
|
|
8
11
|
MatchProvider,
|
|
9
12
|
components_exports,
|
|
10
13
|
hooks_exports,
|
|
11
14
|
useMatch
|
|
12
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EQ752DLJ.mjs";
|
|
13
16
|
import {
|
|
14
17
|
types_exports
|
|
15
18
|
} from "./chunk-SQIJR7RA.mjs";
|
|
19
|
+
import "./chunk-H6M6OSVR.mjs";
|
|
16
20
|
import "./chunk-DPXMCLYK.mjs";
|
|
17
21
|
import "./chunk-J5LGTIGS.mjs";
|
|
18
22
|
export {
|
|
@@ -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
|
package/dist/types/index.d.mts
CHANGED
|
@@ -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,
|
|
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 ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, h as OverviewInfo, u as PohItemType, v as PohZkpassParams, P as PopoverPositionType, w as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, U as UIProps, x as UserPopoverProps, W as WalletConfigType, y as WalletPanelProps, z as WalletReceiveMessageType, c as WalletType } from '../types-Q3WHZX4Z.mjs';
|
|
3
3
|
import 'react';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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,
|
|
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 ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, h as OverviewInfo, u as PohItemType, v as PohZkpassParams, P as PopoverPositionType, w as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, U as UIProps, x as UserPopoverProps, W as WalletConfigType, y as WalletPanelProps, z as WalletReceiveMessageType, c as WalletType } from '../types-Q3WHZX4Z.js';
|
|
3
3
|
import 'react';
|
|
@@ -246,5 +246,10 @@ type AppConfigType = {
|
|
|
246
246
|
app_icon?: string;
|
|
247
247
|
platform: LoginMethodType[];
|
|
248
248
|
};
|
|
249
|
+
type UIProps = {
|
|
250
|
+
style?: CSSProperties;
|
|
251
|
+
className?: string;
|
|
252
|
+
onClick?: (e?: any) => void;
|
|
253
|
+
};
|
|
249
254
|
|
|
250
|
-
export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, IMatchEvents as I, LocaleType as L,
|
|
255
|
+
export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalWithHeaderProps as M, OtherLoginMethodType as O, PopoverPositionType as P, RecommendLoginMethodType as R, ThemeType as T, UIProps 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, ModalProps as t, PohItemType as u, PohZkpassParams as v, PopoverProps as w, UserPopoverProps as x, WalletPanelProps as y, WalletReceiveMessageType as z };
|
|
@@ -246,5 +246,10 @@ type AppConfigType = {
|
|
|
246
246
|
app_icon?: string;
|
|
247
247
|
platform: LoginMethodType[];
|
|
248
248
|
};
|
|
249
|
+
type UIProps = {
|
|
250
|
+
style?: CSSProperties;
|
|
251
|
+
className?: string;
|
|
252
|
+
onClick?: (e?: any) => void;
|
|
253
|
+
};
|
|
249
254
|
|
|
250
|
-
export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, IMatchEvents as I, LocaleType as L,
|
|
255
|
+
export type { AnyObject as A, ButtonProps as B, CEXType as C, DeepPartial as D, EmailModalProps as E, IMatchEvents as I, LocaleType as L, ModalWithHeaderProps as M, OtherLoginMethodType as O, PopoverPositionType as P, RecommendLoginMethodType as R, ThemeType as T, UIProps 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, ModalProps as t, PohItemType as u, PohZkpassParams as v, PopoverProps as w, UserPopoverProps as x, WalletPanelProps as y, WalletReceiveMessageType 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-B6OKNMN_.mjs';
|
|
2
|
+
export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, S as Switch } from '../index-DYy-xBrS.mjs';
|
|
3
|
+
import 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import '../types-Q3WHZX4Z.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-C9lQIgOD.js';
|
|
2
|
+
export { A as AlphaAvatar, D as Drawer, e as HashPanel, M as ModalDrawer, S as Switch } from '../index-C76VhJX1.js';
|
|
3
|
+
import 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import '../types-Q3WHZX4Z.js';
|
|
6
|
+
import 'viem';
|