@tidbcloud/uikit 2.7.0 → 2.7.1
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/CHANGELOG.md +6 -0
- package/dist/icons/index.cjs +3 -0
- package/dist/icons/index.d.cts +4 -0
- package/dist/icons/index.d.mts +4 -0
- package/dist/icons/index.mjs +3 -0
- package/dist/icons/raw/ExpandLine.svg +3 -0
- package/dist/icons/react/ExpandLine.cjs +52 -0
- package/dist/icons/react/ExpandLine.d.cts +3 -0
- package/dist/icons/react/ExpandLine.d.mts +3 -0
- package/dist/icons/react/ExpandLine.mjs +52 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/icons/index.cjs
CHANGED
|
@@ -468,6 +468,7 @@ const Expand04 = require("./react/Expand04.cjs");
|
|
|
468
468
|
const Expand05 = require("./react/Expand05.cjs");
|
|
469
469
|
const Expand06 = require("./react/Expand06.cjs");
|
|
470
470
|
const Expand08 = require("./react/Expand08.cjs");
|
|
471
|
+
const ExpandLine = require("./react/ExpandLine.cjs");
|
|
471
472
|
const Eye = require("./react/Eye.cjs");
|
|
472
473
|
const EyeOff = require("./react/EyeOff.cjs");
|
|
473
474
|
const FaceContent = require("./react/FaceContent.cjs");
|
|
@@ -1732,6 +1733,7 @@ const IconExpand04 = Expand04.default;
|
|
|
1732
1733
|
const IconExpand05 = Expand05.default;
|
|
1733
1734
|
const IconExpand06 = Expand06.default;
|
|
1734
1735
|
const IconExpand08 = Expand08.default;
|
|
1736
|
+
const IconExpandLine = ExpandLine.default;
|
|
1735
1737
|
const IconEye = Eye.default;
|
|
1736
1738
|
const IconEyeOff = EyeOff.default;
|
|
1737
1739
|
const IconFaceContent = FaceContent.default;
|
|
@@ -2999,6 +3001,7 @@ exports.IconExpand04 = IconExpand04;
|
|
|
2999
3001
|
exports.IconExpand05 = IconExpand05;
|
|
3000
3002
|
exports.IconExpand06 = IconExpand06;
|
|
3001
3003
|
exports.IconExpand08 = IconExpand08;
|
|
3004
|
+
exports.IconExpandLine = IconExpandLine;
|
|
3002
3005
|
exports.IconEye = IconEye;
|
|
3003
3006
|
exports.IconEyeOff = IconEyeOff;
|
|
3004
3007
|
exports.IconFaceContent = IconFaceContent;
|
package/dist/icons/index.d.cts
CHANGED
|
@@ -1875,6 +1875,10 @@ export declare const IconExpand06: React.FC<IconProps>;
|
|
|
1875
1875
|
* @preview 
|
|
1876
1876
|
*/
|
|
1877
1877
|
export declare const IconExpand08: React.FC<IconProps>;
|
|
1878
|
+
/**
|
|
1879
|
+
* @preview 
|
|
1880
|
+
*/
|
|
1881
|
+
export declare const IconExpandLine: React.FC<IconProps>;
|
|
1878
1882
|
/**
|
|
1879
1883
|
* @preview 
|
|
1880
1884
|
*/
|
package/dist/icons/index.d.mts
CHANGED
|
@@ -1875,6 +1875,10 @@ export declare const IconExpand06: React.FC<IconProps>;
|
|
|
1875
1875
|
* @preview 
|
|
1876
1876
|
*/
|
|
1877
1877
|
export declare const IconExpand08: React.FC<IconProps>;
|
|
1878
|
+
/**
|
|
1879
|
+
* @preview 
|
|
1880
|
+
*/
|
|
1881
|
+
export declare const IconExpandLine: React.FC<IconProps>;
|
|
1878
1882
|
/**
|
|
1879
1883
|
* @preview 
|
|
1880
1884
|
*/
|
package/dist/icons/index.mjs
CHANGED
|
@@ -466,6 +466,7 @@ import Expand04 from "./react/Expand04.mjs";
|
|
|
466
466
|
import Expand05 from "./react/Expand05.mjs";
|
|
467
467
|
import Expand06 from "./react/Expand06.mjs";
|
|
468
468
|
import Expand08 from "./react/Expand08.mjs";
|
|
469
|
+
import ExpandLine from "./react/ExpandLine.mjs";
|
|
469
470
|
import Eye from "./react/Eye.mjs";
|
|
470
471
|
import EyeOff from "./react/EyeOff.mjs";
|
|
471
472
|
import FaceContent from "./react/FaceContent.mjs";
|
|
@@ -1730,6 +1731,7 @@ const IconExpand04 = Expand04;
|
|
|
1730
1731
|
const IconExpand05 = Expand05;
|
|
1731
1732
|
const IconExpand06 = Expand06;
|
|
1732
1733
|
const IconExpand08 = Expand08;
|
|
1734
|
+
const IconExpandLine = ExpandLine;
|
|
1733
1735
|
const IconEye = Eye;
|
|
1734
1736
|
const IconEyeOff = EyeOff;
|
|
1735
1737
|
const IconFaceContent = FaceContent;
|
|
@@ -2998,6 +3000,7 @@ export {
|
|
|
2998
3000
|
IconExpand05,
|
|
2999
3001
|
IconExpand06,
|
|
3000
3002
|
IconExpand08,
|
|
3003
|
+
IconExpandLine,
|
|
3001
3004
|
IconEye,
|
|
3002
3005
|
IconEyeOff,
|
|
3003
3006
|
IconFaceContent,
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.7771 6.13727H0.75M18.7771 0.75H0.75M18.7786 11.5245H0.751465M18.7786 16.7793H0.751465" stroke="#383E40" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const Box = require("../../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/esm/core/Box/Box.cjs");
|
|
6
|
+
const IconExpandLine = (props, ref) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
width: "1em",
|
|
11
|
+
height: "1em",
|
|
12
|
+
viewBox: "0 0 20 18",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
strokeWidth: "1.5",
|
|
16
|
+
ref,
|
|
17
|
+
...props,
|
|
18
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M18.7771 6.13727H0.75M18.7771 0.75H0.75M18.7786 11.5245H0.751465M18.7786 16.7793H0.751465",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round",
|
|
25
|
+
strokeWidth: "inherit"
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
const ForwardRef = React.forwardRef(IconExpandLine);
|
|
32
|
+
const ExpandLine = React.forwardRef((props, ref) => {
|
|
33
|
+
if (typeof props.size === "number") {
|
|
34
|
+
const { size, ...rest } = props;
|
|
35
|
+
props = {
|
|
36
|
+
...rest,
|
|
37
|
+
w: size,
|
|
38
|
+
h: size
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
42
|
+
Box.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
...props,
|
|
46
|
+
component: ForwardRef,
|
|
47
|
+
className: ["tiui-icon", "ExpandLine", props.className].join(" ")
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
});
|
|
51
|
+
ExpandLine.displayName = "IconExpandLine";
|
|
52
|
+
exports.default = ExpandLine;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { Box } from "../../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/esm/core/Box/Box.mjs";
|
|
4
|
+
const IconExpandLine = (props, ref) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
viewBox: "0 0 20 18",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
strokeWidth: "1.5",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsx(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M18.7771 6.13727H0.75M18.7771 0.75H0.75M18.7786 11.5245H0.751465M18.7786 16.7793H0.751465",
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
strokeLinecap: "round",
|
|
22
|
+
strokeLinejoin: "round",
|
|
23
|
+
strokeWidth: "inherit"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
};
|
|
29
|
+
const ForwardRef = forwardRef(IconExpandLine);
|
|
30
|
+
const ExpandLine = forwardRef((props, ref) => {
|
|
31
|
+
if (typeof props.size === "number") {
|
|
32
|
+
const { size, ...rest } = props;
|
|
33
|
+
props = {
|
|
34
|
+
...rest,
|
|
35
|
+
w: size,
|
|
36
|
+
h: size
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
return /* @__PURE__ */ jsx(
|
|
40
|
+
Box,
|
|
41
|
+
{
|
|
42
|
+
ref,
|
|
43
|
+
...props,
|
|
44
|
+
component: ForwardRef,
|
|
45
|
+
className: ["tiui-icon", "ExpandLine", props.className].join(" ")
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
ExpandLine.displayName = "IconExpandLine";
|
|
50
|
+
export {
|
|
51
|
+
ExpandLine as default
|
|
52
|
+
};
|