@matchain/matchid-sdk-react 0.1.52 → 0.1.53-alpha.0

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 (64) 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-OL4R4SZU.mjs → chunk-LRJDS2OK.mjs} +104 -91
  4. package/dist/chunk-LRJDS2OK.mjs.map +1 -0
  5. package/dist/{chunk-KJQKG6RI.mjs → chunk-YQHI5BIZ.mjs} +2 -2
  6. package/dist/components/index.d.mts +3 -3
  7. package/dist/components/index.d.ts +3 -3
  8. package/dist/components/index.js +60 -56
  9. package/dist/components/index.js.map +1 -1
  10. package/dist/components/index.mjs +2 -2
  11. package/dist/hooks/api/index.d.mts +2 -2
  12. package/dist/hooks/api/index.d.ts +2 -2
  13. package/dist/hooks/api/index.js +28 -25
  14. package/dist/hooks/api/index.js.map +1 -1
  15. package/dist/hooks/api/index.mjs +3 -3
  16. package/dist/hooks/index.d.mts +2 -2
  17. package/dist/hooks/index.d.ts +2 -2
  18. package/dist/hooks/index.js +20 -16
  19. package/dist/hooks/index.js.map +1 -1
  20. package/dist/hooks/index.mjs +2 -2
  21. package/dist/{index-XzSw1Bym.d.mts → index-0EM3dXJ4.d.mts} +2 -2
  22. package/dist/{index-k2Uf0F94.d.ts → index-BNNgBoTN.d.ts} +1 -1
  23. package/dist/{index-BUj9mOrS.d.ts → index-BlYHNOxm.d.ts} +1 -1
  24. package/dist/{index-DvM6x6e6.d.ts → index-BoIDCH41.d.ts} +1 -1
  25. package/dist/{index-B-QfwtE5.d.mts → index-Bsfb3Ysq.d.mts} +1 -1
  26. package/dist/{index-Bmir-Wor.d.mts → index-C29kl7io.d.mts} +1 -1
  27. package/dist/{index-X_fw5wX_.d.ts → index-C7InzeOC.d.ts} +1 -1
  28. package/dist/{index-B_o9HBS1.d.mts → index-CGx_yc95.d.mts} +1 -1
  29. package/dist/{index-DMUZQqNB.d.ts → index-CO1j3Cxc.d.ts} +2 -2
  30. package/dist/{index-BDoEk1EK.d.ts → index-Ce5JlNJv.d.ts} +2 -2
  31. package/dist/{index-D5OzNRfu.d.mts → index-CqO8nMTh.d.mts} +2 -2
  32. package/dist/{index-CDqIk5k2.d.mts → index-CteYYAoN.d.mts} +1 -1
  33. package/dist/index.css +1 -0
  34. package/dist/index.d.mts +7 -7
  35. package/dist/index.d.ts +7 -7
  36. package/dist/index.js +96 -83
  37. package/dist/index.js.map +1 -1
  38. package/dist/index.mjs +9 -9
  39. package/dist/types/index.d.mts +1 -1
  40. package/dist/types/index.d.ts +1 -1
  41. package/dist/{types-Dd_ExpLx.d.mts → types-Cv5UhCIP.d.mts} +1 -1
  42. package/dist/{types-Dd_ExpLx.d.ts → types-Cv5UhCIP.d.ts} +1 -1
  43. package/dist/ui/index.d.mts +3 -3
  44. package/dist/ui/index.d.ts +3 -3
  45. package/example/dist/assets/TransportWebHID-BwG9Tbw2.js +1 -0
  46. package/example/dist/assets/bignumber-FiRdtNkj.js +10 -0
  47. package/example/dist/assets/ccip-CJyR03AW.js +1 -0
  48. package/example/dist/assets/draggabilly-1Sl0icBA.js +14 -0
  49. package/example/dist/assets/index-BAfSBdWW.js +1 -0
  50. package/example/dist/assets/index-CYk2C9XJ.js +1 -0
  51. package/example/dist/assets/index-CcgesoWE.js +179 -0
  52. package/example/dist/assets/index-D5RU9xxK.js +3 -0
  53. package/example/dist/assets/index-D8N4Z5B5.js +1677 -0
  54. package/example/dist/assets/index-DATAk5xI.js +569 -0
  55. package/example/dist/assets/index-DN1wW-Mo.js +3 -0
  56. package/example/dist/assets/index-DxxLiL3_.js +303 -0
  57. package/example/dist/assets/index-Gy3FXGhr.css +1 -0
  58. package/example/dist/assets/index-RIWy1Hg7.js +1 -0
  59. package/example/dist/assets/inherits_browser-BlmhoU4v.js +1 -0
  60. package/example/dist/assets/solanaEmbed.esm-CNS-QKE2.js +38 -0
  61. package/example/dist/index.html +14 -0
  62. package/package.json +1 -1
  63. package/dist/chunk-OL4R4SZU.mjs.map +0 -1
  64. /package/dist/{chunk-KJQKG6RI.mjs.map → chunk-YQHI5BIZ.mjs.map} +0 -0
@@ -12,12 +12,12 @@ import {
12
12
  useTransaction,
13
13
  useUserInfo,
14
14
  useWallet
15
- } from "../chunk-OL4R4SZU.mjs";
15
+ } from "../chunk-LRJDS2OK.mjs";
16
16
  import "../chunk-UA6XHZHX.mjs";
17
+ import "../chunk-HLUFAIFV.mjs";
17
18
  import {
18
19
  useLayout_exports
19
20
  } from "../chunk-FB5MHLWX.mjs";
20
- import "../chunk-HLUFAIFV.mjs";
21
21
  import "../chunk-LHNKZISB.mjs";
22
22
  import "../chunk-J5LGTIGS.mjs";
23
23
  export {
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { E as EmailModalProps, b as LoginBoxProps, B as ButtonProps, O as OtherLoginMethodType, R as RecommendLoginMethodType, c as WalletType, P as PopoverPositionType, d as PopoverTypeType, e as LoginPanelProps, f as LoginModalProps, M as ModalWithHeaderProps, g as WalletAssetMergeType, u as useMatchWalletAssetsProps } from './types-Dd_ExpLx.mjs';
3
- import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-B_o9HBS1.mjs';
2
+ import { E as EmailModalProps, j as LoginBoxProps, B as ButtonProps, k as OtherLoginMethodType, R as RecommendLoginMethodType, l as WalletType, P as PopoverPositionType, m as PopoverTypeType, n as LoginPanelProps, o as LoginModalProps, M as ModalWithHeaderProps, i as WalletAssetMergeType, u as useMatchWalletAssetsProps } from './types-Cv5UhCIP.mjs';
3
+ import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-CGx_yc95.mjs';
4
4
  import { ReactNode } from 'react';
5
5
 
6
6
  declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
@@ -1,4 +1,4 @@
1
- import { A as Address, l as AnyObject, p as AppConfigType, q as AuthParams, r as BindInfoType, s as BindItemType, t as BindWalletParam, B as ButtonProps, C as CEXType, k as ChainType, D as DeepPartial, v as DrawerProps, E as EmailModalProps, w as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, x as IEnvName, y as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, z as IconProps, F as InputProps, L as LocaleType, b as LoginBoxProps, j as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, G as MessageType, J as MetaPageType, K as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, N as PohItemType, Q as PohZkpassParams, P as PopoverPositionType, S as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as RecoveryType, V as ThemeType, X as UIProps, o as UserAssetToken, U as UserChainType, n as UserImportTokenType, Y as UserPopoverProps, Z as UserTransactionNextPageParams, _ as UserTransactionRecordType, m as UserTransactionType, g as WalletAssetMergeType, $ as WalletAssetType, a0 as WalletChainType, W as WalletConfigType, a1 as WalletNFTType, a2 as WalletPanelProps, a3 as WalletReceiveMessageType, c as WalletType, u as useMatchWalletAssetsProps } from './types-Dd_ExpLx.js';
1
+ import { A as Address, e as AnyObject, p as AppConfigType, q as AuthParams, r as BindInfoType, s as BindItemType, t as BindWalletParam, B as ButtonProps, C as CEXType, d as ChainType, D as DeepPartial, v as DrawerProps, E as EmailModalProps, w as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, x as IEnvName, y as ILoginWalletReq, I as IMatchEvents, b as ISocialLoginMethod, z as IconProps, F as InputProps, L as LocaleType, j as LoginBoxProps, c as LoginMethodType, o as LoginModalProps, n as LoginPanelProps, G as MessageType, J as MetaPageType, K as ModalProps, M as ModalWithHeaderProps, k as OtherLoginMethodType, O as OverviewInfo, N as PohItemType, Q as PohZkpassParams, P as PopoverPositionType, S as PopoverProps, m as PopoverTypeType, R as RecommendLoginMethodType, T as RecoveryType, V as ThemeType, X as UIProps, h as UserAssetToken, U as UserChainType, g as UserImportTokenType, Y as UserPopoverProps, Z as UserTransactionNextPageParams, _ as UserTransactionRecordType, f as UserTransactionType, i as WalletAssetMergeType, $ as WalletAssetType, a0 as WalletChainType, W as WalletConfigType, a1 as WalletNFTType, a2 as WalletPanelProps, a3 as WalletReceiveMessageType, l as WalletType, u as useMatchWalletAssetsProps } from './types-Cv5UhCIP.js';
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 react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode, PropsWithChildren } from 'react';
3
- import { F as InputProps, B as ButtonProps, K as ModalProps, M as ModalWithHeaderProps, S as PopoverProps } from './types-Dd_ExpLx.js';
3
+ import { F as InputProps, B as ButtonProps, K as ModalProps, M as ModalWithHeaderProps, S as PopoverProps } from './types-Cv5UhCIP.js';
4
4
 
5
5
  declare function Field({ label, children, error, required, className }: {
6
6
  label: ReactNode;
@@ -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 { Q as PohZkpassParams, m as UserTransactionType, Z as UserTransactionNextPageParams, $ as WalletAssetType, J as MetaPageType, s as BindItemType, r as BindInfoType, N as PohItemType, U as UserChainType, o as UserAssetToken, n as UserImportTokenType, a0 as WalletChainType, a1 as WalletNFTType } from './types-Dd_ExpLx.js';
3
+ import { Q as PohZkpassParams, f as UserTransactionType, Z as UserTransactionNextPageParams, $ as WalletAssetType, J as MetaPageType, s as BindItemType, r as BindInfoType, N as PohItemType, U as UserChainType, h as UserAssetToken, g as UserImportTokenType, a0 as WalletChainType, a1 as WalletNFTType } from './types-Cv5UhCIP.js';
4
4
 
5
5
  declare const isSuccess: (res: {
6
6
  code: number;
@@ -1,4 +1,4 @@
1
- import { h as ISocialLoginMethod, i as OverviewInfo, C as CEXType, j as LoginMethodType, I as IMatchEvents, k as ChainType, U as UserChainType, A as Address, H as Hash$1, l as AnyObject, m as UserTransactionType, u as useMatchWalletAssetsProps, n as UserImportTokenType, o as UserAssetToken, g as WalletAssetMergeType } from './types-Dd_ExpLx.mjs';
1
+ import { b as ISocialLoginMethod, O as OverviewInfo, C as CEXType, c as LoginMethodType, I as IMatchEvents, d as ChainType, U as UserChainType, A as Address, H as Hash$1, e as AnyObject, f as UserTransactionType, u as useMatchWalletAssetsProps, g as UserImportTokenType, h as UserAssetToken, i as WalletAssetMergeType } from './types-Cv5UhCIP.mjs';
2
2
  import * as viem from 'viem';
3
3
  import { Account, WalletClientConfig, createWalletClient, SignableMessage, Hex, TransactionSerializable, DeployContractParameters, SendTransactionParameters, WriteContractParameters, Chain } from 'viem';
4
4
  import { Hash } from 'viem/types/misc';
@@ -1,4 +1,4 @@
1
- import { A as Address, l as AnyObject, p as AppConfigType, q as AuthParams, r as BindInfoType, s as BindItemType, t as BindWalletParam, B as ButtonProps, C as CEXType, k as ChainType, D as DeepPartial, v as DrawerProps, E as EmailModalProps, w as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, x as IEnvName, y as ILoginWalletReq, I as IMatchEvents, h as ISocialLoginMethod, z as IconProps, F as InputProps, L as LocaleType, b as LoginBoxProps, j as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, G as MessageType, J as MetaPageType, K as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, i as OverviewInfo, N as PohItemType, Q as PohZkpassParams, P as PopoverPositionType, S as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, T as RecoveryType, V as ThemeType, X as UIProps, o as UserAssetToken, U as UserChainType, n as UserImportTokenType, Y as UserPopoverProps, Z as UserTransactionNextPageParams, _ as UserTransactionRecordType, m as UserTransactionType, g as WalletAssetMergeType, $ as WalletAssetType, a0 as WalletChainType, W as WalletConfigType, a1 as WalletNFTType, a2 as WalletPanelProps, a3 as WalletReceiveMessageType, c as WalletType, u as useMatchWalletAssetsProps } from './types-Dd_ExpLx.mjs';
1
+ import { A as Address, e as AnyObject, p as AppConfigType, q as AuthParams, r as BindInfoType, s as BindItemType, t as BindWalletParam, B as ButtonProps, C as CEXType, d as ChainType, D as DeepPartial, v as DrawerProps, E as EmailModalProps, w as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, x as IEnvName, y as ILoginWalletReq, I as IMatchEvents, b as ISocialLoginMethod, z as IconProps, F as InputProps, L as LocaleType, j as LoginBoxProps, c as LoginMethodType, o as LoginModalProps, n as LoginPanelProps, G as MessageType, J as MetaPageType, K as ModalProps, M as ModalWithHeaderProps, k as OtherLoginMethodType, O as OverviewInfo, N as PohItemType, Q as PohZkpassParams, P as PopoverPositionType, S as PopoverProps, m as PopoverTypeType, R as RecommendLoginMethodType, T as RecoveryType, V as ThemeType, X as UIProps, h as UserAssetToken, U as UserChainType, g as UserImportTokenType, Y as UserPopoverProps, Z as UserTransactionNextPageParams, _ as UserTransactionRecordType, f as UserTransactionType, i as WalletAssetMergeType, $ as WalletAssetType, a0 as WalletChainType, W as WalletConfigType, a1 as WalletNFTType, a2 as WalletPanelProps, a3 as WalletReceiveMessageType, l as WalletType, u as useMatchWalletAssetsProps } from './types-Cv5UhCIP.mjs';
2
2
 
3
3
  declare const index_Address: typeof Address;
4
4
  declare const index_AnyObject: typeof AnyObject;
@@ -1,4 +1,4 @@
1
- import { h as ISocialLoginMethod, i as OverviewInfo, C as CEXType, j as LoginMethodType, I as IMatchEvents, k as ChainType, U as UserChainType, A as Address, H as Hash$1, l as AnyObject, m as UserTransactionType, u as useMatchWalletAssetsProps, n as UserImportTokenType, o as UserAssetToken, g as WalletAssetMergeType } from './types-Dd_ExpLx.js';
1
+ import { b as ISocialLoginMethod, O as OverviewInfo, C as CEXType, c as LoginMethodType, I as IMatchEvents, d as ChainType, U as UserChainType, A as Address, H as Hash$1, e as AnyObject, f as UserTransactionType, u as useMatchWalletAssetsProps, g as UserImportTokenType, h as UserAssetToken, i as WalletAssetMergeType } from './types-Cv5UhCIP.js';
2
2
  import * as viem from 'viem';
3
3
  import { Account, WalletClientConfig, createWalletClient, SignableMessage, Hex, TransactionSerializable, DeployContractParameters, SendTransactionParameters, WriteContractParameters, Chain } from 'viem';
4
4
  import { Hash } from 'viem/types/misc';
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode, PropsWithChildren } from 'react';
3
- import { F as InputProps, B as ButtonProps, K as ModalProps, M as ModalWithHeaderProps, S as PopoverProps } from './types-Dd_ExpLx.mjs';
3
+ import { F as InputProps, B as ButtonProps, K as ModalProps, M as ModalWithHeaderProps, S as PopoverProps } from './types-Cv5UhCIP.mjs';
4
4
 
5
5
  declare function Field({ label, children, error, required, className }: {
6
6
  label: ReactNode;
@@ -1,6 +1,6 @@
1
- import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-BUj9mOrS.js';
1
+ import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-BlYHNOxm.js';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
- import { v as DrawerProps, a2 as WalletPanelProps, X as UIProps } from './types-Dd_ExpLx.js';
3
+ import { v as DrawerProps, a2 as WalletPanelProps, X as UIProps } from './types-Cv5UhCIP.js';
4
4
  import { Hash, Chain } from 'viem';
5
5
  import { CSSProperties } from 'react';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { E as EmailModalProps, b as LoginBoxProps, B as ButtonProps, O as OtherLoginMethodType, R as RecommendLoginMethodType, c as WalletType, P as PopoverPositionType, d as PopoverTypeType, e as LoginPanelProps, f as LoginModalProps, M as ModalWithHeaderProps, g as WalletAssetMergeType, u as useMatchWalletAssetsProps } from './types-Dd_ExpLx.js';
3
- import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-BUj9mOrS.js';
2
+ import { E as EmailModalProps, j as LoginBoxProps, B as ButtonProps, k as OtherLoginMethodType, R as RecommendLoginMethodType, l as WalletType, P as PopoverPositionType, m as PopoverTypeType, n as LoginPanelProps, o as LoginModalProps, M as ModalWithHeaderProps, i as WalletAssetMergeType, u as useMatchWalletAssetsProps } from './types-Cv5UhCIP.js';
3
+ import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-BlYHNOxm.js';
4
4
  import { ReactNode } from 'react';
5
5
 
6
6
  declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
@@ -1,6 +1,6 @@
1
- import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-B_o9HBS1.mjs';
1
+ import { B as Button, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-CGx_yc95.mjs';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
- import { v as DrawerProps, a2 as WalletPanelProps, X as UIProps } from './types-Dd_ExpLx.mjs';
3
+ import { v as DrawerProps, a2 as WalletPanelProps, X as UIProps } from './types-Cv5UhCIP.mjs';
4
4
  import { Hash, Chain } from 'viem';
5
5
  import { CSSProperties } from 'react';
6
6
 
@@ -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 { Q as PohZkpassParams, m as UserTransactionType, Z as UserTransactionNextPageParams, $ as WalletAssetType, J as MetaPageType, s as BindItemType, r as BindInfoType, N as PohItemType, U as UserChainType, o as UserAssetToken, n as UserImportTokenType, a0 as WalletChainType, a1 as WalletNFTType } from './types-Dd_ExpLx.mjs';
3
+ import { Q as PohZkpassParams, f as UserTransactionType, Z as UserTransactionNextPageParams, $ as WalletAssetType, J as MetaPageType, s as BindItemType, r as BindInfoType, N as PohItemType, U as UserChainType, h as UserAssetToken, g as UserImportTokenType, a0 as WalletChainType, a1 as WalletNFTType } from './types-Cv5UhCIP.mjs';
4
4
 
5
5
  declare const isSuccess: (res: {
6
6
  code: number;
package/dist/index.css CHANGED
@@ -393,6 +393,7 @@ body {
393
393
  overflow: hidden;
394
394
  backdrop-filter: blur(2px);
395
395
  background: rgba(0, 0, 0, .3);
396
+ color:#000000;
396
397
  @media screen and (max-width: 768px) {
397
398
  align-items: center;
398
399
  }
package/dist/index.d.mts CHANGED
@@ -1,11 +1,11 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-Dd_ExpLx.mjs';
3
- export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-B-QfwtE5.mjs';
4
- export { i as Components } from './index-XzSw1Bym.mjs';
5
- export { i as UI } from './index-D5OzNRfu.mjs';
6
- export { i as Api } from './index-CDqIk5k2.mjs';
2
+ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-Cv5UhCIP.mjs';
3
+ export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-Bsfb3Ysq.mjs';
4
+ export { i as Components } from './index-0EM3dXJ4.mjs';
5
+ export { i as UI } from './index-CqO8nMTh.mjs';
6
+ export { i as Api } from './index-CteYYAoN.mjs';
7
7
  export { i as Chains } from './index-DXRGMAbv.mjs';
8
- export { i as Types } from './index-Bmir-Wor.mjs';
8
+ export { i as Types } from './index-C29kl7io.mjs';
9
9
  import '@tanstack/react-query/src/types';
10
10
  import 'viem';
11
11
  import 'viem/types/misc';
@@ -13,7 +13,7 @@ import 'abitype';
13
13
  import 'react/jsx-runtime';
14
14
  import 'viem/_types/actions/siwe/verifySiweMessage';
15
15
  import '@tanstack/react-query';
16
- import './index-B_o9HBS1.mjs';
16
+ import './index-CGx_yc95.mjs';
17
17
 
18
18
  type MatchContextType = {
19
19
  appid: string;
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-Dd_ExpLx.js';
3
- export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-X_fw5wX_.js';
4
- export { i as Components } from './index-BDoEk1EK.js';
5
- export { i as UI } from './index-DMUZQqNB.js';
6
- export { i as Api } from './index-DvM6x6e6.js';
2
+ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletConfigType } from './types-Cv5UhCIP.js';
3
+ export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-C7InzeOC.js';
4
+ export { i as Components } from './index-Ce5JlNJv.js';
5
+ export { i as UI } from './index-CO1j3Cxc.js';
6
+ export { i as Api } from './index-BoIDCH41.js';
7
7
  export { i as Chains } from './index-DXRGMAbv.js';
8
- export { i as Types } from './index-k2Uf0F94.js';
8
+ export { i as Types } from './index-BNNgBoTN.js';
9
9
  import '@tanstack/react-query/src/types';
10
10
  import 'viem';
11
11
  import 'viem/types/misc';
@@ -13,7 +13,7 @@ import 'abitype';
13
13
  import 'react/jsx-runtime';
14
14
  import 'viem/_types/actions/siwe/verifySiweMessage';
15
15
  import '@tanstack/react-query';
16
- import './index-BUj9mOrS.js';
16
+ import './index-BlYHNOxm.js';
17
17
 
18
18
  type MatchContextType = {
19
19
  appid: string;