@matchain/matchid-sdk-react 0.1.37-alpha.7 → 0.1.37-alpha.9

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 (34) hide show
  1. package/dist/assets/icon/index.d.mts +5 -1
  2. package/dist/assets/icon/index.d.ts +5 -1
  3. package/dist/assets/icon/index.js +59 -0
  4. package/dist/assets/icon/index.js.map +1 -1
  5. package/dist/assets/icon/index.mjs +5 -1
  6. package/dist/{chunk-2Z3EM7MH.mjs → chunk-6PWH7WZI.mjs} +59 -2
  7. package/dist/chunk-6PWH7WZI.mjs.map +1 -0
  8. package/dist/{chunk-23RO4KEG.mjs → chunk-JULH2ML5.mjs} +304 -139
  9. package/dist/chunk-JULH2ML5.mjs.map +1 -0
  10. package/dist/{chunk-IP3AXUIZ.mjs → chunk-MJICYKRB.mjs} +2 -2
  11. package/dist/components/index.d.mts +1 -1
  12. package/dist/components/index.d.ts +1 -1
  13. package/dist/components/index.js +601 -287
  14. package/dist/components/index.js.map +1 -1
  15. package/dist/components/index.mjs +4 -4
  16. package/dist/hooks/api/index.js +53 -42
  17. package/dist/hooks/api/index.js.map +1 -1
  18. package/dist/hooks/api/index.mjs +3 -3
  19. package/dist/hooks/index.js +59 -48
  20. package/dist/hooks/index.js.map +1 -1
  21. package/dist/hooks/index.mjs +2 -2
  22. package/dist/{index-dJi5ka2c.d.mts → index-CV5LZa9w.d.mts} +4 -4
  23. package/dist/{index-DTCAzQvB.d.ts → index-yEwP0nd2.d.ts} +4 -4
  24. package/dist/index.d.mts +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +663 -349
  27. package/dist/index.js.map +1 -1
  28. package/dist/index.mjs +3 -3
  29. package/example/src/components/Login/index.tsx +1 -1
  30. package/example/src/pages/User.tsx +1 -1
  31. package/package.json +1 -1
  32. package/dist/chunk-23RO4KEG.mjs.map +0 -1
  33. package/dist/chunk-2Z3EM7MH.mjs.map +0 -1
  34. /package/dist/{chunk-IP3AXUIZ.mjs.map → chunk-MJICYKRB.mjs.map} +0 -0
@@ -4,8 +4,8 @@ import {
4
4
  useMatchEvents,
5
5
  useUserInfo,
6
6
  useWallet
7
- } from "../chunk-23RO4KEG.mjs";
8
- import "../chunk-2Z3EM7MH.mjs";
7
+ } from "../chunk-JULH2ML5.mjs";
8
+ import "../chunk-6PWH7WZI.mjs";
9
9
  import "../chunk-J5LGTIGS.mjs";
10
10
  export {
11
11
  useCopyClipboard,
@@ -50,7 +50,7 @@ declare function SOLModal({ type, onSuccess, ...props }: ModalWithHeaderProps &
50
50
  onSuccess?: () => void;
51
51
  }): react_jsx_runtime.JSX.Element;
52
52
 
53
- declare function TronModal({ type, onSuccess, ...props }: ModalWithHeaderProps & {
53
+ declare function TRONModal({ type, onSuccess, ...props }: ModalWithHeaderProps & {
54
54
  type?: 'login' | 'bind' | '';
55
55
  onSuccess?: () => void;
56
56
  }): react_jsx_runtime.JSX.Element;
@@ -74,10 +74,10 @@ declare const index_ModalWithHeader: typeof ModalWithHeader;
74
74
  declare const index_PasswordModal: typeof PasswordModal;
75
75
  declare const index_Popover: typeof Popover;
76
76
  declare const index_SOLModal: typeof SOLModal;
77
- declare const index_TronModal: typeof TronModal;
77
+ declare const index_TRONModal: typeof TRONModal;
78
78
  declare const index_UsernameModal: typeof UsernameModal;
79
79
  declare namespace index {
80
- export { index_BTCModal as BTCModal, index_Button as Button, index_EmailModal as EmailModal, index_Field as Field, index_Input as Input, index_LoginBox as LoginBox, index_LoginButton as LoginButton, index_LoginModal as LoginModal, index_LoginPanel as LoginPanel, index_Modal as Modal, index_ModalWithHeader as ModalWithHeader, index_PasswordModal as PasswordModal, index_Popover as Popover, index_SOLModal as SOLModal, index_TronModal as TronModal, index_UsernameModal as UsernameModal };
80
+ export { index_BTCModal as BTCModal, index_Button as Button, index_EmailModal as EmailModal, index_Field as Field, index_Input as Input, index_LoginBox as LoginBox, index_LoginButton as LoginButton, index_LoginModal as LoginModal, index_LoginPanel as LoginPanel, index_Modal as Modal, index_ModalWithHeader as ModalWithHeader, index_PasswordModal as PasswordModal, index_Popover as Popover, index_SOLModal as SOLModal, index_TRONModal as TRONModal, index_UsernameModal as UsernameModal };
81
81
  }
82
82
 
83
- export { Button as B, EmailModal as E, Field as F, Input as I, LoginBox as L, Modal as M, Popover as P, SOLModal as S, TronModal as T, UsernameModal as U, ModalWithHeader as a, LoginButton as b, LoginPanel as c, LoginModal as d, PasswordModal as e, BTCModal as f, index as i };
83
+ export { Button as B, EmailModal as E, Field as F, Input as I, LoginBox as L, Modal as M, Popover as P, SOLModal as S, TRONModal as T, UsernameModal as U, ModalWithHeader as a, LoginButton as b, LoginPanel as c, LoginModal as d, PasswordModal as e, BTCModal as f, index as i };
@@ -50,7 +50,7 @@ declare function SOLModal({ type, onSuccess, ...props }: ModalWithHeaderProps &
50
50
  onSuccess?: () => void;
51
51
  }): react_jsx_runtime.JSX.Element;
52
52
 
53
- declare function TronModal({ type, onSuccess, ...props }: ModalWithHeaderProps & {
53
+ declare function TRONModal({ type, onSuccess, ...props }: ModalWithHeaderProps & {
54
54
  type?: 'login' | 'bind' | '';
55
55
  onSuccess?: () => void;
56
56
  }): react_jsx_runtime.JSX.Element;
@@ -74,10 +74,10 @@ declare const index_ModalWithHeader: typeof ModalWithHeader;
74
74
  declare const index_PasswordModal: typeof PasswordModal;
75
75
  declare const index_Popover: typeof Popover;
76
76
  declare const index_SOLModal: typeof SOLModal;
77
- declare const index_TronModal: typeof TronModal;
77
+ declare const index_TRONModal: typeof TRONModal;
78
78
  declare const index_UsernameModal: typeof UsernameModal;
79
79
  declare namespace index {
80
- export { index_BTCModal as BTCModal, index_Button as Button, index_EmailModal as EmailModal, index_Field as Field, index_Input as Input, index_LoginBox as LoginBox, index_LoginButton as LoginButton, index_LoginModal as LoginModal, index_LoginPanel as LoginPanel, index_Modal as Modal, index_ModalWithHeader as ModalWithHeader, index_PasswordModal as PasswordModal, index_Popover as Popover, index_SOLModal as SOLModal, index_TronModal as TronModal, index_UsernameModal as UsernameModal };
80
+ export { index_BTCModal as BTCModal, index_Button as Button, index_EmailModal as EmailModal, index_Field as Field, index_Input as Input, index_LoginBox as LoginBox, index_LoginButton as LoginButton, index_LoginModal as LoginModal, index_LoginPanel as LoginPanel, index_Modal as Modal, index_ModalWithHeader as ModalWithHeader, index_PasswordModal as PasswordModal, index_Popover as Popover, index_SOLModal as SOLModal, index_TRONModal as TRONModal, index_UsernameModal as UsernameModal };
81
81
  }
82
82
 
83
- export { Button as B, EmailModal as E, Field as F, Input as I, LoginBox as L, Modal as M, Popover as P, SOLModal as S, TronModal as T, UsernameModal as U, ModalWithHeader as a, LoginButton as b, LoginPanel as c, LoginModal as d, PasswordModal as e, BTCModal as f, index as i };
83
+ export { Button as B, EmailModal as E, Field as F, Input as I, LoginBox as L, Modal as M, Popover as P, SOLModal as S, TRONModal as T, UsernameModal as U, ModalWithHeader as a, LoginButton as b, LoginPanel as c, LoginModal as d, PasswordModal as e, BTCModal as f, index as i };
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-IS3DBl3p.mjs';
3
- export { i as Components } from './index-dJi5ka2c.mjs';
3
+ export { i as Components } from './index-CV5LZa9w.mjs';
4
4
  export { i as Hooks } from './index-Dm5o2w2J.mjs';
5
5
  export { i as Api } from './index-DqWn6VEO.mjs';
6
6
  export { i as Chains } from './index-DXRGMAbv.mjs';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType } from './types.d-IS3DBl3p.js';
3
- export { i as Components } from './index-DTCAzQvB.js';
3
+ export { i as Components } from './index-yEwP0nd2.js';
4
4
  export { i as Hooks } from './index-BPveUnst.js';
5
5
  export { i as Api } from './index-BKdqrCum.js';
6
6
  export { i as Chains } from './index-DXRGMAbv.js';