@matchain/matchid-sdk-react 0.1.56-alpha.1 → 0.1.56-alpha.11

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 (89) hide show
  1. package/dist/api.d.mts +2 -2
  2. package/dist/api.d.ts +2 -2
  3. package/dist/api.js +68 -113
  4. package/dist/api.js.map +1 -1
  5. package/dist/api.mjs +4 -5
  6. package/dist/assets/lottie.d.mts +1 -1
  7. package/dist/assets/lottie.d.ts +1 -1
  8. package/dist/assets/lottie.js +5 -0
  9. package/dist/assets/lottie.js.map +1 -1
  10. package/dist/assets/lottie.mjs +3 -1
  11. package/dist/chains.d.mts +1 -1
  12. package/dist/chains.d.ts +1 -1
  13. package/dist/chains.mjs +1 -2
  14. package/dist/{chunk-VRU6XRSC.mjs → chunk-44JQQ34F.mjs} +2 -2
  15. package/dist/chunk-DUSDBXBT.mjs +7728 -0
  16. package/dist/chunk-DUSDBXBT.mjs.map +1 -0
  17. package/dist/{chunk-FKXS2XRG.mjs → chunk-FQ6PYZPD.mjs} +94 -1
  18. package/dist/chunk-FQ6PYZPD.mjs.map +1 -0
  19. package/dist/{chunk-JX73EY6V.mjs → chunk-HYQ3T6WW.mjs} +14 -2
  20. package/dist/chunk-HYQ3T6WW.mjs.map +1 -0
  21. package/dist/{chunk-XR24AYII.mjs → chunk-XM6CYEXN.mjs} +6 -1
  22. package/dist/chunk-XM6CYEXN.mjs.map +1 -0
  23. package/dist/components.d.mts +3 -3
  24. package/dist/components.d.ts +3 -3
  25. package/dist/components.js +527 -453
  26. package/dist/components.js.map +1 -1
  27. package/dist/components.mjs +3 -4
  28. package/dist/hooks.d.mts +2 -3
  29. package/dist/hooks.d.ts +2 -3
  30. package/dist/hooks.js +280 -281
  31. package/dist/hooks.js.map +1 -1
  32. package/dist/hooks.mjs +3 -4
  33. package/dist/icon.d.mts +2 -2
  34. package/dist/icon.d.ts +2 -2
  35. package/dist/icon.js +93 -0
  36. package/dist/icon.js.map +1 -1
  37. package/dist/icon.mjs +11 -1
  38. package/dist/{index-FKxw4Vaa.d.mts → index-84CqVi2I.d.mts} +1 -1
  39. package/dist/{index-4dZbgWG2.d.ts → index-BNqdFiOo.d.ts} +1 -1
  40. package/dist/{index-C82WIWvx.d.ts → index-BctnHnJp.d.ts} +21 -3
  41. package/dist/{index-BtjgRcNJ.d.ts → index-BqI0PEIi.d.mts} +2 -2
  42. package/dist/{index-CDTTHSh0.d.mts → index-CHgaOUiW.d.mts} +6586 -138
  43. package/dist/{index-CDTTHSh0.d.ts → index-CHgaOUiW.d.ts} +6586 -138
  44. package/dist/{index-TjbO7d74.d.mts → index-Car1jFyN.d.mts} +1 -1
  45. package/dist/{index-B50DU_xT.d.mts → index-CboftuIp.d.mts} +2 -0
  46. package/dist/{index-B50DU_xT.d.ts → index-CboftuIp.d.ts} +2 -0
  47. package/dist/{index-CwHXzvvB.d.ts → index-CcVHENNv.d.ts} +1 -1
  48. package/dist/{index-DK7l3lsH.d.ts → index-Cqdz_5bE.d.ts} +10 -4
  49. package/dist/{index-BKSGbw7b.d.mts → index-CvzpMw3N.d.ts} +2 -2
  50. package/dist/index-D2E53ZMV.d.mts +7134 -0
  51. package/dist/{index-BXbfmVoU.d.mts → index-DVlulZhE.d.mts} +2 -2
  52. package/dist/{index-D7E317WV.d.mts → index-DkijpM5Q.d.mts} +21 -3
  53. package/dist/index-DwmrgZa2.d.ts +7134 -0
  54. package/dist/{index-YPRyEYt6.d.mts → index-DxHhOW24.d.mts} +10 -4
  55. package/dist/{index-CsUEaGtM.d.ts → index-qmC4zt6V.d.ts} +2 -2
  56. package/dist/index.css +227 -30
  57. package/dist/index.d.mts +197 -123
  58. package/dist/index.d.ts +197 -123
  59. package/dist/index.js +687 -495
  60. package/dist/index.js.map +1 -1
  61. package/dist/index.mjs +5 -6
  62. package/dist/{types-DEsY_CPH.d.mts → types-BrVeC0c8.d.mts} +5 -1
  63. package/dist/{types-DEsY_CPH.d.ts → types-BrVeC0c8.d.ts} +5 -1
  64. package/dist/types.d.mts +1 -1
  65. package/dist/types.d.ts +1 -1
  66. package/dist/ui.d.mts +3 -3
  67. package/dist/ui.d.ts +3 -3
  68. package/dist/ui.js +208 -179
  69. package/dist/ui.js.map +1 -1
  70. package/dist/ui.mjs +5 -4
  71. package/example/package.json +1 -2
  72. package/example/src/pages/UI/components/Checkbox.tsx +10 -0
  73. package/example/src/pages/UI/components/Input.tsx +12 -0
  74. package/example/src/pages/UI/components/Modal.tsx +38 -0
  75. package/example/src/pages/UI/index.tsx +6 -0
  76. package/example/src/pages/Wallet/index.tsx +90 -88
  77. package/example/yarn.lock +2251 -27
  78. package/package.json +8 -4
  79. package/dist/chunk-3CR66BEX.mjs +0 -19
  80. package/dist/chunk-3CR66BEX.mjs.map +0 -1
  81. package/dist/chunk-43Y3F6GB.mjs +0 -7623
  82. package/dist/chunk-43Y3F6GB.mjs.map +0 -1
  83. package/dist/chunk-FKXS2XRG.mjs.map +0 -1
  84. package/dist/chunk-JX73EY6V.mjs.map +0 -1
  85. package/dist/chunk-XR24AYII.mjs.map +0 -1
  86. package/dist/index-B7ZEyP1j.d.ts +0 -3341
  87. package/dist/index-CPTgrfjn.d.mts +0 -3341
  88. package/example/package-lock.json +0 -2965
  89. /package/dist/{chunk-VRU6XRSC.mjs.map → chunk-44JQQ34F.mjs.map} +0 -0
package/dist/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  chains_exports
3
- } from "./chunk-3CR66BEX.mjs";
3
+ } from "./chunk-HYQ3T6WW.mjs";
4
4
  import {
5
5
  types_exports
6
6
  } from "./chunk-HBOS3RBL.mjs";
7
7
  import {
8
8
  api_exports
9
- } from "./chunk-VRU6XRSC.mjs";
9
+ } from "./chunk-44JQQ34F.mjs";
10
10
  import {
11
11
  MatchProvider,
12
12
  ModalProvider,
@@ -16,16 +16,15 @@ import {
16
16
  ui_exports,
17
17
  useMatch,
18
18
  wagmiConfig
19
- } from "./chunk-43Y3F6GB.mjs";
20
- import "./chunk-JX73EY6V.mjs";
19
+ } from "./chunk-DUSDBXBT.mjs";
21
20
  import "./chunk-UA6XHZHX.mjs";
22
21
  import "./chunk-IZOOVZAD.mjs";
23
22
  import {
24
23
  icon_exports
25
- } from "./chunk-FKXS2XRG.mjs";
24
+ } from "./chunk-FQ6PYZPD.mjs";
26
25
  import {
27
26
  lottie_exports
28
- } from "./chunk-XR24AYII.mjs";
27
+ } from "./chunk-XM6CYEXN.mjs";
29
28
  import "./chunk-J5LGTIGS.mjs";
30
29
  export {
31
30
  api_exports as Api,
@@ -20,7 +20,7 @@ declare enum RecoveryType {
20
20
  UserPasscode = "user_passcode_recovery_key"
21
21
  }
22
22
 
23
- type ISocialLoginMethod = 'google' | 'twitter' | 'discord' | 'github' | 'telegram' | 'linkedin' | 'facebook' | 'youtube';
23
+ type ISocialLoginMethod = 'google' | 'twitter' | 'discord' | 'github' | 'telegram' | 'linkedin' | 'facebook' | 'youtube' | 'kakao';
24
24
  type WalletType = 'evm' | 'sol' | 'tron' | 'btc' | 'ton';
25
25
  type LoginMethodType = WalletType | 'email' | ISocialLoginMethod;
26
26
  type CEXType = "Gate" | "Coinbase" | "Kucoin" | 'Bitget' | 'OKX' | 'Bybit' | 'Binance';
@@ -168,6 +168,10 @@ type InputProps = {
168
168
  maxLength?: number;
169
169
  className?: string;
170
170
  after?: React.ReactNode;
171
+ showLength?: boolean;
172
+ showClear?: boolean;
173
+ rows?: number;
174
+ maxRows?: number;
171
175
  };
172
176
  type LoginBoxProps = {
173
177
  methods?: OtherLoginMethodType[];
@@ -20,7 +20,7 @@ declare enum RecoveryType {
20
20
  UserPasscode = "user_passcode_recovery_key"
21
21
  }
22
22
 
23
- type ISocialLoginMethod = 'google' | 'twitter' | 'discord' | 'github' | 'telegram' | 'linkedin' | 'facebook' | 'youtube';
23
+ type ISocialLoginMethod = 'google' | 'twitter' | 'discord' | 'github' | 'telegram' | 'linkedin' | 'facebook' | 'youtube' | 'kakao';
24
24
  type WalletType = 'evm' | 'sol' | 'tron' | 'btc' | 'ton';
25
25
  type LoginMethodType = WalletType | 'email' | ISocialLoginMethod;
26
26
  type CEXType = "Gate" | "Coinbase" | "Kucoin" | 'Bitget' | 'OKX' | 'Bybit' | 'Binance';
@@ -168,6 +168,10 @@ type InputProps = {
168
168
  maxLength?: number;
169
169
  className?: string;
170
170
  after?: React.ReactNode;
171
+ showLength?: boolean;
172
+ showClear?: boolean;
173
+ rows?: number;
174
+ maxRows?: number;
171
175
  };
172
176
  type LoginBoxProps = {
173
177
  methods?: OtherLoginMethodType[];
package/dist/types.d.mts CHANGED
@@ -1,3 +1,3 @@
1
- export { 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';
1
+ export { 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-BrVeC0c8.mjs';
2
2
  import 'react';
3
3
  import '@tanstack/react-query/src/types';
package/dist/types.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { 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.js';
1
+ export { 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-BrVeC0c8.js';
2
2
  import 'react';
3
3
  import '@tanstack/react-query/src/types';
package/dist/ui.d.mts CHANGED
@@ -1,7 +1,7 @@
1
- export { 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
- export { A as AlphaAvatar, D as Drawer, e as HashPanel, L as Lottie, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from './index-YPRyEYt6.mjs';
1
+ export { 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-BqI0PEIi.mjs';
2
+ export { A as AlphaAvatar, C as Checkbox, D as Drawer, e as HashPanel, L as Lottie, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from './index-DxHhOW24.mjs';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import './types-DEsY_CPH.mjs';
5
+ import './types-BrVeC0c8.mjs';
6
6
  import '@tanstack/react-query/src/types';
7
7
  import 'viem';
package/dist/ui.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { 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
- export { A as AlphaAvatar, D as Drawer, e as HashPanel, L as Lottie, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from './index-DK7l3lsH.js';
1
+ export { 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-CvzpMw3N.js';
2
+ export { A as AlphaAvatar, C as Checkbox, D as Drawer, e as HashPanel, L as Lottie, M as ModalDrawer, R as Radio, a as Skeleton, S as Switch, T as Tabs } from './index-Cqdz_5bE.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
5
- import './types-DEsY_CPH.js';
5
+ import './types-BrVeC0c8.js';
6
6
  import '@tanstack/react-query/src/types';
7
7
  import 'viem';