@matchain/matchid-sdk-react 0.1.55-alpha.8 → 0.1.55

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/api.d.mts +2 -2
  2. package/dist/api.d.ts +2 -2
  3. package/dist/api.js +11 -12
  4. package/dist/api.js.map +1 -1
  5. package/dist/api.mjs +2 -2
  6. package/dist/assets/lottie.d.mts +1 -1
  7. package/dist/assets/lottie.d.ts +1 -1
  8. package/dist/chains.d.mts +1 -1
  9. package/dist/chains.d.ts +1 -1
  10. package/dist/{chunk-GCIXXSIH.mjs → chunk-6PWLEXC3.mjs} +2 -2
  11. package/dist/{chunk-2T4RY5BM.mjs → chunk-PAXASLBR.mjs} +282 -274
  12. package/dist/chunk-PAXASLBR.mjs.map +1 -0
  13. package/dist/components.d.mts +3 -3
  14. package/dist/components.d.ts +3 -3
  15. package/dist/components.js +295 -287
  16. package/dist/components.js.map +1 -1
  17. package/dist/components.mjs +1 -1
  18. package/dist/hooks.d.mts +4 -2
  19. package/dist/hooks.d.ts +4 -2
  20. package/dist/hooks.js +103 -100
  21. package/dist/hooks.js.map +1 -1
  22. package/dist/hooks.mjs +1 -1
  23. package/dist/icon.d.mts +2 -2
  24. package/dist/icon.d.ts +2 -2
  25. package/dist/{index-Bx7ztInz.d.ts → index-4dZbgWG2.d.ts} +1 -1
  26. package/dist/{index-DXRGMAbv.d.mts → index-B50DU_xT.d.mts} +4 -4
  27. package/dist/{index-DXRGMAbv.d.ts → index-B50DU_xT.d.ts} +4 -4
  28. package/dist/{index-D6wTVWuu.d.mts → index-BKSGbw7b.d.mts} +3 -3
  29. package/dist/{index-DL0LMDQ0.d.mts → index-BXbfmVoU.d.mts} +2 -2
  30. package/dist/{index-BTO2pJRz.d.ts → index-BtjgRcNJ.d.ts} +3 -3
  31. package/dist/{index-DY5CjOq2.d.ts → index-C82WIWvx.d.ts} +5 -5
  32. package/dist/{index-DysgDUCb.d.mts → index-CDTTHSh0.d.mts} +14 -14
  33. package/dist/{index-DysgDUCb.d.ts → index-CDTTHSh0.d.ts} +14 -14
  34. package/dist/{index-BjdOd1te.d.mts → index-CHG4-0Z1.d.mts} +987 -981
  35. package/dist/{index-8h2kA48e.d.ts → index-CsUEaGtM.d.ts} +2 -2
  36. package/dist/{index-CopoHLm5.d.ts → index-CwHXzvvB.d.ts} +1 -1
  37. package/dist/{index-DueNjDv_.d.ts → index-D1Ep9UMx.d.ts} +987 -981
  38. package/dist/{index-HYPgwvkU.d.mts → index-D7E317WV.d.mts} +5 -5
  39. package/dist/{index-B-u8_Lcy.d.ts → index-DK7l3lsH.d.ts} +13 -11
  40. package/dist/{index-BW1GRpQ3.d.mts → index-FKxw4Vaa.d.mts} +1 -1
  41. package/dist/{index-D2hhRO2j.d.mts → index-TjbO7d74.d.mts} +1 -1
  42. package/dist/{index-Ba8t2zs6.d.mts → index-YPRyEYt6.d.mts} +13 -11
  43. package/dist/index.d.mts +20 -20
  44. package/dist/index.d.ts +20 -20
  45. package/dist/index.js +99 -91
  46. package/dist/index.js.map +1 -1
  47. package/dist/index.mjs +2 -2
  48. package/dist/{types-Ch54HuTY.d.mts → types-DEsY_CPH.d.mts} +1 -1
  49. package/dist/{types-Ch54HuTY.d.ts → types-DEsY_CPH.d.ts} +1 -1
  50. package/dist/types.d.mts +1 -1
  51. package/dist/types.d.ts +1 -1
  52. package/dist/ui.d.mts +3 -4
  53. package/dist/ui.d.ts +3 -4
  54. package/dist/ui.js +13 -10
  55. package/dist/ui.js.map +1 -1
  56. package/dist/ui.mjs +3 -3
  57. package/package.json +1 -1
  58. package/dist/chunk-2T4RY5BM.mjs.map +0 -1
  59. /package/dist/{chunk-GCIXXSIH.mjs.map → chunk-6PWLEXC3.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React, { CSSProperties } from 'react';
3
- import { v as IconProps$1 } from './types-Ch54HuTY.mjs';
2
+ import React__default, { CSSProperties } from 'react';
3
+ import { v as IconProps$1 } from './types-DEsY_CPH.mjs';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -45,13 +45,13 @@ interface LoadingIconProps {
45
45
  color?: string;
46
46
  rotate?: boolean;
47
47
  }
48
- declare const LoadingIcon: React.FC<LoadingIconProps>;
48
+ declare const LoadingIcon: React__default.FC<LoadingIconProps>;
49
49
 
50
50
  declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
51
51
 
52
- declare const UnLoginIcon: React.FC<IconProps$1>;
52
+ declare const UnLoginIcon: React__default.FC<IconProps$1>;
53
53
 
54
- declare const LoginIcon: React.FC<IconProps$1>;
54
+ declare const LoginIcon: React__default.FC<IconProps$1>;
55
55
 
56
56
  declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
57
57
 
@@ -1,9 +1,9 @@
1
- import { 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-BTO2pJRz.js';
1
+ import { 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-BtjgRcNJ.js';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
- import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-Ch54HuTY.js';
3
+ import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-DEsY_CPH.js';
4
4
  import { Hash, Chain } from 'viem';
5
- import React, { CSSProperties } from 'react';
6
- import { LottieComponentProps } from 'lottie-react';
5
+ import * as React$1 from 'react';
6
+ import React__default, { CSSProperties } from 'react';
7
7
 
8
8
  declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
9
9
 
@@ -42,15 +42,15 @@ declare function Radio({ checked, onChange, size, color, className, style }: {
42
42
  }): react_jsx_runtime.JSX.Element;
43
43
 
44
44
  interface SkeletonProps {
45
- style?: React.CSSProperties;
45
+ style?: React__default.CSSProperties;
46
46
  className?: string;
47
47
  width?: string | number;
48
48
  height?: string | number;
49
49
  radius?: string | number;
50
50
  loading?: boolean;
51
- children?: React.ReactNode;
51
+ children?: React__default.ReactNode;
52
52
  }
53
- declare const Skeleton: React.FC<SkeletonProps>;
53
+ declare const Skeleton: React__default.FC<SkeletonProps>;
54
54
 
55
55
  type TabsProps = {
56
56
  tabs: string[];
@@ -59,7 +59,10 @@ type TabsProps = {
59
59
  };
60
60
  declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
61
61
 
62
- declare function Lottie(props: LottieComponentProps): react_jsx_runtime.JSX.Element;
62
+ declare const LazyLottie: (props: {
63
+ animationData: any;
64
+ style?: React.CSSProperties;
65
+ }) => React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>>;
63
66
 
64
67
  declare const index_AlphaAvatar: typeof AlphaAvatar;
65
68
  declare const index_Button: typeof Button;
@@ -67,7 +70,6 @@ declare const index_ConfirmModal: typeof ConfirmModal;
67
70
  declare const index_Drawer: typeof Drawer;
68
71
  declare const index_Field: typeof Field;
69
72
  declare const index_Input: typeof Input;
70
- declare const index_Lottie: typeof Lottie;
71
73
  declare const index_Modal: typeof Modal;
72
74
  declare const index_ModalDrawer: typeof ModalDrawer;
73
75
  declare const index_ModalWithHeader: typeof ModalWithHeader;
@@ -78,7 +80,7 @@ declare const index_Skeleton: typeof Skeleton;
78
80
  declare const index_Switch: typeof Switch;
79
81
  declare const index_Tabs: typeof Tabs;
80
82
  declare namespace index {
81
- export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, index_Lottie as Lottie, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
83
+ export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, LazyLottie as Lottie, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
82
84
  }
83
85
 
84
- export { AlphaAvatar as A, Drawer as D, Lottie as L, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
86
+ export { AlphaAvatar as A, Drawer as D, LazyLottie as L, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
@@ -1,4 +1,4 @@
1
- import { A as Address, q as AnyObject, Q as AppConfigType, S as AuthParams, G as BindInfoType, F as BindItemType, T as BindWalletParam, B as ButtonProps, C as CEXType, o as ChainType, V as DeepPartial, D as DrawerProps, E as EmailModalProps, X as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, Y as IEnvName, Z as ILoginWalletReq, I as IMatchEvents, l as ISocialLoginMethod, v as IconProps, i as InputProps, L as LocaleType, b as LoginBoxProps, n as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, _ as MessageType, z as MetaPageType, j as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, m as OverviewInfo, J as PohItemType, w as PohZkpassParams, P as PopoverPositionType, k as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, $ as RecoveryType, a0 as ThemeType, U as UIProps, t as UserAssetToken, p as UserChainType, s as UserImportTokenType, a1 as UserPopoverProps, x as UserTransactionNextPageParams, a2 as UserTransactionRecordType, r as UserTransactionType, g as WalletAssetMergeType, y as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletNFTType, h as WalletPanelProps, a3 as WalletReceiveMessageType, a4 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from './types-Ch54HuTY.mjs';
1
+ import { A as Address, q as AnyObject, Q as AppConfigType, S as AuthParams, G as BindInfoType, F as BindItemType, T as BindWalletParam, B as ButtonProps, C as CEXType, o as ChainType, V as DeepPartial, D as DrawerProps, E as EmailModalProps, X as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, Y as IEnvName, Z as ILoginWalletReq, I as IMatchEvents, l as ISocialLoginMethod, v as IconProps, i as InputProps, L as LocaleType, b as LoginBoxProps, n as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, _ as MessageType, z as MetaPageType, j as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, m as OverviewInfo, J as PohItemType, w as PohZkpassParams, P as PopoverPositionType, k as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, $ as RecoveryType, a0 as ThemeType, U as UIProps, t as UserAssetToken, p as UserChainType, s as UserImportTokenType, a1 as UserPopoverProps, x as UserTransactionNextPageParams, a2 as UserTransactionRecordType, r as UserTransactionType, g as WalletAssetMergeType, y as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletNFTType, h as WalletPanelProps, a3 as WalletReceiveMessageType, a4 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from './types-DEsY_CPH.mjs';
2
2
 
3
3
  declare const index_Address: typeof Address;
4
4
  declare const index_AnyObject: typeof AnyObject;
@@ -1,6 +1,6 @@
1
1
  import * as _tanstack_react_query from '@tanstack/react-query';
2
2
  import { UseQueryOptions } from '@tanstack/react-query/src/types';
3
- import { w as PohZkpassParams, r as UserTransactionType, x as UserTransactionNextPageParams, y as WalletAssetType, z as MetaPageType, F as BindItemType, G as BindInfoType, J as PohItemType, p as UserChainType, t as UserAssetToken, s as UserImportTokenType, K as WalletChainType, N as WalletNFTType } from './types-Ch54HuTY.mjs';
3
+ import { w as PohZkpassParams, r as UserTransactionType, x as UserTransactionNextPageParams, y as WalletAssetType, z as MetaPageType, F as BindItemType, G as BindInfoType, J as PohItemType, p as UserChainType, t as UserAssetToken, s as UserImportTokenType, K as WalletChainType, N as WalletNFTType } from './types-DEsY_CPH.mjs';
4
4
  import { M as MyResponseType, i as isSuccess } from './request-B0CyrGFT.mjs';
5
5
 
6
6
  declare const bindCexApi: (data: {
@@ -1,9 +1,9 @@
1
- import { 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-D6wTVWuu.mjs';
1
+ import { 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-BKSGbw7b.mjs';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
- import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-Ch54HuTY.mjs';
3
+ import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-DEsY_CPH.mjs';
4
4
  import { Hash, Chain } from 'viem';
5
- import React, { CSSProperties } from 'react';
6
- import { LottieComponentProps } from 'lottie-react';
5
+ import * as React$1 from 'react';
6
+ import React__default, { CSSProperties } from 'react';
7
7
 
8
8
  declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
9
9
 
@@ -42,15 +42,15 @@ declare function Radio({ checked, onChange, size, color, className, style }: {
42
42
  }): react_jsx_runtime.JSX.Element;
43
43
 
44
44
  interface SkeletonProps {
45
- style?: React.CSSProperties;
45
+ style?: React__default.CSSProperties;
46
46
  className?: string;
47
47
  width?: string | number;
48
48
  height?: string | number;
49
49
  radius?: string | number;
50
50
  loading?: boolean;
51
- children?: React.ReactNode;
51
+ children?: React__default.ReactNode;
52
52
  }
53
- declare const Skeleton: React.FC<SkeletonProps>;
53
+ declare const Skeleton: React__default.FC<SkeletonProps>;
54
54
 
55
55
  type TabsProps = {
56
56
  tabs: string[];
@@ -59,7 +59,10 @@ type TabsProps = {
59
59
  };
60
60
  declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
61
61
 
62
- declare function Lottie(props: LottieComponentProps): react_jsx_runtime.JSX.Element;
62
+ declare const LazyLottie: (props: {
63
+ animationData: any;
64
+ style?: React.CSSProperties;
65
+ }) => React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>>;
63
66
 
64
67
  declare const index_AlphaAvatar: typeof AlphaAvatar;
65
68
  declare const index_Button: typeof Button;
@@ -67,7 +70,6 @@ declare const index_ConfirmModal: typeof ConfirmModal;
67
70
  declare const index_Drawer: typeof Drawer;
68
71
  declare const index_Field: typeof Field;
69
72
  declare const index_Input: typeof Input;
70
- declare const index_Lottie: typeof Lottie;
71
73
  declare const index_Modal: typeof Modal;
72
74
  declare const index_ModalDrawer: typeof ModalDrawer;
73
75
  declare const index_ModalWithHeader: typeof ModalWithHeader;
@@ -78,7 +80,7 @@ declare const index_Skeleton: typeof Skeleton;
78
80
  declare const index_Switch: typeof Switch;
79
81
  declare const index_Tabs: typeof Tabs;
80
82
  declare namespace index {
81
- export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, index_Lottie as Lottie, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
83
+ export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, LazyLottie as Lottie, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
82
84
  }
83
85
 
84
- export { AlphaAvatar as A, Drawer as D, Lottie as L, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
86
+ export { AlphaAvatar as A, Drawer as D, LazyLottie as L, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
package/dist/index.d.mts CHANGED
@@ -1,27 +1,27 @@
1
1
  import * as wagmi from 'wagmi';
2
2
  import * as _rainbow_me_rainbowkit_dist_config_getDefaultConfig from '@rainbow-me/rainbowkit/dist/config/getDefaultConfig';
3
- import * as viem_chains from 'viem/chains';
4
3
  import * as abitype from 'abitype';
5
4
  import * as wagmi_chains from 'wagmi/chains';
6
5
  import * as viem from 'viem';
7
- import React, { ReactNode } from 'react';
8
- import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-Ch54HuTY.mjs';
9
- export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-BjdOd1te.mjs';
10
- export { i as Components } from './index-DL0LMDQ0.mjs';
11
- export { i as UI } from './index-Ba8t2zs6.mjs';
12
- export { i as Api } from './index-D2hhRO2j.mjs';
13
- export { i as Chains } from './index-DXRGMAbv.mjs';
14
- export { i as Types } from './index-BW1GRpQ3.mjs';
15
- export { i as Icon } from './index-HYPgwvkU.mjs';
16
- export { i as Lottie } from './index-DysgDUCb.mjs';
6
+ import React__default, { ReactNode } from 'react';
7
+ import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-DEsY_CPH.mjs';
8
+ export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-CHG4-0Z1.mjs';
9
+ export { i as Components } from './index-BXbfmVoU.mjs';
10
+ export { i as UI } from './index-YPRyEYt6.mjs';
11
+ export { i as Api } from './index-TjbO7d74.mjs';
12
+ export { i as Chains } from './index-B50DU_xT.mjs';
13
+ export { i as Types } from './index-FKxw4Vaa.mjs';
14
+ export { i as Icon } from './index-D7E317WV.mjs';
15
+ export { i as Lottie } from './index-CDTTHSh0.mjs';
17
16
  import '@tanstack/react-query/src/types';
18
17
  import './request-B0CyrGFT.mjs';
19
18
  import 'viem/types/misc';
20
19
  import 'react/jsx-runtime';
21
20
  import 'viem/_types/actions/siwe/verifySiweMessage';
21
+ import 'viem/_types/utils/ccip';
22
+ import 'viem/chains';
22
23
  import '@tanstack/react-query';
23
- import './index-D6wTVWuu.mjs';
24
- import 'lottie-react';
24
+ import './index-BKSGbw7b.mjs';
25
25
 
26
26
  declare const wagmiConfig: wagmi.Config<[{
27
27
  blockExplorers: {
@@ -187,7 +187,7 @@ declare const wagmiConfig: wagmi.Config<[{
187
187
  stateRoot: viem.Hash;
188
188
  timestamp: bigint;
189
189
  totalDifficulty: bigint | null;
190
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
190
+ transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
191
191
  transactionsRoot: viem.Hash;
192
192
  uncles: viem.Hash[];
193
193
  withdrawals?: viem.Withdrawal[] | undefined;
@@ -485,7 +485,7 @@ declare const wagmiConfig: wagmi.Config<[{
485
485
  stateRoot: viem.Hash;
486
486
  timestamp: bigint;
487
487
  totalDifficulty: bigint | null;
488
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
488
+ transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
489
489
  transactionsRoot: viem.Hash;
490
490
  uncles: viem.Hash[];
491
491
  withdrawals?: viem.Withdrawal[] | undefined;
@@ -686,8 +686,8 @@ declare const wagmiConfig: wagmi.Config<[{
686
686
  readonly http: readonly ["https://rpc.matchain.io"];
687
687
  };
688
688
  };
689
- sourceId?: number | undefined;
690
- testnet?: boolean | undefined;
689
+ sourceId?: number | undefined | undefined;
690
+ testnet?: boolean | undefined | undefined;
691
691
  custom?: Record<string, unknown> | undefined;
692
692
  fees?: viem.ChainFees<undefined> | undefined;
693
693
  formatters?: undefined;
@@ -726,8 +726,8 @@ declare const wagmiConfig: wagmi.Config<[{
726
726
  readonly http: readonly ["https://testnet-rpc.matchain.io"];
727
727
  };
728
728
  };
729
- sourceId?: number | undefined;
730
- testnet?: boolean | undefined;
729
+ sourceId?: number | undefined | undefined;
730
+ testnet?: boolean | undefined | undefined;
731
731
  custom?: Record<string, unknown> | undefined;
732
732
  fees?: viem.ChainFees<undefined> | undefined;
733
733
  formatters?: undefined;
@@ -775,7 +775,7 @@ type MatchContextType = {
775
775
  theme: "light" | "dark";
776
776
  locale?: LocaleType;
777
777
  } & Partial<IEnvConfigType>;
778
- declare const MatchProvider: React.FC<{
778
+ declare const MatchProvider: React__default.FC<{
779
779
  children: ReactNode;
780
780
  appid: string;
781
781
  events?: IMatchEvents;
package/dist/index.d.ts CHANGED
@@ -1,27 +1,27 @@
1
1
  import * as wagmi from 'wagmi';
2
2
  import * as _rainbow_me_rainbowkit_dist_config_getDefaultConfig from '@rainbow-me/rainbowkit/dist/config/getDefaultConfig';
3
- import * as viem_chains from 'viem/chains';
4
3
  import * as abitype from 'abitype';
5
4
  import * as wagmi_chains from 'wagmi/chains';
6
5
  import * as viem from 'viem';
7
- import React, { ReactNode } from 'react';
8
- import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-Ch54HuTY.js';
9
- export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-DueNjDv_.js';
10
- export { i as Components } from './index-8h2kA48e.js';
11
- export { i as UI } from './index-B-u8_Lcy.js';
12
- export { i as Api } from './index-CopoHLm5.js';
13
- export { i as Chains } from './index-DXRGMAbv.js';
14
- export { i as Types } from './index-Bx7ztInz.js';
15
- export { i as Icon } from './index-DY5CjOq2.js';
16
- export { i as Lottie } from './index-DysgDUCb.js';
6
+ import React__default, { ReactNode } from 'react';
7
+ import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-DEsY_CPH.js';
8
+ export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-D1Ep9UMx.js';
9
+ export { i as Components } from './index-CsUEaGtM.js';
10
+ export { i as UI } from './index-DK7l3lsH.js';
11
+ export { i as Api } from './index-CwHXzvvB.js';
12
+ export { i as Chains } from './index-B50DU_xT.js';
13
+ export { i as Types } from './index-4dZbgWG2.js';
14
+ export { i as Icon } from './index-C82WIWvx.js';
15
+ export { i as Lottie } from './index-CDTTHSh0.js';
17
16
  import '@tanstack/react-query/src/types';
18
17
  import './request-B0CyrGFT.js';
19
18
  import 'viem/types/misc';
20
19
  import 'react/jsx-runtime';
21
20
  import 'viem/_types/actions/siwe/verifySiweMessage';
21
+ import 'viem/_types/utils/ccip';
22
+ import 'viem/chains';
22
23
  import '@tanstack/react-query';
23
- import './index-BTO2pJRz.js';
24
- import 'lottie-react';
24
+ import './index-BtjgRcNJ.js';
25
25
 
26
26
  declare const wagmiConfig: wagmi.Config<[{
27
27
  blockExplorers: {
@@ -187,7 +187,7 @@ declare const wagmiConfig: wagmi.Config<[{
187
187
  stateRoot: viem.Hash;
188
188
  timestamp: bigint;
189
189
  totalDifficulty: bigint | null;
190
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
190
+ transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
191
191
  transactionsRoot: viem.Hash;
192
192
  uncles: viem.Hash[];
193
193
  withdrawals?: viem.Withdrawal[] | undefined;
@@ -485,7 +485,7 @@ declare const wagmiConfig: wagmi.Config<[{
485
485
  stateRoot: viem.Hash;
486
486
  timestamp: bigint;
487
487
  totalDifficulty: bigint | null;
488
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
488
+ transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
489
489
  transactionsRoot: viem.Hash;
490
490
  uncles: viem.Hash[];
491
491
  withdrawals?: viem.Withdrawal[] | undefined;
@@ -686,8 +686,8 @@ declare const wagmiConfig: wagmi.Config<[{
686
686
  readonly http: readonly ["https://rpc.matchain.io"];
687
687
  };
688
688
  };
689
- sourceId?: number | undefined;
690
- testnet?: boolean | undefined;
689
+ sourceId?: number | undefined | undefined;
690
+ testnet?: boolean | undefined | undefined;
691
691
  custom?: Record<string, unknown> | undefined;
692
692
  fees?: viem.ChainFees<undefined> | undefined;
693
693
  formatters?: undefined;
@@ -726,8 +726,8 @@ declare const wagmiConfig: wagmi.Config<[{
726
726
  readonly http: readonly ["https://testnet-rpc.matchain.io"];
727
727
  };
728
728
  };
729
- sourceId?: number | undefined;
730
- testnet?: boolean | undefined;
729
+ sourceId?: number | undefined | undefined;
730
+ testnet?: boolean | undefined | undefined;
731
731
  custom?: Record<string, unknown> | undefined;
732
732
  fees?: viem.ChainFees<undefined> | undefined;
733
733
  formatters?: undefined;
@@ -775,7 +775,7 @@ type MatchContextType = {
775
775
  theme: "light" | "dark";
776
776
  locale?: LocaleType;
777
777
  } & Partial<IEnvConfigType>;
778
- declare const MatchProvider: React.FC<{
778
+ declare const MatchProvider: React__default.FC<{
779
779
  children: ReactNode;
780
780
  appid: string;
781
781
  events?: IMatchEvents;