@matchain/matchid-sdk-react 0.1.44-alpha.6 → 0.1.44-alpha.7

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 (38) 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-WNLUMXC7.mjs → chunk-L5G34SC6.mjs} +2 -2
  4. package/dist/{chunk-XN7LSOI7.mjs → chunk-R7Y4L7CG.mjs} +2 -2
  5. package/dist/chunk-R7Y4L7CG.mjs.map +1 -0
  6. package/dist/components/index.d.mts +2 -2
  7. package/dist/components/index.d.ts +2 -2
  8. package/dist/components/index.js +1 -1
  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.map +1 -1
  14. package/dist/hooks/api/index.mjs +3 -3
  15. package/dist/hooks/index.d.mts +2 -2
  16. package/dist/hooks/index.d.ts +2 -2
  17. package/dist/hooks/index.js.map +1 -1
  18. package/dist/hooks/index.mjs +2 -2
  19. package/dist/{index-RwnmlYR_.d.mts → index-B0VpxAI2.d.mts} +1 -1
  20. package/dist/{index-DS7SWbPe.d.ts → index-CFWR1boZ.d.ts} +1 -1
  21. package/dist/{index-C3jFoWRx.d.ts → index-CTSg5TRS.d.ts} +1 -1
  22. package/dist/{index-rWzOcTWj.d.mts → index-CWYElOA2.d.mts} +1 -1
  23. package/dist/{index-DYJIwNhC.d.ts → index-CoTirILQ.d.ts} +1 -1
  24. package/dist/{index-CI39w5wj.d.mts → index-D2pNP7Bz.d.mts} +1 -1
  25. package/dist/{index-CYmxvLZ0.d.mts → index-DR2JTaoi.d.mts} +1 -1
  26. package/dist/{index-BlEZbcLQ.d.ts → index-DVlCrOjr.d.ts} +1 -1
  27. package/dist/index.d.mts +5 -5
  28. package/dist/index.d.ts +5 -5
  29. package/dist/index.js +1 -1
  30. package/dist/index.js.map +1 -1
  31. package/dist/index.mjs +3 -3
  32. package/dist/types/index.d.mts +1 -1
  33. package/dist/types/index.d.ts +1 -1
  34. package/dist/{types-cM1c-GDc.d.mts → types-CRumDe2M.d.mts} +1 -1
  35. package/dist/{types-cM1c-GDc.d.ts → types-CRumDe2M.d.ts} +1 -1
  36. package/package.json +1 -1
  37. package/dist/chunk-XN7LSOI7.mjs.map +0 -1
  38. /package/dist/{chunk-WNLUMXC7.mjs.map → chunk-L5G34SC6.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React, { CSSProperties } from 'react';
3
- import { m as IconProps$1 } from '../../types-cM1c-GDc.mjs';
3
+ import { t as IconProps$1 } from '../../types-CRumDe2M.mjs';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React, { CSSProperties } from 'react';
3
- import { m as IconProps$1 } from '../../types-cM1c-GDc.js';
3
+ import { t as IconProps$1 } from '../../types-CRumDe2M.js';
4
4
 
5
5
  declare function BackIcon({ color, size, className, style }: {
6
6
  color?: string;
@@ -9,7 +9,7 @@ import {
9
9
  unBindWalletApi,
10
10
  useUserInfo,
11
11
  verifyPohApi
12
- } from "./chunk-XN7LSOI7.mjs";
12
+ } from "./chunk-R7Y4L7CG.mjs";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-J5LGTIGS.mjs";
@@ -90,4 +90,4 @@ export {
90
90
  user_exports,
91
91
  api_exports
92
92
  };
93
- //# sourceMappingURL=chunk-WNLUMXC7.mjs.map
93
+ //# sourceMappingURL=chunk-L5G34SC6.mjs.map
@@ -1311,7 +1311,7 @@ function LoginBox({
1311
1311
  const methodConfig = useMemo5(() => {
1312
1312
  if (recommendMethods || methods || walletMethods) {
1313
1313
  return {
1314
- recommendMethods: recommendMethods || [],
1314
+ recommendMethods: recommendMethods ? recommendMethods : walletMethods ? ["wallet"] : [],
1315
1315
  methods: methods || [],
1316
1316
  walletMethods: walletMethods || []
1317
1317
  };
@@ -4891,4 +4891,4 @@ export {
4891
4891
  MatchProvider,
4892
4892
  useMatch
4893
4893
  };
4894
- //# sourceMappingURL=chunk-XN7LSOI7.mjs.map
4894
+ //# sourceMappingURL=chunk-R7Y4L7CG.mjs.map