qlu-20-ui-library 1.7.40 → 1.7.41
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/build/index.css +1 -1
- package/dist/build/qlu-20-ui-library.cjs +1 -1
- package/dist/build/qlu-20-ui-library.js +9 -49
- package/dist/types/components/Svg/CheveronDown.js +1 -1
- package/dist/types/components/Svg/CheveronUp.js +1 -1
- package/dist/types/components/Svg/ChevronLeft.js +2 -2
- package/dist/types/components/Svg/ChevronRight.js +2 -2
- package/package.json +1 -1
|
@@ -3781,11 +3781,10 @@ const Jie = ({
|
|
|
3781
3781
|
children: /* @__PURE__ */ c.jsx(
|
|
3782
3782
|
"path",
|
|
3783
3783
|
{
|
|
3784
|
-
d: "
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
"stroke-linejoin": "round"
|
|
3784
|
+
d: "M8 10L12 14L16 10",
|
|
3785
|
+
strokeWidth: "2",
|
|
3786
|
+
strokeLinecap: "round",
|
|
3787
|
+
strokeLinejoin: "round"
|
|
3789
3788
|
}
|
|
3790
3789
|
)
|
|
3791
3790
|
}
|
|
@@ -3805,53 +3804,14 @@ const Jie = ({
|
|
|
3805
3804
|
children: /* @__PURE__ */ c.jsx(
|
|
3806
3805
|
"path",
|
|
3807
3806
|
{
|
|
3808
|
-
d: "
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
"stroke-linejoin": "round"
|
|
3813
|
-
}
|
|
3814
|
-
)
|
|
3815
|
-
}
|
|
3816
|
-
), XA = ({ width: e = "16", height: t = "15" }) => /* @__PURE__ */ c.jsx(
|
|
3817
|
-
"svg",
|
|
3818
|
-
{
|
|
3819
|
-
width: e,
|
|
3820
|
-
height: t,
|
|
3821
|
-
viewBox: "0 0 24 24",
|
|
3822
|
-
fill: "none",
|
|
3823
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3824
|
-
children: /* @__PURE__ */ c.jsx(
|
|
3825
|
-
"path",
|
|
3826
|
-
{
|
|
3827
|
-
d: "M14.6992 18.3008L8.39922 12.0008L14.6992 5.70081",
|
|
3828
|
-
stroke: "#C1C1C1",
|
|
3829
|
-
"stroke-width": "1.8",
|
|
3830
|
-
"stroke-linecap": "round",
|
|
3831
|
-
"stroke-linejoin": "round"
|
|
3832
|
-
}
|
|
3833
|
-
)
|
|
3834
|
-
}
|
|
3835
|
-
), QA = ({ width: e = "16", height: t = "15" }) => /* @__PURE__ */ c.jsx(
|
|
3836
|
-
"svg",
|
|
3837
|
-
{
|
|
3838
|
-
width: e,
|
|
3839
|
-
height: t,
|
|
3840
|
-
viewBox: "0 0 24 24",
|
|
3841
|
-
fill: "none",
|
|
3842
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3843
|
-
children: /* @__PURE__ */ c.jsx(
|
|
3844
|
-
"path",
|
|
3845
|
-
{
|
|
3846
|
-
d: "M9.30078 5.69922L15.6008 11.9992L9.30078 18.2992",
|
|
3847
|
-
stroke: "#C1C1C1",
|
|
3848
|
-
"stroke-width": "1.8",
|
|
3849
|
-
"stroke-linecap": "round",
|
|
3850
|
-
"stroke-linejoin": "round"
|
|
3807
|
+
d: "M16 14L12 10L8 14",
|
|
3808
|
+
strokeWidth: "2",
|
|
3809
|
+
strokeLinecap: "round",
|
|
3810
|
+
strokeLinejoin: "round"
|
|
3851
3811
|
}
|
|
3852
3812
|
)
|
|
3853
3813
|
}
|
|
3854
|
-
), _A = ({
|
|
3814
|
+
), XA = ({ width: e = "16", height: t = "15" }) => /* @__PURE__ */ c.jsx("svg", { width: e, height: t, viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ c.jsx("path", { d: "M9.7998 11.7008L5.5998 7.50078L9.7998 3.30078", stroke: "#C1C1C1", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }), QA = ({ width: e = "16", height: t = "15" }) => /* @__PURE__ */ c.jsx("svg", { width: e, height: t, viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ c.jsx("path", { d: "M6.2002 3.29922L10.4002 7.49922L6.2002 11.6992", stroke: "#C1C1C1", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }), _A = ({
|
|
3855
3815
|
className: e = "",
|
|
3856
3816
|
width: t = "12",
|
|
3857
3817
|
height: n = "12"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
const CheveronDown = ({ className = "", width = "12", height = "12", }) => {
|
|
3
|
-
return (_jsx("svg", { className: className, width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "
|
|
3
|
+
return (_jsx("svg", { className: className, width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M8 10L12 14L16 10", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
4
|
};
|
|
5
5
|
export default CheveronDown;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
const CheveronUp = ({ className = "", width = "12", height = "12", }) => {
|
|
3
|
-
return (_jsx("svg", { className: className, width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "
|
|
3
|
+
return (_jsx("svg", { className: className, width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M16 14L12 10L8 14", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
4
|
};
|
|
5
5
|
export default CheveronUp;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const ChevronLeft = ({ width =
|
|
3
|
-
return (_jsx("svg", { width: width, height: height, viewBox: "0 0
|
|
2
|
+
const ChevronLeft = ({ width = '16', height = '15' }) => {
|
|
3
|
+
return (_jsx("svg", { width: width, height: height, viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M9.7998 11.7008L5.5998 7.50078L9.7998 3.30078", stroke: "#C1C1C1", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
4
|
};
|
|
5
5
|
export default ChevronLeft;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const ChevronRight = ({ width =
|
|
3
|
-
return (_jsx("svg", { width: width, height: height, viewBox: "0 0
|
|
2
|
+
const ChevronRight = ({ width = '16', height = '15' }) => {
|
|
3
|
+
return (_jsx("svg", { width: width, height: height, viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M6.2002 3.29922L10.4002 7.49922L6.2002 11.6992", stroke: "#C1C1C1", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
4
|
};
|
|
5
5
|
export default ChevronRight;
|