@stihl-design-system/components 1.0.0-RC.3 → 1.0.0-RC.4

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.
Files changed (101) hide show
  1. package/arialiveregions.49Zyf6mj.js +27 -0
  2. package/arialiveregions.d.ts +1 -0
  3. package/assets/CustomReactSelect.B0rJLjN0.css +1 -0
  4. package/assets/Notification.CCCbfXEz.css +1 -0
  5. package/assets/Toast.CAP_EwDX.css +1 -0
  6. package/assets/arialiveregions.VnhjP8Gr.css +1 -0
  7. package/assets/button.BuIpnG-S.css +1 -0
  8. package/assets/buttonround.C3ph5Yyu.css +1 -0
  9. package/assets/dialog.BGK3mgk7.css +1 -0
  10. package/assets/link.DQy_OhwC.css +1 -0
  11. package/assets/linkstandalone.Dh6bE5Fb.css +1 -0
  12. package/button.DX_nxoJC.js +135 -0
  13. package/buttonround.CXsBk9nL.js +118 -0
  14. package/{checkbox.C2Ga9yTK.js → checkbox.B43oeMeC.js} +6 -6
  15. package/checkboxgroup.C7aCjYds.js +9 -0
  16. package/chunks/AriaLiveRegions.utils.DzWI5KCU.js +31 -0
  17. package/{checkboxgroup.Cfxz9bk6.js → chunks/CheckboxGroup.CS6Q_TeZ.js} +27 -20
  18. package/chunks/{CustomReactSelect.uzWNynay.js → CustomReactSelect.DtmbYZUf.js} +455 -449
  19. package/{fieldset.DGcIKzDI.js → chunks/Fieldset.BokeZzG5.js} +20 -19
  20. package/chunks/Icon.9gDIp6p4.js +217 -0
  21. package/chunks/{Input.utils.Bly6ZzLI.js → Input.utils.AKWCNkpA.js} +12 -8
  22. package/{inputpassword.-MXq8baU.js → chunks/InputPassword.jpUCijp7.js} +15 -14
  23. package/{inputsearch.CoYTSjox.js → chunks/InputSearch.BmOtAZcR.js} +16 -14
  24. package/{inputstepper.BBMQr6kM.js → chunks/InputStepper.DTKjUL4U.js} +20 -19
  25. package/chunks/Notification.CUPOlHAX.js +93 -0
  26. package/{radiogroup.oILRMrX-.js → chunks/RadioGroup.DpwnVv7u.js} +37 -29
  27. package/{select.OGcreXnT.js → chunks/Select.DkDZo0ky.js} +49 -46
  28. package/{textarea.kc_Sfbgr.js → chunks/Textarea.C938p79X.js} +63 -61
  29. package/chunks/Toast.CLYrwQVO.js +89 -0
  30. package/chunks/{circle-info-colored.DLY6BTL4.js → circle-info-colored.D2pp54gf.js} +3 -3
  31. package/{combobox.BXHAo4Wx.js → combobox.BaSkiD6f.js} +7 -7
  32. package/components/AriaLiveRegions/AriaLiveRegions.d.ts +4 -0
  33. package/components/AriaLiveRegions/AriaLiveRegions.utils.d.ts +5 -0
  34. package/components/AriaLiveRegions/AriaLiveRegions.utils.test.d.ts +1 -0
  35. package/components/Checkbox/Checkbox.d.ts +1 -1
  36. package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +1 -1
  37. package/components/Dialog/Dialog.d.ts +11 -0
  38. package/components/Dialog/Dialog.utils.d.ts +0 -0
  39. package/components/Fieldset/Fieldset.utils.d.ts +1 -1
  40. package/components/Notification/Notification.d.ts +26 -0
  41. package/components/Notification/Notification.test.d.ts +1 -0
  42. package/components/Notification/Notification.utils.d.ts +5 -0
  43. package/components/RadioGroup/RadioGroup.utils.d.ts +1 -1
  44. package/components/Toast/Toast.d.ts +21 -0
  45. package/components/Toast/Toast.utils.d.ts +9 -0
  46. package/components/Toast/ToastManager.d.ts +6 -0
  47. package/components/Toast/ToastManager.test.d.ts +1 -0
  48. package/components/Toast/ToastManager.utils.d.ts +2 -0
  49. package/components/Toast/ToastManager.utils.test.d.ts +1 -0
  50. package/{customreactselect.CipgVXTR.js → customreactselect.LTbjaBN2.js} +4 -4
  51. package/dialog.BkXwcbUh.js +45 -0
  52. package/dialog.d.ts +1 -0
  53. package/fieldset.BXOWK-B-.js +11 -0
  54. package/{floatingactionbutton.DzHD39NY.js → floatingactionbutton.-nDRRiXY.js} +9 -9
  55. package/icon.Cpp_9L1I.js +8 -0
  56. package/index.d.ts +24 -0
  57. package/index.es.js +138 -45
  58. package/{input.o8OT6rxJ.js → input.BM6tyRUm.js} +34 -34
  59. package/inputpassword.DUxH1K_k.js +12 -0
  60. package/inputsearch.B-vePHle.js +13 -0
  61. package/inputstepper.C2ypADPI.js +13 -0
  62. package/link.B4XZoLDj.js +115 -0
  63. package/linkstandalone.BSfd95Pd.js +79 -0
  64. package/notification.CxxAOdNV.js +9 -0
  65. package/notification.d.ts +1 -0
  66. package/{optioncheckbox.-DRnW_ch.js → optioncheckbox.CUV1MQhh.js} +3 -3
  67. package/package.json +3 -3
  68. package/radiogroup.CMJ1b38q.js +11 -0
  69. package/select.DFJK2mHF.js +12 -0
  70. package/{spinner.Diy_EeFY.js → spinner.BskX4ovu.js} +1 -1
  71. package/styles/scss/_index.scss +1 -0
  72. package/styles/scss/lib/_animation.scss +18 -4
  73. package/styles/scss/lib/_grid-sidebar-sidebar.scss +2 -0
  74. package/styles/scss/lib/_link.scss +1 -0
  75. package/styles/scss/lib/_shadow.scss +10 -0
  76. package/styles/scss/lib/_theme.scss +7 -5
  77. package/{switch.BjoFKMQC.js → switch.Bx2tDKx0.js} +2 -2
  78. package/{systemfeedback.C7iXO5A1.js → systemfeedback.4Hkfigi-.js} +1 -1
  79. package/textarea.DPy3TJJf.js +12 -0
  80. package/toast.C-Yg5EoE.js +10 -0
  81. package/toast.d.ts +1 -0
  82. package/toastmanager.DQ_-eTrx.js +96 -0
  83. package/toastmanager.d.ts +1 -0
  84. package/utils/vitest.setup.d.ts +2 -0
  85. package/assets/CustomReactSelect.BdwXfLLO.css +0 -1
  86. package/assets/button.DJvR-58w.css +0 -1
  87. package/assets/buttonround.BlfQkmMV.css +0 -1
  88. package/assets/link.V7pJOW1p.css +0 -1
  89. package/assets/linkstandalone.D3RbBp23.css +0 -1
  90. package/button.BUUGRxIp.js +0 -135
  91. package/buttonround.CKc-a-hd.js +0 -118
  92. package/icon.PX9_1kNB.js +0 -215
  93. package/link.BN6AZfhG.js +0 -115
  94. package/linkstandalone.4-fyRd08.js +0 -79
  95. /package/assets/{fieldset.xazpUXJX.css → Fieldset.xazpUXJX.css} +0 -0
  96. /package/assets/{icon.CB-KQmw4.css → Icon.CB-KQmw4.css} +0 -0
  97. /package/assets/{inputpassword.C3Uyj7oA.css → InputPassword.C3Uyj7oA.css} +0 -0
  98. /package/assets/{inputsearch.tL3e9-Ob.css → InputSearch.tL3e9-Ob.css} +0 -0
  99. /package/assets/{inputstepper.paPJix5A.css → InputStepper.paPJix5A.css} +0 -0
  100. /package/assets/{select.D2qBxaHP.css → Select.D2qBxaHP.css} +0 -0
  101. /package/assets/{textarea.BKbocznb.css → Textarea.BKbocznb.css} +0 -0
@@ -1,13 +1,13 @@
1
1
  "use client";
2
- import { j as e } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import { c } from "./chunks/index.CvOaL64Y.js";
2
+ import { j as e } from "./jsx-runtime.C-kxDJ4g.js";
3
+ import { c } from "./index.CvOaL64Y.js";
4
4
  import "react";
5
- import { Asterisk as f } from "./asterisk.DU8THnoC.js";
6
- import { DSHeading as w } from "./heading.DqGbFfj2.js";
7
- import { DSSystemFeedback as N } from "./systemfeedback.C7iXO5A1.js";
8
- import { g as y } from "./chunks/helpers.B1JT5ShS.js";
9
- import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-wrapper_189b3_69", M = "_legend_189b3_76", q = "_legend--utility--m_189b3_80", C = "_description_189b3_91", P = "_description--small_189b3_104", T = "_system-feedback_189b3_108", i = {
10
- root: v,
5
+ import { Asterisk as f } from "../asterisk.DU8THnoC.js";
6
+ import { DSHeading as v } from "../heading.DqGbFfj2.js";
7
+ import { DSSystemFeedback as w } from "../systemfeedback.4Hkfigi-.js";
8
+ import { g as y } from "./helpers.B1JT5ShS.js";
9
+ import '../assets/Fieldset.xazpUXJX.css';const N = "_root_189b3_63", E = "_child-wrapper_189b3_69", M = "_legend_189b3_76", q = "_legend--utility--m_189b3_80", C = "_description_189b3_91", P = "_description--small_189b3_104", T = "_system-feedback_189b3_108", i = {
10
+ root: N,
11
11
  "child-wrapper": "_child-wrapper_189b3_69",
12
12
  childWrapper: E,
13
13
  legend: M,
@@ -19,19 +19,19 @@ import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-
19
19
  "system-feedback": "_system-feedback_189b3_108",
20
20
  systemFeedback: T
21
21
  }, U = ({
22
- description: n,
22
+ description: a,
23
23
  id: s,
24
- legend: a,
24
+ legend: n,
25
25
  systemFeedback: t
26
26
  }) => {
27
- if (!s && (n || t))
27
+ if (!s && (a || t))
28
28
  throw new Error(
29
29
  y(
30
30
  "DSFieldset",
31
31
  'A unique "id" prop is required when providing the description or systemFeedback property. Please add an unique "id" prop to the DSFieldset component.'
32
32
  )
33
33
  );
34
- if (!a)
34
+ if (!n)
35
35
  throw new Error(
36
36
  y(
37
37
  "DSFieldset",
@@ -39,9 +39,9 @@ import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-
39
39
  )
40
40
  );
41
41
  }, H = ({
42
- children: n,
42
+ children: a,
43
43
  legend: s,
44
- className: a,
44
+ className: n,
45
45
  description: t,
46
46
  disabled: j = !1,
47
47
  id: d,
@@ -57,7 +57,7 @@ import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-
57
57
  const g = `${d}-feedback`, h = `${d}-description`, u = [
58
58
  o && g,
59
59
  t && h
60
- ].filter(Boolean).join(" "), x = !l || r === "small" || r === "small-uppercase", D = c(i.root, a), F = c(i.legend, {
60
+ ].filter(Boolean).join(" "), x = !l || r === "small" || r === "small-uppercase", D = c(i.root, n), F = c(i.legend, {
61
61
  [i.legendUtilityM]: !l
62
62
  }), k = c(i.description, {
63
63
  [i.descriptionSmall]: x
@@ -71,7 +71,7 @@ import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-
71
71
  "aria-invalid": p,
72
72
  "aria-describedby": u || void 0,
73
73
  children: [
74
- /* @__PURE__ */ e.jsx("legend", { className: F, children: l ? /* @__PURE__ */ e.jsxs(w, { tag: _, size: r, children: [
74
+ /* @__PURE__ */ e.jsx("legend", { className: F, children: l ? /* @__PURE__ */ e.jsxs(v, { tag: _, size: r, children: [
75
75
  b,
76
76
  m && /* @__PURE__ */ e.jsx(f, {})
77
77
  ] }) : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
@@ -80,7 +80,7 @@ import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-
80
80
  ] }) }),
81
81
  t && /* @__PURE__ */ e.jsx("span", { id: h, className: k, children: t }),
82
82
  p && o && /* @__PURE__ */ e.jsx(
83
- N,
83
+ w,
84
84
  {
85
85
  id: g,
86
86
  type: "invalid",
@@ -88,11 +88,12 @@ import './assets/fieldset.xazpUXJX.css';const v = "_root_189b3_63", E = "_child-
88
88
  className: i.systemFeedback
89
89
  }
90
90
  ),
91
- /* @__PURE__ */ e.jsx("div", { className: i.childWrapper, children: n })
91
+ /* @__PURE__ */ e.jsx("div", { className: i.childWrapper, children: a })
92
92
  ]
93
93
  }
94
94
  );
95
95
  };
96
96
  export {
97
- H as DSFieldset
97
+ H as D,
98
+ U as v
98
99
  };
@@ -0,0 +1,217 @@
1
+ "use client";
2
+ import { j as x } from "./jsx-runtime.C-kxDJ4g.js";
3
+ import { c as j } from "./index.CvOaL64Y.js";
4
+ import * as b from "react";
5
+ import { useRef as D, useState as y, useEffect as E } from "react";
6
+ import '../assets/Icon.CB-KQmw4.css';var I = /* @__PURE__ */ new Map(), _ = /* @__PURE__ */ new WeakMap(), M = 0, T = void 0;
7
+ function V(s) {
8
+ return s ? (_.has(s) || (M += 1, _.set(s, M.toString())), _.get(s)) : "0";
9
+ }
10
+ function L(s) {
11
+ return Object.keys(s).sort().filter(
12
+ (t) => s[t] !== void 0
13
+ ).map((t) => `${t}_${t === "root" ? V(s.root) : s[t]}`).toString();
14
+ }
15
+ function N(s) {
16
+ const t = L(s);
17
+ let i = I.get(t);
18
+ if (!i) {
19
+ const e = /* @__PURE__ */ new Map();
20
+ let a;
21
+ const r = new IntersectionObserver((n) => {
22
+ n.forEach((o) => {
23
+ var c;
24
+ const v = o.isIntersecting && a.some((m) => o.intersectionRatio >= m);
25
+ s.trackVisibility && typeof o.isVisible > "u" && (o.isVisible = v), (c = e.get(o.target)) == null || c.forEach((m) => {
26
+ m(v, o);
27
+ });
28
+ });
29
+ }, s);
30
+ a = r.thresholds || (Array.isArray(s.threshold) ? s.threshold : [s.threshold || 0]), i = {
31
+ id: t,
32
+ observer: r,
33
+ elements: e
34
+ }, I.set(t, i);
35
+ }
36
+ return i;
37
+ }
38
+ function O(s, t, i = {}, e = T) {
39
+ if (typeof window.IntersectionObserver > "u" && e !== void 0) {
40
+ const c = s.getBoundingClientRect();
41
+ return t(e, {
42
+ isIntersecting: e,
43
+ target: s,
44
+ intersectionRatio: typeof i.threshold == "number" ? i.threshold : 0,
45
+ time: 0,
46
+ boundingClientRect: c,
47
+ intersectionRect: c,
48
+ rootBounds: c
49
+ }), () => {
50
+ };
51
+ }
52
+ const { id: a, observer: r, elements: n } = N(i), o = n.get(s) || [];
53
+ return n.has(s) || n.set(s, o), o.push(t), r.observe(s), function() {
54
+ o.splice(o.indexOf(t), 1), o.length === 0 && (n.delete(s), r.unobserve(s)), n.size === 0 && (r.disconnect(), I.delete(a));
55
+ };
56
+ }
57
+ function q({
58
+ threshold: s,
59
+ delay: t,
60
+ trackVisibility: i,
61
+ rootMargin: e,
62
+ root: a,
63
+ triggerOnce: r,
64
+ skip: n,
65
+ initialInView: o,
66
+ fallbackInView: c,
67
+ onChange: v
68
+ } = {}) {
69
+ var m;
70
+ const [d, S] = b.useState(null), h = b.useRef(), [g, l] = b.useState({
71
+ inView: !!o,
72
+ entry: void 0
73
+ });
74
+ h.current = v, b.useEffect(
75
+ () => {
76
+ if (n || !d)
77
+ return;
78
+ let f;
79
+ return f = O(
80
+ d,
81
+ (R, k) => {
82
+ l({
83
+ inView: R,
84
+ entry: k
85
+ }), h.current && h.current(R, k), k.isIntersecting && r && f && (f(), f = void 0);
86
+ },
87
+ {
88
+ root: a,
89
+ rootMargin: e,
90
+ threshold: s,
91
+ // @ts-ignore
92
+ trackVisibility: i,
93
+ // @ts-ignore
94
+ delay: t
95
+ },
96
+ c
97
+ ), () => {
98
+ f && f();
99
+ };
100
+ },
101
+ // We break the rule here, because we aren't including the actual `threshold` variable
102
+ // eslint-disable-next-line react-hooks/exhaustive-deps
103
+ [
104
+ // If the threshold is an array, convert it to a string, so it won't change between renders.
105
+ Array.isArray(s) ? s.toString() : s,
106
+ d,
107
+ a,
108
+ e,
109
+ r,
110
+ n,
111
+ i,
112
+ c,
113
+ t
114
+ ]
115
+ );
116
+ const u = (m = g.entry) == null ? void 0 : m.target, z = b.useRef();
117
+ !d && u && !r && !n && z.current !== u && (z.current = u, l({
118
+ inView: !!o,
119
+ entry: void 0
120
+ }));
121
+ const p = [S, g.inView, g.entry];
122
+ return p.ref = p[0], p.inView = p[1], p.entry = p[2], p;
123
+ }
124
+ const C = "_image_109vr_63", A = "_image--theme-dark_109vr_72", X = "_image--size-medium_109vr_75", $ = "_image--size-small_109vr_81", B = "_image--size-x-small_109vr_87", w = {
125
+ image: C,
126
+ "image--theme-dark": "_image--theme-dark_109vr_72",
127
+ imageThemeDark: A,
128
+ "image--size-medium": "_image--size-medium_109vr_75",
129
+ imageSizeMedium: X,
130
+ "image--size-small": "_image--size-small_109vr_81",
131
+ imageSizeSmall: $,
132
+ "image--size-x-small": "_image--size-x-small_109vr_87",
133
+ imageSizeXSmall: B
134
+ }, G = (s, t, i) => {
135
+ const e = s[t];
136
+ return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((a, r) => {
137
+ (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, new Error("Unknown variable dynamic import: " + t + (t.split("/").length !== i ? ". Note that variables only represent file names one level deep." : ""))));
138
+ });
139
+ }, Z = ["large", "medium", "small", "x-small"], P = (s) => {
140
+ var n;
141
+ const t = D(), [i, e] = y(!1), [a, r] = y(!0);
142
+ return E(() => {
143
+ i && (r(!0), (async () => {
144
+ try {
145
+ t.current = await G(/* @__PURE__ */ Object.assign({ "../../../../icons/dist/assets/360.svg": () => import("./360.CfjUtgxq.js"), "../../../../icons/dist/assets/academic-cap.svg": () => import("./academic-cap.OBigTQQS.js"), "../../../../icons/dist/assets/alarm-clock.svg": () => import("./alarm-clock.CpK-AEZG.js"), "../../../../icons/dist/assets/arrow-clockwise.svg": () => import("./arrow-clockwise.BefOjGPg.js"), "../../../../icons/dist/assets/arrow-counterclockwise.svg": () => import("./arrow-counterclockwise.C7Ov32BZ.js"), "../../../../icons/dist/assets/arrow-down-line.svg": () => import("./arrow-down-line.RDD2pRZY.js"), "../../../../icons/dist/assets/arrow-down.svg": () => import("./arrow-down.XpokLh98.js"), "../../../../icons/dist/assets/arrow-edge.svg": () => import("./arrow-edge.CPA93M81.js"), "../../../../icons/dist/assets/arrow-left.svg": () => import("./arrow-left.C8NG5I2X.js"), "../../../../icons/dist/assets/arrow-out.svg": () => import("./arrow-out.CsHHHYN9.js"), "../../../../icons/dist/assets/arrow-outline-left.svg": () => import("./arrow-outline-left.Bhw_LzfV.js"), "../../../../icons/dist/assets/arrow-right.svg": () => import("./arrow-right.HNwAz18h.js"), "../../../../icons/dist/assets/arrow-up-arrow-down.svg": () => import("./arrow-up-arrow-down.BVyuVJP5.js"), "../../../../icons/dist/assets/arrow-up.svg": () => import("./arrow-up.Ca1GnLaY.js"), "../../../../icons/dist/assets/at.svg": () => import("./at.BNfdp4M0.js"), "../../../../icons/dist/assets/barcode-scanner.svg": () => import("./barcode-scanner.D0olxB_m.js"), "../../../../icons/dist/assets/battery.svg": () => import("./battery.YCg9lYqC.js"), "../../../../icons/dist/assets/bell.svg": () => import("./bell.DbPxCAUM.js"), "../../../../icons/dist/assets/bin-open.svg": () => import("./bin-open.DsjIBW00.js"), "../../../../icons/dist/assets/bin.svg": () => import("./bin.ktpYUJmK.js"), "../../../../icons/dist/assets/bluetooth.svg": () => import("./bluetooth.dW5tTwby.js"), "../../../../icons/dist/assets/bookmark.svg": () => import("./bookmark.B7Mbr-d6.js"), "../../../../icons/dist/assets/burger.svg": () => import("./burger.DLP81BXa.js"), "../../../../icons/dist/assets/calendar.svg": () => import("./calendar.Cig7yG7m.js"), "../../../../icons/dist/assets/camera.svg": () => import("./camera.BoCB0Emp.js"), "../../../../icons/dist/assets/cart-check.svg": () => import("./cart-check.CYH0vTB8.js"), "../../../../icons/dist/assets/cart-plus.svg": () => import("./cart-plus.DzXXFMZj.js"), "../../../../icons/dist/assets/cart.svg": () => import("./cart.CoEwMABr.js"), "../../../../icons/dist/assets/catalog.svg": () => import("./catalog.CwV-J6Kb.js"), "../../../../icons/dist/assets/certificate.svg": () => import("./certificate.Crs4RohK.js"), "../../../../icons/dist/assets/chain-link.svg": () => import("./chain-link.BMV2WV6k.js"), "../../../../icons/dist/assets/chainsaw.svg": () => import("./chainsaw.CI1EYF7a.js"), "../../../../icons/dist/assets/check.svg": () => import("./check.CuZKWgYj.js"), "../../../../icons/dist/assets/chevron-down.svg": () => import("./chevron-down.5UkGOwK_.js"), "../../../../icons/dist/assets/chevron-left.svg": () => import("./chevron-left.DRFQ-efY.js"), "../../../../icons/dist/assets/chevron-line-left.svg": () => import("./chevron-line-left.SQvDJQ1t.js"), "../../../../icons/dist/assets/chevron-line-right.svg": () => import("./chevron-line-right.CYQ3b2cQ.js"), "../../../../icons/dist/assets/chevron-right.svg": () => import("./chevron-right.B_Ew9QUt.js"), "../../../../icons/dist/assets/chevron-up.svg": () => import("./chevron-up.DqETUWqG.js"), "../../../../icons/dist/assets/circle-check-colored.svg": () => import("./circle-check-colored.Bye_GwLy.js"), "../../../../icons/dist/assets/circle-check-inverted.svg": () => import("./circle-check-inverted.Cc2cUmWT.js"), "../../../../icons/dist/assets/circle-info-colored.svg": () => import("./circle-info-colored.D2pp54gf.js"), "../../../../icons/dist/assets/circle-info-inverted.svg": () => import("./circle-info-inverted.D8Z0vTmu.js"), "../../../../icons/dist/assets/circle-pause.svg": () => import("./circle-pause.DaRfXOff.js"), "../../../../icons/dist/assets/circle-stroke.svg": () => import("./circle-stroke.CWu_o3Gx.js"), "../../../../icons/dist/assets/circle.svg": () => import("./circle.471EUzv6.js"), "../../../../icons/dist/assets/clock.svg": () => import("./clock.Bw5ICIVH.js"), "../../../../icons/dist/assets/coffee-cup.svg": () => import("./coffee-cup.DIijzKx_.js"), "../../../../icons/dist/assets/compare.svg": () => import("./compare.BgktBbYD.js"), "../../../../icons/dist/assets/connected-box-mobile.svg": () => import("./connected-box-mobile.DboMCVxp.js"), "../../../../icons/dist/assets/connected-box-stationary.svg": () => import("./connected-box-stationary.CAPCPQ1d.js"), "../../../../icons/dist/assets/connected-box.svg": () => import("./connected-box.DVqJw-ws.js"), "../../../../icons/dist/assets/cross.svg": () => import("./cross.rEw3TuHs.js"), "../../../../icons/dist/assets/diamond-exclamationmark-colored.svg": () => import("./diamond-exclamationmark-colored.WNKYwZ8q.js"), "../../../../icons/dist/assets/diamond-exclamationmark-inverted.svg": () => import("./diamond-exclamationmark-inverted.DzAIb8Nt.js"), "../../../../icons/dist/assets/diamond.svg": () => import("./diamond.CXZHFpPC.js"), "../../../../icons/dist/assets/diskette.svg": () => import("./diskette._0C2VZ9v.js"), "../../../../icons/dist/assets/distance.svg": () => import("./distance.FA6pTjcW.js"), "../../../../icons/dist/assets/dots-connected.svg": () => import("./dots-connected.ZMYjHeNS.js"), "../../../../icons/dist/assets/download-complete.svg": () => import("./download-complete.CZVpzrvY.js"), "../../../../icons/dist/assets/envelope-open.svg": () => import("./envelope-open.CA4cE5lk.js"), "../../../../icons/dist/assets/envelope.svg": () => import("./envelope.re-RxZVw.js"), "../../../../icons/dist/assets/exclamationmark.svg": () => import("./exclamationmark.DEbIGqGC.js"), "../../../../icons/dist/assets/exit.svg": () => import("./exit.Cgb8AB-k.js"), "../../../../icons/dist/assets/eye-closed.svg": () => import("./eye-closed.CvqozUwK.js"), "../../../../icons/dist/assets/eye.svg": () => import("./eye.CRQMKZs4.js"), "../../../../icons/dist/assets/facebook.svg": () => import("./facebook.CVcxa0rV.js"), "../../../../icons/dist/assets/filter.svg": () => import("./filter.DrPSKpaG.js"), "../../../../icons/dist/assets/finger-double-arrow.svg": () => import("./finger-double-arrow.DDUZoPh8.js"), "../../../../icons/dist/assets/flash.svg": () => import("./flash.CgJJ1bUx.js"), "../../../../icons/dist/assets/fullscreen.svg": () => import("./fullscreen.Be2rBj1i.js"), "../../../../icons/dist/assets/gear.svg": () => import("./gear.DEltGVSA.js"), "../../../../icons/dist/assets/globe.svg": () => import("./globe.DG6uw6fi.js"), "../../../../icons/dist/assets/grid.svg": () => import("./grid.DH1impeF.js"), "../../../../icons/dist/assets/guidance.svg": () => import("./guidance.BBYB3JpW.js"), "../../../../icons/dist/assets/haircross.svg": () => import("./haircross.D-whkit9.js"), "../../../../icons/dist/assets/hanger.svg": () => import("./hanger.Bo8qtNo5.js"), "../../../../icons/dist/assets/headphones.svg": () => import("./headphones.DjWXOuJJ.js"), "../../../../icons/dist/assets/heart.svg": () => import("./heart.D-BnHMb-.js"), "../../../../icons/dist/assets/hexagon-arrow-clockwise.svg": () => import("./hexagon-arrow-clockwise.D0eeDQQx.js"), "../../../../icons/dist/assets/horizontal-ellipsis.svg": () => import("./horizontal-ellipsis.ChdN6RnG.js"), "../../../../icons/dist/assets/house.svg": () => import("./house.BohpDQ3q.js"), "../../../../icons/dist/assets/imow.svg": () => import("./imow.Dh1oMqcW.js"), "../../../../icons/dist/assets/info.svg": () => import("./info.BZVg9FLA.js"), "../../../../icons/dist/assets/instagram.svg": () => import("./instagram.CIlKb7xj.js"), "../../../../icons/dist/assets/leave-fullscreen.svg": () => import("./leave-fullscreen.BC5iwDur.js"), "../../../../icons/dist/assets/lightbulb.svg": () => import("./lightbulb.DQ7TiRsr.js"), "../../../../icons/dist/assets/linkedin.svg": () => import("./linkedin.br5zvxco.js"), "../../../../icons/dist/assets/list-three-rows.svg": () => import("./list-three-rows.Cso4ybs8.js"), "../../../../icons/dist/assets/list-two-rows.svg": () => import("./list-two-rows.DOsZEv0-.js"), "../../../../icons/dist/assets/loading-spinner.svg": () => import("./loading-spinner.BukfMaU6.js"), "../../../../icons/dist/assets/lock.svg": () => import("./lock.Dw_GOpTn.js"), "../../../../icons/dist/assets/magnifying-glass-minus.svg": () => import("./magnifying-glass-minus.BYztw2P1.js"), "../../../../icons/dist/assets/magnifying-glass-plus.svg": () => import("./magnifying-glass-plus.BTgviDVh.js"), "../../../../icons/dist/assets/magnifying-glass.svg": () => import("./magnifying-glass.C8DfRaIO.js"), "../../../../icons/dist/assets/map.svg": () => import("./map.CXgG1iGz.js"), "../../../../icons/dist/assets/minus.svg": () => import("./minus.BkhCuIH4.js"), "../../../../icons/dist/assets/mobile.svg": () => import("./mobile.C1Kj9VnC.js"), "../../../../icons/dist/assets/nine-squares.svg": () => import("./nine-squares.DVsNAOzz.js"), "../../../../icons/dist/assets/note-check.svg": () => import("./note-check.CM_kmt0M.js"), "../../../../icons/dist/assets/note-plus.svg": () => import("./note-plus.Bkn78EyA.js"), "../../../../icons/dist/assets/note.svg": () => import("./note.CE0ACLn8.js"), "../../../../icons/dist/assets/number-input.svg": () => import("./number-input.BLhoh5mh.js"), "../../../../icons/dist/assets/paperclip.svg": () => import("./paperclip.BMerX4rj.js"), "../../../../icons/dist/assets/parcel.svg": () => import("./parcel.Ve9GL_EG.js"), "../../../../icons/dist/assets/pause.svg": () => import("./pause.B91Ejn-O.js"), "../../../../icons/dist/assets/pdf.svg": () => import("./pdf.9kZbElrZ.js"), "../../../../icons/dist/assets/pen.svg": () => import("./pen.CvKw2PvE.js"), "../../../../icons/dist/assets/percent.svg": () => import("./percent.BlB6rG-B.js"), "../../../../icons/dist/assets/petrol.svg": () => import("./petrol.Du6qAgp0.js"), "../../../../icons/dist/assets/phone.svg": () => import("./phone.DzdXfmNC.js"), "../../../../icons/dist/assets/pin-s.svg": () => import("./pin-s.DXgYuN9C.js"), "../../../../icons/dist/assets/pin.svg": () => import("./pin.DZfZr4El.js"), "../../../../icons/dist/assets/pinterest.svg": () => import("./pinterest.sUPAub_q.js"), "../../../../icons/dist/assets/placeholder.svg": () => import("./placeholder.Dbb0hT5R.js"), "../../../../icons/dist/assets/play.svg": () => import("./play.BDiY2JrT.js"), "../../../../icons/dist/assets/plug.svg": () => import("./plug.DZozve4C.js"), "../../../../icons/dist/assets/plus.svg": () => import("./plus.zdu17kAe.js"), "../../../../icons/dist/assets/printer.svg": () => import("./printer.CaFaWfeS.js"), "../../../../icons/dist/assets/prohibition-sign.svg": () => import("./prohibition-sign.DUFn0QiV.js"), "../../../../icons/dist/assets/questionmark.svg": () => import("./questionmark.QyDxanQy.js"), "../../../../icons/dist/assets/security.svg": () => import("./security.DkLw5ym4.js"), "../../../../icons/dist/assets/share.svg": () => import("./share.C3wwEl8n.js"), "../../../../icons/dist/assets/shirt.svg": () => import("./shirt.BC8W-yCI.js"), "../../../../icons/dist/assets/shop.svg": () => import("./shop.DdPV35mK.js"), "../../../../icons/dist/assets/sound-off.svg": () => import("./sound-off.D4kGcehG.js"), "../../../../icons/dist/assets/sound-on.svg": () => import("./sound-on.Cynkb0_t.js"), "../../../../icons/dist/assets/speechbubble.svg": () => import("./speechbubble.87vuoKUp.js"), "../../../../icons/dist/assets/speechbubbles.svg": () => import("./speechbubbles.CSFhpNJn.js"), "../../../../icons/dist/assets/square.svg": () => import("./square.D6PgEi_r.js"), "../../../../icons/dist/assets/star-half.svg": () => import("./star-half.DZTtM5Bw.js"), "../../../../icons/dist/assets/star.svg": () => import("./star.BkjednvI.js"), "../../../../icons/dist/assets/tag.svg": () => import("./tag.yO7uMsHj.js"), "../../../../icons/dist/assets/thumbs-down.svg": () => import("./thumbs-down.DeBD6wnK.js"), "../../../../icons/dist/assets/thumbs-up.svg": () => import("./thumbs-up.D-44gexH.js"), "../../../../icons/dist/assets/triangle-exclamationmark-colored.svg": () => import("./triangle-exclamationmark-colored.CbVC3Gzi.js"), "../../../../icons/dist/assets/triangle-exclamationmark-inverted.svg": () => import("./triangle-exclamationmark-inverted.BiGoK7TV.js"), "../../../../icons/dist/assets/triangle.svg": () => import("./triangle.ibv6NDnt.js"), "../../../../icons/dist/assets/truck.svg": () => import("./truck.xIk5wW6T.js"), "../../../../icons/dist/assets/two-people-screen.svg": () => import("./two-people-screen.BBLouaW4.js"), "../../../../icons/dist/assets/two-sheets.svg": () => import("./two-sheets.DWFmuL7N.js"), "../../../../icons/dist/assets/upload.svg": () => import("./upload.ZImTAIgx.js"), "../../../../icons/dist/assets/user.svg": () => import("./user.BMARueuy.js"), "../../../../icons/dist/assets/vertical-ellipsis.svg": () => import("./vertical-ellipsis.Bc9eBsDF.js"), "../../../../icons/dist/assets/wc.svg": () => import("./wc.gmKE1r5l.js"), "../../../../icons/dist/assets/whatsapp.svg": () => import("./whatsapp.CPpu-7Nn.js"), "../../../../icons/dist/assets/wifi-1bar.svg": () => import("./wifi-1bar.BcEP-r8w.js"), "../../../../icons/dist/assets/wifi-2bars.svg": () => import("./wifi-2bars.jDOd4Q3q.js"), "../../../../icons/dist/assets/wifi-off.svg": () => import("./wifi-off.D9xPqVWn.js"), "../../../../icons/dist/assets/wifi.svg": () => import("./wifi.CuQykF6X.js"), "../../../../icons/dist/assets/wind-rose.svg": () => import("./wind-rose.C-XcKdy-.js"), "../../../../icons/dist/assets/wrench.svg": () => import("./wrench.DMFV2S9u.js"), "../../../../icons/dist/assets/x.svg": () => import("./x.BqbpXd7O.js"), "../../../../icons/dist/assets/xing.svg": () => import("./xing.CiKYLbPq.js"), "../../../../icons/dist/assets/youtube.svg": () => import("./youtube.DrImaRSP.js") }), `../../../../icons/dist/assets/${s}.svg`, 8);
146
+ } catch (c) {
147
+ console.error(c);
148
+ } finally {
149
+ r(!1);
150
+ }
151
+ })());
152
+ }, [s, i]), {
153
+ isLoading: a,
154
+ SVGIcon: (n = t.current) == null ? void 0 : n.default,
155
+ setShouldLoad: e
156
+ };
157
+ }, F = ({
158
+ aria: s,
159
+ className: t,
160
+ name: i = "arrow-left",
161
+ size: e = "large",
162
+ source: a,
163
+ theme: r = "light",
164
+ ...n
165
+ }) => {
166
+ const { SVGIcon: o, isLoading: c, setShouldLoad: v } = P(i), [, m] = y(i), d = {
167
+ large: 16,
168
+ medium: 12,
169
+ small: 10,
170
+ "x-small": 8
171
+ };
172
+ E(() => {
173
+ m(i);
174
+ }, [i]);
175
+ const { ref: S } = q({
176
+ rootMargin: "200px 0px",
177
+ triggerOnce: !0,
178
+ fallbackInView: !0,
179
+ skip: !!a,
180
+ onChange: (l) => {
181
+ v(l);
182
+ }
183
+ }), h = (l) => (u) => {
184
+ a && u && (u.src = l);
185
+ }, g = j(w.image, t, {
186
+ // custom icons and colored icons do not have a dark theme
187
+ [w.imageThemeDark]: r === "dark" && !a && !i.includes("-colored"),
188
+ [w.imageSizeMedium]: e === "medium",
189
+ [w.imageSizeSmall]: e === "small",
190
+ [w.imageSizeXSmall]: e === "x-small"
191
+ });
192
+ return a ? /* @__PURE__ */ x.jsx(
193
+ "img",
194
+ {
195
+ className: g,
196
+ ref: h(a),
197
+ width: d[e],
198
+ height: d[e],
199
+ loading: "lazy",
200
+ alt: (s == null ? void 0 : s["aria-label"]) || "",
201
+ ...n
202
+ }
203
+ ) : !c && o ? /* @__PURE__ */ x.jsx(
204
+ o,
205
+ {
206
+ className: g,
207
+ title: (s == null ? void 0 : s["aria-label"]) || "",
208
+ role: s != null && s["aria-label"] ? "img" : void 0,
209
+ ...n
210
+ }
211
+ ) : /* @__PURE__ */ x.jsx("div", { className: g, ref: S });
212
+ };
213
+ export {
214
+ F as D,
215
+ Z as I,
216
+ P as u
217
+ };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { g as t } from "./helpers.B1JT5ShS.js";
3
3
  import "react";
4
- const p = typeof document < "u", a = 8, i = 5, u = [
4
+ const p = typeof document < "u", a = 8, i = 5, I = ["medium", "small"], u = [
5
5
  "color",
6
6
  "date",
7
7
  "datetime-local",
@@ -26,7 +26,7 @@ const p = typeof document < "u", a = 8, i = 5, u = [
26
26
  "submit",
27
27
  "image",
28
28
  "datetime"
29
- ], I = ({
29
+ ], T = ({
30
30
  id: e,
31
31
  label: n,
32
32
  prefix: o,
@@ -94,13 +94,17 @@ const p = typeof document < "u", a = 8, i = 5, u = [
94
94
  hidden: 'Type hidden is not supported by DSInput component. Use a default <input type="hidden" /> element instead.'
95
95
  };
96
96
  n[e] && console.warn(t("DSInput", n[e]));
97
- }, h = () => p && "showPicker" in HTMLInputElement.prototype && !!window.navigator.userAgent.match(/chrome|chromium|crios|edg/i), D = (e, n) => h() && (e || n), T = (e) => e === "date" || e === "datetime-local" || e === "month", y = (e) => e === "time";
97
+ }, h = () => p && "showPicker" in HTMLInputElement.prototype && !!window.navigator.userAgent.match(/chrome|chromium|crios|edg/i), D = (e, n) => h() && (e || n), y = (e) => e === "date" || e === "datetime-local" || e === "month", U = (e) => e === "time";
98
98
  export {
99
+ I,
99
100
  a as M,
100
- b as a,
101
- i as b,
102
- y as c,
103
- T as i,
101
+ u as S,
102
+ l as U,
103
+ i as a,
104
+ b,
105
+ U as c,
106
+ h,
107
+ y as i,
104
108
  D as s,
105
- I as v
109
+ T as v
106
110
  };
@@ -1,13 +1,13 @@
1
1
  "use client";
2
- import { j as a } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import { c as i } from "./chunks/index.CvOaL64Y.js";
2
+ import { j as a } from "./jsx-runtime.C-kxDJ4g.js";
3
+ import { c as i } from "./index.CvOaL64Y.js";
4
4
  import { useState as A } from "react";
5
- import { u as D } from "./chunks/useBreakpoint.5xBNDiCf.js";
6
- import { Asterisk as C } from "./asterisk.DU8THnoC.js";
7
- import { DSButton as L } from "./button.BUUGRxIp.js";
8
- import { DSSystemFeedback as $ } from "./systemfeedback.C7iXO5A1.js";
9
- import { g as b } from "./chunks/helpers.B1JT5ShS.js";
10
- import './assets/inputpassword.C3Uyj7oA.css';const E = "_input_8z84y_187", q = "_input--invalid_8z84y_297", R = "_input--small_8z84y_304", V = "_input--has-leading-icon_8z84y_350", O = "_input--has-action-button_8z84y_353", F = "_input--has-second-action-button_8z84y_356", M = "_input--has-affix_8z84y_368", T = "_input--is-ready_8z84y_380", G = "_root_8z84y_387", J = "_hint_8z84y_395", K = "_label_8z84y_395", Q = "_wrapper_8z84y_399", U = "_action-button_8z84y_405", W = "_label--hidden_8z84y_422", X = "_feedback_8z84y_449", t = {
5
+ import { u as D } from "./useBreakpoint.5xBNDiCf.js";
6
+ import { Asterisk as C } from "../asterisk.DU8THnoC.js";
7
+ import { DSButton as L } from "../button.DX_nxoJC.js";
8
+ import { DSSystemFeedback as $ } from "../systemfeedback.4Hkfigi-.js";
9
+ import { g as b } from "./helpers.B1JT5ShS.js";
10
+ import '../assets/InputPassword.C3Uyj7oA.css';const E = "_input_8z84y_187", q = "_input--invalid_8z84y_297", R = "_input--small_8z84y_304", V = "_input--has-leading-icon_8z84y_350", O = "_input--has-action-button_8z84y_353", F = "_input--has-second-action-button_8z84y_356", M = "_input--has-affix_8z84y_368", T = "_input--is-ready_8z84y_380", G = "_root_8z84y_387", J = "_hint_8z84y_395", K = "_label_8z84y_395", Q = "_wrapper_8z84y_399", U = "_action-button_8z84y_405", W = "_label--hidden_8z84y_422", X = "_feedback_8z84y_449", t = {
11
11
  input: E,
12
12
  "input--invalid": "_input--invalid_8z84y_297",
13
13
  inputInvalid: q,
@@ -68,7 +68,7 @@ import './assets/inputpassword.C3Uyj7oA.css';const E = "_input_8z84y_187", q = "
68
68
  id: n,
69
69
  label: s
70
70
  });
71
- const [p, I] = A(!1), _ = `${n}-label`, m = `${n}-feedback`, y = `${n}-hint`, B = e ? ` ${y}` : "", H = D(z), g = i(t.root, f), v = i(t.input, {
71
+ const [p, I] = A(!1), _ = `${n}-label`, m = `${n}-feedback`, y = `${n}-hint`, v = e ? ` ${y}` : "", B = D(z), H = i(t.root, f), g = i(t.input, {
72
72
  // small input
73
73
  [t.inputSmall]: l === "small",
74
74
  // invalid state
@@ -77,13 +77,13 @@ import './assets/inputpassword.C3Uyj7oA.css';const E = "_input_8z84y_187", q = "
77
77
  [t.inputHasActionButton]: !0
78
78
  }), P = i(t.label, {
79
79
  // hide label only visually to keep them available for assistive technologies
80
- [t.labelHidden]: H
80
+ [t.labelHidden]: B
81
81
  }), N = i(t.actionButton, {
82
82
  [t.actionButtonSmall]: l === "small"
83
83
  }), j = () => {
84
84
  I((k) => !k);
85
85
  };
86
- return /* @__PURE__ */ a.jsxs("div", { className: g, children: [
86
+ return /* @__PURE__ */ a.jsxs("div", { className: H, children: [
87
87
  /* @__PURE__ */ a.jsxs("label", { className: P, id: _, htmlFor: n, children: [
88
88
  s,
89
89
  d && /* @__PURE__ */ a.jsx(C, {})
@@ -102,10 +102,10 @@ import './assets/inputpassword.C3Uyj7oA.css';const E = "_input_8z84y_187", q = "
102
102
  /* @__PURE__ */ a.jsx(
103
103
  "input",
104
104
  {
105
- className: v,
105
+ className: g,
106
106
  id: n,
107
107
  ...x,
108
- "aria-labelledby": `${_}${B}`,
108
+ "aria-labelledby": `${_}${v}`,
109
109
  "aria-describedby": o && u ? m : void 0,
110
110
  "aria-invalid": o,
111
111
  "aria-disabled": r,
@@ -135,5 +135,6 @@ import './assets/inputpassword.C3Uyj7oA.css';const E = "_input_8z84y_187", q = "
135
135
  ] });
136
136
  };
137
137
  export {
138
- lt as DSInputPassword
138
+ lt as D,
139
+ Y as v
139
140
  };
@@ -1,13 +1,13 @@
1
1
  "use client";
2
- import { j as e } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import { c } from "./chunks/index.CvOaL64Y.js";
4
- import { useState as J, useRef as w, useEffect as A } from "react";
5
- import { g as y, a as K } from "./chunks/helpers.B1JT5ShS.js";
6
- import { u as Q } from "./chunks/useBreakpoint.5xBNDiCf.js";
7
- import { Asterisk as U } from "./asterisk.DU8THnoC.js";
8
- import { DSButton as D } from "./button.BUUGRxIp.js";
9
- import { DSSystemFeedback as X } from "./systemfeedback.C7iXO5A1.js";
10
- import './assets/inputsearch.tL3e9-Ob.css';const Y = "_input_17rym_187", Z = "_input--invalid_17rym_297", z = "_input--small_17rym_304", tt = "_input--has-leading-icon_17rym_350", nt = "_input--has-action-button_17rym_353", et = "_input--has-second-action-button_17rym_356", at = "_input--has-affix_17rym_368", st = "_input--is-ready_17rym_380", ot = "_root_17rym_387", it = "_hint_17rym_395", ct = "_label_17rym_395", rt = "_wrapper_17rym_399", ut = "_action-button_17rym_405", lt = "_second-action-button_17rym_409", pt = "_label--hidden_17rym_426", mt = "_feedback_17rym_453", t = {
2
+ import { j as e } from "./jsx-runtime.C-kxDJ4g.js";
3
+ import { c } from "./index.CvOaL64Y.js";
4
+ import { useState as J, useRef as w, useEffect as D } from "react";
5
+ import { g as y, a as K } from "./helpers.B1JT5ShS.js";
6
+ import { u as Q } from "./useBreakpoint.5xBNDiCf.js";
7
+ import { Asterisk as U } from "../asterisk.DU8THnoC.js";
8
+ import { DSButton as A } from "../button.DX_nxoJC.js";
9
+ import { DSSystemFeedback as X } from "../systemfeedback.4Hkfigi-.js";
10
+ import '../assets/InputSearch.tL3e9-Ob.css';const Y = "_input_17rym_187", Z = "_input--invalid_17rym_297", z = "_input--small_17rym_304", tt = "_input--has-leading-icon_17rym_350", nt = "_input--has-action-button_17rym_353", et = "_input--has-second-action-button_17rym_356", at = "_input--has-affix_17rym_368", st = "_input--is-ready_17rym_380", ot = "_root_17rym_387", it = "_hint_17rym_395", ct = "_label_17rym_395", rt = "_wrapper_17rym_399", ut = "_action-button_17rym_405", lt = "_second-action-button_17rym_409", pt = "_label--hidden_17rym_426", mt = "_feedback_17rym_453", t = {
11
11
  input: Y,
12
12
  "input--invalid": "_input--invalid_17rym_297",
13
13
  inputInvalid: Z,
@@ -73,9 +73,9 @@ import './assets/inputsearch.tL3e9-Ob.css';const Y = "_input_17rym_187", Z = "_i
73
73
  label: r
74
74
  });
75
75
  const [p, g] = J(b), f = w(null), m = w(null), V = Q(j);
76
- A(() => {
76
+ D(() => {
77
77
  g(b);
78
- }, [b]), A(() => {
78
+ }, [b]), D(() => {
79
79
  f.current && !dt(f.current) && process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && console.warn(
80
80
  y(
81
81
  "DSInputSearch",
@@ -151,7 +151,7 @@ import './assets/inputsearch.tL3e9-Ob.css';const Y = "_input_17rym_187", Z = "_i
151
151
  }
152
152
  ),
153
153
  N && !s && !u && /* @__PURE__ */ e.jsx(
154
- D,
154
+ A,
155
155
  {
156
156
  hideLabel: !0,
157
157
  theme: "light",
@@ -166,7 +166,7 @@ import './assets/inputsearch.tL3e9-Ob.css';const Y = "_input_17rym_187", Z = "_i
166
166
  }
167
167
  ),
168
168
  /* @__PURE__ */ e.jsx(
169
- D,
169
+ A,
170
170
  {
171
171
  hideLabel: !0,
172
172
  theme: "light",
@@ -184,5 +184,7 @@ import './assets/inputsearch.tL3e9-Ob.css';const Y = "_input_17rym_187", Z = "_i
184
184
  ] });
185
185
  };
186
186
  export {
187
- Bt as DSInputSearch
187
+ Bt as D,
188
+ dt as i,
189
+ _t as v
188
190
  };
@@ -1,23 +1,23 @@
1
1
  "use client";
2
- import { j as e } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import { c } from "./chunks/index.CvOaL64Y.js";
2
+ import { j as e } from "./jsx-runtime.C-kxDJ4g.js";
3
+ import { c } from "./index.CvOaL64Y.js";
4
4
  import { useState as f, useRef as N, useEffect as w, useLayoutEffect as M } from "react";
5
- import { u as bn } from "./chunks/useBreakpoint.5xBNDiCf.js";
6
- import { Asterisk as mn } from "./asterisk.DU8THnoC.js";
7
- import { DSButton as X } from "./button.BUUGRxIp.js";
8
- import { M as E, b as H } from "./chunks/Input.utils.Bly6ZzLI.js";
9
- import { DSSystemFeedback as hn } from "./systemfeedback.C7iXO5A1.js";
10
- import { g as y } from "./chunks/helpers.B1JT5ShS.js";
11
- import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn = "_input--invalid_134nb_298", yn = "_input--small_134nb_305", In = "_input--has-leading-icon_134nb_351", vn = "_input--has-action-button_134nb_354", gn = "_input--has-second-action-button_134nb_357", An = "_input--has-affix_134nb_369", Bn = "_input--is-ready_134nb_381", Dn = "_root_134nb_388", Nn = "_hint_134nb_396", wn = "_label_134nb_396", En = "_wrapper_134nb_400", Hn = "_affix_134nb_406", Ln = "_affix--small_134nb_426", jn = "_affix--disabled_134nb_438", Rn = "_prefix_134nb_441", kn = "_affix--readonly_134nb_444", Cn = "_suffix_134nb_454", $n = "_action-button_134nb_461", Fn = "_label--hidden_134nb_478", Vn = "_feedback_134nb_505", Pn = "_second-action-button_134nb_519", Tn = "_value-announcer_134nb_523", t = {
5
+ import { u as bn } from "./useBreakpoint.5xBNDiCf.js";
6
+ import { Asterisk as mn } from "../asterisk.DU8THnoC.js";
7
+ import { DSButton as X } from "../button.DX_nxoJC.js";
8
+ import { M as E, a as H } from "./Input.utils.AKWCNkpA.js";
9
+ import { DSSystemFeedback as hn } from "../systemfeedback.4Hkfigi-.js";
10
+ import { g as y } from "./helpers.B1JT5ShS.js";
11
+ import '../assets/InputStepper.paPJix5A.css';const xn = "_input_134nb_187", Sn = "_input--invalid_134nb_298", yn = "_input--small_134nb_305", vn = "_input--has-leading-icon_134nb_351", In = "_input--has-action-button_134nb_354", gn = "_input--has-second-action-button_134nb_357", An = "_input--has-affix_134nb_369", Bn = "_input--is-ready_134nb_381", Dn = "_root_134nb_388", Nn = "_hint_134nb_396", wn = "_label_134nb_396", En = "_wrapper_134nb_400", Hn = "_affix_134nb_406", Ln = "_affix--small_134nb_426", jn = "_affix--disabled_134nb_438", Rn = "_prefix_134nb_441", kn = "_affix--readonly_134nb_444", Cn = "_suffix_134nb_454", $n = "_action-button_134nb_461", Fn = "_label--hidden_134nb_478", Vn = "_feedback_134nb_505", Pn = "_second-action-button_134nb_519", Tn = "_value-announcer_134nb_523", t = {
12
12
  input: xn,
13
13
  "input--invalid": "_input--invalid_134nb_298",
14
14
  inputInvalid: Sn,
15
15
  "input--small": "_input--small_134nb_305",
16
16
  inputSmall: yn,
17
17
  "input--has-leading-icon": "_input--has-leading-icon_134nb_351",
18
- inputHasLeadingIcon: In,
18
+ inputHasLeadingIcon: vn,
19
19
  "input--has-action-button": "_input--has-action-button_134nb_354",
20
- inputHasActionButton: vn,
20
+ inputHasActionButton: In,
21
21
  "input--has-second-action-button": "_input--has-second-action-button_134nb_357",
22
22
  inputHasSecondActionButton: gn,
23
23
  "input--has-affix": "_input--has-affix_134nb_369",
@@ -84,7 +84,7 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
84
84
  className: h,
85
85
  disabled: d = !1,
86
86
  decreaseAmountButtonLabel: q = "Decrease",
87
- hint: I,
87
+ hint: v,
88
88
  hideLabel: G = !1,
89
89
  invalid: x = !1,
90
90
  increaseAmountButtonLabel: O = "Increase",
@@ -96,7 +96,7 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
96
96
  size: i = "medium",
97
97
  step: U = 1,
98
98
  suffix: r,
99
- systemFeedback: v,
99
+ systemFeedback: I,
100
100
  value: S,
101
101
  onChange: k,
102
102
  ...J
@@ -151,7 +151,7 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
151
151
  [t.affixSmall]: i === "small",
152
152
  [t.affixDisabled]: d,
153
153
  [t.affixReadonly]: p
154
- }), F = `${a}-label`, V = `${a}-feedback`, P = `${a}-hint`, T = `${a}-value-announcer`, sn = I ? ` ${P}` : "", on = c(t.root, h), ln = c(t.input, {
154
+ }), F = `${a}-label`, V = `${a}-feedback`, P = `${a}-hint`, T = `${a}-value-announcer`, sn = v ? ` ${P}` : "", on = c(t.root, h), ln = c(t.input, {
155
155
  // small input
156
156
  [t.inputSmall]: i === "small",
157
157
  // invalid state
@@ -168,7 +168,7 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
168
168
  [t.actionButtonSmall]: i === "small"
169
169
  }), dn = () => {
170
170
  const n = [T];
171
- return x && v && n.push(V), n.join(" ");
171
+ return x && I && n.push(V), n.join(" ");
172
172
  }, W = () => {
173
173
  var n;
174
174
  if (s.current) {
@@ -190,7 +190,7 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
190
190
  b,
191
191
  R && /* @__PURE__ */ e.jsx(mn, {})
192
192
  ] }),
193
- I && /* @__PURE__ */ e.jsx("div", { className: t.hint, id: P, children: I }),
193
+ v && /* @__PURE__ */ e.jsx("div", { className: t.hint, id: P, children: v }),
194
194
  /* @__PURE__ */ e.jsx(
195
195
  "div",
196
196
  {
@@ -201,11 +201,11 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
201
201
  children: A
202
202
  }
203
203
  ),
204
- x && v && /* @__PURE__ */ e.jsx(
204
+ x && I && /* @__PURE__ */ e.jsx(
205
205
  hn,
206
206
  {
207
207
  className: t.feedback,
208
- message: v,
208
+ message: I,
209
209
  type: "invalid",
210
210
  id: V
211
211
  }
@@ -286,5 +286,6 @@ import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn =
286
286
  ] });
287
287
  };
288
288
  export {
289
- Yn as DSInputStepper
289
+ Yn as D,
290
+ Wn as v
290
291
  };