@matchain/matchid-sdk-react 0.1.40-alpha.6 → 0.1.40-alpha.8

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 (42) hide show
  1. package/dist/assets/icon/index.d.mts +6 -2
  2. package/dist/assets/icon/index.d.ts +6 -2
  3. package/dist/assets/icon/index.js +56 -0
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +5 -1
  6. package/dist/{chunk-6PWH7WZI.mjs → chunk-DPXMCLYK.mjs} +56 -2
  7. package/dist/chunk-DPXMCLYK.mjs.map +1 -0
  8. package/dist/{chunk-QEOWZ3EN.mjs → chunk-MF44ADCA.mjs} +2 -2
  9. package/dist/{chunk-ZLARXHQ5.mjs → chunk-OKOZY4RW.mjs} +6 -4
  10. package/dist/chunk-OKOZY4RW.mjs.map +1 -0
  11. package/dist/components/index.d.mts +2 -2
  12. package/dist/components/index.d.ts +2 -2
  13. package/dist/components/index.js +261 -209
  14. package/dist/components/index.js.map +1 -1
  15. package/dist/components/index.mjs +2 -2
  16. package/dist/hooks/api/index.d.mts +2 -2
  17. package/dist/hooks/api/index.d.ts +2 -2
  18. package/dist/hooks/api/index.js +33 -27
  19. package/dist/hooks/api/index.js.map +1 -1
  20. package/dist/hooks/api/index.mjs +3 -3
  21. package/dist/hooks/index.d.mts +2 -2
  22. package/dist/hooks/index.d.ts +2 -2
  23. package/dist/hooks/index.js +33 -27
  24. package/dist/hooks/index.js.map +1 -1
  25. package/dist/hooks/index.mjs +2 -2
  26. package/dist/{index-fS75Swm8.d.ts → index-CPh9cui0.d.ts} +1 -1
  27. package/dist/{index-Dq9Swg8r.d.ts → index-CdzHWQ8o.d.ts} +1 -1
  28. package/dist/{index-C3KZYrtu.d.mts → index-Cstk9nHt.d.mts} +1 -1
  29. package/dist/{index-DoF5jRoi.d.ts → index-DC_1BPN0.d.ts} +1 -1
  30. package/dist/{index-fl6SNIZC.d.mts → index-DYxqLc-m.d.mts} +1 -1
  31. package/dist/{index-COlsBC-b.d.mts → index-TFllRsbX.d.mts} +1 -1
  32. package/dist/index.d.mts +4 -4
  33. package/dist/index.d.ts +4 -4
  34. package/dist/index.js +295 -243
  35. package/dist/index.js.map +1 -1
  36. package/dist/index.mjs +6 -6
  37. package/dist/{types.d-CLO_WLka.d.mts → types.d-DiCO-2z2.d.mts} +1 -1
  38. package/dist/{types.d-CLO_WLka.d.ts → types.d-DiCO-2z2.d.ts} +1 -1
  39. package/package.json +1 -1
  40. package/dist/chunk-6PWH7WZI.mjs.map +0 -1
  41. package/dist/chunk-ZLARXHQ5.mjs.map +0 -1
  42. /package/dist/{chunk-QEOWZ3EN.mjs.map → chunk-MF44ADCA.mjs.map} +0 -0
@@ -4,8 +4,8 @@ import {
4
4
  useMatchEvents,
5
5
  useUserInfo,
6
6
  useWallet
7
- } from "../chunk-ZLARXHQ5.mjs";
8
- import "../chunk-6PWH7WZI.mjs";
7
+ } from "../chunk-OKOZY4RW.mjs";
8
+ import "../chunk-DPXMCLYK.mjs";
9
9
  import "../chunk-J5LGTIGS.mjs";
10
10
  export {
11
11
  useCopyClipboard,
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { E as EmailModalProps, b as InputProps, B as ButtonProps, M as ModalProps, c as ModalWithHeaderProps, P as PopoverProps, d as LoginBoxProps, O as OtherLoginMethodType, R as RecommendLoginMethodType, W as WalletType, e as PopoverPositionType, f as PopoverTypeType, g as LoginPanelProps, h as LoginModalProps } from './types.d-CLO_WLka.js';
2
+ import { E as EmailModalProps, d as InputProps, B as ButtonProps, M as ModalProps, e as ModalWithHeaderProps, P as PopoverProps, f as LoginBoxProps, g as OtherLoginMethodType, R as RecommendLoginMethodType, W as WalletType, h as PopoverPositionType, i as PopoverTypeType, j as LoginPanelProps, k as LoginModalProps } from './types.d-DiCO-2z2.js';
3
3
  import { ReactNode, PropsWithChildren } from 'react';
4
4
 
5
5
  declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
@@ -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 { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-CLO_WLka.js';
3
+ import { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-DiCO-2z2.js';
4
4
 
5
5
  interface MyResponseType<T> {
6
6
  code: number;
@@ -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 { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-CLO_WLka.mjs';
3
+ import { m as PohZkpassParams, n as BindItemType, o as BindInfoType, p as PohItemType } from './types.d-DiCO-2z2.mjs';
4
4
 
5
5
  interface MyResponseType<T> {
6
6
  code: number;
@@ -1,4 +1,4 @@
1
- import { i as ISocialLoginMethod, j as OverviewInfo, C as CEXType, k as LoginMethodType, I as IMatchEvents } from './types.d-CLO_WLka.js';
1
+ import { b as ISocialLoginMethod, O as OverviewInfo, C as CEXType, c as LoginMethodType, I as IMatchEvents } from './types.d-DiCO-2z2.js';
2
2
  import * as viem from 'viem';
3
3
  import { SignableMessage, Hex, TransactionSerializable, Account } from 'viem';
4
4
 
@@ -1,4 +1,4 @@
1
- import { i as ISocialLoginMethod, j as OverviewInfo, C as CEXType, k as LoginMethodType, I as IMatchEvents } from './types.d-CLO_WLka.mjs';
1
+ import { b as ISocialLoginMethod, O as OverviewInfo, C as CEXType, c as LoginMethodType, I as IMatchEvents } from './types.d-DiCO-2z2.mjs';
2
2
  import * as viem from 'viem';
3
3
  import { SignableMessage, Hex, TransactionSerializable, Account } from 'viem';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { E as EmailModalProps, b as InputProps, B as ButtonProps, M as ModalProps, c as ModalWithHeaderProps, P as PopoverProps, d as LoginBoxProps, O as OtherLoginMethodType, R as RecommendLoginMethodType, W as WalletType, e as PopoverPositionType, f as PopoverTypeType, g as LoginPanelProps, h as LoginModalProps } from './types.d-CLO_WLka.mjs';
2
+ import { E as EmailModalProps, d as InputProps, B as ButtonProps, M as ModalProps, e as ModalWithHeaderProps, P as PopoverProps, f as LoginBoxProps, g as OtherLoginMethodType, R as RecommendLoginMethodType, W as WalletType, h as PopoverPositionType, i as PopoverTypeType, j as LoginPanelProps, k as LoginModalProps } from './types.d-DiCO-2z2.mjs';
3
3
  import { ReactNode, PropsWithChildren } from 'react';
4
4
 
5
5
  declare function EmailModal({ isOpen, width, onClose, onBack, onLogin }: EmailModalProps): react_jsx_runtime.JSX.Element;
package/dist/index.d.mts CHANGED
@@ -1,8 +1,8 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-CLO_WLka.mjs';
3
- export { i as Components } from './index-COlsBC-b.mjs';
4
- export { i as Hooks } from './index-fl6SNIZC.mjs';
5
- export { i as Api } from './index-C3KZYrtu.mjs';
2
+ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-DiCO-2z2.mjs';
3
+ export { i as Components } from './index-TFllRsbX.mjs';
4
+ export { i as Hooks } from './index-DYxqLc-m.mjs';
5
+ export { i as Api } from './index-Cstk9nHt.mjs';
6
6
  export { i as Chains } from './index-DXRGMAbv.mjs';
7
7
  import 'react/jsx-runtime';
8
8
  import 'viem';
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-CLO_WLka.js';
3
- export { i as Components } from './index-fS75Swm8.js';
4
- export { i as Hooks } from './index-DoF5jRoi.js';
5
- export { i as Api } from './index-Dq9Swg8r.js';
2
+ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-DiCO-2z2.js';
3
+ export { i as Components } from './index-CPh9cui0.js';
4
+ export { i as Hooks } from './index-DC_1BPN0.js';
5
+ export { i as Api } from './index-CdzHWQ8o.js';
6
6
  export { i as Chains } from './index-DXRGMAbv.js';
7
7
  import 'react/jsx-runtime';
8
8
  import 'viem';