@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.
Files changed (59) hide show
  1. package/dist/assets/icon/index.d.mts +1 -1
  2. package/dist/assets/icon/index.d.ts +1 -1
  3. package/dist/chunk-EQ752DLJ.mjs +4511 -0
  4. package/dist/chunk-EQ752DLJ.mjs.map +1 -0
  5. package/dist/{chunk-R7Y4L7CG.mjs → chunk-H6M6OSVR.mjs} +70 -4555
  6. package/dist/chunk-H6M6OSVR.mjs.map +1 -0
  7. package/dist/chunk-IPT2PAEX.mjs +88 -0
  8. package/dist/chunk-IPT2PAEX.mjs.map +1 -0
  9. package/dist/{chunk-L5G34SC6.mjs → chunk-VY6Y6PLW.mjs} +2 -2
  10. package/dist/components/index.d.mts +3 -2
  11. package/dist/components/index.d.ts +3 -2
  12. package/dist/components/index.js +10 -10
  13. package/dist/components/index.js.map +1 -1
  14. package/dist/components/index.mjs +10 -8
  15. package/dist/hooks/api/index.d.mts +2 -2
  16. package/dist/hooks/api/index.d.ts +2 -2
  17. package/dist/hooks/api/index.js +10 -10
  18. package/dist/hooks/api/index.js.map +1 -1
  19. package/dist/hooks/api/index.mjs +3 -2
  20. package/dist/hooks/index.d.mts +2 -2
  21. package/dist/hooks/index.d.ts +2 -2
  22. package/dist/hooks/index.js +10 -10
  23. package/dist/hooks/index.js.map +1 -1
  24. package/dist/hooks/index.mjs +4 -2
  25. package/dist/index-B6OKNMN_.d.mts +26 -0
  26. package/dist/{index-CWYElOA2.d.mts → index-Bb5HNcIM.d.mts} +1 -1
  27. package/dist/{index-DVlCrOjr.d.ts → index-BenUwnaC.d.ts} +4 -24
  28. package/dist/index-C76VhJX1.d.ts +46 -0
  29. package/dist/index-C9lQIgOD.d.ts +26 -0
  30. package/dist/{index-CTSg5TRS.d.ts → index-DHyRhe_l.d.ts} +3 -2
  31. package/dist/{index-B0VpxAI2.d.mts → index-DM5y3_Gj.d.mts} +4 -24
  32. package/dist/index-DYy-xBrS.d.mts +46 -0
  33. package/dist/{index-CFWR1boZ.d.ts → index-Dxfz0_U2.d.ts} +1 -1
  34. package/dist/{index-CoTirILQ.d.ts → index-_oiFIWte.d.ts} +1 -1
  35. package/dist/{index-D2pNP7Bz.d.mts → index-h1KGzuFo.d.mts} +1 -1
  36. package/dist/{index-DR2JTaoi.d.mts → index-oBhm0-55.d.mts} +3 -2
  37. package/dist/index.css +82 -0
  38. package/dist/index.d.mts +7 -5
  39. package/dist/index.d.ts +7 -5
  40. package/dist/index.js +75 -10
  41. package/dist/index.js.map +1 -1
  42. package/dist/index.mjs +7 -2
  43. package/dist/types/index.d.mts +1 -1
  44. package/dist/types/index.d.ts +1 -1
  45. package/dist/{types-CRumDe2M.d.mts → types-Q3WHZX4Z.d.mts} +6 -1
  46. package/dist/{types-CRumDe2M.d.ts → types-Q3WHZX4Z.d.ts} +6 -1
  47. package/dist/ui/index.d.mts +6 -0
  48. package/dist/ui/index.d.ts +6 -0
  49. package/dist/ui/index.js +688 -0
  50. package/dist/ui/index.js.map +1 -0
  51. package/dist/ui/index.mjs +33 -0
  52. package/dist/ui/index.mjs.map +1 -0
  53. package/example/src/App.tsx +7 -0
  54. package/example/src/pages/UI/components/AlphaAvatar.tsx +11 -0
  55. package/example/src/pages/UI/components/Switch.tsx +13 -0
  56. package/example/src/pages/UI/index.tsx +9 -0
  57. package/package.json +5 -1
  58. package/dist/chunk-R7Y4L7CG.mjs.map +0 -1
  59. /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-L5G34SC6.mjs";
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-R7Y4L7CG.mjs";
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
@@ -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, m as AppConfigType, n as BindInfoType, o as BindItemType, p as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, q as DrawerProps, E as EmailModalProps, a as IEnvConfigType, r as IEnvName, s as ILoginWalletReq, I as IMatchEvents, j as ISocialLoginMethod, t as IconProps, b as InputProps, L as LocaleType, d as LoginBoxProps, l as LoginMethodType, i as LoginModalProps, h as LoginPanelProps, u as MessageType, M as ModalProps, c as ModalWithHeaderProps, O as OtherLoginMethodType, k as OverviewInfo, v as PohItemType, w as PohZkpassParams, f as PopoverPositionType, P as PopoverProps, g as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, U as UserPopoverProps, W as WalletConfigType, x as WalletPanelProps, y as WalletReceiveMessageType, e as WalletType } from '../types-CRumDe2M.mjs';
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';
@@ -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, m as AppConfigType, n as BindInfoType, o as BindItemType, p as BindWalletParam, B as ButtonProps, C as CEXType, D as DeepPartial, q as DrawerProps, E as EmailModalProps, a as IEnvConfigType, r as IEnvName, s as ILoginWalletReq, I as IMatchEvents, j as ISocialLoginMethod, t as IconProps, b as InputProps, L as LocaleType, d as LoginBoxProps, l as LoginMethodType, i as LoginModalProps, h as LoginPanelProps, u as MessageType, M as ModalProps, c as ModalWithHeaderProps, O as OtherLoginMethodType, k as OverviewInfo, v as PohItemType, w as PohZkpassParams, f as PopoverPositionType, P as PopoverProps, g as PopoverTypeType, R as RecommendLoginMethodType, T as ThemeType, U as UserPopoverProps, W as WalletConfigType, x as WalletPanelProps, y as WalletReceiveMessageType, e as WalletType } from '../types-CRumDe2M.js';
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, ModalProps as M, OtherLoginMethodType as O, PopoverProps as P, RecommendLoginMethodType as R, ThemeType as T, UserPopoverProps as U, WalletConfigType as W, IEnvConfigType as a, InputProps as b, ModalWithHeaderProps as c, LoginBoxProps as d, WalletType as e, PopoverPositionType as f, PopoverTypeType as g, LoginPanelProps as h, LoginModalProps as i, ISocialLoginMethod as j, OverviewInfo as k, LoginMethodType as l, AppConfigType as m, BindInfoType as n, BindItemType as o, BindWalletParam as p, DrawerProps as q, IEnvName as r, ILoginWalletReq as s, IconProps as t, MessageType as u, PohItemType as v, PohZkpassParams as w, WalletPanelProps as x, WalletReceiveMessageType as y };
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, ModalProps as M, OtherLoginMethodType as O, PopoverProps as P, RecommendLoginMethodType as R, ThemeType as T, UserPopoverProps as U, WalletConfigType as W, IEnvConfigType as a, InputProps as b, ModalWithHeaderProps as c, LoginBoxProps as d, WalletType as e, PopoverPositionType as f, PopoverTypeType as g, LoginPanelProps as h, LoginModalProps as i, ISocialLoginMethod as j, OverviewInfo as k, LoginMethodType as l, AppConfigType as m, BindInfoType as n, BindItemType as o, BindWalletParam as p, DrawerProps as q, IEnvName as r, ILoginWalletReq as s, IconProps as t, MessageType as u, PohItemType as v, PohZkpassParams as w, WalletPanelProps as x, WalletReceiveMessageType as y };
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';