@matchain/matchid-sdk-react 0.1.42-alpha.3 → 0.1.42-alpha.4

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 (43) hide show
  1. package/dist/{chunk-AIYRR4YQ.mjs → chunk-FZUZ63FZ.mjs} +2 -2
  2. package/dist/{chunk-KCESOJHY.mjs → chunk-GEM2V3W6.mjs} +1 -8
  3. package/dist/chunk-GEM2V3W6.mjs.map +1 -0
  4. package/dist/components/index.js.map +1 -1
  5. package/dist/components/index.mjs +1 -1
  6. package/dist/hooks/api/index.js.map +1 -1
  7. package/dist/hooks/api/index.mjs +2 -2
  8. package/dist/hooks/index.js.map +1 -1
  9. package/dist/hooks/index.mjs +1 -1
  10. package/dist/index.js +0 -7
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +2 -2
  13. package/package.json +1 -1
  14. package/dist/assets/icon/index.d.mts +0 -133
  15. package/dist/assets/icon/index.d.ts +0 -133
  16. package/dist/chunk-KCESOJHY.mjs.map +0 -1
  17. package/dist/components/index.d.mts +0 -5
  18. package/dist/components/index.d.ts +0 -5
  19. package/dist/config/chains/index.d.mts +0 -2
  20. package/dist/config/chains/index.d.ts +0 -2
  21. package/dist/hooks/api/index.d.mts +0 -5
  22. package/dist/hooks/api/index.d.ts +0 -5
  23. package/dist/hooks/index.d.mts +0 -7
  24. package/dist/hooks/index.d.ts +0 -7
  25. package/dist/index--yBVwkf9.d.ts +0 -98
  26. package/dist/index-BxS06a5O.d.ts +0 -50
  27. package/dist/index-CGpyQlbI.d.mts +0 -98
  28. package/dist/index-Ca9nh_8s.d.ts +0 -65
  29. package/dist/index-DFZpfAfc.d.mts +0 -65
  30. package/dist/index-DKMrpRJC.d.ts +0 -137
  31. package/dist/index-DXRGMAbv.d.mts +0 -83
  32. package/dist/index-DXRGMAbv.d.ts +0 -83
  33. package/dist/index-q5XDobUF.d.mts +0 -50
  34. package/dist/index-sOVSnYF4.d.mts +0 -137
  35. package/dist/index.d.mts +0 -37
  36. package/dist/index.d.ts +0 -37
  37. package/dist/mpc-CTbBWHld.d.mts +0 -20
  38. package/dist/mpc-CTbBWHld.d.ts +0 -20
  39. package/dist/types/index.d.mts +0 -3
  40. package/dist/types/index.d.ts +0 -3
  41. package/dist/types-CVwZEgQ0.d.mts +0 -244
  42. package/dist/types-CVwZEgQ0.d.ts +0 -244
  43. /package/dist/{chunk-AIYRR4YQ.mjs.map → chunk-FZUZ63FZ.mjs.map} +0 -0
package/dist/index.mjs CHANGED
@@ -3,13 +3,13 @@ import {
3
3
  } from "./chunk-HYQ3T6WW.mjs";
4
4
  import {
5
5
  api_exports
6
- } from "./chunk-AIYRR4YQ.mjs";
6
+ } from "./chunk-FZUZ63FZ.mjs";
7
7
  import {
8
8
  MatchProvider,
9
9
  components_exports,
10
10
  hooks_exports,
11
11
  useMatch
12
- } from "./chunk-KCESOJHY.mjs";
12
+ } from "./chunk-GEM2V3W6.mjs";
13
13
  import {
14
14
  types_exports
15
15
  } from "./chunk-SQIJR7RA.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchain/matchid-sdk-react",
3
- "version": "0.1.42-alpha.3",
3
+ "version": "0.1.42-alpha.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -1,133 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React, { CSSProperties } from 'react';
3
- import { s as IconProps$1 } from '../../types-CVwZEgQ0.mjs';
4
-
5
- declare function BackIcon({ color, size, className, style }: {
6
- color?: string;
7
- size?: number;
8
- style?: CSSProperties;
9
- className?: string;
10
- }): react_jsx_runtime.JSX.Element;
11
-
12
- declare function CloseIcon({ color, size, style }: {
13
- color?: string;
14
- size?: number;
15
- style?: CSSProperties;
16
- }): react_jsx_runtime.JSX.Element;
17
-
18
- declare function XIcon({ size }: {
19
- size?: number;
20
- }): react_jsx_runtime.JSX.Element;
21
-
22
- declare function GoogleIcon({ size }: {
23
- size?: number;
24
- }): react_jsx_runtime.JSX.Element;
25
-
26
- declare function WalletIcon({ size, }: {
27
- size?: number;
28
- }): react_jsx_runtime.JSX.Element;
29
-
30
- declare function TelegramIcon({ size, }: {
31
- size?: number;
32
- }): react_jsx_runtime.JSX.Element;
33
-
34
- declare function EmailIcon({ size, }: {
35
- size?: number;
36
- }): react_jsx_runtime.JSX.Element;
37
-
38
- declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element;
39
-
40
- declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
41
-
42
- interface LoadingIconProps {
43
- size?: number;
44
- className?: string;
45
- color?: string;
46
- }
47
- declare const LoadingIcon: React.FC<LoadingIconProps>;
48
-
49
- declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
50
-
51
- declare const UnLoginIcon: React.FC<IconProps$1>;
52
-
53
- declare const LoginIcon: React.FC<IconProps$1>;
54
-
55
- declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
56
-
57
- declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
58
-
59
- type IconProps = {
60
- color?: string,
61
- height?: string|number,
62
- width?: string|number,
63
- className?: string
64
- size?: number
65
- }
66
-
67
- type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
68
-
69
- type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
70
-
71
- declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
72
-
73
- declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
74
-
75
- declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
76
-
77
- declare function FacebookIcon({ size }: {
78
- size?: number | string;
79
- }): react_jsx_runtime.JSX.Element;
80
-
81
- declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
82
-
83
- declare function GithubIcon({ size }: {
84
- size?: number | string;
85
- }): react_jsx_runtime.JSX.Element;
86
-
87
- declare function DiscordIcon({ size }: {
88
- size?: number | string;
89
- }): react_jsx_runtime.JSX.Element;
90
-
91
- declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
92
-
93
- declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
94
-
95
- declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
96
-
97
- declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
98
-
99
- declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
100
-
101
- declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
102
-
103
- declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
104
-
105
- declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
106
-
107
- declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
108
-
109
- declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
110
-
111
- declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
112
-
113
- declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
114
-
115
- declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
116
-
117
- declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
118
-
119
- declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
120
-
121
- declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
122
-
123
- declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
124
-
125
- declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
126
-
127
- declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
128
-
129
- declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
130
-
131
- declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
132
-
133
- export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
@@ -1,133 +0,0 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React, { CSSProperties } from 'react';
3
- import { s as IconProps$1 } from '../../types-CVwZEgQ0.js';
4
-
5
- declare function BackIcon({ color, size, className, style }: {
6
- color?: string;
7
- size?: number;
8
- style?: CSSProperties;
9
- className?: string;
10
- }): react_jsx_runtime.JSX.Element;
11
-
12
- declare function CloseIcon({ color, size, style }: {
13
- color?: string;
14
- size?: number;
15
- style?: CSSProperties;
16
- }): react_jsx_runtime.JSX.Element;
17
-
18
- declare function XIcon({ size }: {
19
- size?: number;
20
- }): react_jsx_runtime.JSX.Element;
21
-
22
- declare function GoogleIcon({ size }: {
23
- size?: number;
24
- }): react_jsx_runtime.JSX.Element;
25
-
26
- declare function WalletIcon({ size, }: {
27
- size?: number;
28
- }): react_jsx_runtime.JSX.Element;
29
-
30
- declare function TelegramIcon({ size, }: {
31
- size?: number;
32
- }): react_jsx_runtime.JSX.Element;
33
-
34
- declare function EmailIcon({ size, }: {
35
- size?: number;
36
- }): react_jsx_runtime.JSX.Element;
37
-
38
- declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element;
39
-
40
- declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
41
-
42
- interface LoadingIconProps {
43
- size?: number;
44
- className?: string;
45
- color?: string;
46
- }
47
- declare const LoadingIcon: React.FC<LoadingIconProps>;
48
-
49
- declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
50
-
51
- declare const UnLoginIcon: React.FC<IconProps$1>;
52
-
53
- declare const LoginIcon: React.FC<IconProps$1>;
54
-
55
- declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
56
-
57
- declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
58
-
59
- type IconProps = {
60
- color?: string,
61
- height?: string|number,
62
- width?: string|number,
63
- className?: string
64
- size?: number
65
- }
66
-
67
- type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
68
-
69
- type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
70
-
71
- declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
72
-
73
- declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
74
-
75
- declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
76
-
77
- declare function FacebookIcon({ size }: {
78
- size?: number | string;
79
- }): react_jsx_runtime.JSX.Element;
80
-
81
- declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
82
-
83
- declare function GithubIcon({ size }: {
84
- size?: number | string;
85
- }): react_jsx_runtime.JSX.Element;
86
-
87
- declare function DiscordIcon({ size }: {
88
- size?: number | string;
89
- }): react_jsx_runtime.JSX.Element;
90
-
91
- declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
92
-
93
- declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
94
-
95
- declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
96
-
97
- declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
98
-
99
- declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
100
-
101
- declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
102
-
103
- declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
104
-
105
- declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
106
-
107
- declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
108
-
109
- declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
110
-
111
- declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
112
-
113
- declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
114
-
115
- declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
116
-
117
- declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
118
-
119
- declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
120
-
121
- declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
122
-
123
- declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
124
-
125
- declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
126
-
127
- declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
128
-
129
- declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
130
-
131
- declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
132
-
133
- export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };