@matchain/matchid-sdk-react 0.1.48-alpha.10 → 0.1.48-alpha.3
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.
- package/dist/assets/icon/index.d.mts +2 -11
- package/dist/assets/icon/index.d.ts +2 -11
- package/dist/assets/icon/index.js +2 -93
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +1 -9
- package/dist/{chunk-LHNKZISB.mjs → chunk-A5D3NKTK.mjs} +4 -91
- package/dist/chunk-A5D3NKTK.mjs.map +1 -0
- package/dist/{chunk-MXBUBTKR.mjs → chunk-LNSJ3ZXG.mjs} +5 -11
- package/dist/chunk-LNSJ3ZXG.mjs.map +1 -0
- package/dist/{chunk-YGFOHQU6.mjs → chunk-LPQROHSB.mjs} +2 -2
- package/dist/{chunk-2LRK5L4Z.mjs → chunk-V3WGYFWQ.mjs} +449 -1399
- package/dist/chunk-V3WGYFWQ.mjs.map +1 -0
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +448 -1689
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -12
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +185 -265
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +4 -5
- package/dist/hooks/index.d.mts +2 -3
- package/dist/hooks/index.d.ts +2 -3
- package/dist/hooks/index.js +177 -1516
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -10
- package/dist/{index-NzZ-mfGZ.d.mts → index-B-s1k4Da.d.mts} +2 -5
- package/dist/{index-BxPB2IQ2.d.ts → index-B8DYrhSW.d.mts} +8 -29
- package/dist/{index-DAEvA2P4.d.ts → index-BHvCA7F9.d.ts} +4 -28
- package/dist/{index-BEwCPHZr.d.mts → index-BZrddrq-.d.mts} +4 -28
- package/dist/{index-BQPieWF9.d.ts → index-BvLpvebq.d.mts} +3 -4
- package/dist/{index-C9s2Ea9O.d.ts → index-Bzcc-y8m.d.ts} +1 -1
- package/dist/{index-CE20hVl1.d.mts → index-Cwx2p8th.d.ts} +8 -29
- package/dist/{index-BsmYcQQU.d.mts → index-DCeOyAw8.d.ts} +3 -4
- package/dist/{index-88JSE0j2.d.ts → index-DG_gyw1q.d.ts} +2 -5
- package/dist/index-DKyt0for.d.mts +181 -0
- package/dist/{index-DZ-eQkIA.d.mts → index-DbG5IjhP.d.mts} +1 -1
- package/dist/index-TkB89QxX.d.ts +181 -0
- package/dist/index.css +4 -468
- package/dist/index.d.mts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +1079 -2172
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -11
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-BZoVuUty.d.mts → types-CHkU0WHZ.d.mts} +33 -48
- package/dist/{types-BZoVuUty.d.ts → types-CHkU0WHZ.d.ts} +33 -48
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/ui/index.js +62 -80
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/example/src/pages/Wallet/components/MatchWallet.tsx +10 -24
- package/package.json +1 -7
- package/dist/chunk-2LRK5L4Z.mjs.map +0 -1
- package/dist/chunk-5JHHHLG4.mjs +0 -136
- package/dist/chunk-5JHHHLG4.mjs.map +0 -1
- package/dist/chunk-LHNKZISB.mjs.map +0 -1
- package/dist/chunk-MXBUBTKR.mjs.map +0 -1
- package/dist/index-DIxrMLXq.d.ts +0 -3295
- package/dist/index-P71uc8y5.d.mts +0 -3295
- package/dist/utils/index.d.mts +0 -26
- package/dist/utils/index.d.ts +0 -26
- package/dist/utils/index.js +0 -181
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/index.mjs +0 -30
- package/dist/utils/index.mjs.map +0 -1
- /package/dist/{chunk-YGFOHQU6.mjs.map → chunk-LPQROHSB.mjs.map} +0 -0
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ArrowDownIcon,
|
|
3
3
|
ArrowLeftIcon,
|
|
4
4
|
ArrowRightIcon,
|
|
5
|
-
ArrowSendIcon,
|
|
6
5
|
BTCDarkIcon,
|
|
7
6
|
BTCLightIcon,
|
|
8
7
|
BackIcon,
|
|
@@ -23,8 +22,6 @@ import {
|
|
|
23
22
|
FacebookIcon,
|
|
24
23
|
GithubIcon,
|
|
25
24
|
GoogleIcon,
|
|
26
|
-
InfoLineIcon,
|
|
27
|
-
InfoRoundIcon,
|
|
28
25
|
LeatherIcon,
|
|
29
26
|
LinkedinIcon,
|
|
30
27
|
LoadingIcon_default,
|
|
@@ -39,7 +36,6 @@ import {
|
|
|
39
36
|
TelegramIcon,
|
|
40
37
|
TonLightIcon,
|
|
41
38
|
TonLightIcon2,
|
|
42
|
-
TransferIcon,
|
|
43
39
|
TronLinkIcon,
|
|
44
40
|
UnLoginIcon_default,
|
|
45
41
|
UnisatIcon,
|
|
@@ -47,13 +43,12 @@ import {
|
|
|
47
43
|
XIcon,
|
|
48
44
|
XverseIcon,
|
|
49
45
|
YoutubeIcon
|
|
50
|
-
} from "../../chunk-
|
|
46
|
+
} from "../../chunk-A5D3NKTK.mjs";
|
|
51
47
|
import "../../chunk-J5LGTIGS.mjs";
|
|
52
48
|
export {
|
|
53
49
|
ArrowDownIcon,
|
|
54
50
|
ArrowLeftIcon,
|
|
55
51
|
ArrowRightIcon,
|
|
56
|
-
ArrowSendIcon,
|
|
57
52
|
BTCDarkIcon,
|
|
58
53
|
BTCLightIcon,
|
|
59
54
|
BackIcon,
|
|
@@ -74,8 +69,6 @@ export {
|
|
|
74
69
|
FacebookIcon,
|
|
75
70
|
GithubIcon,
|
|
76
71
|
GoogleIcon,
|
|
77
|
-
InfoLineIcon,
|
|
78
|
-
InfoRoundIcon,
|
|
79
72
|
LeatherIcon,
|
|
80
73
|
LinkedinIcon,
|
|
81
74
|
LoadingIcon_default as LoadingIcon,
|
|
@@ -90,7 +83,6 @@ export {
|
|
|
90
83
|
TelegramIcon,
|
|
91
84
|
TonLightIcon as TonDarkIcon,
|
|
92
85
|
TonLightIcon2 as TonLightIcon,
|
|
93
|
-
TransferIcon,
|
|
94
86
|
TronLinkIcon,
|
|
95
87
|
UnLoginIcon_default as UnLoginIcon,
|
|
96
88
|
UnisatIcon,
|
|
@@ -184,7 +184,7 @@ function CloseRoundIcon({ size = 30, ...props }) {
|
|
|
184
184
|
|
|
185
185
|
// src/assets/icon/LoadingIcon.tsx
|
|
186
186
|
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
187
|
-
var LoadingIcon = ({ size = 22, className = "", color = "white"
|
|
187
|
+
var LoadingIcon = ({ size = 22, className = "", color = "white" }) => /* @__PURE__ */ jsxs7(
|
|
188
188
|
"svg",
|
|
189
189
|
{
|
|
190
190
|
width: size,
|
|
@@ -192,7 +192,7 @@ var LoadingIcon = ({ size = 22, className = "", color = "white", rotate = false
|
|
|
192
192
|
viewBox: "0 0 22 22",
|
|
193
193
|
fill: "none",
|
|
194
194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
195
|
-
className
|
|
195
|
+
className,
|
|
196
196
|
children: [
|
|
197
197
|
/* @__PURE__ */ jsx10("path", { d: "M11 1V3.5", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
198
198
|
/* @__PURE__ */ jsx10("path", { opacity: "0.3", d: "M3.92834 3.92871L5.69977 5.70017", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -1098,89 +1098,6 @@ function ErrorRoundIcon({
|
|
|
1098
1098
|
] });
|
|
1099
1099
|
}
|
|
1100
1100
|
|
|
1101
|
-
// src/assets/icon/InfoLineIcon.tsx
|
|
1102
|
-
import { jsx as jsx45, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1103
|
-
function InfoLineIcon({
|
|
1104
|
-
size,
|
|
1105
|
-
color = "#6E6E6E",
|
|
1106
|
-
...props
|
|
1107
|
-
}) {
|
|
1108
|
-
return /* @__PURE__ */ jsxs29("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1109
|
-
/* @__PURE__ */ jsx45("g", { clipPath: "url(#clip0_418_7746)", children: /* @__PURE__ */ jsx45(
|
|
1110
|
-
"path",
|
|
1111
|
-
{
|
|
1112
|
-
fillRule: "evenodd",
|
|
1113
|
-
clipRule: "evenodd",
|
|
1114
|
-
d: "M7.99984 0.666504C3.94975 0.666504 0.666504 3.94975 0.666504 7.99984C0.666504 12.0499 3.94975 15.3332 7.99984 15.3332C12.0499 15.3332 15.3332 12.0499 15.3332 7.99984C15.3332 3.94975 12.0499 0.666504 7.99984 0.666504ZM1.99984 7.99984C1.99984 4.68613 4.68613 1.99984 7.99984 1.99984C11.3135 1.99984 13.9998 4.68613 13.9998 7.99984C13.9998 11.3135 11.3135 13.9998 7.99984 13.9998C4.68613 13.9998 1.99984 11.3135 1.99984 7.99984ZM8.6665 7.33317C8.6665 6.96498 8.36803 6.6665 7.99984 6.6665C7.63165 6.6665 7.33317 6.96498 7.33317 7.33317V11.3332C7.33317 11.7014 7.63165 11.9998 7.99984 11.9998C8.36803 11.9998 8.6665 11.7014 8.6665 11.3332V7.33317ZM7.99984 5.33317C8.36803 5.33317 8.6665 5.03469 8.6665 4.6665C8.6665 4.29831 8.36803 3.99984 7.99984 3.99984C7.63165 3.99984 7.33317 4.29831 7.33317 4.6665C7.33317 5.03469 7.63165 5.33317 7.99984 5.33317Z",
|
|
1115
|
-
fill: color
|
|
1116
|
-
}
|
|
1117
|
-
) }),
|
|
1118
|
-
/* @__PURE__ */ jsx45("defs", { children: /* @__PURE__ */ jsx45("clipPath", { id: "clip0_418_7746", children: /* @__PURE__ */ jsx45("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1119
|
-
] });
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
// src/assets/icon/InfoRoundIcon.tsx
|
|
1123
|
-
import { jsx as jsx46, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1124
|
-
function InfoRoundIcon({
|
|
1125
|
-
size = 16,
|
|
1126
|
-
color = "#F14141",
|
|
1127
|
-
...props
|
|
1128
|
-
}) {
|
|
1129
|
-
return /* @__PURE__ */ jsxs30("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1130
|
-
/* @__PURE__ */ jsx46("circle", { cx: "8", cy: "8", r: "8", fill: color }),
|
|
1131
|
-
/* @__PURE__ */ jsx46("path", { d: "M8 4V8.8", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round" }),
|
|
1132
|
-
/* @__PURE__ */ jsx46("circle", { cx: "8.0002", cy: "11.2004", r: "0.8", fill: "white" })
|
|
1133
|
-
] });
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
// src/assets/icon/TransferIcon.tsx
|
|
1137
|
-
import { jsx as jsx47, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1138
|
-
function TransferIcon({ size = 40, ...props }) {
|
|
1139
|
-
return /* @__PURE__ */ jsxs31("svg", { width: size, height: size, viewBox: "0 0 40 40", ...props, fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1140
|
-
/* @__PURE__ */ jsx47("rect", { x: "2", y: "2", width: "36", height: "36", rx: "18", fill: "white" }),
|
|
1141
|
-
/* @__PURE__ */ jsx47("rect", { x: "2", y: "2", width: "36", height: "36", rx: "18", stroke: "#F8F8F8", strokeWidth: "4" }),
|
|
1142
|
-
/* @__PURE__ */ jsx47(
|
|
1143
|
-
"path",
|
|
1144
|
-
{
|
|
1145
|
-
d: "M18.666 12.8913L18.666 26.2246L14.666 21.6413",
|
|
1146
|
-
stroke: "black",
|
|
1147
|
-
strokeWidth: "1.4",
|
|
1148
|
-
strokeLinecap: "round",
|
|
1149
|
-
strokeLinejoin: "round"
|
|
1150
|
-
}
|
|
1151
|
-
),
|
|
1152
|
-
/* @__PURE__ */ jsx47(
|
|
1153
|
-
"path",
|
|
1154
|
-
{
|
|
1155
|
-
d: "M22.2217 12.8913L22.2217 26.2246L26.2217 21.6413",
|
|
1156
|
-
stroke: "black",
|
|
1157
|
-
strokeWidth: "1.4",
|
|
1158
|
-
strokeLinecap: "round",
|
|
1159
|
-
strokeLinejoin: "round"
|
|
1160
|
-
}
|
|
1161
|
-
)
|
|
1162
|
-
] });
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
// src/assets/icon/ArrowSendIcon.tsx
|
|
1166
|
-
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
1167
|
-
function ArrowSendIcon({
|
|
1168
|
-
size = 34,
|
|
1169
|
-
color = "#6E6E6E",
|
|
1170
|
-
...props
|
|
1171
|
-
}) {
|
|
1172
|
-
return /* @__PURE__ */ jsx48("svg", { width: size, height: size, viewBox: "0 0 34 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx48(
|
|
1173
|
-
"path",
|
|
1174
|
-
{
|
|
1175
|
-
d: "M22.6567 11.313L11.343 22.6267M22.6567 11.313L22.6567 19.7982M22.6567 11.313L14.1714 11.313",
|
|
1176
|
-
stroke: color,
|
|
1177
|
-
strokeWidth: "2",
|
|
1178
|
-
strokeLinecap: "round",
|
|
1179
|
-
strokeLinejoin: "round"
|
|
1180
|
-
}
|
|
1181
|
-
) });
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
1101
|
export {
|
|
1185
1102
|
BackIcon,
|
|
1186
1103
|
CloseIcon,
|
|
@@ -1225,10 +1142,6 @@ export {
|
|
|
1225
1142
|
BitgetIcon,
|
|
1226
1143
|
TonLightIcon,
|
|
1227
1144
|
TonLightIcon2,
|
|
1228
|
-
ErrorRoundIcon
|
|
1229
|
-
InfoLineIcon,
|
|
1230
|
-
InfoRoundIcon,
|
|
1231
|
-
TransferIcon,
|
|
1232
|
-
ArrowSendIcon
|
|
1145
|
+
ErrorRoundIcon
|
|
1233
1146
|
};
|
|
1234
|
-
//# sourceMappingURL=chunk-
|
|
1147
|
+
//# sourceMappingURL=chunk-A5D3NKTK.mjs.map
|