@matchain/matchid-sdk-react 0.1.37-alpha.3 → 0.1.37-alpha.5
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 +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-YCRZLAOS.mjs → chunk-734WE4WK.mjs} +3 -3
- package/dist/{chunk-YCRZLAOS.mjs.map → chunk-734WE4WK.mjs.map} +1 -1
- package/dist/{chunk-MZB76VOE.mjs → chunk-DTHB4OQD.mjs} +2 -2
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-BFn-HCRJ.d.ts → index-BKdqrCum.d.ts} +1 -1
- package/dist/{index-DUCRzr-P.d.ts → index-BPveUnst.d.ts} +1 -1
- package/dist/{index-CfipOX1C.d.ts → index-DTCAzQvB.d.ts} +1 -1
- package/dist/{index-BTTka3Uo.d.mts → index-Dm5o2w2J.d.mts} +1 -1
- package/dist/{index-BdeWio3u.d.mts → index-DqWn6VEO.d.mts} +1 -1
- package/dist/{index-Dq1vYJ0E.d.mts → index-dJi5ka2c.d.mts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types.d-Cqt8ifXa.d.mts → types.d-IS3DBl3p.d.mts} +1 -1
- package/dist/{types.d-Cqt8ifXa.d.ts → types.d-IS3DBl3p.d.ts} +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-MZB76VOE.mjs.map → chunk-DTHB4OQD.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 { l as IconProps$1 } from '../../types.d-
|
|
3
|
+
import { l as IconProps$1 } from '../../types.d-IS3DBl3p.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 { l as IconProps$1 } from '../../types.d-
|
|
3
|
+
import { l as IconProps$1 } from '../../types.d-IS3DBl3p.js';
|
|
4
4
|
|
|
5
5
|
declare function BackIcon({ color, size, className, style }: {
|
|
6
6
|
color?: string;
|
|
@@ -2425,7 +2425,7 @@ function CEXBindModal({
|
|
|
2425
2425
|
) }),
|
|
2426
2426
|
/* @__PURE__ */ jsx23(Field, { label: intl.formatMessage({
|
|
2427
2427
|
id: "CEXBindApiSecretKey"
|
|
2428
|
-
}), children: /* @__PURE__ */ jsx23(
|
|
2428
|
+
}), error: type != "OKX" && error, children: /* @__PURE__ */ jsx23(
|
|
2429
2429
|
Input,
|
|
2430
2430
|
{
|
|
2431
2431
|
value: secret,
|
|
@@ -2433,7 +2433,7 @@ function CEXBindModal({
|
|
|
2433
2433
|
placeholder: "**** **** ****"
|
|
2434
2434
|
}
|
|
2435
2435
|
) }),
|
|
2436
|
-
type == "OKX" && /* @__PURE__ */ jsx23(Field, { label: intl.formatMessage({
|
|
2436
|
+
type == "OKX" && /* @__PURE__ */ jsx23(Field, { error, label: intl.formatMessage({
|
|
2437
2437
|
id: "CEXBindApiPassphrase"
|
|
2438
2438
|
}), children: /* @__PURE__ */ jsx23(
|
|
2439
2439
|
Input,
|
|
@@ -3706,4 +3706,4 @@ export {
|
|
|
3706
3706
|
MatchProvider,
|
|
3707
3707
|
useMatch
|
|
3708
3708
|
};
|
|
3709
|
-
//# sourceMappingURL=chunk-
|
|
3709
|
+
//# sourceMappingURL=chunk-734WE4WK.mjs.map
|