sccoreui 6.3.32 → 6.3.34

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.
@@ -49,12 +49,15 @@ exports.Heading1 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
49
49
  exports.Bold = `<svg xmlns="http://www.w3.org/2000/svg" width="11" height="14" viewBox="0 0 11 14" fill="none">
50
50
  <path d="M8.6 6.79C9.57 6.12 10.25 5.02 10.25 4C10.25 1.74 8.5 0 6.25 0H0V14H7.04C9.13 14 10.75 12.3 10.75 10.21C10.75 8.69 9.89 7.39 8.6 6.79ZM3 2.5H6C6.83 2.5 7.5 3.17 7.5 4C7.5 4.83 6.83 5.5 6 5.5H3V2.5ZM6.5 11.5H3V8.5H6.5C7.33 8.5 8 9.17 8 10C8 10.83 7.33 11.5 6.5 11.5Z" fill="#98A2B3"/>
51
51
  </svg>`;
52
- exports.LightningGreen = `<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
53
- <path d="M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z" fill="#12B76A"/>
54
- </svg>`;
55
- exports.LightningRed = `<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
56
- <path d="M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z" fill="#F04438"/>
57
- </svg>`;
58
- exports.Lightning = `<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
59
- <path d="M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z" fill="#EAAA08"/>
60
- </svg>`;
52
+ const LightningGreen = () => {
53
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z", fill: "#12B76A" }) })));
54
+ };
55
+ exports.LightningGreen = LightningGreen;
56
+ const LightningRed = () => {
57
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z", fill: "#F04438" }) })));
58
+ };
59
+ exports.LightningRed = LightningRed;
60
+ const Lightning = () => {
61
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z", fill: "#EAAA08" }) })));
62
+ };
63
+ exports.Lightning = Lightning;
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  const svg_1 = require("../../../assets/svg/svg");
5
5
  const FieldLabel = (props) => {
6
- return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex" }, { children: [(0, jsx_runtime_1.jsx)("img", { src: !(props === null || props === void 0 ? void 0 : props.error) && (props === null || props === void 0 ? void 0 : props.touched)
7
- ? svg_1.LightningGreen
8
- : (props === null || props === void 0 ? void 0 : props.error) && (props === null || props === void 0 ? void 0 : props.touched)
9
- ? svg_1.LightningRed
10
- : svg_1.Lightning, alt: "ss" }), (0, jsx_runtime_1.jsx)("label", Object.assign({ htmlFor: props === null || props === void 0 ? void 0 : props.label, className: "mb-1" }, { children: props === null || props === void 0 ? void 0 : props.label }))] })) }));
6
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex" }, { children: [!(props === null || props === void 0 ? void 0 : props.error) && (props === null || props === void 0 ? void 0 : props.touched) ? ((0, jsx_runtime_1.jsx)(svg_1.LightningGreen, {})) : (props === null || props === void 0 ? void 0 : props.error) && (props === null || props === void 0 ? void 0 : props.touched) ? ((0, jsx_runtime_1.jsx)(svg_1.LightningRed, {})) : ((0, jsx_runtime_1.jsx)(svg_1.Lightning, {})), (0, jsx_runtime_1.jsx)("label", Object.assign({ htmlFor: props === null || props === void 0 ? void 0 : props.label, className: "mb-1" }, { children: props === null || props === void 0 ? void 0 : props.label }))] })) }));
11
7
  };
12
8
  exports.default = FieldLabel;
@@ -12,6 +12,6 @@ export const Quotes: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill
12
12
  export const Heading2: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.748 22H18.0215V17.25H13.9824V22H11.2402V10.625H13.9824V15.1406H18.0215V10.625H20.748V22Z\" fill=\"#98A2B3\" />\n</svg>";
13
13
  export const Heading1: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7822 22H18.8525V15.9062H13.1396V22H10.21V7.78125H13.1396V13.543H18.8525V7.78125H21.7822V22Z\" fill=\"#98A2B3\" />\n</svg>";
14
14
  export const Bold: "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"14\" viewBox=\"0 0 11 14\" fill=\"none\">\n<path d=\"M8.6 6.79C9.57 6.12 10.25 5.02 10.25 4C10.25 1.74 8.5 0 6.25 0H0V14H7.04C9.13 14 10.75 12.3 10.75 10.21C10.75 8.69 9.89 7.39 8.6 6.79ZM3 2.5H6C6.83 2.5 7.5 3.17 7.5 4C7.5 4.83 6.83 5.5 6 5.5H3V2.5ZM6.5 11.5H3V8.5H6.5C7.33 8.5 8 9.17 8 10C8 10.83 7.33 11.5 6.5 11.5Z\" fill=\"#98A2B3\"/>\n</svg>";
15
- export const LightningGreen: "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n<path d=\"M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z\" fill=\"#12B76A\"/>\n</svg>";
16
- export const LightningRed: "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n<path d=\"M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z\" fill=\"#F04438\"/>\n</svg>";
17
- export const Lightning: "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\n<path d=\"M8.31076 1.16699H4.95334C4.84865 1.16699 4.7963 1.16699 4.75008 1.18293C4.70921 1.19703 4.67199 1.22004 4.6411 1.25029C4.60617 1.28449 4.58276 1.33132 4.53594 1.42496L2.08594 6.32496C1.97413 6.54859 1.91822 6.6604 1.93165 6.75129C1.94338 6.83065 1.98728 6.90169 2.05302 6.94767C2.12831 7.00033 2.25332 7.00033 2.50334 7.00033H6.12326L4.37326 12.8337L11.4859 5.45759C11.7259 5.20873 11.8458 5.08431 11.8529 4.97784C11.859 4.88542 11.8208 4.79561 11.75 4.73584C11.6685 4.66699 11.4957 4.66699 11.15 4.66699H6.99826L8.31076 1.16699Z\" fill=\"#EAAA08\"/>\n</svg>";
15
+ export function LightningGreen(): import("react/jsx-runtime").JSX.Element;
16
+ export function LightningRed(): import("react/jsx-runtime").JSX.Element;
17
+ export function Lightning(): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.3.32",
3
+ "version": "6.3.34",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",