@gnist/design-system 5.5.3 → 5.6.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 +10 -0
- package/README.md +2 -0
- package/dist/components/actions/selectionControls/Checkbox.js +1 -1
- package/dist/components/actions/selectionControls/RadioButton.js +2 -2
- package/dist/components/actions/selectionControls/Switch.cjs +19 -9
- package/dist/components/actions/selectionControls/Switch.d.ts +1 -1
- package/dist/components/actions/selectionControls/Switch.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/Switch.js +21 -11
- package/dist/components/actions/selectionControls/switch.css.cjs +123 -48
- package/dist/components/actions/selectionControls/switch.css.d.ts +10 -12
- package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.js +124 -49
- package/dist/components/feedback/alerts/AlertBanner.js +1 -1
- package/dist/components/inputs/dropdowns/SelectBase.js +1 -1
- package/dist/components/inputs/pickers/Calendar.css.js +1 -1
- package/dist/components/inputs/textFields/TextArea.js +1 -1
- package/dist/components/inputs/textFields/TextField.js +1 -1
- package/dist/components/surfaces/modal/Modal.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.js +1 -1
- package/dist/foundation/logos/svg/index.cjs +27 -27
- package/dist/index.cjs +26 -26
- package/dist/utilities/validation/validation.js +1 -1
- package/dist/utilities/validation/validators.js +1 -1
- package/package.json +7 -7
|
@@ -4,7 +4,7 @@ const SvgSentimentSatisfiedOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M10.
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M10.87 7q.45 0 .78-.33.32-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.79-.32q-.45 0-.77.33-.33.32-.32.78 0 .45.32.78.32.31.78.32M5.14 7q.45 0 .77-.33.33-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.78-.32q-.45 0-.78.33-.32.32-.32.78 0 .45.32.78.33.31.79.32m5.27 4.63a4.4 4.4 0 0 0 1.6-1.95h-1.1q-.46.78-1.24 1.24-.76.45-1.67.45t-1.67-.45q-.78-.46-1.24-1.24H4a4.4 4.4 0 0 0 4.01 2.7q1.32 0 2.41-.75m-5.53 3.74a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentSatisfiedOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentSatisfiedRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 12.37a4.4 4.4 0 0 0 2.03-.48 4 4 0 0 0 1.53-1.38.5.5 0 0 0 .05-.55.5.5 0 0 0-.45-.28.5.5 0 0 0-.4.23q-.48.68-1.2 1.07-.73.39-1.56.39t-1.56-.39a3.5 3.5 0 0 1-1.2-1.07l-.19-.17-.22-.06q-.3 0-.45.27-.14.26.04.53.59.9 1.54 1.4t2.04.5M10.87 7q.45 0 .78-.33.32-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.79-.32q-.45 0-.77.33-.33.32-.32.78 0 .45.32.78.32.31.78.32M5.14 7q.45 0 .77-.33.33-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.78-.32q-.45 0-.78.33-.32.32-.32.78 0 .45.32.78.33.31.79.32m-.26 8.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentSatisfiedRound;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentSatisfiedRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 12.37a4.4 4.4 0 0 0 2.03-.48 4 4 0 0 0 1.53-1.38.5.5 0 0 0 .05-.55.5.5 0 0 0-.45-.28.5.5 0 0 0-.4.23q-.48.68-1.2 1.07-.73.39-1.56.39t-1.56-.39a3.5 3.5 0 0 1-1.2-1.07l-.19-.17-.22-.06q-.3 0-.45.27-.14.26.04.53.59.9 1.54 1.4t2.04.5M10.87 7q.45 0 .78-.33.32-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.79-.32q-.45 0-.77.33-.33.32-.32.78 0 .45.32.78.32.31.78.32M5.14 7q.45 0 .77-.33.33-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.78-.32q-.45 0-.78.33-.32.32-.32.78 0 .45.32.78.33.31.79.32m-.26 8.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentSatisfiedRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentSatisfiedSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M10.
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M10.87 7q.45 0 .78-.33.32-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.79-.32q-.45 0-.77.33-.33.32-.32.78 0 .45.32.78.32.31.78.32M5.14 7q.45 0 .77-.33.33-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.78-.32q-.45 0-.78.33-.32.32-.32.78 0 .45.32.78.33.31.79.32m5.27 4.63a4.4 4.4 0 0 0 1.6-1.95h-1.1q-.46.78-1.24 1.24-.76.45-1.67.45t-1.67-.45q-.78-.46-1.24-1.24H4a4.4 4.4 0 0 0 4.01 2.7q1.32 0 2.41-.75m-5.53 3.74a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentSatisfiedSharp;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentSatisfiedSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M10.
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M10.87 7q.45 0 .78-.33.32-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.79-.32q-.45 0-.77.33-.33.32-.32.78 0 .45.32.78.32.31.78.32M5.14 7q.45 0 .77-.33.33-.32.32-.78 0-.45-.32-.78a1 1 0 0 0-.78-.32q-.45 0-.78.33-.32.32-.32.78 0 .45.32.78.33.31.79.32m5.27 4.63a4.4 4.4 0 0 0 1.6-1.95h-1.1q-.46.78-1.24 1.24-.76.45-1.67.45t-1.67-.45q-.78-.46-1.24-1.24H4a4.4 4.4 0 0 0 4.01 2.7q1.32 0 2.41-.75m-5.53 3.74a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentSatisfiedSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVeryDissatisfiedFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor",
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m8 10.81 1 1q.1.1.26.11t.27-.12l1-.99.46.47q.15.15.35.15.21 0 .36-.15.16-.15.16-.35a.5.5 0 0 0-.16-.36l-.9-.9a.4.4 0 0 0-.27-.12q-.16 0-.27.12l-1 1-.99-1A.4.4 0 0 0 8 9.55q-.16 0-.27.12l-1 1-.99-1a.4.4 0 0 0-.27-.12q-.15 0-.27.12l-.9.9a.5.5 0 0 0-.15.35q0 .2.15.36t.35.16.36-.16l.46-.47 1 1q.12.1.27.11t.27-.12zm-2.67-4.5-1.24.91a.5.5 0 0 0-.2.33q-.04.2.09.37t.33.21.37-.09l1.94-1.42q.15-.12.15-.3a.4.4 0 0 0-.15-.3L4.67 4.58a.4.4 0 0 0-.36-.1.6.6 0 0 0-.33.22.5.5 0 0 0 .11.7zm5.34 0 1.24-.9q.17-.13.2-.33a.5.5 0 0 0-.09-.37.6.6 0 0 0-.33-.21.4.4 0 0 0-.37.09L9.38 6a.4.4 0 0 0-.15.3q0 .2.15.31l1.95 1.42q.16.14.36.1t.33-.22a.5.5 0 0 0-.11-.7zm-5.79 9.06a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63" }));
|
|
28
28
|
exports.default = SvgSentimentVeryDissatisfiedFilled;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVeryDissatisfiedFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor",
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m8 10.81 1 1q.1.1.26.11t.27-.12l1-.99.46.47q.15.15.35.15.21 0 .36-.15.16-.15.16-.35a.5.5 0 0 0-.16-.36l-.9-.9a.4.4 0 0 0-.27-.12q-.16 0-.27.12l-1 1-.99-1A.4.4 0 0 0 8 9.55q-.16 0-.27.12l-1 1-.99-1a.4.4 0 0 0-.27-.12q-.15 0-.27.12l-.9.9a.5.5 0 0 0-.15.35q0 .2.15.36t.35.16.36-.16l.46-.47 1 1q.12.1.27.11t.27-.12zm-2.67-4.5-1.24.91a.5.5 0 0 0-.2.33q-.04.2.09.37t.33.21.37-.09l1.94-1.42q.15-.12.15-.3a.4.4 0 0 0-.15-.3L4.67 4.58a.4.4 0 0 0-.36-.1.6.6 0 0 0-.33.22.5.5 0 0 0 .11.7zm5.34 0 1.24-.9q.17-.13.2-.33a.5.5 0 0 0-.09-.37.6.6 0 0 0-.33-.21.4.4 0 0 0-.37.09L9.38 6a.4.4 0 0 0-.15.3q0 .2.15.31l1.95 1.42q.16.14.36.1t.33-.22a.5.5 0 0 0-.11-.7zm-5.79 9.06a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVeryDissatisfiedFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVeryDissatisfiedOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m4.27 8.33 2.77-2.01L4.27 4.3l-.6.81 1.66 1.2-1.65 1.2zm7.46 0 .6-.81-1.66-1.2 1.65-1.2-.6-.82-2.76 2.02zm-5 3.74L8 10.81l1.26 1.26 1.27-1.26.82.82.7-.7-1.52-1.53-1.27 1.26L8 9.4l-1.26 1.26L5.47 9.4l-1.52 1.53.7.7.82-.82zm-1.85 3.3a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentVeryDissatisfiedOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVeryDissatisfiedOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m4.27 8.33 2.77-2.01L4.27 4.3l-.6.81 1.66 1.2-1.65 1.2zm7.46 0 .6-.81-1.66-1.2 1.65-1.2-.6-.82-2.76 2.02zm-5 3.74L8 10.81l1.26 1.26 1.27-1.26.82.82.7-.7-1.52-1.53-1.27 1.26L8 9.4l-1.26 1.26L5.47 9.4l-1.52 1.53.7.7.82-.82zm-1.85 3.3a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVeryDissatisfiedOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVeryDissatisfiedRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m8 10.81 1 1q.1.1.26.11t.27-.12l1-.99.46.47q.15.15.35.15.21 0 .36-.15.16-.15.16-.35a.5.5 0 0 0-.16-.36l-.9-.9a.4.4 0 0 0-.27-.12q-.16 0-.27.12l-1 1-.99-1A.4.4 0 0 0 8 9.55q-.16 0-.27.12l-1 1-.99-1a.4.4 0 0 0-.27-.12q-.15 0-.27.12l-.9.9a.5.5 0 0 0-.15.35q0 .2.15.36t.35.16.36-.16l.46-.47 1 1q.12.1.27.11t.27-.12zm-2.67-4.5-1.24.91a.5.5 0 0 0-.2.33q-.04.2.09.37t.33.21.37-.09l1.94-1.42q.15-.12.15-.3a.4.4 0 0 0-.15-.3L4.67 4.58a.4.4 0 0 0-.36-.1.6.6 0 0 0-.33.22.5.5 0 0 0 .11.7zm5.34 0 1.24-.9q.17-.13.2-.33a.5.5 0 0 0-.09-.37.6.6 0 0 0-.33-.21.4.4 0 0 0-.37.09L9.38 6a.4.4 0 0 0-.15.3q0 .2.15.31l1.95 1.42q.16.14.36.1t.33-.22a.5.5 0 0 0-.11-.7zm-5.79 9.06a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentVeryDissatisfiedRound;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVeryDissatisfiedRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m8 10.81 1 1q.1.1.26.11t.27-.12l1-.99.46.47q.15.15.35.15.21 0 .36-.15.16-.15.16-.35a.5.5 0 0 0-.16-.36l-.9-.9a.4.4 0 0 0-.27-.12q-.16 0-.27.12l-1 1-.99-1A.4.4 0 0 0 8 9.55q-.16 0-.27.12l-1 1-.99-1a.4.4 0 0 0-.27-.12q-.15 0-.27.12l-.9.9a.5.5 0 0 0-.15.35q0 .2.15.36t.35.16.36-.16l.46-.47 1 1q.12.1.27.11t.27-.12zm-2.67-4.5-1.24.91a.5.5 0 0 0-.2.33q-.04.2.09.37t.33.21.37-.09l1.94-1.42q.15-.12.15-.3a.4.4 0 0 0-.15-.3L4.67 4.58a.4.4 0 0 0-.36-.1.6.6 0 0 0-.33.22.5.5 0 0 0 .11.7zm5.34 0 1.24-.9q.17-.13.2-.33a.5.5 0 0 0-.09-.37.6.6 0 0 0-.33-.21.4.4 0 0 0-.37.09L9.38 6a.4.4 0 0 0-.15.3q0 .2.15.31l1.95 1.42q.16.14.36.1t.33-.22a.5.5 0 0 0-.11-.7zm-5.79 9.06a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVeryDissatisfiedRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVeryDissatisfiedSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "m4.27 8.33 2.77-2.01L4.27 4.3l-.6.81 1.66 1.2-1.65 1.2zm7.46 0 .6-.81-1.66-1.2 1.65-1.2-.6-.82-2.76 2.02zm-5 3.74L8 10.81l1.26 1.26 1.27-1.26.82.82.7-.7-1.52-1.53-1.27 1.26L8 9.4l-1.26 1.26L5.47 9.4l-1.52 1.53.7.7.82-.82zm-1.85 3.3a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentVeryDissatisfiedSharp;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVeryDissatisfiedSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "m4.27 8.33 2.77-2.01L4.27 4.3l-.6.81 1.66 1.2-1.65 1.2zm7.46 0 .6-.81-1.66-1.2 1.65-1.2-.6-.82-2.76 2.02zm-5 3.74L8 10.81l1.26 1.26 1.27-1.26.82.82.7-.7-1.52-1.53-1.27 1.26L8 9.4l-1.26 1.26L5.47 9.4l-1.52 1.53.7.7.82-.82zm-1.85 3.3a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVeryDissatisfiedSharp as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVerySatisfiedFilled = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor",
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 12.92q1.35 0 2.29-.95.95-.95.95-2.29v-.79q0-.32-.22-.54a.7.7 0 0 0-.54-.22H5.52q-.32 0-.54.22a.7.7 0 0 0-.22.54v.8q0 1.34.95 2.28.95.96 2.29.95m0-1q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92m-2.95-8q-.67 0-1.19.43-.51.45-.78 1.06a.4.4 0 0 0 .02.35.5.5 0 0 0 .3.22q.19.06.37-.04a.6.6 0 0 0 .28-.28q.16-.3.41-.52a1 1 0 0 1 .6-.22 1 1 0 0 1 .58.23q.25.22.42.53.08.18.27.27a.5.5 0 0 0 .36.03q.2-.06.31-.22.1-.15.03-.35a3 3 0 0 0-.79-1.06 1.8 1.8 0 0 0-1.19-.43m5.9 0q-.67 0-1.2.43-.51.45-.78 1.06a.4.4 0 0 0 .03.35.5.5 0 0 0 .3.22q.18.06.37-.04a.6.6 0 0 0 .27-.28q.15-.3.41-.52a1 1 0 0 1 .6-.22q.33 0 .59.23.26.22.41.53.09.18.27.27a.5.5 0 0 0 .37.03q.2-.06.3-.22.12-.15.03-.35a3 3 0 0 0-.78-1.06 1.8 1.8 0 0 0-1.2-.43M4.88 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63" }));
|
|
28
28
|
exports.default = SvgSentimentVerySatisfiedFilled;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVerySatisfiedFilled = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor",
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 12.92q1.35 0 2.29-.95.95-.95.95-2.29v-.79q0-.32-.22-.54a.7.7 0 0 0-.54-.22H5.52q-.32 0-.54.22a.7.7 0 0 0-.22.54v.8q0 1.34.95 2.28.95.96 2.29.95m0-1q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92m-2.95-8q-.67 0-1.19.43-.51.45-.78 1.06a.4.4 0 0 0 .02.35.5.5 0 0 0 .3.22q.19.06.37-.04a.6.6 0 0 0 .28-.28q.16-.3.41-.52a1 1 0 0 1 .6-.22 1 1 0 0 1 .58.23q.25.22.42.53.08.18.27.27a.5.5 0 0 0 .36.03q.2-.06.31-.22.1-.15.03-.35a3 3 0 0 0-.79-1.06 1.8 1.8 0 0 0-1.19-.43m5.9 0q-.67 0-1.2.43-.51.45-.78 1.06a.4.4 0 0 0 .03.35.5.5 0 0 0 .3.22q.18.06.37-.04a.6.6 0 0 0 .27-.28q.15-.3.41-.52a1 1 0 0 1 .6-.22q.33 0 .59.23.26.22.41.53.09.18.27.27a.5.5 0 0 0 .37.03q.2-.06.3-.22.12-.15.03-.35a3 3 0 0 0-.78-1.06 1.8 1.8 0 0 0-1.2-.43M4.88 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVerySatisfiedFilled as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVerySatisfiedOutlined = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M4.76 8.13v1.55q0 1.34.95 2.3.95.94 2.29.94 1.35 0 2.29-.95.95-.95.95-2.29V8.13zM8 11.92q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92M3.75 4.44a3 3 0 0 0-.83 1.42l.97.24q.15-.54.47-.85a1 1 0 0 1 .7-.33 1 1 0 0 1 .69.33q.32.32.47.85l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.61 0m5.9 0a3 3 0 0 0-.84 1.42l.97.24q.15-.54.47-.86.3-.32.7-.32t.7.32.46.86l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.6 0M4.87 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentVerySatisfiedOutlined;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVerySatisfiedOutlined = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M4.76 8.13v1.55q0 1.34.95 2.3.95.94 2.29.94 1.35 0 2.29-.95.95-.95.95-2.29V8.13zM8 11.92q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92M3.75 4.44a3 3 0 0 0-.83 1.42l.97.24q.15-.54.47-.85a1 1 0 0 1 .7-.33 1 1 0 0 1 .69.33q.32.32.47.85l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.61 0m5.9 0a3 3 0 0 0-.84 1.42l.97.24q.15-.54.47-.86.3-.32.7-.32t.7.32.46.86l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.6 0M4.87 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVerySatisfiedOutlined as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVerySatisfiedRound = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M8 12.92q1.35 0 2.29-.95.95-.95.95-2.29v-.79q0-.32-.22-.54a.7.7 0 0 0-.54-.22H5.52q-.32 0-.54.22a.7.7 0 0 0-.22.54v.8q0 1.34.95 2.28.95.96 2.29.95m0-1q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92m-2.95-8q-.67 0-1.19.43-.51.45-.78 1.06a.4.4 0 0 0 .02.35.5.5 0 0 0 .3.22q.19.06.37-.04a.6.6 0 0 0 .28-.28q.16-.3.41-.52a1 1 0 0 1 .6-.22 1 1 0 0 1 .58.23q.25.22.42.53.08.18.27.27a.5.5 0 0 0 .36.03q.2-.06.31-.22.1-.15.03-.35a3 3 0 0 0-.79-1.06 1.8 1.8 0 0 0-1.19-.43m5.9 0q-.67 0-1.2.43-.51.45-.78 1.06a.4.4 0 0 0 .03.35.5.5 0 0 0 .3.22q.18.06.37-.04a.6.6 0 0 0 .27-.28q.15-.3.41-.52a1 1 0 0 1 .6-.22q.33 0 .59.23.26.22.41.53.09.18.27.27a.5.5 0 0 0 .37.03q.2-.06.3-.22.12-.15.03-.35a3 3 0 0 0-.78-1.06 1.8 1.8 0 0 0-1.2-.43M4.88 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentVerySatisfiedRound;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVerySatisfiedRound = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M8 12.92q1.35 0 2.29-.95.95-.95.95-2.29v-.79q0-.32-.22-.54a.7.7 0 0 0-.54-.22H5.52q-.32 0-.54.22a.7.7 0 0 0-.22.54v.8q0 1.34.95 2.28.95.96 2.29.95m0-1q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92m-2.95-8q-.67 0-1.19.43-.51.45-.78 1.06a.4.4 0 0 0 .02.35.5.5 0 0 0 .3.22q.19.06.37-.04a.6.6 0 0 0 .28-.28q.16-.3.41-.52a1 1 0 0 1 .6-.22 1 1 0 0 1 .58.23q.25.22.42.53.08.18.27.27a.5.5 0 0 0 .36.03q.2-.06.31-.22.1-.15.03-.35a3 3 0 0 0-.79-1.06 1.8 1.8 0 0 0-1.19-.43m5.9 0q-.67 0-1.2.43-.51.45-.78 1.06a.4.4 0 0 0 .03.35.5.5 0 0 0 .3.22q.18.06.37-.04a.6.6 0 0 0 .27-.28q.15-.3.41-.52a1 1 0 0 1 .6-.22q.33 0 .59.23.26.22.41.53.09.18.27.27a.5.5 0 0 0 .37.03q.2-.06.3-.22.12-.15.03-.35a3 3 0 0 0-.78-1.06 1.8 1.8 0 0 0-1.2-.43M4.88 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.66.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.66 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8a8.1 8.1 0 0 1-4.88 7.37Q9.67 16 8 16a8 8 0 0 1-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVerySatisfiedRound as default
|
|
10
10
|
};
|
|
@@ -24,5 +24,5 @@ const SvgSentimentVerySatisfiedSharp = ({
|
|
|
24
24
|
title,
|
|
25
25
|
titleId,
|
|
26
26
|
...props
|
|
27
|
-
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
27
|
+
}) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M4.76 8.13v1.55q0 1.34.95 2.3.95.94 2.29.94 1.35 0 2.29-.95.95-.95.95-2.29V8.13zM8 11.92q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92M3.75 4.44a3 3 0 0 0-.83 1.42l.97.24q.15-.54.47-.85a1 1 0 0 1 .7-.33 1 1 0 0 1 .69.33q.32.32.47.85l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.61 0m5.9 0a3 3 0 0 0-.84 1.42l.97.24q.15-.54.47-.86.3-.32.7-.32t.7.32.46.86l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.6 0M4.87 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
28
28
|
exports.default = SvgSentimentVerySatisfiedSharp;
|
|
@@ -4,7 +4,7 @@ const SvgSentimentVerySatisfiedSharp = ({
|
|
|
4
4
|
title,
|
|
5
5
|
titleId,
|
|
6
6
|
...props
|
|
7
|
-
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "
|
|
7
|
+
}) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M4.76 8.13v1.55q0 1.34.95 2.3.95.94 2.29.94 1.35 0 2.29-.95.95-.95.95-2.29V8.13zM8 11.92q-.93 0-1.58-.65a2.2 2.2 0 0 1-.65-1.59v-.55h4.46v.55q0 .94-.65 1.59T8 11.92M3.75 4.44a3 3 0 0 0-.83 1.42l.97.24q.15-.54.47-.85a1 1 0 0 1 .7-.33 1 1 0 0 1 .69.33q.32.32.47.85l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.61 0m5.9 0a3 3 0 0 0-.84 1.42l.97.24q.15-.54.47-.86.3-.32.7-.32t.7.32.46.86l.97-.24a3 3 0 0 0-.83-1.42 1.9 1.9 0 0 0-2.6 0M4.87 15.37a8 8 0 0 1-4.25-4.25A8 8 0 0 1 0 8q0-1.65.63-3.12A8 8 0 0 1 4.88.63 8 8 0 0 1 8 0q1.65 0 3.12.63a8 8 0 0 1 4.25 4.25Q16 6.34 16 8q0 1.65-.63 3.12a8 8 0 0 1-4.25 4.25Q9.66 16 8 16q-1.65 0-3.12-.63m7.9-2.6A6.5 6.5 0 0 0 14.74 8a6.5 6.5 0 0 0-1.96-4.78A6.5 6.5 0 0 0 8 1.26a6.5 6.5 0 0 0-4.78 1.96A6.5 6.5 0 0 0 1.26 8a6.5 6.5 0 0 0 1.96 4.78A6.5 6.5 0 0 0 8 14.74a6.5 6.5 0 0 0 4.78-1.96" }));
|
|
8
8
|
export {
|
|
9
9
|
SvgSentimentVerySatisfiedSharp as default
|
|
10
10
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const index = require("./bilhold/index.cjs");
|
|
5
|
-
const index$
|
|
6
|
-
const index$
|
|
7
|
-
const index$
|
|
8
|
-
const index$
|
|
4
|
+
const index$3 = require("./bilhold/index.cjs");
|
|
5
|
+
const index$7 = require("./mollerbil/index.cjs");
|
|
6
|
+
const index$8 = require("./skoda/index.cjs");
|
|
7
|
+
const index$6 = require("./gumpen/index.cjs");
|
|
8
|
+
const index$9 = require("./vw/index.cjs");
|
|
9
9
|
const index$5 = require("./dahles/index.cjs");
|
|
10
|
-
const index$
|
|
11
|
-
const index$
|
|
12
|
-
const index$
|
|
13
|
-
const index
|
|
14
|
-
exports.bilhold = index.bilhold;
|
|
15
|
-
exports.mollerbil = index$
|
|
16
|
-
exports.skoda = index$
|
|
17
|
-
exports.gumpen = index$
|
|
18
|
-
exports.vw = index$
|
|
19
|
-
exports.vwnytte = index$
|
|
10
|
+
const index$2 = require("./autoria/index.cjs");
|
|
11
|
+
const index$1 = require("./audi/index.cjs");
|
|
12
|
+
const index$4 = require("./cupra/index.cjs");
|
|
13
|
+
const index = require("./others/index.cjs");
|
|
14
|
+
exports.bilhold = index$3.bilhold;
|
|
15
|
+
exports.mollerbil = index$7.mollerbil;
|
|
16
|
+
exports.skoda = index$8.skoda;
|
|
17
|
+
exports.gumpen = index$6.gumpen;
|
|
18
|
+
exports.vw = index$9.vw;
|
|
19
|
+
exports.vwnytte = index$9.vwnytte;
|
|
20
20
|
exports.dahles = index$5.dahles;
|
|
21
|
-
exports.autoria = index$
|
|
22
|
-
exports.audi = index$
|
|
23
|
-
exports.cupra = index$
|
|
24
|
-
exports.albjerk = index
|
|
25
|
-
exports.alta = index
|
|
26
|
-
exports.berge = index
|
|
27
|
-
exports.fremme = index
|
|
28
|
-
exports.kirkenes = index
|
|
29
|
-
exports.mobile = index
|
|
30
|
-
exports.slatlem = index
|
|
31
|
-
exports.sulland = index
|
|
32
|
-
exports.svebjorn = index
|
|
21
|
+
exports.autoria = index$2.autoria;
|
|
22
|
+
exports.audi = index$1.audi;
|
|
23
|
+
exports.cupra = index$4.cupra;
|
|
24
|
+
exports.albjerk = index.albjerk;
|
|
25
|
+
exports.alta = index.alta;
|
|
26
|
+
exports.berge = index.berge;
|
|
27
|
+
exports.fremme = index.fremme;
|
|
28
|
+
exports.kirkenes = index.kirkenes;
|
|
29
|
+
exports.mobile = index.mobile;
|
|
30
|
+
exports.slatlem = index.slatlem;
|
|
31
|
+
exports.sulland = index.sulland;
|
|
32
|
+
exports.svebjorn = index.svebjorn;
|
package/dist/index.cjs
CHANGED
|
@@ -34,14 +34,14 @@ const LinkCard = require("./components/surfaces/cards/LinkCard.cjs");
|
|
|
34
34
|
const RadioCard = require("./components/surfaces/cards/RadioCard.cjs");
|
|
35
35
|
const Modal = require("./components/surfaces/modal/Modal.cjs");
|
|
36
36
|
const Accordion = require("./components/surfaces/accordion/Accordion.cjs");
|
|
37
|
-
const index
|
|
37
|
+
const index = require("./fonts/index.cjs");
|
|
38
38
|
const ExtraIconsProvider = require("./foundation/iconography/ExtraIconsProvider.cjs");
|
|
39
39
|
const IconVariantProvider = require("./foundation/iconography/IconVariantProvider.cjs");
|
|
40
40
|
const icons = require("./foundation/iconography/icons.cjs");
|
|
41
41
|
const Icon = require("./foundation/iconography/Icon.cjs");
|
|
42
|
-
const index$
|
|
42
|
+
const index$1 = require("./foundation/typography/index.cjs");
|
|
43
43
|
const Logo = require("./foundation/logos/Logo.cjs");
|
|
44
|
-
const index = require("./translations/index.cjs");
|
|
44
|
+
const index$2 = require("./translations/index.cjs");
|
|
45
45
|
const ScreenReaderOnly = require("./utilities/accessibility/ScreenReaderOnly.cjs");
|
|
46
46
|
const visuallyHidden_css = require("./utilities/accessibility/visuallyHidden.css.cjs");
|
|
47
47
|
const formContext = require("./utilities/forms/formContext.cjs");
|
|
@@ -90,34 +90,34 @@ exports.LinkCard = LinkCard.LinkCard;
|
|
|
90
90
|
exports.RadioCard = RadioCard.RadioCard;
|
|
91
91
|
exports.Modal = Modal.Modal;
|
|
92
92
|
exports.Accordion = Accordion.Accordion;
|
|
93
|
-
exports.AudiFont = index
|
|
94
|
-
exports.AutoriaFont = index
|
|
95
|
-
exports.BilholdFont = index
|
|
96
|
-
exports.CupraFont = index
|
|
97
|
-
exports.DahlesFont = index
|
|
98
|
-
exports.GumpenFont = index
|
|
99
|
-
exports.MollerFont = index
|
|
100
|
-
exports.SkodaFont = index
|
|
101
|
-
exports.ToolsFont = index
|
|
102
|
-
exports.VWFont = index
|
|
93
|
+
exports.AudiFont = index.AudiFont;
|
|
94
|
+
exports.AutoriaFont = index.AutoriaFont;
|
|
95
|
+
exports.BilholdFont = index.BilholdFont;
|
|
96
|
+
exports.CupraFont = index.CupraFont;
|
|
97
|
+
exports.DahlesFont = index.DahlesFont;
|
|
98
|
+
exports.GumpenFont = index.GumpenFont;
|
|
99
|
+
exports.MollerFont = index.MollerFont;
|
|
100
|
+
exports.SkodaFont = index.SkodaFont;
|
|
101
|
+
exports.ToolsFont = index.ToolsFont;
|
|
102
|
+
exports.VWFont = index.VWFont;
|
|
103
103
|
exports.ExtraIconsProvider = ExtraIconsProvider.ExtraIconsProvider;
|
|
104
104
|
exports.IconVariantProvider = IconVariantProvider.IconVariantProvider;
|
|
105
105
|
exports.defineIcons = icons.defineIcons;
|
|
106
106
|
exports.Icon = Icon.Icon;
|
|
107
|
-
exports.BodyText = index$
|
|
108
|
-
exports.DetailText = index$
|
|
109
|
-
exports.DisplayText = index$
|
|
110
|
-
exports.HeaderLevels = index$
|
|
111
|
-
exports.Heading1Text = index$
|
|
112
|
-
exports.Heading2Text = index$
|
|
113
|
-
exports.Heading3Text = index$
|
|
114
|
-
exports.LeadText = index$
|
|
115
|
-
exports.Link = index$
|
|
116
|
-
exports.TextContainer = index$
|
|
107
|
+
exports.BodyText = index$1.BodyText;
|
|
108
|
+
exports.DetailText = index$1.DetailText;
|
|
109
|
+
exports.DisplayText = index$1.DisplayText;
|
|
110
|
+
exports.HeaderLevels = index$1.HeaderLevels;
|
|
111
|
+
exports.Heading1Text = index$1.Heading1Text;
|
|
112
|
+
exports.Heading2Text = index$1.Heading2Text;
|
|
113
|
+
exports.Heading3Text = index$1.Heading3Text;
|
|
114
|
+
exports.LeadText = index$1.LeadText;
|
|
115
|
+
exports.Link = index$1.Link;
|
|
116
|
+
exports.TextContainer = index$1.TextContainer;
|
|
117
117
|
exports.Logo = Logo.Logo;
|
|
118
|
-
exports.sliceTranslate = index.sliceTranslate;
|
|
119
|
-
exports.translate = index.translate;
|
|
120
|
-
exports.useTranslation = index.useTranslation;
|
|
118
|
+
exports.sliceTranslate = index$2.sliceTranslate;
|
|
119
|
+
exports.translate = index$2.translate;
|
|
120
|
+
exports.useTranslation = index$2.useTranslation;
|
|
121
121
|
exports.ScreenReaderOnly = ScreenReaderOnly.ScreenReaderOnly;
|
|
122
122
|
exports.visuallyHidden = visuallyHidden_css.visuallyHidden;
|
|
123
123
|
exports.FormProvider = formContext.FormProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { translations, translate } from "../../translations/index.js";
|
|
3
3
|
import { WHITE_SPACE } from "./regex.js";
|
|
4
4
|
function getValidationMessage(result, messagePrefix, lang) {
|
|
5
5
|
if (!result) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { sliceTranslate } from "../../translations/index.js";
|
|
3
|
-
import { VALID_ADDRESS, VALID_DIGITS, VALID_EMAIL, VALID_NAME,
|
|
3
|
+
import { VALID_ADDRESS, VALID_FIRST_CELL_PHONE_DIGIT, VALID_DIGITS, VALID_EMAIL, VALID_NAME, REG_NO_FULL_LENGTH, REG_NO_FULL_PATTERN } from "./regex.js";
|
|
4
4
|
import { validation, stripWhitespace } from "./validation.js";
|
|
5
5
|
import { matchesRegex, hasLength, maxLength } from "./validationSteps.js";
|
|
6
6
|
const texts = sliceTranslate((t) => t.validation.errors);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnist/design-system",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@base-ui/react": "1.0.0",
|
|
51
51
|
"@formkit/auto-animate": "^0.8.2",
|
|
52
|
-
"@gnist/component-utils": "3.0.
|
|
53
|
-
"@gnist/themes": "^3.
|
|
52
|
+
"@gnist/component-utils": "3.0.14",
|
|
53
|
+
"@gnist/themes": "^3.29.0",
|
|
54
54
|
"@vanilla-extract/css": "^1.17.4",
|
|
55
55
|
"@vanilla-extract/css-utils": "^0.1.6",
|
|
56
56
|
"@vanilla-extract/dynamic": "^2.1.5",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@gnist/eslint-config": "",
|
|
71
71
|
"@gnist/ts-config": "",
|
|
72
72
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
73
|
-
"@tsconfig/
|
|
74
|
-
"@types/node": "^
|
|
73
|
+
"@tsconfig/node24": "^24.0.0",
|
|
74
|
+
"@types/node": "^24.0.0",
|
|
75
75
|
"@types/react": "19.2.7",
|
|
76
76
|
"@types/react-dom": "19.2.3",
|
|
77
77
|
"@types/semver": "^7.7.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"tslib": "^2.8.1",
|
|
91
91
|
"tsx": "^4.20.4",
|
|
92
92
|
"typescript-transform-paths": "^3.5.5",
|
|
93
|
-
"vite": "7.
|
|
93
|
+
"vite": "7.3.2",
|
|
94
94
|
"vite-plugin-svgr": "^4.3.0",
|
|
95
95
|
"vite-tsconfig-paths": "^5.1.4"
|
|
96
96
|
},
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"optional": true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "1b5b7189ae8c3576e8fec2c28f1d418667a544d4"
|
|
106
106
|
}
|