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.
@@ -3781,11 +3781,10 @@ const Jie = ({
3781
3781
  children: /* @__PURE__ */ c.jsx(
3782
3782
  "path",
3783
3783
  {
3784
- d: "M18.3008 9.30078L12.0008 15.6008L5.70081 9.30078",
3785
- stroke: "#C1C1C1",
3786
- "stroke-width": "1.8",
3787
- "stroke-linecap": "round",
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: "M5.69922 14.6992L11.9992 8.39922L18.2992 14.6992",
3809
- stroke: "#C1C1C1",
3810
- "stroke-width": "1.8",
3811
- "stroke-linecap": "round",
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: "M18.3008 9.30078L12.0008 15.6008L5.70081 9.30078", stroke: "#C1C1C1", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
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: "M5.69922 14.6992L11.9992 8.39922L18.2992 14.6992", stroke: "#C1C1C1", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
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 = "16", height = "15" }) => {
3
- return (_jsx("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M14.6992 18.3008L8.39922 12.0008L14.6992 5.70081", stroke: "#C1C1C1", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
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 = "16", height = "15" }) => {
3
- return (_jsx("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M9.30078 5.69922L15.6008 11.9992L9.30078 18.2992", stroke: "#C1C1C1", "stroke-width": "1.8", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlu-20-ui-library",
3
- "version": "1.7.40",
3
+ "version": "1.7.41",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",