@stihl-design-system/components 1.0.0-RC.14 → 1.0.0-RC.16

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 (244) hide show
  1. package/accordion.Dm5MWHQ6.js +12 -0
  2. package/arialiveregions.BwwB-OfU.js +19 -0
  3. package/assets/Accordion.B5bGf8mR.css +1 -0
  4. package/assets/Breadcrumb.BaYrwrYl.css +1 -0
  5. package/assets/NavigationTabList.B6x56sAV.css +1 -0
  6. package/assets/linkstandalone.LMdnj-G0.css +1 -0
  7. package/asterisk.DUzshaw5.js +8 -0
  8. package/breadcrumb.BDpXhffn.js +11 -0
  9. package/breadcrumb.d.ts +2 -0
  10. package/button.Ywd82k7O.js +121 -0
  11. package/buttonround.CI5RGkR9.js +105 -0
  12. package/checkbox.C1JJOQeV.js +103 -0
  13. package/checkboxgroup.o5t3fWsf.js +9 -0
  14. package/chip.DcJLVxEm.js +11 -0
  15. package/chipgroup.CCq2AMSa.js +187 -0
  16. package/chunks/Accordion.BmI7nlus.js +166 -0
  17. package/chunks/AriaLiveRegions.utils.zSFFD3SF.js +27 -0
  18. package/chunks/Breadcrumb.BycdSn-b.js +106 -0
  19. package/chunks/CheckboxGroup.C-Adg1hA.js +74 -0
  20. package/chunks/Chip.BY8kLPnz.js +120 -0
  21. package/chunks/CustomReactSelect.C2yN7CYh.js +3622 -0
  22. package/chunks/Dialog.CjzCKRr2.js +140 -0
  23. package/chunks/Drawer.m2JeVNBp.js +148 -0
  24. package/chunks/Fieldset.DfWsQgjD.js +105 -0
  25. package/chunks/Icon.DhKyUWtM.js +231 -0
  26. package/chunks/Input.utils.Um8Pqp4U.js +52 -0
  27. package/chunks/InputPassword.CmvZcn6n.js +141 -0
  28. package/chunks/InputSearch.CwXaGLJp.js +179 -0
  29. package/chunks/InputStepper.NCl90c4h.js +275 -0
  30. package/chunks/NavigationTabList.BOrhiSiM.js +63 -0
  31. package/chunks/NavigationTabs.DW_6fZxc.js +63 -0
  32. package/chunks/Notification.Bp28ubaX.js +99 -0
  33. package/chunks/RadioGroup.Dh-7jSOg.js +105 -0
  34. package/chunks/Select.CMwsbHvQ.js +190 -0
  35. package/chunks/TabPane.utils.DG16Y2uD.js +10 -0
  36. package/chunks/Tabs.D3yDE5nU.js +77 -0
  37. package/chunks/Textarea.CMRn2Aof.js +184 -0
  38. package/chunks/Toast.Boi6TEHu.js +76 -0
  39. package/chunks/index.CEyLAtio.js +48 -0
  40. package/chunks/index.CgTHIF3K.js +293 -0
  41. package/chunks/{translate.isa3FHb8.js → translate.nuU7uChI.js} +1 -4
  42. package/chunks/useBreakpoint.CMOR9ZOB.js +44 -0
  43. package/combobox.BhzaJrs7.js +55 -0
  44. package/components/Accordion/Accordion.d.ts +5 -1
  45. package/components/Accordion/Accordion.utils.d.ts +2 -2
  46. package/components/AriaLiveRegions/AriaLiveRegions.d.ts +1 -0
  47. package/components/Asterisk/Asterisk.d.ts +1 -0
  48. package/components/Breadcrumb/Breadcrumb.d.ts +45 -0
  49. package/components/Breadcrumb/Breadcrumb.utils.d.ts +4 -0
  50. package/components/Button/Button.d.ts +6 -4
  51. package/components/ButtonRound/ButtonRound.d.ts +4 -1
  52. package/components/Checkbox/Checkbox.d.ts +2 -0
  53. package/components/CheckboxGroup/CheckboxGroup.d.ts +3 -1
  54. package/components/ChipGroup/ChipGroup.d.ts +2 -0
  55. package/components/Combobox/Combobox.d.ts +3 -0
  56. package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +3 -2
  57. package/components/Combobox/CustomReactSelect/OptionCheckbox.d.ts +1 -1
  58. package/components/Dialog/Dialog.d.ts +15 -4
  59. package/components/Drawer/Drawer.d.ts +15 -5
  60. package/components/Fieldset/Fieldset.d.ts +3 -1
  61. package/components/Flag/Flag.d.ts +3 -0
  62. package/components/FloatingActionButton/FloatingActionButton.d.ts +4 -1
  63. package/components/Heading/Heading.d.ts +3 -1
  64. package/components/Icon/Icon.d.ts +3 -1
  65. package/components/Input/Input.d.ts +23 -10
  66. package/components/Input/Input.utils.d.ts +2 -2
  67. package/components/InputPassword/InputPassword.d.ts +18 -9
  68. package/components/InputSearch/InputSearch.d.ts +17 -7
  69. package/components/InputStepper/InputStepper.d.ts +24 -8
  70. package/components/Link/Link.d.ts +6 -3
  71. package/components/LinkStandalone/LinkStandalone.d.ts +4 -1
  72. package/components/Logo/Logo.d.ts +3 -1
  73. package/components/NavigationTabs/NavigationTabs.d.ts +43 -0
  74. package/components/NavigationTabs/NavigationTabs.test.d.ts +1 -0
  75. package/components/NavigationTabs/NavigationTabs.utils.d.ts +6 -0
  76. package/components/Notification/Notification.d.ts +14 -5
  77. package/components/NumberIndicator/NumberIndicator.d.ts +1 -0
  78. package/components/RadioGroup/RadioGroup.d.ts +2 -0
  79. package/components/Select/Select.d.ts +2 -1
  80. package/components/SkipToContent/SkipToContent.d.ts +3 -0
  81. package/components/Spinner/Spinner.d.ts +7 -1
  82. package/components/Switch/Switch.d.ts +6 -4
  83. package/components/SystemFeedback/SystemFeedback.d.ts +1 -1
  84. package/components/Tabs/TabList/NavigationTabList/NavigationTabList.d.ts +22 -0
  85. package/components/Tabs/TabList/TabList.d.ts +38 -0
  86. package/components/Tabs/TabList/TabList.utils.d.ts +6 -0
  87. package/components/Tabs/TabList/TabList.utils.test.d.ts +1 -0
  88. package/components/Tabs/TabPane/TabPane.d.ts +1 -1
  89. package/components/Tabs/Tabs.d.ts +9 -2
  90. package/components/Tabs/Tabs.utils.d.ts +1 -6
  91. package/components/Text/Text.d.ts +6 -4
  92. package/components/Textarea/Textarea.d.ts +3 -1
  93. package/components/Title/Title.d.ts +3 -1
  94. package/components/Toast/Toast.d.ts +2 -0
  95. package/customreactselect.CW5-QQSM.js +14 -0
  96. package/dialog.DuAgAwfs.js +10 -0
  97. package/drawer.D3E46fH1.js +10 -0
  98. package/fieldset.4UygHVV3.js +12 -0
  99. package/flag.BJk5fHMs.js +50 -0
  100. package/floatingactionbutton.DFZ2YwaJ.js +74 -0
  101. package/heading.6LOBHJG6.js +55 -0
  102. package/icon.dww0DXWN.js +9 -0
  103. package/index.d.ts +4 -0
  104. package/index.es.js +139 -179
  105. package/input.DXzeHdRE.js +211 -0
  106. package/inputpassword.DXEvvgZt.js +13 -0
  107. package/inputsearch.DzwXj82k.js +14 -0
  108. package/inputstepper.CYwcFoQ1.js +16 -0
  109. package/link.CgNqBaNn.js +106 -0
  110. package/linkstandalone.Dn-uDj5T.js +69 -0
  111. package/logo.BgnYvK7t.js +51 -0
  112. package/navigationtablist.XNy54fXK.js +9 -0
  113. package/navigationtablist.d.ts +2 -0
  114. package/navigationtabs.DheMj9hs.js +9 -0
  115. package/navigationtabs.d.ts +2 -0
  116. package/notification.BnyOWmCm.js +10 -0
  117. package/numberindicator.Do92cr0z.js +35 -0
  118. package/optioncheckbox.DcckSTrV.js +52 -0
  119. package/package.json +53 -50
  120. package/partials/index.js +248 -2131
  121. package/partials/lib/partials.d.ts +77 -4
  122. package/radio.TDaeblOB.js +130 -0
  123. package/radiogroup.DyL_cJzK.js +11 -0
  124. package/select.BoeUz4Fb.js +13 -0
  125. package/skiptocontent.D7xhN0KM.js +35 -0
  126. package/spinner.gilnr6vN.js +52 -0
  127. package/switch.Ca9tRATr.js +68 -0
  128. package/systemfeedback.7I6fnqjX.js +34 -0
  129. package/tablist.TWjlHs5Y.js +251 -0
  130. package/tablist.d.ts +2 -0
  131. package/tabpane.CB-eudyw.js +37 -0
  132. package/tabs.Cr2CMXbY.js +11 -0
  133. package/text.C6gOJ2nV.js +59 -0
  134. package/textarea.CqDSxfcU.js +12 -0
  135. package/title.CSCXJnBN.js +43 -0
  136. package/toast.BN0v57nF.js +11 -0
  137. package/toastmanager.B9CR9plV.js +115 -0
  138. package/utils/render-documentation.d.ts +1 -0
  139. package/accordion.C6_sqiW2.js +0 -10
  140. package/arialiveregions.2dxodwBP.js +0 -27
  141. package/assets/Accordion.i4k5SMQM.css +0 -1
  142. package/assets/Tabs.DUqlqP6R.css +0 -1
  143. package/assets/linkstandalone.DIazcjIv.css +0 -1
  144. package/asterisk.DpzETKdT.js +0 -8
  145. package/button.BfcWQZhx.js +0 -135
  146. package/buttonround.E56F_805.js +0 -118
  147. package/checkbox.Dt0OWryN.js +0 -111
  148. package/checkboxgroup.je32bRPr.js +0 -8
  149. package/chip.CpnDX4Ro.js +0 -10
  150. package/chipgroup.Cy76KMWu.js +0 -175
  151. package/chunks/Accordion.Bza3TO4Y.js +0 -125
  152. package/chunks/AriaLiveRegions.utils.Bq6Mp2bE.js +0 -40
  153. package/chunks/CheckboxGroup.C_2ZwEQJ.js +0 -95
  154. package/chunks/Chip.BvlKC503.js +0 -148
  155. package/chunks/CustomReactSelect.CB41lklE.js +0 -3598
  156. package/chunks/Dialog.ClBjJWOh.js +0 -148
  157. package/chunks/Drawer.ReDW3ohH.js +0 -154
  158. package/chunks/Fieldset.Ct_JFRs9.js +0 -99
  159. package/chunks/Icon.BCmt_XBG.js +0 -223
  160. package/chunks/Input.utils.DYbmWlx6.js +0 -111
  161. package/chunks/InputPassword.Cvk5J8w1.js +0 -143
  162. package/chunks/InputSearch.BIIW-ERk.js +0 -192
  163. package/chunks/InputStepper.DGzR3KY6.js +0 -296
  164. package/chunks/Notification.uAEjPywP.js +0 -92
  165. package/chunks/RadioGroup.D10-pe9H.js +0 -146
  166. package/chunks/Select.DsLnW29U.js +0 -194
  167. package/chunks/TabPane.CYuUi0oL.js +0 -51
  168. package/chunks/Tabs.D_JAsvoh.js +0 -270
  169. package/chunks/Textarea.Dh9R9YdZ.js +0 -199
  170. package/chunks/Toast.j7LPnQ36.js +0 -89
  171. package/chunks/index.CvOaL64Y.js +0 -45
  172. package/chunks/jsx-runtime.C115EyI4.js +0 -635
  173. package/chunks/useBreakpoint.B8XxjSVJ.js +0 -48
  174. package/combobox.D6zXg976.js +0 -47
  175. package/customreactselect.BcjDvZG6.js +0 -13
  176. package/dialog.BkVOgeWY.js +0 -9
  177. package/drawer.DM_NKGTQ.js +0 -9
  178. package/fieldset.CSNoVbL1.js +0 -11
  179. package/flag.BKpsdB_-.js +0 -43
  180. package/floatingactionbutton.D5L0B7zI.js +0 -87
  181. package/heading.IPIYc5vW.js +0 -50
  182. package/icon.Ck0BpI34.js +0 -8
  183. package/input.BbnmbMCI.js +0 -241
  184. package/inputpassword.KnZRwWCQ.js +0 -12
  185. package/inputsearch.DgYJPZ2v.js +0 -13
  186. package/inputstepper.T_of1Gz0.js +0 -15
  187. package/link.L8O_InKe.js +0 -116
  188. package/linkstandalone.BBoEniZ_.js +0 -79
  189. package/logo.Hul8qCFo.js +0 -65
  190. package/notification.Bt9TbAAt.js +0 -9
  191. package/numberindicator.UU7FSouT.js +0 -26
  192. package/optioncheckbox.BRUTnQnJ.js +0 -43
  193. package/radio.B-2uuWHq.js +0 -114
  194. package/radiogroup.DM_lF4hI.js +0 -10
  195. package/select.COLuwr89.js +0 -12
  196. package/skiptocontent.DxogCFvU.js +0 -45
  197. package/spinner.Bq97Og-6.js +0 -58
  198. package/switch.DI8YYa5G.js +0 -65
  199. package/systemfeedback.C3Pfxxpp.js +0 -25
  200. package/tabpane.BnQBzVXw.js +0 -8
  201. package/tabs.BaELlVri.js +0 -15
  202. package/text.DThvTwm8.js +0 -57
  203. package/textarea.Wcl_pVBb.js +0 -13
  204. package/title.DqzdB2Gq.js +0 -36
  205. package/toast.DQlMWU6I.js +0 -10
  206. package/toastmanager.DxHFtr5C.js +0 -119
  207. /package/assets/{CheckboxGroup.BH1Br1dg.css → CheckboxGroup.Dd-Huo7x.css} +0 -0
  208. /package/assets/{Chip.DSdLuzoi.css → Chip.dxIYIjj7.css} +0 -0
  209. /package/assets/{CustomReactSelect.vHt8qNKC.css → CustomReactSelect.DYDaP5r5.css} +0 -0
  210. /package/assets/{Dialog.BgzebVk4.css → Dialog.DXmPdExC.css} +0 -0
  211. /package/assets/{Drawer.Bauwxrk7.css → Drawer.BcM0epJS.css} +0 -0
  212. /package/assets/{Fieldset.DOdTbb7C.css → Fieldset.Og4EsnPI.css} +0 -0
  213. /package/assets/{Icon.DxRSBRSL.css → Icon.ZNrKuqgu.css} +0 -0
  214. /package/assets/{InputPassword.CG7Ugu73.css → InputPassword.DtKteerr.css} +0 -0
  215. /package/assets/{InputSearch.CseChMc-.css → InputSearch.Mql3oFlQ.css} +0 -0
  216. /package/assets/{InputStepper.C0eAYr7P.css → InputStepper.BXz1MMBg.css} +0 -0
  217. /package/assets/{Notification.DbRapUJo.css → Notification.DZIF-Wo6.css} +0 -0
  218. /package/assets/{RadioGroup.BfMo157q.css → RadioGroup.CM2mYOzc.css} +0 -0
  219. /package/assets/{Select.D4EXgIbz.css → Select.KvAgxJZk.css} +0 -0
  220. /package/assets/{Textarea.KJGPTYMz.css → Textarea.BIRQlv6m.css} +0 -0
  221. /package/assets/{Toast.CuafTAf7.css → Toast.CuM-yS7S.css} +0 -0
  222. /package/assets/{arialiveregions.DhsijBaL.css → arialiveregions.e0Q16ZWi.css} +0 -0
  223. /package/assets/{asterisk.BfVAUBO7.css → asterisk.B41DaZDe.css} +0 -0
  224. /package/assets/{button.DF4RBeC2.css → button.CpPeQPsM.css} +0 -0
  225. /package/assets/{buttonround.19uK_-oO.css → buttonround.BFauSRAb.css} +0 -0
  226. /package/assets/{checkbox.ByOoFouu.css → checkbox.BKHQN_tu.css} +0 -0
  227. /package/assets/{chipgroup.BzfZLbkv.css → chipgroup.CUIkyYBW.css} +0 -0
  228. /package/assets/{flag.B-RLcMcf.css → flag.C7i3MAAP.css} +0 -0
  229. /package/assets/{floatingactionbutton.E9HekT6S.css → floatingactionbutton.l0nvFiJU.css} +0 -0
  230. /package/assets/{heading.u4f8Mz94.css → heading.B-rdLVZD.css} +0 -0
  231. /package/assets/{input.BAkFKPW3.css → input.B5spSeMe.css} +0 -0
  232. /package/assets/{link.DDJj0D1U.css → link.Be5OF_8E.css} +0 -0
  233. /package/assets/{logo.CnW8alZU.css → logo.bVXt9m9R.css} +0 -0
  234. /package/assets/{numberindicator.BJ9vFpnd.css → numberindicator.BJnvB-K3.css} +0 -0
  235. /package/assets/{optioncheckbox.BZaWtRD7.css → optioncheckbox.DAffEKvY.css} +0 -0
  236. /package/assets/{radio.X-RTl_jo.css → radio.CGf7v0D_.css} +0 -0
  237. /package/assets/{skiptocontent.PTL3256m.css → skiptocontent.CTSDC_kG.css} +0 -0
  238. /package/assets/{spinner.2iWJWKyA.css → spinner.BJ5xwnYH.css} +0 -0
  239. /package/assets/{switch.gw6aa3kx.css → switch.Bc9KIyw9.css} +0 -0
  240. /package/assets/{systemfeedback.BPz5YlPC.css → systemfeedback.DoqgHZPH.css} +0 -0
  241. /package/assets/{TabPane.zywjfwo8.css → tabpane.D1LTb432.css} +0 -0
  242. /package/assets/{text.DjTG_qNb.css → text.BlRcxO8n.css} +0 -0
  243. /package/assets/{title.rosWPEG3.css → title.B0tsgJ-n.css} +0 -0
  244. /package/components/{Tabs/Tabs.utils.test.d.ts → Breadcrumb/Breadcrumb.test.d.ts} +0 -0
package/partials/index.js CHANGED
@@ -1,2147 +1,264 @@
1
- var Yr = { exports: {} }, Je = {}, _r = { exports: {} }, h = {};
2
- /**
3
- * @license React
4
- * react.production.min.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
- var vt;
12
- function Vt() {
13
- if (vt) return h;
14
- vt = 1;
15
- var N = Symbol.for("react.element"), d = Symbol.for("react.portal"), J = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), pe = Symbol.for("react.profiler"), ne = Symbol.for("react.provider"), ae = Symbol.for("react.context"), ee = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), re = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), V = Symbol.iterator;
16
- function te(n) {
17
- return n === null || typeof n != "object" ? null : (n = V && n[V] || n["@@iterator"], typeof n == "function" ? n : null);
18
- }
19
- var X = { isMounted: function() {
20
- return !1;
21
- }, enqueueForceUpdate: function() {
22
- }, enqueueReplaceState: function() {
23
- }, enqueueSetState: function() {
24
- } }, ce = Object.assign, $e = {};
25
- function oe(n, u, g) {
26
- this.props = n, this.context = u, this.refs = $e, this.updater = g || X;
27
- }
28
- oe.prototype.isReactComponent = {}, oe.prototype.setState = function(n, u) {
29
- if (typeof n != "object" && typeof n != "function" && n != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
30
- this.updater.enqueueSetState(this, n, u, "setState");
31
- }, oe.prototype.forceUpdate = function(n) {
32
- this.updater.enqueueForceUpdate(this, n, "forceUpdate");
33
- };
34
- function ie() {
35
- }
36
- ie.prototype = oe.prototype;
37
- function A(n, u, g) {
38
- this.props = n, this.context = u, this.refs = $e, this.updater = g || X;
39
- }
40
- var ge = A.prototype = new ie();
41
- ge.constructor = A, ce(ge, oe.prototype), ge.isPureReactComponent = !0;
42
- var ue = Array.isArray, U = Object.prototype.hasOwnProperty, G = { current: null }, le = { key: !0, ref: !0, __self: !0, __source: !0 };
43
- function ve(n, u, g) {
44
- var b, E = {}, k = null, x = null;
45
- if (u != null) for (b in u.ref !== void 0 && (x = u.ref), u.key !== void 0 && (k = "" + u.key), u) U.call(u, b) && !le.hasOwnProperty(b) && (E[b] = u[b]);
46
- var T = arguments.length - 2;
47
- if (T === 1) E.children = g;
48
- else if (1 < T) {
49
- for (var C = Array(T), M = 0; M < T; M++) C[M] = arguments[M + 2];
50
- E.children = C;
51
- }
52
- if (n && n.defaultProps) for (b in T = n.defaultProps, T) E[b] === void 0 && (E[b] = T[b]);
53
- return { $$typeof: N, type: n, key: k, ref: x, props: E, _owner: G.current };
54
- }
55
- function Ce(n, u) {
56
- return { $$typeof: N, type: n.type, key: u, ref: n.ref, props: n.props, _owner: n._owner };
57
- }
58
- function Se(n) {
59
- return typeof n == "object" && n !== null && n.$$typeof === N;
60
- }
61
- function Be(n) {
62
- var u = { "=": "=0", ":": "=2" };
63
- return "$" + n.replace(/[=:]/g, function(g) {
64
- return u[g];
65
- });
66
- }
67
- var Te = /\/+/g;
68
- function q(n, u) {
69
- return typeof n == "object" && n !== null && n.key != null ? Be("" + n.key) : u.toString(36);
70
- }
71
- function Q(n, u, g, b, E) {
72
- var k = typeof n;
73
- (k === "undefined" || k === "boolean") && (n = null);
74
- var x = !1;
75
- if (n === null) x = !0;
76
- else switch (k) {
77
- case "string":
78
- case "number":
79
- x = !0;
80
- break;
81
- case "object":
82
- switch (n.$$typeof) {
83
- case N:
84
- case d:
85
- x = !0;
86
- }
87
- }
88
- if (x) return x = n, E = E(x), n = b === "" ? "." + q(x, 0) : b, ue(E) ? (g = "", n != null && (g = n.replace(Te, "$&/") + "/"), Q(E, u, g, "", function(M) {
89
- return M;
90
- })) : E != null && (Se(E) && (E = Ce(E, g + (!E.key || x && x.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), u.push(E)), 1;
91
- if (x = 0, b = b === "" ? "." : b + ":", ue(n)) for (var T = 0; T < n.length; T++) {
92
- k = n[T];
93
- var C = b + q(k, T);
94
- x += Q(k, u, g, C, E);
95
- }
96
- else if (C = te(n), typeof C == "function") for (n = C.call(n), T = 0; !(k = n.next()).done; ) k = k.value, C = b + q(k, T++), x += Q(k, u, g, C, E);
97
- else if (k === "object") throw u = String(n), Error("Objects are not valid as a React child (found: " + (u === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : u) + "). If you meant to render a collection of children, use an array instead.");
98
- return x;
99
- }
100
- function Y(n, u, g) {
101
- if (n == null) return n;
102
- var b = [], E = 0;
103
- return Q(n, b, "", "", function(k) {
104
- return u.call(g, k, E++);
105
- }), b;
106
- }
107
- function se(n) {
108
- if (n._status === -1) {
109
- var u = n._result;
110
- u = u(), u.then(function(g) {
111
- (n._status === 0 || n._status === -1) && (n._status = 1, n._result = g);
112
- }, function(g) {
113
- (n._status === 0 || n._status === -1) && (n._status = 2, n._result = g);
114
- }), n._status === -1 && (n._status = 0, n._result = u);
115
- }
116
- if (n._status === 1) return n._result.default;
117
- throw n._result;
118
- }
119
- var f = { current: null }, fe = { transition: null }, xe = { ReactCurrentDispatcher: f, ReactCurrentBatchConfig: fe, ReactCurrentOwner: G };
120
- function ye() {
121
- throw Error("act(...) is not supported in production builds of React.");
122
- }
123
- return h.Children = { map: Y, forEach: function(n, u, g) {
124
- Y(n, function() {
125
- u.apply(this, arguments);
126
- }, g);
127
- }, count: function(n) {
128
- var u = 0;
129
- return Y(n, function() {
130
- u++;
131
- }), u;
132
- }, toArray: function(n) {
133
- return Y(n, function(u) {
134
- return u;
135
- }) || [];
136
- }, only: function(n) {
137
- if (!Se(n)) throw Error("React.Children.only expected to receive a single React element child.");
138
- return n;
139
- } }, h.Component = oe, h.Fragment = J, h.Profiler = pe, h.PureComponent = A, h.StrictMode = K, h.Suspense = $, h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = xe, h.act = ye, h.cloneElement = function(n, u, g) {
140
- if (n == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
141
- var b = ce({}, n.props), E = n.key, k = n.ref, x = n._owner;
142
- if (u != null) {
143
- if (u.ref !== void 0 && (k = u.ref, x = G.current), u.key !== void 0 && (E = "" + u.key), n.type && n.type.defaultProps) var T = n.type.defaultProps;
144
- for (C in u) U.call(u, C) && !le.hasOwnProperty(C) && (b[C] = u[C] === void 0 && T !== void 0 ? T[C] : u[C]);
145
- }
146
- var C = arguments.length - 2;
147
- if (C === 1) b.children = g;
148
- else if (1 < C) {
149
- T = Array(C);
150
- for (var M = 0; M < C; M++) T[M] = arguments[M + 2];
151
- b.children = T;
152
- }
153
- return { $$typeof: N, type: n.type, key: E, ref: k, props: b, _owner: x };
154
- }, h.createContext = function(n) {
155
- return n = { $$typeof: ae, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: ne, _context: n }, n.Consumer = n;
156
- }, h.createElement = ve, h.createFactory = function(n) {
157
- var u = ve.bind(null, n);
158
- return u.type = n, u;
159
- }, h.createRef = function() {
160
- return { current: null };
161
- }, h.forwardRef = function(n) {
162
- return { $$typeof: ee, render: n };
163
- }, h.isValidElement = Se, h.lazy = function(n) {
164
- return { $$typeof: L, _payload: { _status: -1, _result: n }, _init: se };
165
- }, h.memo = function(n, u) {
166
- return { $$typeof: re, type: n, compare: u === void 0 ? null : u };
167
- }, h.startTransition = function(n) {
168
- var u = fe.transition;
169
- fe.transition = {};
170
- try {
171
- n();
172
- } finally {
173
- fe.transition = u;
174
- }
175
- }, h.unstable_act = ye, h.useCallback = function(n, u) {
176
- return f.current.useCallback(n, u);
177
- }, h.useContext = function(n) {
178
- return f.current.useContext(n);
179
- }, h.useDebugValue = function() {
180
- }, h.useDeferredValue = function(n) {
181
- return f.current.useDeferredValue(n);
182
- }, h.useEffect = function(n, u) {
183
- return f.current.useEffect(n, u);
184
- }, h.useId = function() {
185
- return f.current.useId();
186
- }, h.useImperativeHandle = function(n, u, g) {
187
- return f.current.useImperativeHandle(n, u, g);
188
- }, h.useInsertionEffect = function(n, u) {
189
- return f.current.useInsertionEffect(n, u);
190
- }, h.useLayoutEffect = function(n, u) {
191
- return f.current.useLayoutEffect(n, u);
192
- }, h.useMemo = function(n, u) {
193
- return f.current.useMemo(n, u);
194
- }, h.useReducer = function(n, u, g) {
195
- return f.current.useReducer(n, u, g);
196
- }, h.useRef = function(n) {
197
- return f.current.useRef(n);
198
- }, h.useState = function(n) {
199
- return f.current.useState(n);
200
- }, h.useSyncExternalStore = function(n, u, g) {
201
- return f.current.useSyncExternalStore(n, u, g);
202
- }, h.useTransition = function() {
203
- return f.current.useTransition();
204
- }, h.version = "18.3.1", h;
205
- }
206
- var Qe = { exports: {} };
207
- /**
208
- * @license React
209
- * react.development.js
210
- *
211
- * Copyright (c) Facebook, Inc. and its affiliates.
212
- *
213
- * This source code is licensed under the MIT license found in the
214
- * LICENSE file in the root directory of this source tree.
215
- */
216
- Qe.exports;
217
- var yt;
218
- function Yt() {
219
- return yt || (yt = 1, function(N, d) {
220
- process.env.NODE_ENV !== "production" && function() {
221
- typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
222
- var J = "18.3.1", K = Symbol.for("react.element"), pe = Symbol.for("react.portal"), ne = Symbol.for("react.fragment"), ae = Symbol.for("react.strict_mode"), ee = Symbol.for("react.profiler"), $ = Symbol.for("react.provider"), re = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), te = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), ce = Symbol.for("react.lazy"), $e = Symbol.for("react.offscreen"), oe = Symbol.iterator, ie = "@@iterator";
223
- function A(e) {
224
- if (e === null || typeof e != "object")
225
- return null;
226
- var r = oe && e[oe] || e[ie];
227
- return typeof r == "function" ? r : null;
228
- }
229
- var ge = {
230
- /**
231
- * @internal
232
- * @type {ReactComponent}
233
- */
234
- current: null
235
- }, ue = {
236
- transition: null
237
- }, U = {
238
- current: null,
239
- // Used to reproduce behavior of `batchedUpdates` in legacy mode.
240
- isBatchingLegacy: !1,
241
- didScheduleLegacyUpdate: !1
242
- }, G = {
243
- /**
244
- * @internal
245
- * @type {ReactComponent}
246
- */
247
- current: null
248
- }, le = {}, ve = null;
249
- function Ce(e) {
250
- ve = e;
251
- }
252
- le.setExtraStackFrame = function(e) {
253
- ve = e;
254
- }, le.getCurrentStack = null, le.getStackAddendum = function() {
255
- var e = "";
256
- ve && (e += ve);
257
- var r = le.getCurrentStack;
258
- return r && (e += r() || ""), e;
259
- };
260
- var Se = !1, Be = !1, Te = !1, q = !1, Q = !1, Y = {
261
- ReactCurrentDispatcher: ge,
262
- ReactCurrentBatchConfig: ue,
263
- ReactCurrentOwner: G
264
- };
265
- Y.ReactDebugCurrentFrame = le, Y.ReactCurrentActQueue = U;
266
- function se(e) {
267
- {
268
- for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
269
- a[o - 1] = arguments[o];
270
- fe("warn", e, a);
271
- }
272
- }
273
- function f(e) {
274
- {
275
- for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
276
- a[o - 1] = arguments[o];
277
- fe("error", e, a);
278
- }
279
- }
280
- function fe(e, r, a) {
281
- {
282
- var o = Y.ReactDebugCurrentFrame, c = o.getStackAddendum();
283
- c !== "" && (r += "%s", a = a.concat([c]));
284
- var p = a.map(function(l) {
285
- return String(l);
286
- });
287
- p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
288
- }
289
- }
290
- var xe = {};
291
- function ye(e, r) {
292
- {
293
- var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", c = o + "." + r;
294
- if (xe[c])
295
- return;
296
- f("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), xe[c] = !0;
297
- }
298
- }
299
- var n = {
300
- /**
301
- * Checks whether or not this composite component is mounted.
302
- * @param {ReactClass} publicInstance The instance we want to test.
303
- * @return {boolean} True if mounted, false otherwise.
304
- * @protected
305
- * @final
306
- */
307
- isMounted: function(e) {
308
- return !1;
309
- },
310
- /**
311
- * Forces an update. This should only be invoked when it is known with
312
- * certainty that we are **not** in a DOM transaction.
313
- *
314
- * You may want to call this when you know that some deeper aspect of the
315
- * component's state has changed but `setState` was not called.
316
- *
317
- * This will not invoke `shouldComponentUpdate`, but it will invoke
318
- * `componentWillUpdate` and `componentDidUpdate`.
319
- *
320
- * @param {ReactClass} publicInstance The instance that should rerender.
321
- * @param {?function} callback Called after component is updated.
322
- * @param {?string} callerName name of the calling function in the public API.
323
- * @internal
324
- */
325
- enqueueForceUpdate: function(e, r, a) {
326
- ye(e, "forceUpdate");
327
- },
328
- /**
329
- * Replaces all of the state. Always use this or `setState` to mutate state.
330
- * You should treat `this.state` as immutable.
331
- *
332
- * There is no guarantee that `this.state` will be immediately updated, so
333
- * accessing `this.state` after calling this method may return the old value.
334
- *
335
- * @param {ReactClass} publicInstance The instance that should rerender.
336
- * @param {object} completeState Next state.
337
- * @param {?function} callback Called after component is updated.
338
- * @param {?string} callerName name of the calling function in the public API.
339
- * @internal
340
- */
341
- enqueueReplaceState: function(e, r, a, o) {
342
- ye(e, "replaceState");
343
- },
344
- /**
345
- * Sets a subset of the state. This only exists because _pendingState is
346
- * internal. This provides a merging strategy that is not available to deep
347
- * properties which is confusing. TODO: Expose pendingState or don't use it
348
- * during the merge.
349
- *
350
- * @param {ReactClass} publicInstance The instance that should rerender.
351
- * @param {object} partialState Next partial state to be merged with state.
352
- * @param {?function} callback Called after component is updated.
353
- * @param {?string} Name of the calling function in the public API.
354
- * @internal
355
- */
356
- enqueueSetState: function(e, r, a, o) {
357
- ye(e, "setState");
358
- }
359
- }, u = Object.assign, g = {};
360
- Object.freeze(g);
361
- function b(e, r, a) {
362
- this.props = e, this.context = r, this.refs = g, this.updater = a || n;
363
- }
364
- b.prototype.isReactComponent = {}, b.prototype.setState = function(e, r) {
365
- if (typeof e != "object" && typeof e != "function" && e != null)
366
- throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
367
- this.updater.enqueueSetState(this, e, r, "setState");
368
- }, b.prototype.forceUpdate = function(e) {
369
- this.updater.enqueueForceUpdate(this, e, "forceUpdate");
370
- };
371
- {
372
- var E = {
373
- isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
374
- replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
375
- }, k = function(e, r) {
376
- Object.defineProperty(b.prototype, e, {
377
- get: function() {
378
- se("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
379
- }
380
- });
381
- };
382
- for (var x in E)
383
- E.hasOwnProperty(x) && k(x, E[x]);
384
- }
385
- function T() {
386
- }
387
- T.prototype = b.prototype;
388
- function C(e, r, a) {
389
- this.props = e, this.context = r, this.refs = g, this.updater = a || n;
390
- }
391
- var M = C.prototype = new T();
392
- M.constructor = C, u(M, b.prototype), M.isPureReactComponent = !0;
393
- function br() {
394
- var e = {
395
- current: null
396
- };
397
- return Object.seal(e), e;
398
- }
399
- var Ze = Array.isArray;
400
- function Le(e) {
401
- return Ze(e);
402
- }
403
- function Rr(e) {
404
- {
405
- var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
406
- return a;
407
- }
408
- }
409
- function Ue(e) {
410
- try {
411
- return _e(e), !1;
412
- } catch {
413
- return !0;
414
- }
415
- }
416
- function _e(e) {
417
- return "" + e;
418
- }
419
- function Oe(e) {
420
- if (Ue(e))
421
- return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(e)), _e(e);
422
- }
423
- function er(e, r, a) {
424
- var o = e.displayName;
425
- if (o)
426
- return o;
427
- var c = r.displayName || r.name || "";
428
- return c !== "" ? a + "(" + c + ")" : a;
429
- }
430
- function ke(e) {
431
- return e.displayName || "Context";
432
- }
433
- function de(e) {
434
- if (e == null)
435
- return null;
436
- if (typeof e.tag == "number" && f("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
437
- return e.displayName || e.name || null;
438
- if (typeof e == "string")
439
- return e;
440
- switch (e) {
441
- case ne:
442
- return "Fragment";
443
- case pe:
444
- return "Portal";
445
- case ee:
446
- return "Profiler";
447
- case ae:
448
- return "StrictMode";
449
- case V:
450
- return "Suspense";
451
- case te:
452
- return "SuspenseList";
453
- }
454
- if (typeof e == "object")
455
- switch (e.$$typeof) {
456
- case re:
457
- var r = e;
458
- return ke(r) + ".Consumer";
459
- case $:
460
- var a = e;
461
- return ke(a._context) + ".Provider";
462
- case L:
463
- return er(e, e.render, "ForwardRef");
464
- case X:
465
- var o = e.displayName || null;
466
- return o !== null ? o : de(e.type) || "Memo";
467
- case ce: {
468
- var c = e, p = c._payload, l = c._init;
469
- try {
470
- return de(l(p));
471
- } catch {
472
- return null;
473
- }
474
- }
475
- }
476
- return null;
477
- }
478
- var Pe = Object.prototype.hasOwnProperty, Me = {
479
- key: !0,
480
- ref: !0,
481
- __self: !0,
482
- __source: !0
483
- }, rr, tr, We;
484
- We = {};
485
- function ze(e) {
486
- if (Pe.call(e, "ref")) {
487
- var r = Object.getOwnPropertyDescriptor(e, "ref").get;
488
- if (r && r.isReactWarning)
489
- return !1;
490
- }
491
- return e.ref !== void 0;
492
- }
493
- function be(e) {
494
- if (Pe.call(e, "key")) {
495
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
496
- if (r && r.isReactWarning)
497
- return !1;
498
- }
499
- return e.key !== void 0;
500
- }
501
- function Er(e, r) {
502
- var a = function() {
503
- rr || (rr = !0, f("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
504
- };
505
- a.isReactWarning = !0, Object.defineProperty(e, "key", {
506
- get: a,
507
- configurable: !0
508
- });
509
- }
510
- function nr(e, r) {
511
- var a = function() {
512
- tr || (tr = !0, f("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
513
- };
514
- a.isReactWarning = !0, Object.defineProperty(e, "ref", {
515
- get: a,
516
- configurable: !0
517
- });
518
- }
519
- function ar(e) {
520
- if (typeof e.ref == "string" && G.current && e.__self && G.current.stateNode !== e.__self) {
521
- var r = de(G.current.type);
522
- We[r] || (f('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), We[r] = !0);
523
- }
524
- }
525
- var je = function(e, r, a, o, c, p, l) {
526
- var y = {
527
- // This tag allows us to uniquely identify this as a React Element
528
- $$typeof: K,
529
- // Built-in properties that belong on the element
530
- type: e,
531
- key: r,
532
- ref: a,
533
- props: l,
534
- // Record the component responsible for creating this element.
535
- _owner: p
536
- };
537
- return y._store = {}, Object.defineProperty(y._store, "validated", {
538
- configurable: !1,
539
- enumerable: !1,
540
- writable: !0,
541
- value: !1
542
- }), Object.defineProperty(y, "_self", {
543
- configurable: !1,
544
- enumerable: !1,
545
- writable: !1,
546
- value: o
547
- }), Object.defineProperty(y, "_source", {
548
- configurable: !1,
549
- enumerable: !1,
550
- writable: !1,
551
- value: c
552
- }), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
553
- };
554
- function wr(e, r, a) {
555
- var o, c = {}, p = null, l = null, y = null, R = null;
556
- if (r != null) {
557
- ze(r) && (l = r.ref, ar(r)), be(r) && (Oe(r.key), p = "" + r.key), y = r.__self === void 0 ? null : r.__self, R = r.__source === void 0 ? null : r.__source;
558
- for (o in r)
559
- Pe.call(r, o) && !Me.hasOwnProperty(o) && (c[o] = r[o]);
560
- }
561
- var O = arguments.length - 2;
562
- if (O === 1)
563
- c.children = a;
564
- else if (O > 1) {
565
- for (var P = Array(O), j = 0; j < O; j++)
566
- P[j] = arguments[j + 2];
567
- Object.freeze && Object.freeze(P), c.children = P;
568
- }
569
- if (e && e.defaultProps) {
570
- var D = e.defaultProps;
571
- for (o in D)
572
- c[o] === void 0 && (c[o] = D[o]);
573
- }
574
- if (p || l) {
575
- var W = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
576
- p && Er(c, W), l && nr(c, W);
577
- }
578
- return je(e, p, l, y, R, G.current, c);
579
- }
580
- function Cr(e, r) {
581
- var a = je(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
582
- return a;
583
- }
584
- function Sr(e, r, a) {
585
- if (e == null)
586
- throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
587
- var o, c = u({}, e.props), p = e.key, l = e.ref, y = e._self, R = e._source, O = e._owner;
588
- if (r != null) {
589
- ze(r) && (l = r.ref, O = G.current), be(r) && (Oe(r.key), p = "" + r.key);
590
- var P;
591
- e.type && e.type.defaultProps && (P = e.type.defaultProps);
592
- for (o in r)
593
- Pe.call(r, o) && !Me.hasOwnProperty(o) && (r[o] === void 0 && P !== void 0 ? c[o] = P[o] : c[o] = r[o]);
594
- }
595
- var j = arguments.length - 2;
596
- if (j === 1)
597
- c.children = a;
598
- else if (j > 1) {
599
- for (var D = Array(j), W = 0; W < j; W++)
600
- D[W] = arguments[W + 2];
601
- c.children = D;
602
- }
603
- return je(e.type, p, l, y, R, O, c);
604
- }
605
- function Re(e) {
606
- return typeof e == "object" && e !== null && e.$$typeof === K;
607
- }
608
- var or = ".", Tr = ":";
609
- function xr(e) {
610
- var r = /[=:]/g, a = {
611
- "=": "=0",
612
- ":": "=2"
613
- }, o = e.replace(r, function(c) {
614
- return a[c];
615
- });
616
- return "$" + o;
617
- }
618
- var Ne = !1, ir = /\/+/g;
619
- function me(e) {
620
- return e.replace(ir, "$&/");
621
- }
622
- function Ae(e, r) {
623
- return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key), xr("" + e.key)) : r.toString(36);
624
- }
625
- function Ee(e, r, a, o, c) {
626
- var p = typeof e;
627
- (p === "undefined" || p === "boolean") && (e = null);
628
- var l = !1;
629
- if (e === null)
630
- l = !0;
631
- else
632
- switch (p) {
633
- case "string":
634
- case "number":
635
- l = !0;
636
- break;
637
- case "object":
638
- switch (e.$$typeof) {
639
- case K:
640
- case pe:
641
- l = !0;
642
- }
643
- }
644
- if (l) {
645
- var y = e, R = c(y), O = o === "" ? or + Ae(y, 0) : o;
646
- if (Le(R)) {
647
- var P = "";
648
- O != null && (P = me(O) + "/"), Ee(R, r, P, "", function(Nt) {
649
- return Nt;
650
- });
651
- } else R != null && (Re(R) && (R.key && (!y || y.key !== R.key) && Oe(R.key), R = Cr(
652
- R,
653
- // Keep both the (mapped) and old keys if they differ, just as
654
- // traverseAllChildren used to do for objects as children
655
- a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
656
- (R.key && (!y || y.key !== R.key) ? (
657
- // $FlowFixMe Flow incorrectly thinks existing element's key can be a number
658
- // eslint-disable-next-line react-internal/safe-string-coercion
659
- me("" + R.key) + "/"
660
- ) : "") + O
661
- )), r.push(R));
662
- return 1;
663
- }
664
- var j, D, W = 0, z = o === "" ? or : o + Tr;
665
- if (Le(e))
666
- for (var gr = 0; gr < e.length; gr++)
667
- j = e[gr], D = z + Ae(j, gr), W += Ee(j, r, a, D, c);
668
- else {
669
- var Vr = A(e);
670
- if (typeof Vr == "function") {
671
- var ft = e;
672
- Vr === ft.entries && (Ne || se("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ne = !0);
673
- for (var Mt = Vr.call(ft), dt, Wt = 0; !(dt = Mt.next()).done; )
674
- j = dt.value, D = z + Ae(j, Wt++), W += Ee(j, r, a, D, c);
675
- } else if (p === "object") {
676
- var pt = String(e);
677
- throw new Error("Objects are not valid as a React child (found: " + (pt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : pt) + "). If you meant to render a collection of children, use an array instead.");
678
- }
679
- }
680
- return W;
681
- }
682
- function Ie(e, r, a) {
683
- if (e == null)
684
- return e;
685
- var o = [], c = 0;
686
- return Ee(e, o, "", "", function(p) {
687
- return r.call(a, p, c++);
688
- }), o;
689
- }
690
- function Or(e) {
691
- var r = 0;
692
- return Ie(e, function() {
693
- r++;
694
- }), r;
695
- }
696
- function ur(e, r, a) {
697
- Ie(e, function() {
698
- r.apply(this, arguments);
699
- }, a);
700
- }
701
- function kr(e) {
702
- return Ie(e, function(r) {
703
- return r;
704
- }) || [];
705
- }
706
- function sr(e) {
707
- if (!Re(e))
708
- throw new Error("React.Children.only expected to receive a single React element child.");
709
- return e;
710
- }
711
- function cr(e) {
712
- var r = {
713
- $$typeof: re,
714
- // As a workaround to support multiple concurrent renderers, we categorize
715
- // some renderers as primary and others as secondary. We only expect
716
- // there to be two concurrent renderers at most: React Native (primary) and
717
- // Fabric (secondary); React DOM (primary) and React ART (secondary).
718
- // Secondary renderers store their context values on separate fields.
719
- _currentValue: e,
720
- _currentValue2: e,
721
- // Used to track how many concurrent renderers this context currently
722
- // supports within in a single renderer. Such as parallel server rendering.
723
- _threadCount: 0,
724
- // These are circular
725
- Provider: null,
726
- Consumer: null,
727
- // Add these to use same hidden class in VM as ServerContext
728
- _defaultValue: null,
729
- _globalName: null
730
- };
731
- r.Provider = {
732
- $$typeof: $,
733
- _context: r
734
- };
735
- var a = !1, o = !1, c = !1;
736
- {
737
- var p = {
738
- $$typeof: re,
739
- _context: r
740
- };
741
- Object.defineProperties(p, {
742
- Provider: {
743
- get: function() {
744
- return o || (o = !0, f("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
745
- },
746
- set: function(l) {
747
- r.Provider = l;
748
- }
749
- },
750
- _currentValue: {
751
- get: function() {
752
- return r._currentValue;
753
- },
754
- set: function(l) {
755
- r._currentValue = l;
756
- }
757
- },
758
- _currentValue2: {
759
- get: function() {
760
- return r._currentValue2;
761
- },
762
- set: function(l) {
763
- r._currentValue2 = l;
764
- }
765
- },
766
- _threadCount: {
767
- get: function() {
768
- return r._threadCount;
769
- },
770
- set: function(l) {
771
- r._threadCount = l;
772
- }
773
- },
774
- Consumer: {
775
- get: function() {
776
- return a || (a = !0, f("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
777
- }
778
- },
779
- displayName: {
780
- get: function() {
781
- return r.displayName;
782
- },
783
- set: function(l) {
784
- c || (se("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", l), c = !0);
785
- }
786
- }
787
- }), r.Consumer = p;
788
- }
789
- return r._currentRenderer = null, r._currentRenderer2 = null, r;
790
- }
791
- var De = -1, qe = 0, He = 1, lr = 2;
792
- function Pr(e) {
793
- if (e._status === De) {
794
- var r = e._result, a = r();
795
- if (a.then(function(p) {
796
- if (e._status === qe || e._status === De) {
797
- var l = e;
798
- l._status = He, l._result = p;
799
- }
800
- }, function(p) {
801
- if (e._status === qe || e._status === De) {
802
- var l = e;
803
- l._status = lr, l._result = p;
804
- }
805
- }), e._status === De) {
806
- var o = e;
807
- o._status = qe, o._result = a;
808
- }
809
- }
810
- if (e._status === He) {
811
- var c = e._result;
812
- return c === void 0 && f(`lazy: Expected the result of a dynamic import() call. Instead received: %s
813
-
814
- Your code should look like:
815
- const MyComponent = lazy(() => import('./MyComponent'))
816
-
817
- Did you accidentally put curly braces around the import?`, c), "default" in c || f(`lazy: Expected the result of a dynamic import() call. Instead received: %s
818
-
819
- Your code should look like:
820
- const MyComponent = lazy(() => import('./MyComponent'))`, c), c.default;
821
- } else
822
- throw e._result;
823
- }
824
- function jr(e) {
825
- var r = {
826
- // We use these fields to store the result.
827
- _status: De,
828
- _result: e
829
- }, a = {
830
- $$typeof: ce,
831
- _payload: r,
832
- _init: Pr
833
- };
834
- {
835
- var o, c;
836
- Object.defineProperties(a, {
837
- defaultProps: {
838
- configurable: !0,
839
- get: function() {
840
- return o;
841
- },
842
- set: function(p) {
843
- f("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = p, Object.defineProperty(a, "defaultProps", {
844
- enumerable: !0
845
- });
846
- }
847
- },
848
- propTypes: {
849
- configurable: !0,
850
- get: function() {
851
- return c;
852
- },
853
- set: function(p) {
854
- f("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), c = p, Object.defineProperty(a, "propTypes", {
855
- enumerable: !0
856
- });
857
- }
858
- }
859
- });
860
- }
861
- return a;
862
- }
863
- function Ar(e) {
864
- e != null && e.$$typeof === X ? f("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? f("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && f("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && f("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
865
- var r = {
866
- $$typeof: L,
867
- render: e
868
- };
869
- {
870
- var a;
871
- Object.defineProperty(r, "displayName", {
872
- enumerable: !1,
873
- configurable: !0,
874
- get: function() {
875
- return a;
876
- },
877
- set: function(o) {
878
- a = o, !e.name && !e.displayName && (e.displayName = o);
879
- }
880
- });
881
- }
882
- return r;
883
- }
884
- var fr;
885
- fr = Symbol.for("react.module.reference");
886
- function t(e) {
887
- return !!(typeof e == "string" || typeof e == "function" || e === ne || e === ee || Q || e === ae || e === V || e === te || q || e === $e || Se || Be || Te || typeof e == "object" && e !== null && (e.$$typeof === ce || e.$$typeof === X || e.$$typeof === $ || e.$$typeof === re || e.$$typeof === L || // This needs to include all possible module reference object
888
- // types supported by any Flight configuration anywhere since
889
- // we don't know which Flight build this will end up being used
890
- // with.
891
- e.$$typeof === fr || e.getModuleId !== void 0));
892
- }
893
- function i(e, r) {
894
- t(e) || f("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
895
- var a = {
896
- $$typeof: X,
897
- type: e,
898
- compare: r === void 0 ? null : r
899
- };
900
- {
901
- var o;
902
- Object.defineProperty(a, "displayName", {
903
- enumerable: !1,
904
- configurable: !0,
905
- get: function() {
906
- return o;
907
- },
908
- set: function(c) {
909
- o = c, !e.name && !e.displayName && (e.displayName = c);
910
- }
911
- });
912
- }
913
- return a;
914
- }
915
- function s() {
916
- var e = ge.current;
917
- return e === null && f(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
918
- 1. You might have mismatching versions of React and the renderer (such as React DOM)
919
- 2. You might be breaking the Rules of Hooks
920
- 3. You might have more than one copy of React in the same app
921
- See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
922
- }
923
- function v(e) {
924
- var r = s();
925
- if (e._context !== void 0) {
926
- var a = e._context;
927
- a.Consumer === e ? f("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : a.Provider === e && f("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
928
- }
929
- return r.useContext(e);
930
- }
931
- function w(e) {
932
- var r = s();
933
- return r.useState(e);
934
- }
935
- function S(e, r, a) {
936
- var o = s();
937
- return o.useReducer(e, r, a);
938
- }
939
- function _(e) {
940
- var r = s();
941
- return r.useRef(e);
942
- }
943
- function m(e, r) {
944
- var a = s();
945
- return a.useEffect(e, r);
946
- }
947
- function B(e, r) {
948
- var a = s();
949
- return a.useInsertionEffect(e, r);
950
- }
951
- function I(e, r) {
952
- var a = s();
953
- return a.useLayoutEffect(e, r);
954
- }
955
- function F(e, r) {
956
- var a = s();
957
- return a.useCallback(e, r);
958
- }
959
- function Z(e, r) {
960
- var a = s();
961
- return a.useMemo(e, r);
962
- }
963
- function we(e, r, a) {
964
- var o = s();
965
- return o.useImperativeHandle(e, r, a);
966
- }
967
- function he(e, r) {
968
- {
969
- var a = s();
970
- return a.useDebugValue(e, r);
971
- }
972
- }
973
- function H() {
974
- var e = s();
975
- return e.useTransition();
976
- }
977
- function Ke(e) {
978
- var r = s();
979
- return r.useDeferredValue(e);
980
- }
981
- function Ir() {
982
- var e = s();
983
- return e.useId();
984
- }
985
- function Dr(e, r, a) {
986
- var o = s();
987
- return o.useSyncExternalStore(e, r, a);
988
- }
989
- var Ge = 0, Br, zr, qr, Hr, Kr, Gr, Jr;
990
- function Xr() {
991
- }
992
- Xr.__reactDisabledLog = !0;
993
- function Rt() {
994
- {
995
- if (Ge === 0) {
996
- Br = console.log, zr = console.info, qr = console.warn, Hr = console.error, Kr = console.group, Gr = console.groupCollapsed, Jr = console.groupEnd;
997
- var e = {
998
- configurable: !0,
999
- enumerable: !0,
1000
- value: Xr,
1001
- writable: !0
1002
- };
1003
- Object.defineProperties(console, {
1004
- info: e,
1005
- log: e,
1006
- warn: e,
1007
- error: e,
1008
- group: e,
1009
- groupCollapsed: e,
1010
- groupEnd: e
1011
- });
1012
- }
1013
- Ge++;
1014
- }
1015
- }
1016
- function Et() {
1017
- {
1018
- if (Ge--, Ge === 0) {
1019
- var e = {
1020
- configurable: !0,
1021
- enumerable: !0,
1022
- writable: !0
1023
- };
1024
- Object.defineProperties(console, {
1025
- log: u({}, e, {
1026
- value: Br
1027
- }),
1028
- info: u({}, e, {
1029
- value: zr
1030
- }),
1031
- warn: u({}, e, {
1032
- value: qr
1033
- }),
1034
- error: u({}, e, {
1035
- value: Hr
1036
- }),
1037
- group: u({}, e, {
1038
- value: Kr
1039
- }),
1040
- groupCollapsed: u({}, e, {
1041
- value: Gr
1042
- }),
1043
- groupEnd: u({}, e, {
1044
- value: Jr
1045
- })
1046
- });
1047
- }
1048
- Ge < 0 && f("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1049
- }
1050
- }
1051
- var Fr = Y.ReactCurrentDispatcher, $r;
1052
- function dr(e, r, a) {
1053
- {
1054
- if ($r === void 0)
1055
- try {
1056
- throw Error();
1057
- } catch (c) {
1058
- var o = c.stack.trim().match(/\n( *(at )?)/);
1059
- $r = o && o[1] || "";
1060
- }
1061
- return `
1062
- ` + $r + e;
1063
- }
1064
- }
1065
- var Lr = !1, pr;
1066
- {
1067
- var wt = typeof WeakMap == "function" ? WeakMap : Map;
1068
- pr = new wt();
1069
- }
1070
- function Qr(e, r) {
1071
- if (!e || Lr)
1072
- return "";
1073
- {
1074
- var a = pr.get(e);
1075
- if (a !== void 0)
1076
- return a;
1077
- }
1078
- var o;
1079
- Lr = !0;
1080
- var c = Error.prepareStackTrace;
1081
- Error.prepareStackTrace = void 0;
1082
- var p;
1083
- p = Fr.current, Fr.current = null, Rt();
1084
- try {
1085
- if (r) {
1086
- var l = function() {
1087
- throw Error();
1088
- };
1089
- if (Object.defineProperty(l.prototype, "props", {
1090
- set: function() {
1091
- throw Error();
1092
- }
1093
- }), typeof Reflect == "object" && Reflect.construct) {
1094
- try {
1095
- Reflect.construct(l, []);
1096
- } catch (z) {
1097
- o = z;
1098
- }
1099
- Reflect.construct(e, [], l);
1100
- } else {
1101
- try {
1102
- l.call();
1103
- } catch (z) {
1104
- o = z;
1105
- }
1106
- e.call(l.prototype);
1107
- }
1108
- } else {
1109
- try {
1110
- throw Error();
1111
- } catch (z) {
1112
- o = z;
1113
- }
1114
- e();
1115
- }
1116
- } catch (z) {
1117
- if (z && o && typeof z.stack == "string") {
1118
- for (var y = z.stack.split(`
1119
- `), R = o.stack.split(`
1120
- `), O = y.length - 1, P = R.length - 1; O >= 1 && P >= 0 && y[O] !== R[P]; )
1121
- P--;
1122
- for (; O >= 1 && P >= 0; O--, P--)
1123
- if (y[O] !== R[P]) {
1124
- if (O !== 1 || P !== 1)
1125
- do
1126
- if (O--, P--, P < 0 || y[O] !== R[P]) {
1127
- var j = `
1128
- ` + y[O].replace(" at new ", " at ");
1129
- return e.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", e.displayName)), typeof e == "function" && pr.set(e, j), j;
1130
- }
1131
- while (O >= 1 && P >= 0);
1132
- break;
1133
- }
1134
- }
1135
- } finally {
1136
- Lr = !1, Fr.current = p, Et(), Error.prepareStackTrace = c;
1137
- }
1138
- var D = e ? e.displayName || e.name : "", W = D ? dr(D) : "";
1139
- return typeof e == "function" && pr.set(e, W), W;
1140
- }
1141
- function Ct(e, r, a) {
1142
- return Qr(e, !1);
1143
- }
1144
- function St(e) {
1145
- var r = e.prototype;
1146
- return !!(r && r.isReactComponent);
1147
- }
1148
- function vr(e, r, a) {
1149
- if (e == null)
1150
- return "";
1151
- if (typeof e == "function")
1152
- return Qr(e, St(e));
1153
- if (typeof e == "string")
1154
- return dr(e);
1155
- switch (e) {
1156
- case V:
1157
- return dr("Suspense");
1158
- case te:
1159
- return dr("SuspenseList");
1160
- }
1161
- if (typeof e == "object")
1162
- switch (e.$$typeof) {
1163
- case L:
1164
- return Ct(e.render);
1165
- case X:
1166
- return vr(e.type, r, a);
1167
- case ce: {
1168
- var o = e, c = o._payload, p = o._init;
1169
- try {
1170
- return vr(p(c), r, a);
1171
- } catch {
1172
- }
1173
- }
1174
- }
1175
- return "";
1176
- }
1177
- var Zr = {}, et = Y.ReactDebugCurrentFrame;
1178
- function yr(e) {
1179
- if (e) {
1180
- var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
1181
- et.setExtraStackFrame(a);
1182
- } else
1183
- et.setExtraStackFrame(null);
1184
- }
1185
- function Tt(e, r, a, o, c) {
1186
- {
1187
- var p = Function.call.bind(Pe);
1188
- for (var l in e)
1189
- if (p(e, l)) {
1190
- var y = void 0;
1191
- try {
1192
- if (typeof e[l] != "function") {
1193
- var R = Error((o || "React class") + ": " + a + " type `" + l + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[l] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1194
- throw R.name = "Invariant Violation", R;
1195
- }
1196
- y = e[l](r, l, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1197
- } catch (O) {
1198
- y = O;
1199
- }
1200
- y && !(y instanceof Error) && (yr(c), f("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, l, typeof y), yr(null)), y instanceof Error && !(y.message in Zr) && (Zr[y.message] = !0, yr(c), f("Failed %s type: %s", a, y.message), yr(null));
1201
- }
1202
- }
1203
- }
1204
- function Ve(e) {
1205
- if (e) {
1206
- var r = e._owner, a = vr(e.type, e._source, r ? r.type : null);
1207
- Ce(a);
1208
- } else
1209
- Ce(null);
1210
- }
1211
- var Ur;
1212
- Ur = !1;
1213
- function rt() {
1214
- if (G.current) {
1215
- var e = de(G.current.type);
1216
- if (e)
1217
- return `
1218
-
1219
- Check the render method of \`` + e + "`.";
1220
- }
1221
- return "";
1222
- }
1223
- function xt(e) {
1224
- if (e !== void 0) {
1225
- var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
1226
- return `
1227
-
1228
- Check your code at ` + r + ":" + a + ".";
1229
- }
1230
- return "";
1231
- }
1232
- function Ot(e) {
1233
- return e != null ? xt(e.__source) : "";
1234
- }
1235
- var tt = {};
1236
- function kt(e) {
1237
- var r = rt();
1238
- if (!r) {
1239
- var a = typeof e == "string" ? e : e.displayName || e.name;
1240
- a && (r = `
1241
-
1242
- Check the top-level render call using <` + a + ">.");
1243
- }
1244
- return r;
1245
- }
1246
- function nt(e, r) {
1247
- if (!(!e._store || e._store.validated || e.key != null)) {
1248
- e._store.validated = !0;
1249
- var a = kt(r);
1250
- if (!tt[a]) {
1251
- tt[a] = !0;
1252
- var o = "";
1253
- e && e._owner && e._owner !== G.current && (o = " It was passed a child from " + de(e._owner.type) + "."), Ve(e), f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ve(null);
1254
- }
1255
- }
1256
- }
1257
- function at(e, r) {
1258
- if (typeof e == "object") {
1259
- if (Le(e))
1260
- for (var a = 0; a < e.length; a++) {
1261
- var o = e[a];
1262
- Re(o) && nt(o, r);
1263
- }
1264
- else if (Re(e))
1265
- e._store && (e._store.validated = !0);
1266
- else if (e) {
1267
- var c = A(e);
1268
- if (typeof c == "function" && c !== e.entries)
1269
- for (var p = c.call(e), l; !(l = p.next()).done; )
1270
- Re(l.value) && nt(l.value, r);
1271
- }
1272
- }
1273
- }
1274
- function ot(e) {
1275
- {
1276
- var r = e.type;
1277
- if (r == null || typeof r == "string")
1278
- return;
1279
- var a;
1280
- if (typeof r == "function")
1281
- a = r.propTypes;
1282
- else if (typeof r == "object" && (r.$$typeof === L || // Note: Memo only checks outer props here.
1283
- // Inner props are checked in the reconciler.
1284
- r.$$typeof === X))
1285
- a = r.propTypes;
1286
- else
1287
- return;
1288
- if (a) {
1289
- var o = de(r);
1290
- Tt(a, e.props, "prop", o, e);
1291
- } else if (r.PropTypes !== void 0 && !Ur) {
1292
- Ur = !0;
1293
- var c = de(r);
1294
- f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
1295
- }
1296
- typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
1297
- }
1298
- }
1299
- function Pt(e) {
1300
- {
1301
- for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
1302
- var o = r[a];
1303
- if (o !== "children" && o !== "key") {
1304
- Ve(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ve(null);
1305
- break;
1306
- }
1307
- }
1308
- e.ref !== null && (Ve(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), Ve(null));
1309
- }
1310
- }
1311
- function it(e, r, a) {
1312
- var o = t(e);
1313
- if (!o) {
1314
- var c = "";
1315
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (c += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
1316
- var p = Ot(r);
1317
- p ? c += p : c += rt();
1318
- var l;
1319
- e === null ? l = "null" : Le(e) ? l = "array" : e !== void 0 && e.$$typeof === K ? (l = "<" + (de(e.type) || "Unknown") + " />", c = " Did you accidentally export a JSX literal instead of a component?") : l = typeof e, f("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", l, c);
1320
- }
1321
- var y = wr.apply(this, arguments);
1322
- if (y == null)
1323
- return y;
1324
- if (o)
1325
- for (var R = 2; R < arguments.length; R++)
1326
- at(arguments[R], e);
1327
- return e === ne ? Pt(y) : ot(y), y;
1328
- }
1329
- var ut = !1;
1330
- function jt(e) {
1331
- var r = it.bind(null, e);
1332
- return r.type = e, ut || (ut = !0, se("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
1333
- enumerable: !1,
1334
- get: function() {
1335
- return se("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
1336
- value: e
1337
- }), e;
1338
- }
1339
- }), r;
1340
- }
1341
- function At(e, r, a) {
1342
- for (var o = Sr.apply(this, arguments), c = 2; c < arguments.length; c++)
1343
- at(arguments[c], o.type);
1344
- return ot(o), o;
1345
- }
1346
- function It(e, r) {
1347
- var a = ue.transition;
1348
- ue.transition = {};
1349
- var o = ue.transition;
1350
- ue.transition._updatedFibers = /* @__PURE__ */ new Set();
1351
- try {
1352
- e();
1353
- } finally {
1354
- if (ue.transition = a, a === null && o._updatedFibers) {
1355
- var c = o._updatedFibers.size;
1356
- c > 10 && se("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
1357
- }
1358
- }
1359
- }
1360
- var st = !1, mr = null;
1361
- function Dt(e) {
1362
- if (mr === null)
1363
- try {
1364
- var r = ("require" + Math.random()).slice(0, 7), a = N && N[r];
1365
- mr = a.call(N, "timers").setImmediate;
1366
- } catch {
1367
- mr = function(c) {
1368
- st === !1 && (st = !0, typeof MessageChannel > "u" && f("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
1369
- var p = new MessageChannel();
1370
- p.port1.onmessage = c, p.port2.postMessage(void 0);
1371
- };
1372
- }
1373
- return mr(e);
1374
- }
1375
- var Ye = 0, ct = !1;
1376
- function lt(e) {
1377
- {
1378
- var r = Ye;
1379
- Ye++, U.current === null && (U.current = []);
1380
- var a = U.isBatchingLegacy, o;
1381
- try {
1382
- if (U.isBatchingLegacy = !0, o = e(), !a && U.didScheduleLegacyUpdate) {
1383
- var c = U.current;
1384
- c !== null && (U.didScheduleLegacyUpdate = !1, Nr(c));
1385
- }
1386
- } catch (D) {
1387
- throw hr(r), D;
1388
- } finally {
1389
- U.isBatchingLegacy = a;
1390
- }
1391
- if (o !== null && typeof o == "object" && typeof o.then == "function") {
1392
- var p = o, l = !1, y = {
1393
- then: function(D, W) {
1394
- l = !0, p.then(function(z) {
1395
- hr(r), Ye === 0 ? Mr(z, D, W) : D(z);
1396
- }, function(z) {
1397
- hr(r), W(z);
1398
- });
1399
- }
1400
- };
1401
- return !ct && typeof Promise < "u" && Promise.resolve().then(function() {
1402
- }).then(function() {
1403
- l || (ct = !0, f("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
1404
- }), y;
1405
- } else {
1406
- var R = o;
1407
- if (hr(r), Ye === 0) {
1408
- var O = U.current;
1409
- O !== null && (Nr(O), U.current = null);
1410
- var P = {
1411
- then: function(D, W) {
1412
- U.current === null ? (U.current = [], Mr(R, D, W)) : D(R);
1413
- }
1414
- };
1415
- return P;
1416
- } else {
1417
- var j = {
1418
- then: function(D, W) {
1419
- D(R);
1420
- }
1421
- };
1422
- return j;
1423
- }
1424
- }
1425
- }
1426
- }
1427
- function hr(e) {
1428
- e !== Ye - 1 && f("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ye = e;
1429
- }
1430
- function Mr(e, r, a) {
1431
- {
1432
- var o = U.current;
1433
- if (o !== null)
1434
- try {
1435
- Nr(o), Dt(function() {
1436
- o.length === 0 ? (U.current = null, r(e)) : Mr(e, r, a);
1437
- });
1438
- } catch (c) {
1439
- a(c);
1440
- }
1441
- else
1442
- r(e);
1443
- }
1444
- }
1445
- var Wr = !1;
1446
- function Nr(e) {
1447
- if (!Wr) {
1448
- Wr = !0;
1449
- var r = 0;
1450
- try {
1451
- for (; r < e.length; r++) {
1452
- var a = e[r];
1453
- do
1454
- a = a(!0);
1455
- while (a !== null);
1456
- }
1457
- e.length = 0;
1458
- } catch (o) {
1459
- throw e = e.slice(r + 1), o;
1460
- } finally {
1461
- Wr = !1;
1462
- }
1463
- }
1464
- }
1465
- var Ft = it, $t = At, Lt = jt, Ut = {
1466
- map: Ie,
1467
- forEach: ur,
1468
- count: Or,
1469
- toArray: kr,
1470
- only: sr
1471
- };
1472
- d.Children = Ut, d.Component = b, d.Fragment = ne, d.Profiler = ee, d.PureComponent = C, d.StrictMode = ae, d.Suspense = V, d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Y, d.act = lt, d.cloneElement = $t, d.createContext = cr, d.createElement = Ft, d.createFactory = Lt, d.createRef = br, d.forwardRef = Ar, d.isValidElement = Re, d.lazy = jr, d.memo = i, d.startTransition = It, d.unstable_act = lt, d.useCallback = F, d.useContext = v, d.useDebugValue = he, d.useDeferredValue = Ke, d.useEffect = m, d.useId = Ir, d.useImperativeHandle = we, d.useInsertionEffect = B, d.useLayoutEffect = I, d.useMemo = Z, d.useReducer = S, d.useRef = _, d.useState = w, d.useSyncExternalStore = Dr, d.useTransition = H, d.version = J, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
1473
- }();
1474
- }(Qe, Qe.exports)), Qe.exports;
1475
- }
1476
- var mt;
1477
- function _t() {
1478
- return mt || (mt = 1, process.env.NODE_ENV === "production" ? _r.exports = Vt() : _r.exports = Yt()), _r.exports;
1479
- }
1480
- /**
1481
- * @license React
1482
- * react-jsx-runtime.production.min.js
1483
- *
1484
- * Copyright (c) Facebook, Inc. and its affiliates.
1485
- *
1486
- * This source code is licensed under the MIT license found in the
1487
- * LICENSE file in the root directory of this source tree.
1488
- */
1489
- var ht;
1490
- function Bt() {
1491
- if (ht) return Je;
1492
- ht = 1;
1493
- var N = _t(), d = Symbol.for("react.element"), J = Symbol.for("react.fragment"), K = Object.prototype.hasOwnProperty, pe = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, ne = { key: !0, ref: !0, __self: !0, __source: !0 };
1494
- function ae(ee, $, re) {
1495
- var L, V = {}, te = null, X = null;
1496
- re !== void 0 && (te = "" + re), $.key !== void 0 && (te = "" + $.key), $.ref !== void 0 && (X = $.ref);
1497
- for (L in $) K.call($, L) && !ne.hasOwnProperty(L) && (V[L] = $[L]);
1498
- if (ee && ee.defaultProps) for (L in $ = ee.defaultProps, $) V[L] === void 0 && (V[L] = $[L]);
1499
- return { $$typeof: d, type: ee, key: te, ref: X, props: V, _owner: pe.current };
1500
- }
1501
- return Je.Fragment = J, Je.jsx = ae, Je.jsxs = ae, Je;
1502
- }
1503
- var Xe = {};
1504
- /**
1505
- * @license React
1506
- * react-jsx-runtime.development.js
1507
- *
1508
- * Copyright (c) Facebook, Inc. and its affiliates.
1509
- *
1510
- * This source code is licensed under the MIT license found in the
1511
- * LICENSE file in the root directory of this source tree.
1512
- */
1513
- var gt;
1514
- function zt() {
1515
- return gt || (gt = 1, process.env.NODE_ENV !== "production" && function() {
1516
- var N = _t(), d = Symbol.for("react.element"), J = Symbol.for("react.portal"), K = Symbol.for("react.fragment"), pe = Symbol.for("react.strict_mode"), ne = Symbol.for("react.profiler"), ae = Symbol.for("react.provider"), ee = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), re = Symbol.for("react.suspense"), L = Symbol.for("react.suspense_list"), V = Symbol.for("react.memo"), te = Symbol.for("react.lazy"), X = Symbol.for("react.offscreen"), ce = Symbol.iterator, $e = "@@iterator";
1517
- function oe(t) {
1518
- if (t === null || typeof t != "object")
1519
- return null;
1520
- var i = ce && t[ce] || t[$e];
1521
- return typeof i == "function" ? i : null;
1522
- }
1523
- var ie = N.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
1524
- function A(t) {
1525
- {
1526
- for (var i = arguments.length, s = new Array(i > 1 ? i - 1 : 0), v = 1; v < i; v++)
1527
- s[v - 1] = arguments[v];
1528
- ge("error", t, s);
1529
- }
1530
- }
1531
- function ge(t, i, s) {
1532
- {
1533
- var v = ie.ReactDebugCurrentFrame, w = v.getStackAddendum();
1534
- w !== "" && (i += "%s", s = s.concat([w]));
1535
- var S = s.map(function(_) {
1536
- return String(_);
1537
- });
1538
- S.unshift("Warning: " + i), Function.prototype.apply.call(console[t], console, S);
1539
- }
1540
- }
1541
- var ue = !1, U = !1, G = !1, le = !1, ve = !1, Ce;
1542
- Ce = Symbol.for("react.module.reference");
1543
- function Se(t) {
1544
- return !!(typeof t == "string" || typeof t == "function" || t === K || t === ne || ve || t === pe || t === re || t === L || le || t === X || ue || U || G || typeof t == "object" && t !== null && (t.$$typeof === te || t.$$typeof === V || t.$$typeof === ae || t.$$typeof === ee || t.$$typeof === $ || // This needs to include all possible module reference object
1545
- // types supported by any Flight configuration anywhere since
1546
- // we don't know which Flight build this will end up being used
1547
- // with.
1548
- t.$$typeof === Ce || t.getModuleId !== void 0));
1549
- }
1550
- function Be(t, i, s) {
1551
- var v = t.displayName;
1552
- if (v)
1553
- return v;
1554
- var w = i.displayName || i.name || "";
1555
- return w !== "" ? s + "(" + w + ")" : s;
1556
- }
1557
- function Te(t) {
1558
- return t.displayName || "Context";
1559
- }
1560
- function q(t) {
1561
- if (t == null)
1562
- return null;
1563
- if (typeof t.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
1564
- return t.displayName || t.name || null;
1565
- if (typeof t == "string")
1566
- return t;
1567
- switch (t) {
1568
- case K:
1569
- return "Fragment";
1570
- case J:
1571
- return "Portal";
1572
- case ne:
1573
- return "Profiler";
1574
- case pe:
1575
- return "StrictMode";
1576
- case re:
1577
- return "Suspense";
1578
- case L:
1579
- return "SuspenseList";
1580
- }
1581
- if (typeof t == "object")
1582
- switch (t.$$typeof) {
1583
- case ee:
1584
- var i = t;
1585
- return Te(i) + ".Consumer";
1586
- case ae:
1587
- var s = t;
1588
- return Te(s._context) + ".Provider";
1589
- case $:
1590
- return Be(t, t.render, "ForwardRef");
1591
- case V:
1592
- var v = t.displayName || null;
1593
- return v !== null ? v : q(t.type) || "Memo";
1594
- case te: {
1595
- var w = t, S = w._payload, _ = w._init;
1596
- try {
1597
- return q(_(S));
1598
- } catch {
1599
- return null;
1600
- }
1601
- }
1602
- }
1603
- return null;
1604
- }
1605
- var Q = Object.assign, Y = 0, se, f, fe, xe, ye, n, u;
1606
- function g() {
1607
- }
1608
- g.__reactDisabledLog = !0;
1609
- function b() {
1610
- {
1611
- if (Y === 0) {
1612
- se = console.log, f = console.info, fe = console.warn, xe = console.error, ye = console.group, n = console.groupCollapsed, u = console.groupEnd;
1613
- var t = {
1614
- configurable: !0,
1615
- enumerable: !0,
1616
- value: g,
1617
- writable: !0
1618
- };
1619
- Object.defineProperties(console, {
1620
- info: t,
1621
- log: t,
1622
- warn: t,
1623
- error: t,
1624
- group: t,
1625
- groupCollapsed: t,
1626
- groupEnd: t
1627
- });
1628
- }
1629
- Y++;
1630
- }
1631
- }
1632
- function E() {
1633
- {
1634
- if (Y--, Y === 0) {
1635
- var t = {
1636
- configurable: !0,
1637
- enumerable: !0,
1638
- writable: !0
1639
- };
1640
- Object.defineProperties(console, {
1641
- log: Q({}, t, {
1642
- value: se
1643
- }),
1644
- info: Q({}, t, {
1645
- value: f
1646
- }),
1647
- warn: Q({}, t, {
1648
- value: fe
1649
- }),
1650
- error: Q({}, t, {
1651
- value: xe
1652
- }),
1653
- group: Q({}, t, {
1654
- value: ye
1655
- }),
1656
- groupCollapsed: Q({}, t, {
1657
- value: n
1658
- }),
1659
- groupEnd: Q({}, t, {
1660
- value: u
1661
- })
1662
- });
1663
- }
1664
- Y < 0 && A("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
1665
- }
1666
- }
1667
- var k = ie.ReactCurrentDispatcher, x;
1668
- function T(t, i, s) {
1669
- {
1670
- if (x === void 0)
1671
- try {
1672
- throw Error();
1673
- } catch (w) {
1674
- var v = w.stack.trim().match(/\n( *(at )?)/);
1675
- x = v && v[1] || "";
1676
- }
1677
- return `
1678
- ` + x + t;
1679
- }
1680
- }
1681
- var C = !1, M;
1682
- {
1683
- var br = typeof WeakMap == "function" ? WeakMap : Map;
1684
- M = new br();
1685
- }
1686
- function Ze(t, i) {
1687
- if (!t || C)
1688
- return "";
1689
- {
1690
- var s = M.get(t);
1691
- if (s !== void 0)
1692
- return s;
1693
- }
1694
- var v;
1695
- C = !0;
1696
- var w = Error.prepareStackTrace;
1697
- Error.prepareStackTrace = void 0;
1698
- var S;
1699
- S = k.current, k.current = null, b();
1700
- try {
1701
- if (i) {
1702
- var _ = function() {
1703
- throw Error();
1704
- };
1705
- if (Object.defineProperty(_.prototype, "props", {
1706
- set: function() {
1707
- throw Error();
1708
- }
1709
- }), typeof Reflect == "object" && Reflect.construct) {
1710
- try {
1711
- Reflect.construct(_, []);
1712
- } catch (H) {
1713
- v = H;
1714
- }
1715
- Reflect.construct(t, [], _);
1716
- } else {
1717
- try {
1718
- _.call();
1719
- } catch (H) {
1720
- v = H;
1721
- }
1722
- t.call(_.prototype);
1723
- }
1724
- } else {
1725
- try {
1726
- throw Error();
1727
- } catch (H) {
1728
- v = H;
1729
- }
1730
- t();
1731
- }
1732
- } catch (H) {
1733
- if (H && v && typeof H.stack == "string") {
1734
- for (var m = H.stack.split(`
1735
- `), B = v.stack.split(`
1736
- `), I = m.length - 1, F = B.length - 1; I >= 1 && F >= 0 && m[I] !== B[F]; )
1737
- F--;
1738
- for (; I >= 1 && F >= 0; I--, F--)
1739
- if (m[I] !== B[F]) {
1740
- if (I !== 1 || F !== 1)
1741
- do
1742
- if (I--, F--, F < 0 || m[I] !== B[F]) {
1743
- var Z = `
1744
- ` + m[I].replace(" at new ", " at ");
1745
- return t.displayName && Z.includes("<anonymous>") && (Z = Z.replace("<anonymous>", t.displayName)), typeof t == "function" && M.set(t, Z), Z;
1746
- }
1747
- while (I >= 1 && F >= 0);
1748
- break;
1749
- }
1750
- }
1751
- } finally {
1752
- C = !1, k.current = S, E(), Error.prepareStackTrace = w;
1753
- }
1754
- var we = t ? t.displayName || t.name : "", he = we ? T(we) : "";
1755
- return typeof t == "function" && M.set(t, he), he;
1756
- }
1757
- function Le(t, i, s) {
1758
- return Ze(t, !1);
1759
- }
1760
- function Rr(t) {
1761
- var i = t.prototype;
1762
- return !!(i && i.isReactComponent);
1763
- }
1764
- function Ue(t, i, s) {
1765
- if (t == null)
1766
- return "";
1767
- if (typeof t == "function")
1768
- return Ze(t, Rr(t));
1769
- if (typeof t == "string")
1770
- return T(t);
1771
- switch (t) {
1772
- case re:
1773
- return T("Suspense");
1774
- case L:
1775
- return T("SuspenseList");
1776
- }
1777
- if (typeof t == "object")
1778
- switch (t.$$typeof) {
1779
- case $:
1780
- return Le(t.render);
1781
- case V:
1782
- return Ue(t.type, i, s);
1783
- case te: {
1784
- var v = t, w = v._payload, S = v._init;
1785
- try {
1786
- return Ue(S(w), i, s);
1787
- } catch {
1788
- }
1789
- }
1790
- }
1791
- return "";
1792
- }
1793
- var _e = Object.prototype.hasOwnProperty, Oe = {}, er = ie.ReactDebugCurrentFrame;
1794
- function ke(t) {
1795
- if (t) {
1796
- var i = t._owner, s = Ue(t.type, t._source, i ? i.type : null);
1797
- er.setExtraStackFrame(s);
1798
- } else
1799
- er.setExtraStackFrame(null);
1800
- }
1801
- function de(t, i, s, v, w) {
1802
- {
1803
- var S = Function.call.bind(_e);
1804
- for (var _ in t)
1805
- if (S(t, _)) {
1806
- var m = void 0;
1807
- try {
1808
- if (typeof t[_] != "function") {
1809
- var B = Error((v || "React class") + ": " + s + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1810
- throw B.name = "Invariant Violation", B;
1811
- }
1812
- m = t[_](i, _, v, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1813
- } catch (I) {
1814
- m = I;
1815
- }
1816
- m && !(m instanceof Error) && (ke(w), A("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", s, _, typeof m), ke(null)), m instanceof Error && !(m.message in Oe) && (Oe[m.message] = !0, ke(w), A("Failed %s type: %s", s, m.message), ke(null));
1817
- }
1818
- }
1819
- }
1820
- var Pe = Array.isArray;
1821
- function Me(t) {
1822
- return Pe(t);
1823
- }
1824
- function rr(t) {
1825
- {
1826
- var i = typeof Symbol == "function" && Symbol.toStringTag, s = i && t[Symbol.toStringTag] || t.constructor.name || "Object";
1827
- return s;
1828
- }
1829
- }
1830
- function tr(t) {
1831
- try {
1832
- return We(t), !1;
1833
- } catch {
1834
- return !0;
1835
- }
1836
- }
1837
- function We(t) {
1838
- return "" + t;
1839
- }
1840
- function ze(t) {
1841
- if (tr(t))
1842
- return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", rr(t)), We(t);
1843
- }
1844
- var be = ie.ReactCurrentOwner, Er = {
1845
- key: !0,
1846
- ref: !0,
1847
- __self: !0,
1848
- __source: !0
1849
- }, nr, ar, je;
1850
- je = {};
1851
- function wr(t) {
1852
- if (_e.call(t, "ref")) {
1853
- var i = Object.getOwnPropertyDescriptor(t, "ref").get;
1854
- if (i && i.isReactWarning)
1855
- return !1;
1856
- }
1857
- return t.ref !== void 0;
1858
- }
1859
- function Cr(t) {
1860
- if (_e.call(t, "key")) {
1861
- var i = Object.getOwnPropertyDescriptor(t, "key").get;
1862
- if (i && i.isReactWarning)
1863
- return !1;
1864
- }
1865
- return t.key !== void 0;
1866
- }
1867
- function Sr(t, i) {
1868
- if (typeof t.ref == "string" && be.current && i && be.current.stateNode !== i) {
1869
- var s = q(be.current.type);
1870
- je[s] || (A('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', q(be.current.type), t.ref), je[s] = !0);
1871
- }
1872
- }
1873
- function Re(t, i) {
1874
- {
1875
- var s = function() {
1876
- nr || (nr = !0, A("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
1877
- };
1878
- s.isReactWarning = !0, Object.defineProperty(t, "key", {
1879
- get: s,
1880
- configurable: !0
1881
- });
1882
- }
1883
- }
1884
- function or(t, i) {
1885
- {
1886
- var s = function() {
1887
- ar || (ar = !0, A("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
1888
- };
1889
- s.isReactWarning = !0, Object.defineProperty(t, "ref", {
1890
- get: s,
1891
- configurable: !0
1892
- });
1893
- }
1894
- }
1895
- var Tr = function(t, i, s, v, w, S, _) {
1896
- var m = {
1897
- // This tag allows us to uniquely identify this as a React Element
1898
- $$typeof: d,
1899
- // Built-in properties that belong on the element
1900
- type: t,
1901
- key: i,
1902
- ref: s,
1903
- props: _,
1904
- // Record the component responsible for creating this element.
1905
- _owner: S
1906
- };
1907
- return m._store = {}, Object.defineProperty(m._store, "validated", {
1908
- configurable: !1,
1909
- enumerable: !1,
1910
- writable: !0,
1911
- value: !1
1912
- }), Object.defineProperty(m, "_self", {
1913
- configurable: !1,
1914
- enumerable: !1,
1915
- writable: !1,
1916
- value: v
1917
- }), Object.defineProperty(m, "_source", {
1918
- configurable: !1,
1919
- enumerable: !1,
1920
- writable: !1,
1921
- value: w
1922
- }), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
1923
- };
1924
- function xr(t, i, s, v, w) {
1925
- {
1926
- var S, _ = {}, m = null, B = null;
1927
- s !== void 0 && (ze(s), m = "" + s), Cr(i) && (ze(i.key), m = "" + i.key), wr(i) && (B = i.ref, Sr(i, w));
1928
- for (S in i)
1929
- _e.call(i, S) && !Er.hasOwnProperty(S) && (_[S] = i[S]);
1930
- if (t && t.defaultProps) {
1931
- var I = t.defaultProps;
1932
- for (S in I)
1933
- _[S] === void 0 && (_[S] = I[S]);
1934
- }
1935
- if (m || B) {
1936
- var F = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
1937
- m && Re(_, F), B && or(_, F);
1938
- }
1939
- return Tr(t, m, B, w, v, be.current, _);
1940
- }
1941
- }
1942
- var Ne = ie.ReactCurrentOwner, ir = ie.ReactDebugCurrentFrame;
1943
- function me(t) {
1944
- if (t) {
1945
- var i = t._owner, s = Ue(t.type, t._source, i ? i.type : null);
1946
- ir.setExtraStackFrame(s);
1947
- } else
1948
- ir.setExtraStackFrame(null);
1949
- }
1950
- var Ae;
1951
- Ae = !1;
1952
- function Ee(t) {
1953
- return typeof t == "object" && t !== null && t.$$typeof === d;
1954
- }
1955
- function Ie() {
1956
- {
1957
- if (Ne.current) {
1958
- var t = q(Ne.current.type);
1959
- if (t)
1960
- return `
1961
-
1962
- Check the render method of \`` + t + "`.";
1963
- }
1964
- return "";
1965
- }
1966
- }
1967
- function Or(t) {
1968
- return "";
1969
- }
1970
- var ur = {};
1971
- function kr(t) {
1972
- {
1973
- var i = Ie();
1974
- if (!i) {
1975
- var s = typeof t == "string" ? t : t.displayName || t.name;
1976
- s && (i = `
1977
-
1978
- Check the top-level render call using <` + s + ">.");
1979
- }
1980
- return i;
1981
- }
1982
- }
1983
- function sr(t, i) {
1984
- {
1985
- if (!t._store || t._store.validated || t.key != null)
1986
- return;
1987
- t._store.validated = !0;
1988
- var s = kr(i);
1989
- if (ur[s])
1990
- return;
1991
- ur[s] = !0;
1992
- var v = "";
1993
- t && t._owner && t._owner !== Ne.current && (v = " It was passed a child from " + q(t._owner.type) + "."), me(t), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, v), me(null);
1994
- }
1995
- }
1996
- function cr(t, i) {
1997
- {
1998
- if (typeof t != "object")
1999
- return;
2000
- if (Me(t))
2001
- for (var s = 0; s < t.length; s++) {
2002
- var v = t[s];
2003
- Ee(v) && sr(v, i);
2004
- }
2005
- else if (Ee(t))
2006
- t._store && (t._store.validated = !0);
2007
- else if (t) {
2008
- var w = oe(t);
2009
- if (typeof w == "function" && w !== t.entries)
2010
- for (var S = w.call(t), _; !(_ = S.next()).done; )
2011
- Ee(_.value) && sr(_.value, i);
2012
- }
2013
- }
2014
- }
2015
- function De(t) {
2016
- {
2017
- var i = t.type;
2018
- if (i == null || typeof i == "string")
2019
- return;
2020
- var s;
2021
- if (typeof i == "function")
2022
- s = i.propTypes;
2023
- else if (typeof i == "object" && (i.$$typeof === $ || // Note: Memo only checks outer props here.
2024
- // Inner props are checked in the reconciler.
2025
- i.$$typeof === V))
2026
- s = i.propTypes;
2027
- else
2028
- return;
2029
- if (s) {
2030
- var v = q(i);
2031
- de(s, t.props, "prop", v, t);
2032
- } else if (i.PropTypes !== void 0 && !Ae) {
2033
- Ae = !0;
2034
- var w = q(i);
2035
- A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", w || "Unknown");
2036
- }
2037
- typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
2038
- }
2039
- }
2040
- function qe(t) {
2041
- {
2042
- for (var i = Object.keys(t.props), s = 0; s < i.length; s++) {
2043
- var v = i[s];
2044
- if (v !== "children" && v !== "key") {
2045
- me(t), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), me(null);
2046
- break;
2047
- }
2048
- }
2049
- t.ref !== null && (me(t), A("Invalid attribute `ref` supplied to `React.Fragment`."), me(null));
2050
- }
2051
- }
2052
- var He = {};
2053
- function lr(t, i, s, v, w, S) {
2054
- {
2055
- var _ = Se(t);
2056
- if (!_) {
2057
- var m = "";
2058
- (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
2059
- var B = Or();
2060
- B ? m += B : m += Ie();
2061
- var I;
2062
- t === null ? I = "null" : Me(t) ? I = "array" : t !== void 0 && t.$$typeof === d ? (I = "<" + (q(t.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : I = typeof t, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, m);
2063
- }
2064
- var F = xr(t, i, s, w, S);
2065
- if (F == null)
2066
- return F;
2067
- if (_) {
2068
- var Z = i.children;
2069
- if (Z !== void 0)
2070
- if (v)
2071
- if (Me(Z)) {
2072
- for (var we = 0; we < Z.length; we++)
2073
- cr(Z[we], t);
2074
- Object.freeze && Object.freeze(Z);
2075
- } else
2076
- A("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
2077
- else
2078
- cr(Z, t);
2079
- }
2080
- if (_e.call(i, "key")) {
2081
- var he = q(t), H = Object.keys(i).filter(function(Dr) {
2082
- return Dr !== "key";
2083
- }), Ke = H.length > 0 ? "{key: someKey, " + H.join(": ..., ") + ": ...}" : "{key: someKey}";
2084
- if (!He[he + Ke]) {
2085
- var Ir = H.length > 0 ? "{" + H.join(": ..., ") + ": ...}" : "{}";
2086
- A(`A props object containing a "key" prop is being spread into JSX:
2087
- let props = %s;
2088
- <%s {...props} />
2089
- React keys must be passed directly to JSX without using spread:
2090
- let props = %s;
2091
- <%s key={someKey} {...props} />`, Ke, he, Ir, he), He[he + Ke] = !0;
2092
- }
2093
- }
2094
- return t === K ? qe(F) : De(F), F;
2095
- }
2096
- }
2097
- function Pr(t, i, s) {
2098
- return lr(t, i, s, !0);
2099
- }
2100
- function jr(t, i, s) {
2101
- return lr(t, i, s, !1);
2102
- }
2103
- var Ar = jr, fr = Pr;
2104
- Xe.Fragment = K, Xe.jsx = Ar, Xe.jsxs = fr;
2105
- }()), Xe;
2106
- }
2107
- process.env.NODE_ENV === "production" ? Yr.exports = Bt() : Yr.exports = zt();
2108
- var Fe = Yr.exports;
2109
- const qt = typeof window < "u" && typeof window.document < "u", bt = (N) => {
2110
- if (qt)
1
+ import { jsxs as c, Fragment as d, jsx as r } from "react/jsx-runtime";
2
+ const _ = typeof window < "u" && typeof window.document < "u", s = (t) => {
3
+ if (_)
2111
4
  throw new Error(
2112
- `[STIHL Design System] Partials can only be used during build time. You are using '${N}' at run time in a browser which defeats the effect of the partial.`
5
+ `[STIHL Design System] Partials can only be used at build time. You are using the function '${t}' at runtime in the browser, which negates the purpose of the partial.`
2113
6
  );
2114
7
  };
2115
- function Ht(N) {
2116
- const { format: d } = {
8
+ function p(t) {
9
+ const { format: i } = {
2117
10
  format: "jsx",
2118
- ...N
11
+ ...t
2119
12
  };
2120
- bt("getMetaIconLinks");
2121
- let J = ["<link rel=icon href=%PUBLIC_URL%/favicon.ico sizes=32x32>", "<link rel=icon href=%PUBLIC_URL%/icon.svg type=image/svg+xml>", "<link rel=apple-touch-icon href=%PUBLIC_URL%/apple-icon.png>", "<link rel=manifest href=%PUBLIC_URL%/manifest.webmanifest>"];
2122
- switch (d === "html" && (J = J.map((K) => K.replace("%PUBLIC_URL%", ""))), d) {
13
+ s("getMetaIconLinks");
14
+ let o = ["<link rel=icon href=%PUBLIC_URL%/favicon.ico sizes=32x32>", "<link rel=icon href=%PUBLIC_URL%/icon.svg type=image/svg+xml>", "<link rel=apple-touch-icon href=%PUBLIC_URL%/apple-icon.png>", "<link rel=manifest href=%PUBLIC_URL%/manifest.webmanifest>"];
15
+ switch (i === "html" && (o = o.map((a) => a.replace("%PUBLIC_URL%", ""))), i) {
2123
16
  case "html":
2124
17
  case "cra":
2125
- return J.join("");
18
+ return o.join("");
2126
19
  case "jsx":
2127
- return /* @__PURE__ */ Fe.jsxs(Fe.Fragment, { children: [
2128
- /* @__PURE__ */ Fe.jsx("link", { rel: "icon", href: "/favicon.ico", sizes: "32x32" }),
2129
- /* @__PURE__ */ Fe.jsx("link", { rel: "icon", href: "/icon.svg", type: "image/svg+xml" }),
2130
- /* @__PURE__ */ Fe.jsx("link", { rel: "apple-touch-icon", href: "/apple-icon.png" }),
2131
- /* @__PURE__ */ Fe.jsx("link", { rel: "manifest", href: "/manifest.webmanifest" })
20
+ return /* @__PURE__ */ c(d, { children: [
21
+ /* @__PURE__ */ r("link", { rel: "icon", href: "/favicon.ico", sizes: "32x32" }),
22
+ /* @__PURE__ */ r("link", { rel: "icon", href: "/icon.svg", type: "image/svg+xml" }),
23
+ /* @__PURE__ */ r("link", { rel: "apple-touch-icon", href: "/apple-icon.png" }),
24
+ /* @__PURE__ */ r("link", { rel: "manifest", href: "/manifest.webmanifest" })
2132
25
  ] });
2133
26
  }
2134
27
  }
2135
- function Kt(N) {
2136
- const { format: d } = {
28
+ function h(t) {
29
+ const { format: i } = {
30
+ format: "jsx",
31
+ ...t
32
+ };
33
+ s("getResetStyles");
34
+ const o = "@layer ds-reset{*,*::before,*::after{box-sizing:border-box}:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px;font-size:100%}@media(min-width: 320px){:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px}}@media(min-width: 768px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1024px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1536px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}@media(min-width: 1668px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}:where(html){font-family:STIHL Contraface Digital Text Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;font-style:normal;font-variant:normal;hyphens:manual;overflow-wrap:break-word;font-weight:normal;font-size:1rem;line-height:1.5;font-size-adjust:.414;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}:where(body){hyphens:manual;line-height:1.5;margin:unset;min-height:100vh}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin-block-end:0}:where(h1,h2,h3,h4,h5,h6){margin:0;padding:0;text-wrap:balance;hyphens:manual;overflow-wrap:break-word}:where(a:not([class])){text-decoration-skip-ink:auto;color:currentColor}:where(button,input,textarea,select){font:inherit}:target{scroll-margin-block:5ex}}";
35
+ return i === "html" ? `<style data-ds-css-reset-styles>${o}</style>` : /* @__PURE__ */ r("style", { "data-ds-css-reset-styles": !0, children: o });
36
+ }
37
+ function f(t, i) {
38
+ const { format: o } = {
2137
39
  format: "jsx",
2138
- ...N
40
+ ...i
2139
41
  };
2140
- bt("getResetStyles");
2141
- const J = "@layer ds-reset{*,*::before,*::after{box-sizing:border-box}:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px;font-size:100%}@media(min-width: 320px){:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px}}@media(min-width: 768px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1024px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1536px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}@media(min-width: 1668px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}:where(html){font-family:STIHL Contraface Digital Text Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;font-style:normal;font-variant:normal;hyphens:manual;overflow-wrap:break-word;font-weight:normal;font-size:1rem;line-height:1.5;font-size-adjust:.414;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}:where(body){hyphens:manual;line-height:1.5;margin:unset;min-height:100vh}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin-block-end:0}:where(h1,h2,h3,h4,h5,h6){margin:0;padding:0;text-wrap:balance;hyphens:manual;overflow-wrap:break-word}:where(a:not([class])){text-decoration-skip-ink:auto;color:currentColor}:where(button,input,textarea,select){font:inherit}:target{scroll-margin-block:5ex}}";
2142
- return d === "html" ? `<style data-ds-css-reset-styles>${J}</style>` : /* @__PURE__ */ Fe.jsx("style", { "data-ds-css-reset-styles": !0, suppressHydrationWarning: !0, dangerouslySetInnerHTML: { __html: J } });
42
+ s("getSSRStyles");
43
+ const a = [
44
+ {
45
+ componentName: "DSAccordion",
46
+ componentNameLowercase: "accordion",
47
+ cssFileName: "Accordion.B5bGf8mR.css, numberindicator.BJnvB-K3.css",
48
+ cssFileContent: `.ds-accordion_details_n4ujs_1{max-width:59.25rem;min-width:18rem;border-bottom:1px solid #B1B1B1}.ds-accordion_details_n4ujs_1:only-of-type{border-bottom:none}.ds-accordion_details_n4ujs_1::details-content{block-size:0;overflow:hidden;opacity:0;transition-property:block-size,content-visibility,opacity;transition-behavior:allow-discrete;transition-duration:var(--ds-animation-duration, .25s);transition-timing-function:cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_details_n4ujs_1::details-content{transition-duration:0ms}}.ds-accordion_details_n4ujs_1[open]::details-content{transition-timing-function:cubic-bezier(0,0,.5,1);block-size:auto;block-size:calc-size(auto);opacity:1}.ds-accordion_details_n4ujs_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-accordion_details_n4ujs_1 a:not([class]))[href^="http://"]:after,:where(.ds-accordion_details_n4ujs_1 a:not([class]))[href^="https://"]:after,:where(.ds-accordion_details_n4ujs_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-accordion_details_n4ujs_1 a:not([class]){color:#252525}.ds-accordion_details_n4ujs_1 a:not([class]):link,.ds-accordion_details_n4ujs_1 a:not([class]):visited{color:#252525}.ds-accordion_details_n4ujs_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-accordion_details_n4ujs_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_details_n4ujs_1 a:not([class]):hover{background-color:Canvas}}.ds-accordion_details_n4ujs_1 a:not([class])[href^="http://"]:after,.ds-accordion_details_n4ujs_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-accordion_details_n4ujs_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-accordion_details_n4ujs_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-accordion_details_n4ujs_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_details_n4ujs_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-accordion_details_n4ujs_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-accordion_details_n4ujs_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_details_n4ujs_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_details_n4ujs_1 a:not([class]){transition-duration:0ms}}@media (min-width: 1024px){.ds-accordion_details_n4ujs_1{min-width:13.3125rem}}.ds-accordion_summary_n4ujs_120{cursor:pointer;padding-block-start:12px;padding-inline-end:16px;padding-block-end:12px;padding-inline-start:16px;list-style:none}.ds-accordion_summary_n4ujs_120:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary_n4ujs_120:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_summary_n4ujs_120:focus{outline:revert;outline-offset:revert}.ds-accordion_summary_n4ujs_120:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary_n4ujs_120:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_summary_n4ujs_120::-webkit-details-marker{display:none}.ds-accordion_summary--utility--m_n4ujs_159{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-accordion_summary_n4ujs_120{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_summary_n4ujs_120{transition-duration:0ms}}@media (hover: hover){.ds-accordion_summary_n4ujs_120:hover{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary_n4ujs_120:hover{background-color:Highlight}}.ds-accordion_summary--flush_n4ujs_188{color:#252525;position:relative;padding-inline-start:0;padding-inline-end:0}@media (hover: hover){.ds-accordion_summary--flush_n4ujs_188:hover:before{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary--flush_n4ujs_188:hover:before{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary--flush_n4ujs_188:hover{background-color:transparent}}.ds-accordion_summary--flush_n4ujs_188:before{content:"";position:absolute;top:0;right:-16px;bottom:0;left:-16px}.ds-accordion_summary--flush_n4ujs_188:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_summary--flush_n4ujs_188:before{transition-duration:0ms}}.ds-accordion_summary--flush_n4ujs_188:focus,.ds-accordion_summary--flush_n4ujs_188:focus-visible{outline:none}.ds-accordion_summary--flush_n4ujs_188:focus:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary--flush_n4ujs_188:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_summary--flush_n4ujs_188:focus:before{outline:revert;outline-offset:revert}.ds-accordion_summary--flush_n4ujs_188:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary--flush_n4ujs_188:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_summary--small_n4ujs_256{padding-block-start:8px;padding-block-end:8px}.ds-accordion_summary-content-wrapper_n4ujs_261{display:flex;justify-content:space-between;align-items:center;gap:16px}.ds-accordion_summary-content-wrapper--flush_n4ujs_267{position:relative;z-index:1}.ds-accordion_summary-content-wrapper--chevron-left_n4ujs_271{flex-flow:row-reverse;justify-content:flex-end}.ds-accordion_heading-summary-wrapper_n4ujs_276{flex-grow:1}.ds-accordion_heading-summary_n4ujs_276{display:flex;justify-content:space-between;align-items:center}.ds-accordion_hint_n4ujs_286{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;margin-block-start:4px}.ds-accordion_icon_n4ujs_300{transform:rotate(0)}.ds-accordion_icon_n4ujs_300{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_icon_n4ujs_300{transition-duration:0ms}}.ds-accordion_icon--open_n4ujs_311{transform:rotate(-180deg)}.ds-accordion_icon--open_n4ujs_311{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_icon--open_n4ujs_311{transition-duration:0ms}}.ds-accordion_content-wrapper_n4ujs_323{padding-block-start:4px;padding-inline-end:16px;padding-block-end:32px;padding-inline-start:16px}.ds-accordion_content-wrapper--flush_n4ujs_329{padding-inline-start:0;padding-inline-end:0}.ds-accordion_content-wrapper--small_n4ujs_333{padding-block-start:4px;padding-block-end:20px}.ds-number-indicator_root_t83wm_1{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;align-items:center;justify-content:center;text-wrap:nowrap;border-radius:.625rem;border:1px solid transparent;min-width:.625rem;min-height:.625rem;background-color:#0000001a}.ds-number-indicator_root--has-content_t83wm_25{min-height:1.25rem;min-width:1.25rem;padding-inline:5px}.ds-number-indicator_root--highlight_t83wm_30{background-color:#f37a1f}@media screen and (forced-colors: active){.ds-number-indicator_root_t83wm_1{forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}.ds-number-indicator_root--highlight_t83wm_30{border-color:Highlight;color:Highlight}.ds-number-indicator_root--highlight_t83wm_30:not(.ds-number-indicator_root--has-content_t83wm_25){background-color:Highlight;border-color:Highlight}}`
49
+ },
50
+ {
51
+ componentName: "DSAriaLiveRegions",
52
+ componentNameLowercase: "arialiveregions",
53
+ cssFileName: "arialiveregions.e0Q16ZWi.css",
54
+ cssFileContent: ".ds-aria-live-regions_sr-only_2jvmr_1{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}"
55
+ },
56
+ {
57
+ componentName: "DSBreadcrumb",
58
+ componentNameLowercase: "breadcrumb",
59
+ cssFileName: "Breadcrumb.BaYrwrYl.css",
60
+ cssFileContent: '.ds-breadcrumb_root_1e9hu_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-breadcrumb_root_1e9hu_1 ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.ds-breadcrumb_root_1e9hu_1 li{display:flex;align-items:center}.ds-breadcrumb_root_1e9hu_1 li:not(:last-child):after{content:"/";display:block;width:8px;text-align:center;margin-inline:6px}.ds-breadcrumb_root_1e9hu_1 .ds-breadcrumb_show-all-button_1e9hu_30{padding-block:1px;padding-inline:8px;height:auto;min-height:unset;min-width:unset;width:auto}.ds-breadcrumb_root_1e9hu_1 .ds-breadcrumb_show-all-button_1e9hu_30:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-breadcrumb_root_1e9hu_1 .ds-breadcrumb_show-all-button_1e9hu_30:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-breadcrumb_root_1e9hu_1 .ds-breadcrumb_show-all-button_1e9hu_30:focus{outline:revert;outline-offset:revert}.ds-breadcrumb_root_1e9hu_1 .ds-breadcrumb_show-all-button_1e9hu_30:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-breadcrumb_root_1e9hu_1 .ds-breadcrumb_show-all-button_1e9hu_30:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}'
61
+ },
62
+ {
63
+ componentName: "DSButton",
64
+ componentNameLowercase: "button",
65
+ cssFileName: "button.CpPeQPsM.css",
66
+ cssFileContent: '.ds-button_root_170gw_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_170gw_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root_170gw_1:focus{outline:revert;outline-offset:revert}.ds-button_root_170gw_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_170gw_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root_170gw_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button_root_170gw_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root_170gw_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button_root_170gw_1{background-color:Canvas!important}.ds-button_root_170gw_1:hover{border-color:Highlight}}.ds-button_root--highlight_170gw_75,.ds-button_root--dark-highlight_170gw_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button_root--highlight_170gw_75:hover,.ds-button_root--dark-highlight_170gw_75:hover{background-color:#e9640c}}.ds-button_root--highlight_170gw_75[aria-disabled=true],.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--highlight_170gw_75[aria-disabled=true] svg,.ds-button_root--dark-highlight_170gw_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--highlight_170gw_75[aria-disabled=true],.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--highlight_170gw_75[aria-disabled=true]:before,.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-highlight_170gw_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_170gw_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-highlight_170gw_75:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-highlight_170gw_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_170gw_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-highlight_170gw_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-highlight_170gw_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--filled_170gw_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button_root--filled_170gw_151:hover{background-color:#444}}.ds-button_root--filled_170gw_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--filled_170gw_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--filled_170gw_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--filled_170gw_151[aria-disabled=true]:before{background-color:transparent}.ds-button_root--outline_170gw_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button_root--outline_170gw_179:hover{background-color:#0000001a}}.ds-button_root--outline_170gw_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button_root--outline_170gw_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--outline_170gw_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--outline_170gw_179[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost_170gw_206{color:#252525}@media (hover: hover){.ds-button_root--ghost_170gw_206:hover{background-color:#0000001a}}.ds-button_root--ghost_170gw_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost_170gw_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost_170gw_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost_170gw_206[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost-flush_170gw_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_170gw_231.ds-button_root--small_170gw_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_170gw_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-button_root--ghost-flush_170gw_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root--ghost-flush_170gw_231:before{transition-duration:0ms}}.ds-button_root--ghost-flush_170gw_231:focus,.ds-button_root--ghost-flush_170gw_231:focus-visible{outline:none}.ds-button_root--ghost-flush_170gw_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--ghost-flush_170gw_231:focus:before{outline:revert;outline-offset:revert}.ds-button_root--ghost-flush_170gw_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--ghost-flush_170gw_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231:hover:before{background-color:transparent}}.ds-button_root--ghost-flush_170gw_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost-flush_170gw_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_170gw_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost-flush_170gw_231[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-filled_170gw_317{background-color:#f8f8f8;color:#252525}.ds-button_root--dark-filled_170gw_317:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_170gw_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-filled_170gw_317:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-filled_170gw_317:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_170gw_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-filled_170gw_317:hover{background-color:#dadada}}.ds-button_root--dark-filled_170gw_317[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-filled_170gw_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-filled_170gw_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-filled_170gw_317[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-outline_170gw_374{border-color:#f8f8f8;color:#fff}.ds-button_root--dark-outline_170gw_374:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_170gw_374:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-outline_170gw_374:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-outline_170gw_374:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_170gw_374:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-outline_170gw_374:hover{background-color:#ffffff26}}.ds-button_root--dark-outline_170gw_374[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button_root--dark-outline_170gw_374[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-outline_170gw_374[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-outline_170gw_374[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost_170gw_430{color:#fff}.ds-button_root--dark-ghost_170gw_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_170gw_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost_170gw_430:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost_170gw_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_170gw_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost_170gw_430:hover{background-color:#ffffff26}}.ds-button_root--dark-ghost_170gw_430[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost_170gw_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_170gw_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost_170gw_430[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost-flush_170gw_484{color:#fff}.ds-button_root--dark-ghost-flush_170gw_484:focus,.ds-button_root--dark-ghost-flush_170gw_484:focus-visible{outline:none}.ds-button_root--dark-ghost-flush_170gw_484:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost-flush_170gw_484:focus:before{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost-flush_170gw_484:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost-flush_170gw_484:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484:hover:before{background-color:transparent}}.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost-flush_170gw_484[aria-disabled=true]:before{background-color:transparent}.ds-button_root--icon-left_170gw_546{flex-direction:row-reverse}.ds-button_root--small_170gw_237{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button_root--small_170gw_237.ds-button_root--ghost-flush_170gw_231:before{right:-8px;left:-8px}.ds-button_root--icon-only_170gw_562{width:3rem;height:3rem}.ds-button_root--icon-only_170gw_562.ds-button_root--ghost-flush_170gw_231{width:1rem;height:1rem}.ds-button_root--icon-only-small_170gw_571{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button_root--icon-only-small_170gw_571.ds-button_root--ghost-flush_170gw_231{width:1rem;height:1rem}.ds-button_root_170gw_1{position:relative}.ds-button_loader_170gw_586{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button_loader_170gw_586 svg{fill:currentColor}.ds-button_icon--hidden_170gw_598{opacity:0}.ds-button_label--hidden_170gw_602{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button_label--loading_170gw_614{opacity:0}'
67
+ },
68
+ {
69
+ componentName: "DSButtonRound",
70
+ componentNameLowercase: "buttonround",
71
+ cssFileName: "buttonround.BFauSRAb.css",
72
+ cssFileContent: '.ds-button-round_root_18xb6_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_18xb6_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root_18xb6_1:focus{outline:revert;outline-offset:revert}.ds-button-round_root_18xb6_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_18xb6_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root_18xb6_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button-round_root_18xb6_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button-round_root_18xb6_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button-round_root_18xb6_1{background-color:Canvas!important}.ds-button-round_root_18xb6_1:hover{border-color:Highlight}}.ds-button-round_root--highlight_18xb6_75,.ds-button-round_root--dark-highlight_18xb6_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button-round_root--highlight_18xb6_75:hover,.ds-button-round_root--dark-highlight_18xb6_75:hover{background-color:#e9640c}}.ds-button-round_root--highlight_18xb6_75[aria-disabled=true],.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--highlight_18xb6_75[aria-disabled=true] svg,.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--highlight_18xb6_75[aria-disabled=true],.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--highlight_18xb6_75[aria-disabled=true]:before,.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-highlight_18xb6_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_18xb6_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-highlight_18xb6_75:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-highlight_18xb6_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_18xb6_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-highlight_18xb6_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--filled_18xb6_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button-round_root--filled_18xb6_151:hover{background-color:#444}}.ds-button-round_root--filled_18xb6_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--filled_18xb6_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--filled_18xb6_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--filled_18xb6_151[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--outline_18xb6_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button-round_root--outline_18xb6_179:hover{background-color:#0000001a}}.ds-button-round_root--outline_18xb6_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button-round_root--outline_18xb6_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--outline_18xb6_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--outline_18xb6_179[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost_18xb6_206{color:#252525}@media (hover: hover){.ds-button-round_root--ghost_18xb6_206:hover{background-color:#0000001a}}.ds-button-round_root--ghost_18xb6_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost_18xb6_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost_18xb6_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost_18xb6_206[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost-flush_18xb6_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_18xb6_231.ds-button-round_root--small_18xb6_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_18xb6_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-button-round_root--ghost-flush_18xb6_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button-round_root--ghost-flush_18xb6_231:before{transition-duration:0ms}}.ds-button-round_root--ghost-flush_18xb6_231:focus,.ds-button-round_root--ghost-flush_18xb6_231:focus-visible{outline:none}.ds-button-round_root--ghost-flush_18xb6_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--ghost-flush_18xb6_231:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--ghost-flush_18xb6_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--ghost-flush_18xb6_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231:hover:before{background-color:transparent}}.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost-flush_18xb6_231[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-filled_18xb6_317{background-color:#f8f8f8;color:#252525}.ds-button-round_root--dark-filled_18xb6_317:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_18xb6_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-filled_18xb6_317:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-filled_18xb6_317:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_18xb6_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-filled_18xb6_317:hover{background-color:#dadada}}.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-filled_18xb6_317[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-outline_18xb6_374{border-color:#f8f8f8;color:#fff}.ds-button-round_root--dark-outline_18xb6_374:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_18xb6_374:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-outline_18xb6_374:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-outline_18xb6_374:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_18xb6_374:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-outline_18xb6_374:hover{background-color:#ffffff26}}.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-outline_18xb6_374[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost_18xb6_430{color:#fff}.ds-button-round_root--dark-ghost_18xb6_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_18xb6_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost_18xb6_430:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost_18xb6_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_18xb6_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost_18xb6_430:hover{background-color:#ffffff26}}.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost_18xb6_430[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost-flush_18xb6_484{color:#fff}.ds-button-round_root--dark-ghost-flush_18xb6_484:focus,.ds-button-round_root--dark-ghost-flush_18xb6_484:focus-visible{outline:none}.ds-button-round_root--dark-ghost-flush_18xb6_484:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost-flush_18xb6_484:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost-flush_18xb6_484:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost-flush_18xb6_484:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484:hover:before{background-color:transparent}}.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost-flush_18xb6_484[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--icon-left_18xb6_546{flex-direction:row-reverse}.ds-button-round_root--small_18xb6_237{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button-round_root--small_18xb6_237.ds-button-round_root--ghost-flush_18xb6_231:before{right:-8px;left:-8px}.ds-button-round_root--icon-only_18xb6_562{width:3rem;height:3rem}.ds-button-round_root--icon-only_18xb6_562.ds-button-round_root--ghost-flush_18xb6_231{width:1rem;height:1rem}.ds-button-round_root--icon-only-small_18xb6_571{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button-round_root--icon-only-small_18xb6_571.ds-button-round_root--ghost-flush_18xb6_231{width:1rem;height:1rem}.ds-button-round_root_18xb6_1{position:relative;border-radius:50%;padding:0}.ds-button-round_loader_18xb6_588{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button-round_loader_18xb6_588 svg{fill:currentColor}.ds-button-round_icon--hidden_18xb6_600{opacity:0}.ds-button-round_label--hidden_18xb6_604{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button-round_label--loading_18xb6_616{opacity:0}'
73
+ },
74
+ {
75
+ componentName: "DSCheckbox",
76
+ componentNameLowercase: "checkbox",
77
+ cssFileName: "checkbox.BKHQN_tu.css",
78
+ cssFileContent: ".ds-checkbox_root_1tuqo_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}.ds-checkbox_root--disabled_1tuqo_21{cursor:not-allowed}.ds-checkbox_checkbox_1tuqo_25{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}.ds-checkbox_checkbox_1tuqo_25{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-checkbox_checkbox_1tuqo_25{transition-duration:0ms}}.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41,.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{fill:CanvasText}}.ds-checkbox_checkbox--invalid_1tuqo_66{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-checkbox_label--hidden_1tuqo_71,.ds-checkbox_input_1tuqo_84{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-checkbox_input_1tuqo_84:checked+.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41{opacity:1}.ds-checkbox_input_1tuqo_84:indeterminate+.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-minus_1tuqo_42{opacity:1}.ds-checkbox_input_1tuqo_84:indeterminate+.ds-checkbox_checkbox_1tuqo_25 .ds-checkbox_icon-check_1tuqo_41{opacity:0}.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25{border-color:GrayText}}.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25 svg{fill:#00000080}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:disabled+.ds-checkbox_checkbox_1tuqo_25 svg{fill:GrayText}}.ds-checkbox_input_1tuqo_84:disabled~.ds-checkbox_label_1tuqo_71{color:#00000080}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:disabled~.ds-checkbox_label_1tuqo_71{color:GrayText}}.ds-checkbox_input_1tuqo_84:focus{outline:none}.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-checkbox_input_1tuqo_84:focus{outline:none}.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{outline:revert;outline-offset:revert}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus+.ds-checkbox_checkbox_1tuqo_25{border-color:Highlight}}.ds-checkbox_input_1tuqo_84:focus-visible{outline:none}.ds-checkbox_input_1tuqo_84:focus-visible+.ds-checkbox_checkbox_1tuqo_25{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus-visible+.ds-checkbox_checkbox_1tuqo_25{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-checkbox_input_1tuqo_84:focus-visible+.ds-checkbox_checkbox_1tuqo_25{border-color:Highlight}}}@media (hover: hover){.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25{background-color:#0000001a}.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25 svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){.ds-checkbox_input_1tuqo_84:hover:not(:disabled)+.ds-checkbox_checkbox_1tuqo_25{border-color:Highlight}}.ds-checkbox_feedback_1tuqo_198{margin-block-start:16px}"
79
+ },
80
+ {
81
+ componentName: "DSCheckboxGroup",
82
+ componentNameLowercase: "checkboxgroup",
83
+ cssFileName: "CheckboxGroup.Dd-Huo7x.css",
84
+ cssFileContent: ".ds-checkbox-group_root_12fot_1{display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}.ds-checkbox-group_root--horizontal_12fot_9{flex-direction:row}.ds-checkbox-group_root--invalid_12fot_12{margin-block-start:-16px}"
85
+ },
86
+ {
87
+ componentName: "DSChipGroup",
88
+ componentNameLowercase: "chipgroup",
89
+ cssFileName: "Chip.dxIYIjj7.css, chipgroup.CUIkyYBW.css",
90
+ cssFileContent: ".ds-chip-group_chip_aidwn_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;cursor:pointer;background-color:transparent;border:1px solid #252525;border-radius:1.5rem;min-height:3rem;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:flex;align-items:center;justify-content:center;gap:8px;text-wrap:nowrap}.ds-chip-group_chip_aidwn_1 svg{fill:currentColor}.ds-chip-group_chip--small_aidwn_30{border-radius:1rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-chip-group_chip_aidwn_1:focus,.ds-chip-group_chip_aidwn_1:focus-visible{outline:none}@media (hover: hover){.ds-chip-group_chip_aidwn_1:hover{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-chip-group_chip_aidwn_1:hover{border-color:Highlight}}.ds-chip-group_chip_aidwn_1[aria-selected=true]{background-color:#252525;color:#fff}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-selected=true]{color:CanvasText;background-color:Highlight}}@media (hover: hover){.ds-chip-group_chip_aidwn_1[aria-selected=true]:hover{background-color:#444}}@media screen and (hover: hover) and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-selected=true]:hover{background-color:Highlight}}.ds-chip-group_chip_aidwn_1[data-focused=true]{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[data-focused=true]{forced-color-adjust:auto;outline-color:Highlight}}.ds-chip-group_chip_aidwn_1[aria-disabled=true]{cursor:not-allowed;border-color:#00000080;color:#00000080}.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]{background-color:#dadada;color:#00000080;border-color:#dadada}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]{color:GrayText;background-color:Highlight}}@media (hover: hover){.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]:hover{background-color:#dadada}}@media screen and (hover: hover) and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-disabled=true][aria-selected=true]:hover{background-color:Highlight}}@media screen and (forced-colors: active){.ds-chip-group_chip_aidwn_1[aria-disabled=true]{color:GrayText;border-color:GrayText}}@media (hover: hover){.ds-chip-group_chip_aidwn_1[aria-disabled=true]:hover{background-color:transparent}}.ds-chip-group_chip_aidwn_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-chip-group_chip_aidwn_1{transition-duration:0ms}}.ds-chip-group_label--hidden_2mchd_1{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-chip-group_root_2mchd_14{display:flex;flex-wrap:wrap;gap:8px;padding-block-start:8px;padding-block-end:8px;max-width:59.25rem}.ds-chip-group_root_2mchd_14:focus,.ds-chip-group_root_2mchd_14:focus-visible{outline:none}"
91
+ },
92
+ {
93
+ componentName: "DSCombobox",
94
+ componentNameLowercase: "combobox",
95
+ cssFileName: "CustomReactSelect.DYDaP5r5.css, optioncheckbox.DAffEKvY.css",
96
+ cssFileContent: ".ds-combobox_root_139rc_1{align-self:end}.ds-combobox_root_139rc_1:has(.ds-combobox_hint_139rc_9) .ds-combobox_label_139rc_9{margin-block-end:4px}.ds-combobox_wrapper_139rc_13{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-combobox_action-button_139rc_19{grid-area:1/4/2/5}.ds-combobox_label_139rc_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-combobox_label--hidden_139rc_37{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-combobox_label--disabled_139rc_50{color:GrayText}}.ds-combobox_hint_139rc_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-combobox_feedback_139rc_70{margin-block-end:8px;margin-block-start:8px}.ds-combobox_select_139rc_75{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-combobox_select_139rc_75:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_139rc_75:focus{outline:revert;outline-offset:revert}.ds-combobox_select_139rc_75:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_139rc_75{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select_139rc_75{transition-duration:0ms}}@media (hover: hover){.ds-combobox_select_139rc_75:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select_139rc_75:hover{border-color:Highlight}}.ds-combobox_select_139rc_75{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-combobox_select_139rc_75[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-combobox_select_139rc_75[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_139rc_75[readonly]:focus{outline:revert;outline-offset:revert}.ds-combobox_select_139rc_75[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_139rc_75:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-combobox_select_139rc_75::-webkit-placeholder,.ds-combobox_select_139rc_75::placeholder{color:#666;opacity:1}.ds-combobox_select--invalid_139rc_187{border-color:#d43b3b;outline-color:#d43b3b}.ds-combobox_select--invalid_139rc_187:active,.ds-combobox_select--invalid_139rc_187:focus,.ds-combobox_select--invalid_139rc_187:focus-visible{border-color:#252525}.ds-combobox_select--small_139rc_194{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-combobox_select_139rc_75{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-combobox_select_139rc_75::-webkit-outer-spin-button,.ds-combobox_select_139rc_75::-webkit-inner-spin-button,.ds-combobox_select_139rc_75::-webkit-search-decoration,.ds-combobox_select_139rc_75::-webkit-search-cancel-button,.ds-combobox_select_139rc_75::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_139rc_75::-webkit-date-and-time-value{text-align:left}.ds-combobox_select_139rc_75:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_139rc_75[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_139rc_75[type=range]{accent-color:#E9640C}.ds-combobox_select_139rc_75[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-combobox_select--small_139rc_194{min-height:2rem;height:2rem}.ds-combobox_select--small_139rc_194.ds-combobox_input--has-leading-icon_139rc_247{padding-inline-start:calc(16px + 1rem)}.ds-combobox_select--small_139rc_194.ds-combobox_input--has-action-button_139rc_250{padding-inline-end:calc(2rem + 8px)}.ds-combobox_select--small_139rc_194.ds-combobox_input--has-second-action-button_139rc_253{padding-inline-end:calc(4rem + 8px)}.ds-combobox_select--has-leading-icon_139rc_256{padding-inline-start:calc(32px + 1rem)}.ds-combobox_select--has-action-button_139rc_259{padding-inline-end:calc(3rem + 16px)}.ds-combobox_select--has-second-action-button_139rc_262{padding-inline-end:calc(6rem + 16px)}.ds-combobox_select--has-affix_139rc_265{color:#0000}.ds-combobox_select--has-affix_139rc_265::placeholder{color:#0000}.ds-combobox_select--has-affix_139rc_265::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select--has-affix_139rc_265::placeholder{transition-duration:0ms}}.ds-combobox_select--is-ready_139rc_279{color:#252525}.ds-combobox_select--is-ready_139rc_279::placeholder{color:#666}.ds-combobox_select_139rc_75{border-radius:0}.ds-combobox_select_139rc_75.ds-combobox_select--disabled_139rc_288{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75.ds-combobox_select--disabled_139rc_288{color:GrayText}}.ds-combobox_select_139rc_75.ds-combobox_select--focused_139rc_299{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75.ds-combobox_select--focused_139rc_299{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-combobox_select_139rc_75.ds-combobox_select--focused_139rc_299{outline-color:Highlight}}@media (hover: hover){.ds-combobox_select--hovered_139rc_316{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select--hovered_139rc_316{border-color:Highlight}}.ds-combobox_placeholder_139rc_326{color:#666}@media screen and (forced-colors: active){.ds-combobox_placeholder_139rc_326{color:GrayText}}.ds-combobox_menu-list_139rc_335{padding-block-start:8px;padding-block-end:7px;padding-inline-start:0;padding-inline-end:0;background-color:#fff;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_menu-list_139rc_335{forced-color-adjust:auto;outline-color:Highlight}}.ds-combobox_group-heading_139rc_352{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}.ds-combobox_option_139rc_374{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;align-items:center}.ds-combobox_option--small_139rc_390{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}.ds-combobox_option--single_139rc_405{justify-content:space-between}.ds-combobox_option--disabled_139rc_408{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--disabled_139rc_408{color:GrayText}}.ds-combobox_option--focus-hover_139rc_416:not(.ds-combobox_option--disabled_139rc_408){background-color:#0000001a;padding-block-start:10px;padding-block-end:10px;border:2px solid #252525;border-left:none;border-right:none}@media screen and (forced-colors: active){.ds-combobox_option--focus-hover_139rc_416:not(.ds-combobox_option--disabled_139rc_408){background-color:Canvas;border-color:Highlight}}.ds-combobox_option--focus-hover_139rc_416.ds-combobox_option--small_139rc_390:not(.ds-combobox_option--disabled_139rc_408){padding-block-start:6px;padding-block-end:6px}.ds-combobox_option--text_139rc_434{margin-inline-end:8px}.ds-combobox_option--check-icon_139rc_437{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){.ds-combobox_option--check-icon_139rc_437{fill:CanvasText}}.ds-combobox_option--check-icon--disabled_139rc_447{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--check-icon--disabled_139rc_447{fill:GrayText}}.ds-combobox_single-option_139rc_456{display:flex;flex-wrap:nowrap;width:100%}.ds-combobox_multi-option_139rc_462{width:100%}.ds-combobox_single-value_139rc_466{display:flex;align-items:center}.ds-combobox_single-value--text_139rc_470{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds-combobox_leading-icon_139rc_477{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){.ds-combobox_leading-icon_139rc_477{background-color:Canvas;fill:CanvasText}}.ds-combobox_leading-icon--small_139rc_488,.ds-combobox_leading-icon--selected_139rc_488{margin-block-start:0px}.ds-combobox_leading-icon--disabled_139rc_491{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_leading-icon--disabled_139rc_491{fill:GrayText}}.ds-combobox_indicator_139rc_500,.ds-combobox_clear_139rc_501{width:3rem;height:3rem;justify-content:center;cursor:pointer}.ds-combobox_indicator--small_139rc_507,.ds-combobox_clear--small_139rc_508{width:2rem;height:2rem}.ds-combobox_indicator--icon_139rc_512,.ds-combobox_clear--icon_139rc_513{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}.ds-combobox_indicator--icon--small_139rc_520,.ds-combobox_clear--icon--small_139rc_521{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}.ds-combobox_root_q88mt_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}.ds-combobox_root--disabled_q88mt_21{cursor:not-allowed}.ds-combobox_checkbox_q88mt_25{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}.ds-combobox_checkbox_q88mt_25{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_checkbox_q88mt_25{transition-duration:0ms}}.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-combobox_checkbox_q88mt_25 .ds-combobox_icon-check_q88mt_41{fill:CanvasText}}.ds-combobox_checkbox--checked_q88mt_62 .ds-combobox_icon-check_q88mt_41{opacity:1}.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25{border-color:GrayText}}.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25 svg{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_checkbox--disabled_q88mt_65.ds-combobox_checkbox_q88mt_25 svg{fill:GrayText}}.ds-combobox_checkbox--disabled_q88mt_65~.ds-combobox_label_q88mt_82{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_checkbox--disabled_q88mt_65~.ds-combobox_label_q88mt_82{color:GrayText}}"
97
+ },
98
+ {
99
+ componentName: "DSDialog",
100
+ componentNameLowercase: "dialog",
101
+ cssFileName: "Dialog.DXmPdExC.css",
102
+ cssFileContent: `body:has(dialog[open]){overflow:hidden}.ds-dialog_root_1e2qq_5{background-color:#fff;border:none;overflow:hidden;padding:0;max-width:min(100vw - 32px,948px);max-height:calc(100vh - 32px);min-width:18rem;opacity:0;transform:translateY(-100%);transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1),transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5{transition-duration:0ms}}@media (min-width: 768px){.ds-dialog_root_1e2qq_5{max-width:min(100vw - 80px,948px);max-height:calc(100vh - 80px)}}@media screen and (forced-colors: active){.ds-dialog_root_1e2qq_5{border:1px solid transparent}}.ds-dialog_root_1e2qq_5[open]{opacity:1;transform:translateY(0);transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1),transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5[open]{transition-duration:0ms}}@starting-style{.ds-dialog_root_1e2qq_5[open]{opacity:0;transform:translateY(-100%)}}.ds-dialog_root_1e2qq_5[open]::backdrop{opacity:1;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5[open]::backdrop{transition-duration:0ms}}@starting-style{.ds-dialog_root_1e2qq_5[open]::backdrop{opacity:0}}.ds-dialog_root_1e2qq_5::backdrop{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5::backdrop{transition-duration:0ms}}.ds-dialog_root_1e2qq_5 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-dialog_root_1e2qq_5 a:not([class]))[href^="http://"]:after,:where(.ds-dialog_root_1e2qq_5 a:not([class]))[href^="https://"]:after,:where(.ds-dialog_root_1e2qq_5 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-dialog_root_1e2qq_5 a:not([class]){color:#252525}.ds-dialog_root_1e2qq_5 a:not([class]):link,.ds-dialog_root_1e2qq_5 a:not([class]):visited{color:#252525}.ds-dialog_root_1e2qq_5 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-dialog_root_1e2qq_5 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-dialog_root_1e2qq_5 a:not([class]):hover{background-color:Canvas}}.ds-dialog_root_1e2qq_5 a:not([class])[href^="http://"]:after,.ds-dialog_root_1e2qq_5 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-dialog_root_1e2qq_5 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-dialog_root_1e2qq_5 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-dialog_root_1e2qq_5 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-dialog_root_1e2qq_5 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-dialog_root_1e2qq_5 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-dialog_root_1e2qq_5 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-dialog_root_1e2qq_5 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-dialog_root_1e2qq_5 a:not([class]){transition-duration:0ms}}.ds-dialog_content-wrapper_1e2qq_159{display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 32px)}.ds-dialog_content-wrapper--no-footer_1e2qq_165{padding-block-end:16px}@media (min-width: 768px){.ds-dialog_content-wrapper_1e2qq_159{max-height:calc(100vh - 80px)}}.ds-dialog_content-wrapper_1e2qq_159 .ds-dialog_close-button_1e2qq_173{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){.ds-dialog_content-wrapper_1e2qq_159 .ds-dialog_close-button_1e2qq_173{top:24px;right:24px}}.ds-dialog_header_1e2qq_186,.ds-dialog_content_1e2qq_159,.ds-dialog_footer_1e2qq_188{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){.ds-dialog_header_1e2qq_186,.ds-dialog_content_1e2qq_159,.ds-dialog_footer_1e2qq_188{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}.ds-dialog_header_1e2qq_186{min-height:4rem;flex-shrink:0}.ds-dialog_header--scrollable_1e2qq_209{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){.ds-dialog_header--scrollable_1e2qq_209{padding-block-end:23px}}.ds-dialog_header--close-button_1e2qq_218{padding-inline-end:64px}@media (min-width: 768px){.ds-dialog_header--close-button_1e2qq_218{padding-inline-end:72px}}.ds-dialog_content_1e2qq_159{position:relative;overflow-y:auto}.ds-dialog_content--no-footer_1e2qq_231{padding-block-end:0}.ds-dialog_footer_1e2qq_188{max-height:13rem}.ds-dialog_footer--scrollable_1e2qq_238{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){.ds-dialog_footer--scrollable_1e2qq_238{padding-block-start:23px}}`
103
+ },
104
+ {
105
+ componentName: "DSDrawer",
106
+ componentNameLowercase: "drawer",
107
+ cssFileName: "Drawer.BcM0epJS.css",
108
+ cssFileContent: `:root{--ds-drawer-transform-x-position-closed: -100%;--ds-drawer-transform-x-position-open: 0}body:has(dialog[open]){overflow:hidden}.ds-drawer_root_1qhpc_10{background-color:#fff;border:none;top:0;right:0;bottom:0;left:0;margin:0;overflow:hidden;padding:0;position:fixed;max-width:min(100vw - 32px,1730px);max-height:100vh;block-size:100vh;min-width:18rem;transform:translate(var(--ds-drawer-transform-x-position-closed));transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10{transition-duration:0ms}}@media (min-width: 768px){.ds-drawer_root_1qhpc_10{max-width:min(100vw - 80px,1730px)}}@media screen and (forced-colors: active){.ds-drawer_root_1qhpc_10{border:1px solid transparent}}.ds-drawer_root_1qhpc_10[open]{transform:translate(var(--ds-drawer-transform-x-position-open));transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10[open]{transition-duration:0ms}}@starting-style{.ds-drawer_root_1qhpc_10[open]{transform:translate(var(--ds-drawer-transform-x-position-closed))}}.ds-drawer_root_1qhpc_10[open]::backdrop{opacity:1;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10[open]::backdrop{transition-duration:0ms}}@starting-style{.ds-drawer_root_1qhpc_10[open]::backdrop{opacity:0}}.ds-drawer_root--end_1qhpc_68{inset-inline-start:unset;--ds-drawer-transform-x-position-closed: 200%;--ds-drawer-transform-x-position-open: 0}.ds-drawer_root_1qhpc_10::backdrop{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:display var(--ds-animation-duration, .4s) allow-discrete,overlay var(--ds-animation-duration, .4s) allow-discrete,opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10::backdrop{transition-duration:0ms}}.ds-drawer_root_1qhpc_10 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-drawer_root_1qhpc_10 a:not([class]))[href^="http://"]:after,:where(.ds-drawer_root_1qhpc_10 a:not([class]))[href^="https://"]:after,:where(.ds-drawer_root_1qhpc_10 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-drawer_root_1qhpc_10 a:not([class]){color:#252525}.ds-drawer_root_1qhpc_10 a:not([class]):link,.ds-drawer_root_1qhpc_10 a:not([class]):visited{color:#252525}.ds-drawer_root_1qhpc_10 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-drawer_root_1qhpc_10 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-drawer_root_1qhpc_10 a:not([class]):hover{background-color:Canvas}}.ds-drawer_root_1qhpc_10 a:not([class])[href^="http://"]:after,.ds-drawer_root_1qhpc_10 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-drawer_root_1qhpc_10 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-drawer_root_1qhpc_10 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-drawer_root_1qhpc_10 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-drawer_root_1qhpc_10 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-drawer_root_1qhpc_10 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-drawer_root_1qhpc_10 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-drawer_root_1qhpc_10 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-drawer_root_1qhpc_10 a:not([class]){transition-duration:0ms}}.ds-drawer_content-wrapper_1qhpc_169{display:flex;flex-direction:column;overflow:hidden;max-height:100vh}.ds-drawer_content-wrapper--no-footer_1qhpc_175{padding-block-end:16px}.ds-drawer_content-wrapper_1qhpc_169 .ds-drawer_close-button_1qhpc_178{position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){.ds-drawer_content-wrapper_1qhpc_169 .ds-drawer_close-button_1qhpc_178{top:24px;right:24px}}.ds-drawer_header_1qhpc_191,.ds-drawer_content_1qhpc_169,.ds-drawer_footer_1qhpc_193{padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){.ds-drawer_header_1qhpc_191,.ds-drawer_content_1qhpc_169,.ds-drawer_footer_1qhpc_193{padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}.ds-drawer_header_1qhpc_191{min-height:4rem;flex-shrink:0}.ds-drawer_header--scrollable_1qhpc_214{border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){.ds-drawer_header--scrollable_1qhpc_214{padding-block-end:23px}}.ds-drawer_header--close-button_1qhpc_223{padding-inline-end:64px}@media (min-width: 768px){.ds-drawer_header--close-button_1qhpc_223{padding-inline-end:72px}}.ds-drawer_content_1qhpc_169{position:relative;overflow-y:auto;height:100vh}.ds-drawer_content--no-footer_1qhpc_237{padding-block-end:0}.ds-drawer_footer_1qhpc_193{max-height:13rem}.ds-drawer_footer--scrollable_1qhpc_244{border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){.ds-drawer_footer--scrollable_1qhpc_244{padding-block-start:23px}}`
109
+ },
110
+ {
111
+ componentName: "DSFieldset",
112
+ componentNameLowercase: "fieldset",
113
+ cssFileName: "Fieldset.Og4EsnPI.css",
114
+ cssFileContent: `.ds-fieldset_root_1opm7_1{border:none;padding:0;margin:0}@media screen and (forced-colors: active){.ds-fieldset_root_1opm7_1:disabled{color:GrayText}}.ds-fieldset_root_1opm7_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-fieldset_root_1opm7_1 a:not([class]))[href^="http://"]:after,:where(.ds-fieldset_root_1opm7_1 a:not([class]))[href^="https://"]:after,:where(.ds-fieldset_root_1opm7_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-fieldset_root_1opm7_1 a:not([class]){color:#252525}.ds-fieldset_root_1opm7_1 a:not([class]):link,.ds-fieldset_root_1opm7_1 a:not([class]):visited{color:#252525}.ds-fieldset_root_1opm7_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-fieldset_root_1opm7_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-fieldset_root_1opm7_1 a:not([class]):hover{background-color:Canvas}}.ds-fieldset_root_1opm7_1 a:not([class])[href^="http://"]:after,.ds-fieldset_root_1opm7_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-fieldset_root_1opm7_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-fieldset_root_1opm7_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1opm7_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-fieldset_root_1opm7_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-fieldset_root_1opm7_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1opm7_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-fieldset_root_1opm7_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-fieldset_root_1opm7_1 a:not([class]){transition-duration:0ms}}.ds-fieldset_child-wrapper_1opm7_95{margin-block-start:24px}.ds-fieldset_child-wrapper_1opm7_95>*:not(:first-child){margin-block-start:24px}.ds-fieldset_legend_1opm7_102{padding-inline-start:0;padding-inline-end:0}.ds-fieldset_legend--utility--m_1opm7_106{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-fieldset_description_1opm7_118{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:inline-block;max-width:32rem;margin-block-start:8px}.ds-fieldset_description--small_1opm7_132{margin-block-start:4px}.ds-fieldset_system-feedback_1opm7_136{margin-block-start:16px;margin-block-end:32px}`
115
+ },
116
+ {
117
+ componentName: "DSFlag",
118
+ componentNameLowercase: "flag",
119
+ cssFileName: "flag.C7i3MAAP.css",
120
+ cssFileContent: ".ds-flag_root_14d3h_1{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;flex-wrap:nowrap;text-wrap:nowrap;height:1.5rem;padding-block:4px;padding-inline:6px;border:none;justify-content:center;align-items:center;vertical-align:top;gap:6px;background-color:#ededed}.ds-flag_root--color-grey-light_14d3h_28{background-color:#ededed}.ds-flag_root--color-yellow-light_14d3h_31{background-color:#fdecc3}.ds-flag_root--color-red-light_14d3h_34{background-color:#eebcbd}.ds-flag_root--color-green-light_14d3h_37{background-color:#e5f0db}.ds-flag_root--color-orange-base_14d3h_40{background-color:#f37a1f}@media screen and (forced-colors: active){.ds-flag_root_14d3h_1{border:1px solid transparent;padding-block:3px;padding-inline:5px}}"
121
+ },
122
+ {
123
+ componentName: "DSFloatingActionButton",
124
+ componentNameLowercase: "floatingactionbutton",
125
+ cssFileName: "floatingactionbutton.l0nvFiJU.css",
126
+ cssFileContent: ".ds-floating-action-button_root_1any0_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-floating-action-button_root_1any0_1:focus{outline:revert;outline-offset:revert}.ds-floating-action-button_root_1any0_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-floating-action-button_root_1any0_1{display:flex;justify-content:center;align-items:center;border:1px solid transparent;min-height:3.5rem;min-width:3.5rem;max-height:3.5rem;max-width:3.5rem;transform:translateZ(0);background-color:#fff;color:#252525;box-shadow:0 2px 8px #0003,0 1px 3px #0006;cursor:pointer;position:relative;border-radius:50%;padding:0}.ds-floating-action-button_root_1any0_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-floating-action-button_root_1any0_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1{background-color:Canvas!important}}@media (hover: hover){.ds-floating-action-button_root_1any0_1:hover{background:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-floating-action-button_root_1any0_1:hover{border-color:Highlight}}.ds-floating-action-button_root--dark_1any0_70:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root--dark_1any0_70:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-floating-action-button_root--dark_1any0_70:focus{outline:revert;outline-offset:revert}.ds-floating-action-button_root--dark_1any0_70:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-floating-action-button_root--dark_1any0_70:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-floating-action-button_root--dark_1any0_70{background-color:#050505;color:#fff;box-shadow:0 2px 8px #fff3,0 1px 3px #fff6}@media (hover: hover){.ds-floating-action-button_root--dark_1any0_70:hover{background-color:#444}}.ds-floating-action-button_root--small_1any0_108{min-height:2rem;min-width:2rem;max-height:2rem;max-width:2rem}.ds-floating-action-button_root_1any0_1[aria-disabled=true]{background-color:#fff;color:#00000080;cursor:not-allowed}.ds-floating-action-button_root_1any0_1[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-floating-action-button_root_1any0_1[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-floating-action-button_loader_1any0_129{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-floating-action-button_loader_1any0_129 svg{fill:currentColor}.ds-floating-action-button_icon--hidden_1any0_141{opacity:0}.ds-floating-action-button_label--hidden_1any0_145{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}"
127
+ },
128
+ {
129
+ componentName: "DSHeading",
130
+ componentNameLowercase: "heading",
131
+ cssFileName: "heading.B-rdLVZD.css",
132
+ cssFileContent: ".ds-heading_root_6kuzl_1{color:#252525}.ds-heading_root--x-large_6kuzl_4{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:.426}@media (min-width: 1024px){.ds-heading_root--x-large_6kuzl_4{font-size:1.875rem;line-height:1.25}}.ds-heading_root--x-large-uppercase_6kuzl_19{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){.ds-heading_root--x-large-uppercase_6kuzl_19{font-size:1.875rem;line-height:1.25}}.ds-heading_root--large_6kuzl_35{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:.426}@media (min-width: 1024px){.ds-heading_root--large_6kuzl_35{font-size:1.625rem;line-height:1.2}}.ds-heading_root--large-uppercase_6kuzl_50{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){.ds-heading_root--large-uppercase_6kuzl_50{font-size:1.625rem;line-height:1.2}}.ds-heading_root--medium_6kuzl_66{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2;font-size-adjust:.426}.ds-heading_root--medium-uppercase_6kuzl_75{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}.ds-heading_root--small_6kuzl_85{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}.ds-heading_root--small-uppercase_6kuzl_94{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:cap-height .68;text-transform:uppercase}.ds-heading_root--theme-dark_6kuzl_104{color:#fff}"
133
+ },
134
+ {
135
+ componentName: "DSIcon",
136
+ componentNameLowercase: "icon",
137
+ cssFileName: "Icon.ZNrKuqgu.css",
138
+ cssFileContent: ".ds-icon_image_73zqf_1{display:inline-block;vertical-align:top;width:1rem;height:1rem;min-width:1rem;min-height:1rem;pointer-events:none}.ds-icon_image--theme-dark_73zqf_10{fill:#fff}.ds-icon_image--size-medium_73zqf_13{width:.75rem;height:.75rem;min-width:.75rem;min-height:.75rem}.ds-icon_image--size-small_73zqf_19{width:.625rem;height:.625rem;min-width:.625rem;min-height:.625rem}.ds-icon_image--size-x-small_73zqf_25{width:.5rem;height:.5rem;min-width:.5rem;min-height:.5rem}@media screen and (forced-colors: active){.ds-icon_image_73zqf_1{fill:CanvasText}}"
139
+ },
140
+ {
141
+ componentName: "DSInput",
142
+ componentNameLowercase: "input",
143
+ cssFileName: "input.B5spSeMe.css",
144
+ cssFileContent: ".ds-input_input_yfh6h_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input_input_yfh6h_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_yfh6h_1:focus{outline:revert;outline-offset:revert}.ds-input_input_yfh6h_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_yfh6h_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input_yfh6h_1{transition-duration:0ms}}@media (hover: hover){.ds-input_input_yfh6h_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input_input_yfh6h_1:hover{border-color:Highlight}}.ds-input_input_yfh6h_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input_input_yfh6h_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input_input_yfh6h_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_yfh6h_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input_input_yfh6h_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_yfh6h_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_yfh6h_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input_input_yfh6h_1::-webkit-placeholder,.ds-input_input_yfh6h_1::placeholder{color:#666;opacity:1}.ds-input_input--invalid_yfh6h_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input_input--invalid_yfh6h_113:active,.ds-input_input--invalid_yfh6h_113:focus,.ds-input_input--invalid_yfh6h_113:focus-visible{border-color:#252525}.ds-input_input--small_yfh6h_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_input_yfh6h_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input_input_yfh6h_1::-webkit-outer-spin-button,.ds-input_input_yfh6h_1::-webkit-inner-spin-button,.ds-input_input_yfh6h_1::-webkit-search-decoration,.ds-input_input_yfh6h_1::-webkit-search-cancel-button,.ds-input_input_yfh6h_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_yfh6h_1::-webkit-date-and-time-value{text-align:left}.ds-input_input_yfh6h_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_yfh6h_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_yfh6h_1[type=range]{accent-color:#E9640C}.ds-input_input_yfh6h_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input_input--small_yfh6h_120{min-height:2rem;height:2rem}.ds-input_input--small_yfh6h_120.ds-input_input--has-leading-icon_yfh6h_173{padding-inline-start:calc(16px + 1rem)}.ds-input_input--small_yfh6h_120.ds-input_input--has-action-button_yfh6h_176{padding-inline-end:calc(2rem + 8px)}.ds-input_input--small_yfh6h_120.ds-input_input--has-second-action-button_yfh6h_179{padding-inline-end:calc(4rem + 8px)}.ds-input_input--has-leading-icon_yfh6h_173{padding-inline-start:calc(32px + 1rem)}.ds-input_input--has-action-button_yfh6h_176{padding-inline-end:calc(3rem + 16px)}.ds-input_input--has-second-action-button_yfh6h_179{padding-inline-end:calc(6rem + 16px)}.ds-input_input--has-affix_yfh6h_191{color:#0000}.ds-input_input--has-affix_yfh6h_191::placeholder{color:#0000}.ds-input_input--has-affix_yfh6h_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input--has-affix_yfh6h_191::placeholder{transition-duration:0ms}}.ds-input_input--is-ready_yfh6h_205{color:#252525}.ds-input_input--is-ready_yfh6h_205::placeholder{color:#666}.ds-input_root_yfh6h_212{align-self:end}.ds-input_root_yfh6h_212:has(.ds-input_hint_yfh6h_220) .ds-input_label_yfh6h_220{margin-block-end:4px}.ds-input_wrapper_yfh6h_224{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input_affix_yfh6h_230{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input_affix--small_yfh6h_251{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_affix--disabled_yfh6h_264{color:#00000080}@media screen and (forced-colors: active){.ds-input_affix--disabled_yfh6h_264{color:GrayText}}.ds-input_affix--disabled_yfh6h_264.ds-input_prefix_yfh6h_272,.ds-input_affix--disabled_yfh6h_264.ds-input_affix_yfh6h_230{border-color:#0000001a}.ds-input_affix--readonly_yfh6h_275{background-color:#ededed;height:100%}.ds-input_affix_yfh6h_230.ds-input_prefix_yfh6h_272{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input_affix_yfh6h_230.ds-input_suffix_yfh6h_285{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input_leading-icon_yfh6h_292{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-input_leading-icon_yfh6h_292{background-color:Canvas;fill:CanvasText}}.ds-input_leading-icon--small_yfh6h_304{margin-inline-start:8px}.ds-input_leading-icon--disabled_yfh6h_307{fill:#00000080}@media screen and (forced-colors: active){.ds-input_leading-icon--disabled_yfh6h_307{fill:GrayText}}.ds-input_action-button_yfh6h_316{grid-area:1/4/2/5}.ds-input_label_yfh6h_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input_label--hidden_yfh6h_334{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input_label--disabled_yfh6h_347{color:GrayText}}.ds-input_hint_yfh6h_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input_feedback_yfh6h_367{margin-block-end:8px;margin-block-start:8px}"
145
+ },
146
+ {
147
+ componentName: "DSInputPassword",
148
+ componentNameLowercase: "inputpassword",
149
+ cssFileName: "InputPassword.DtKteerr.css",
150
+ cssFileContent: ".ds-input-password_input_1842u_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-password_input_1842u_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1842u_1:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1842u_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1842u_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input_1842u_1{transition-duration:0ms}}@media (hover: hover){.ds-input-password_input_1842u_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-password_input_1842u_1:hover{border-color:Highlight}}.ds-input-password_input_1842u_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input-password_input_1842u_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-password_input_1842u_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1842u_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1842u_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1842u_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1842u_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-password_input_1842u_1::-webkit-placeholder,.ds-input-password_input_1842u_1::placeholder{color:#666;opacity:1}.ds-input-password_input--invalid_1842u_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-password_input--invalid_1842u_113:active,.ds-input-password_input--invalid_1842u_113:focus,.ds-input-password_input--invalid_1842u_113:focus-visible{border-color:#252525}.ds-input-password_input--small_1842u_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-password_input_1842u_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-password_input_1842u_1::-webkit-outer-spin-button,.ds-input-password_input_1842u_1::-webkit-inner-spin-button,.ds-input-password_input_1842u_1::-webkit-search-decoration,.ds-input-password_input_1842u_1::-webkit-search-cancel-button,.ds-input-password_input_1842u_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1842u_1::-webkit-date-and-time-value{text-align:left}.ds-input-password_input_1842u_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1842u_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1842u_1[type=range]{accent-color:#E9640C}.ds-input-password_input_1842u_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-password_input--small_1842u_120{min-height:2rem;height:2rem}.ds-input-password_input--small_1842u_120.ds-input-password_input--has-leading-icon_1842u_173{padding-inline-start:calc(16px + 1rem)}.ds-input-password_input--small_1842u_120.ds-input-password_input--has-action-button_1842u_176{padding-inline-end:calc(2rem + 8px)}.ds-input-password_input--small_1842u_120.ds-input-password_input--has-second-action-button_1842u_179{padding-inline-end:calc(4rem + 8px)}.ds-input-password_input--has-leading-icon_1842u_173{padding-inline-start:calc(32px + 1rem)}.ds-input-password_input--has-action-button_1842u_176{padding-inline-end:calc(3rem + 16px)}.ds-input-password_input--has-second-action-button_1842u_179{padding-inline-end:calc(6rem + 16px)}.ds-input-password_input--has-affix_1842u_191{color:#0000}.ds-input-password_input--has-affix_1842u_191::placeholder{color:#0000}.ds-input-password_input--has-affix_1842u_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input--has-affix_1842u_191::placeholder{transition-duration:0ms}}.ds-input-password_input--is-ready_1842u_205{color:#252525}.ds-input-password_input--is-ready_1842u_205::placeholder{color:#666}.ds-input-password_root_1842u_212{align-self:end}.ds-input-password_root_1842u_212:has(.ds-input-password_hint_1842u_220) .ds-input-password_label_1842u_220{margin-block-end:4px}.ds-input-password_wrapper_1842u_224{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-password_action-button_1842u_230{grid-area:1/4/2/5}.ds-input-password_label_1842u_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-password_label--hidden_1842u_248{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-password_label--disabled_1842u_261{color:GrayText}}.ds-input-password_hint_1842u_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input-password_feedback_1842u_281{margin-block-end:8px;margin-block-start:8px}"
151
+ },
152
+ {
153
+ componentName: "DSInputSearch",
154
+ componentNameLowercase: "inputsearch",
155
+ cssFileName: "InputSearch.Mql3oFlQ.css",
156
+ cssFileContent: ".ds-input-search_input_wn1tk_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-search_input_wn1tk_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_wn1tk_1:focus{outline:revert;outline-offset:revert}.ds-input-search_input_wn1tk_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_wn1tk_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input_wn1tk_1{transition-duration:0ms}}@media (hover: hover){.ds-input-search_input_wn1tk_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-search_input_wn1tk_1:hover{border-color:Highlight}}.ds-input-search_input_wn1tk_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input-search_input_wn1tk_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-search_input_wn1tk_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_wn1tk_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-search_input_wn1tk_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_wn1tk_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_wn1tk_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-search_input_wn1tk_1::-webkit-placeholder,.ds-input-search_input_wn1tk_1::placeholder{color:#666;opacity:1}.ds-input-search_input--invalid_wn1tk_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-search_input--invalid_wn1tk_113:active,.ds-input-search_input--invalid_wn1tk_113:focus,.ds-input-search_input--invalid_wn1tk_113:focus-visible{border-color:#252525}.ds-input-search_input--small_wn1tk_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-search_input_wn1tk_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-search_input_wn1tk_1::-webkit-outer-spin-button,.ds-input-search_input_wn1tk_1::-webkit-inner-spin-button,.ds-input-search_input_wn1tk_1::-webkit-search-decoration,.ds-input-search_input_wn1tk_1::-webkit-search-cancel-button,.ds-input-search_input_wn1tk_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_wn1tk_1::-webkit-date-and-time-value{text-align:left}.ds-input-search_input_wn1tk_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_wn1tk_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_wn1tk_1[type=range]{accent-color:#E9640C}.ds-input-search_input_wn1tk_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-search_input--small_wn1tk_120{min-height:2rem;height:2rem}.ds-input-search_input--small_wn1tk_120.ds-input-search_input--has-leading-icon_wn1tk_173{padding-inline-start:calc(16px + 1rem)}.ds-input-search_input--small_wn1tk_120.ds-input-search_input--has-action-button_wn1tk_176{padding-inline-end:calc(2rem + 8px)}.ds-input-search_input--small_wn1tk_120.ds-input-search_input--has-second-action-button_wn1tk_179{padding-inline-end:calc(4rem + 8px)}.ds-input-search_input--has-leading-icon_wn1tk_173{padding-inline-start:calc(32px + 1rem)}.ds-input-search_input--has-action-button_wn1tk_176{padding-inline-end:calc(3rem + 16px)}.ds-input-search_input--has-second-action-button_wn1tk_179{padding-inline-end:calc(6rem + 16px)}.ds-input-search_input--has-affix_wn1tk_191{color:#0000}.ds-input-search_input--has-affix_wn1tk_191::placeholder{color:#0000}.ds-input-search_input--has-affix_wn1tk_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input--has-affix_wn1tk_191::placeholder{transition-duration:0ms}}.ds-input-search_input--is-ready_wn1tk_205{color:#252525}.ds-input-search_input--is-ready_wn1tk_205::placeholder{color:#666}.ds-input-search_root_wn1tk_212{align-self:end}.ds-input-search_root_wn1tk_212:has(.ds-input-search_hint_wn1tk_220) .ds-input-search_label_wn1tk_220{margin-block-end:4px}.ds-input-search_wrapper_wn1tk_224{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-search_action-button_wn1tk_230{grid-area:1/4/2/5}.ds-input-search_second-action-button_wn1tk_234{grid-area:1/3/2/4}.ds-input-search_label_wn1tk_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-search_label--hidden_wn1tk_252{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-search_label--disabled_wn1tk_265{color:GrayText}}.ds-input-search_hint_wn1tk_220{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input-search_feedback_wn1tk_285{margin-block-end:8px;margin-block-start:8px}"
157
+ },
158
+ {
159
+ componentName: "DSInputStepper",
160
+ componentNameLowercase: "inputstepper",
161
+ cssFileName: "InputStepper.BXz1MMBg.css",
162
+ cssFileContent: ".ds-input-stepper_input_1pm8g_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-stepper_input_1pm8g_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_1pm8g_1:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_1pm8g_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_1pm8g_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input_1pm8g_1{transition-duration:0ms}}@media (hover: hover){.ds-input-stepper_input_1pm8g_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-stepper_input_1pm8g_1:hover{border-color:Highlight}}.ds-input-stepper_input_1pm8g_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-input-stepper_input_1pm8g_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-stepper_input_1pm8g_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_1pm8g_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_1pm8g_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_1pm8g_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_1pm8g_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-stepper_input_1pm8g_1::-webkit-placeholder,.ds-input-stepper_input_1pm8g_1::placeholder{color:#666;opacity:1}.ds-input-stepper_input--invalid_1pm8g_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-stepper_input--invalid_1pm8g_113:active,.ds-input-stepper_input--invalid_1pm8g_113:focus,.ds-input-stepper_input--invalid_1pm8g_113:focus-visible{border-color:#252525}.ds-input-stepper_input--small_1pm8g_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_input_1pm8g_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-stepper_input_1pm8g_1::-webkit-outer-spin-button,.ds-input-stepper_input_1pm8g_1::-webkit-inner-spin-button,.ds-input-stepper_input_1pm8g_1::-webkit-search-decoration,.ds-input-stepper_input_1pm8g_1::-webkit-search-cancel-button,.ds-input-stepper_input_1pm8g_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_1pm8g_1::-webkit-date-and-time-value{text-align:left}.ds-input-stepper_input_1pm8g_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_1pm8g_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_1pm8g_1[type=range]{accent-color:#E9640C}.ds-input-stepper_input_1pm8g_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-stepper_input--small_1pm8g_120{min-height:2rem;height:2rem}.ds-input-stepper_input--small_1pm8g_120.ds-input-stepper_input--has-leading-icon_1pm8g_173{padding-inline-start:calc(16px + 1rem)}.ds-input-stepper_input--small_1pm8g_120.ds-input-stepper_input--has-action-button_1pm8g_176{padding-inline-end:calc(2rem + 8px)}.ds-input-stepper_input--small_1pm8g_120.ds-input-stepper_input--has-second-action-button_1pm8g_179{padding-inline-end:calc(4rem + 8px)}.ds-input-stepper_input--has-leading-icon_1pm8g_173{padding-inline-start:calc(32px + 1rem)}.ds-input-stepper_input--has-action-button_1pm8g_176{padding-inline-end:calc(3rem + 16px)}.ds-input-stepper_input--has-second-action-button_1pm8g_179{padding-inline-end:calc(6rem + 16px)}.ds-input-stepper_input--has-affix_1pm8g_191{color:#0000}.ds-input-stepper_input--has-affix_1pm8g_191::placeholder{color:#0000}.ds-input-stepper_input--has-affix_1pm8g_191::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input--has-affix_1pm8g_191::placeholder{transition-duration:0ms}}.ds-input-stepper_input--is-ready_1pm8g_205{color:#252525}.ds-input-stepper_input--is-ready_1pm8g_205::placeholder{color:#666}.ds-input-stepper_input_1pm8g_1{grid-area:1/1/2/4}.ds-input-stepper_root_1pm8g_215{align-self:end}.ds-input-stepper_root_1pm8g_215:has(.ds-input-stepper_hint_1pm8g_223) .ds-input-stepper_label_1pm8g_223{margin-block-end:4px}.ds-input-stepper_wrapper_1pm8g_227{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-stepper_affix_1pm8g_233{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input-stepper_affix--small_1pm8g_254{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_affix--disabled_1pm8g_267{color:#00000080}@media screen and (forced-colors: active){.ds-input-stepper_affix--disabled_1pm8g_267{color:GrayText}}.ds-input-stepper_affix--disabled_1pm8g_267.ds-input-stepper_prefix_1pm8g_275,.ds-input-stepper_affix--disabled_1pm8g_267.ds-input-stepper_affix_1pm8g_233{border-color:#0000001a}.ds-input-stepper_affix--readonly_1pm8g_278{background-color:#ededed;height:100%}.ds-input-stepper_affix_1pm8g_233.ds-input-stepper_prefix_1pm8g_275{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input-stepper_affix_1pm8g_233.ds-input-stepper_suffix_1pm8g_288{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input-stepper_action-button_1pm8g_295{grid-area:1/4/2/5}.ds-input-stepper_label_1pm8g_223{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-stepper_label--hidden_1pm8g_313{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-stepper_label--disabled_1pm8g_326{color:GrayText}}.ds-input-stepper_hint_1pm8g_223{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-input-stepper_feedback_1pm8g_346{margin-block-end:8px;margin-block-start:8px}.ds-input-stepper_wrapper_1pm8g_227{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}.ds-input-stepper_action-button_1pm8g_295{grid-area:1/5/2/6}.ds-input-stepper_second-action-button_1pm8g_360{grid-area:1/4/2/5}.ds-input-stepper_value-announcer_1pm8g_364{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}"
163
+ },
164
+ {
165
+ componentName: "DSLink",
166
+ componentNameLowercase: "link",
167
+ cssFileName: "link.Be5OF_8E.css",
168
+ cssFileContent: '.ds-link_root_1i5hz_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root_1i5hz_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root_1i5hz_1:focus{outline:revert;outline-offset:revert}.ds-link_root_1i5hz_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root_1i5hz_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link_root_1i5hz_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-link_root_1i5hz_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link_root_1i5hz_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-link_root_1i5hz_1{background-color:Canvas!important}.ds-link_root_1i5hz_1:hover{border-color:Highlight}}.ds-link_root--highlight_1i5hz_75,.ds-link_root--dark-highlight_1i5hz_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-link_root--highlight_1i5hz_75:hover,.ds-link_root--dark-highlight_1i5hz_75:hover{background-color:#e9640c}}.ds-link_root--highlight_1i5hz_75[aria-disabled=true],.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link_root--highlight_1i5hz_75[aria-disabled=true] svg,.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--highlight_1i5hz_75[aria-disabled=true],.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--highlight_1i5hz_75[aria-disabled=true]:before,.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-highlight_1i5hz_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-highlight_1i5hz_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-highlight_1i5hz_75:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-highlight_1i5hz_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-highlight_1i5hz_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-highlight_1i5hz_75[aria-disabled=true]:before{background-color:transparent}.ds-link_root--filled_1i5hz_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-link_root--filled_1i5hz_151:hover{background-color:#444}}.ds-link_root--filled_1i5hz_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link_root--filled_1i5hz_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--filled_1i5hz_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--filled_1i5hz_151[aria-disabled=true]:before{background-color:transparent}.ds-link_root--outline_1i5hz_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-link_root--outline_1i5hz_179:hover{background-color:#0000001a}}.ds-link_root--outline_1i5hz_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-link_root--outline_1i5hz_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--outline_1i5hz_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--outline_1i5hz_179[aria-disabled=true]:before{background-color:transparent}.ds-link_root--ghost_1i5hz_206{color:#252525}@media (hover: hover){.ds-link_root--ghost_1i5hz_206:hover{background-color:#0000001a}}.ds-link_root--ghost_1i5hz_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link_root--ghost_1i5hz_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--ghost_1i5hz_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--ghost_1i5hz_206[aria-disabled=true]:before{background-color:transparent}.ds-link_root--ghost-flush_1i5hz_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link_root--ghost-flush_1i5hz_231.ds-link_root--small_1i5hz_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link_root--ghost-flush_1i5hz_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-link_root--ghost-flush_1i5hz_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link_root--ghost-flush_1i5hz_231:before{transition-duration:0ms}}.ds-link_root--ghost-flush_1i5hz_231:focus,.ds-link_root--ghost-flush_1i5hz_231:focus-visible{outline:none}.ds-link_root--ghost-flush_1i5hz_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--ghost-flush_1i5hz_231:focus:before{outline:revert;outline-offset:revert}.ds-link_root--ghost-flush_1i5hz_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--ghost-flush_1i5hz_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231:hover:before{background-color:transparent}}.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--ghost-flush_1i5hz_231[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-filled_1i5hz_317{background-color:#f8f8f8;color:#252525}.ds-link_root--dark-filled_1i5hz_317:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-filled_1i5hz_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-filled_1i5hz_317:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-filled_1i5hz_317:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-filled_1i5hz_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-filled_1i5hz_317:hover{background-color:#dadada}}.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-filled_1i5hz_317[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-outline_1i5hz_374{border-color:#f8f8f8;color:#fff}.ds-link_root--dark-outline_1i5hz_374:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-outline_1i5hz_374:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-outline_1i5hz_374:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-outline_1i5hz_374:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-outline_1i5hz_374:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-outline_1i5hz_374:hover{background-color:#ffffff26}}.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-outline_1i5hz_374[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-ghost_1i5hz_430{color:#fff}.ds-link_root--dark-ghost_1i5hz_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost_1i5hz_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-ghost_1i5hz_430:focus{outline:revert;outline-offset:revert}.ds-link_root--dark-ghost_1i5hz_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost_1i5hz_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-ghost_1i5hz_430:hover{background-color:#ffffff26}}.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-ghost_1i5hz_430[aria-disabled=true]:before{background-color:transparent}.ds-link_root--dark-ghost-flush_1i5hz_484{color:#fff}.ds-link_root--dark-ghost-flush_1i5hz_484:focus,.ds-link_root--dark-ghost-flush_1i5hz_484:focus-visible{outline:none}.ds-link_root--dark-ghost-flush_1i5hz_484:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link_root--dark-ghost-flush_1i5hz_484:focus:before{outline:revert;outline-offset:revert}.ds-link_root--dark-ghost-flush_1i5hz_484:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link_root--dark-ghost-flush_1i5hz_484:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484:hover:before{background-color:transparent}}.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link_root--dark-ghost-flush_1i5hz_484[aria-disabled=true]:before{background-color:transparent}.ds-link_root--icon-left_1i5hz_546{flex-direction:row-reverse}.ds-link_root--small_1i5hz_237{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-link_root--small_1i5hz_237.ds-link_root--ghost-flush_1i5hz_231:before{right:-8px;left:-8px}.ds-link_root--icon-only_1i5hz_562{width:3rem;height:3rem}.ds-link_root--icon-only_1i5hz_562.ds-link_root--ghost-flush_1i5hz_231{width:1rem;height:1rem}.ds-link_root--icon-only-small_1i5hz_571{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-link_root--icon-only-small_1i5hz_571.ds-link_root--ghost-flush_1i5hz_231{width:1rem;height:1rem}.ds-link_label--hidden_1i5hz_582{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}'
169
+ },
170
+ {
171
+ componentName: "DSLinkStandalone",
172
+ componentNameLowercase: "linkstandalone",
173
+ cssFileName: "linkstandalone.LMdnj-G0.css",
174
+ cssFileContent: ".ds-link-standalone_root_egysd_1{display:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525}.ds-link-standalone_root_egysd_1:link,.ds-link-standalone_root_egysd_1:visited{color:#252525}.ds-link-standalone_root_egysd_1:active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-link-standalone_root_egysd_1:hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-standalone_root_egysd_1:hover{background-color:Canvas}}.ds-link-standalone_root_egysd_1:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root_egysd_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-standalone_root_egysd_1:focus{outline:revert;outline-offset:revert}.ds-link-standalone_root_egysd_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root_egysd_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-standalone_root--highlight_egysd_68,.ds-link-standalone_root--highlight_egysd_68:link,.ds-link-standalone_root--highlight_egysd_68:visited{color:#1e71a1}.ds-link-standalone_root--highlight_egysd_68:active{color:#19618b}@media (hover: hover){.ds-link-standalone_root--highlight_egysd_68:hover{color:#19618b}}.ds-link-standalone_root--neutral-dark_egysd_82,.ds-link-standalone_root--neutral-dark_egysd_82:link,.ds-link-standalone_root--neutral-dark_egysd_82:visited{color:#fff}.ds-link-standalone_root--neutral-dark_egysd_82:active{background-color:#ffffff26;color:#fff}@media (hover: hover){.ds-link-standalone_root--neutral-dark_egysd_82:hover{background-color:#ffffff26;color:#fff}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-standalone_root--neutral-dark_egysd_82:hover{background-color:Canvas}}.ds-link-standalone_root--neutral-dark_egysd_82:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--neutral-dark_egysd_82:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-standalone_root--neutral-dark_egysd_82:focus{outline:revert;outline-offset:revert}.ds-link-standalone_root--neutral-dark_egysd_82:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--neutral-dark_egysd_82:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-standalone_root--highlight-dark_egysd_131,.ds-link-standalone_root--highlight-dark_egysd_131:link,.ds-link-standalone_root--highlight-dark_egysd_131:visited{color:#8dcfe8}.ds-link-standalone_root--highlight-dark_egysd_131:active{background-color:#ffffff26;color:#8dcfe8}@media (hover: hover){.ds-link-standalone_root--highlight-dark_egysd_131:hover{background-color:#ffffff26;color:#8dcfe8}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-standalone_root--highlight-dark_egysd_131:hover{background-color:Canvas}}.ds-link-standalone_root--highlight-dark_egysd_131:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--highlight-dark_egysd_131:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-standalone_root--highlight-dark_egysd_131:focus{outline:revert;outline-offset:revert}.ds-link-standalone_root--highlight-dark_egysd_131:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-link-standalone_root--highlight-dark_egysd_131:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-standalone_root--active_egysd_180{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}.ds-link-standalone_root--icon-left_egysd_187{flex-direction:row-reverse}.ds-link-standalone_root_egysd_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link-standalone_root_egysd_1{transition-duration:0ms}}.ds-link-standalone_root_egysd_1 svg{fill:currentColor}a:has(>[class^=ds-link-standalone]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){a:has(>[class^=ds-link-standalone]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){a:has(>[class^=ds-link-standalone]):focus{outline:revert;outline-offset:revert}a:has(>[class^=ds-link-standalone]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){a:has(>[class^=ds-link-standalone]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}"
175
+ },
176
+ {
177
+ componentName: "DSLogo",
178
+ componentNameLowercase: "logo",
179
+ cssFileName: "logo.bVXt9m9R.css",
180
+ cssFileContent: ".ds-logo_anchor_xhwl6_1,.ds-logo_svg_xhwl6_2{display:block;min-width:7.125rem;max-width:10rem}.ds-logo_anchor_xhwl6_1{text-decoration:none}.ds-logo_anchor_xhwl6_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-6px}@media screen and (forced-colors: active){.ds-logo_anchor_xhwl6_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-logo_anchor_xhwl6_1:focus{outline:revert;outline-offset:revert}.ds-logo_anchor_xhwl6_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-6px}@media screen and (forced-colors: active){.ds-logo_anchor_xhwl6_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-logo_svg-background_xhwl6_40{fill:#fff}.ds-logo_svg-background--dark_xhwl6_43,.ds-logo_svg-text_xhwl6_46{fill:#f37a1f}.ds-logo_svg-text--dark_xhwl6_49{fill:#fff}"
181
+ },
182
+ {
183
+ componentName: "DSNavigationTabs",
184
+ componentNameLowercase: "navigationtabs",
185
+ cssFileName: "NavigationTabList.B6x56sAV.css, numberindicator.BJnvB-K3.css",
186
+ cssFileContent: ".ds-tabs_tabs-wrapper_nm2bv_1{position:relative;grid-column:main-start/main-end}.ds-tabs_scroll-wrapper_nm2bv_6{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;position:relative;scrollbar-width:none}.ds-tabs_scroll-wrapper_nm2bv_6::-webkit-scrollbar{display:none}.ds-tabs_scroller_nm2bv_17{display:flex;flex-wrap:nowrap;min-width:min-content;border-bottom:1px solid #DADADA}.ds-tabs_scroller_nm2bv_17:has(li){list-style-type:none;padding:0;margin:0}.ds-tabs_scroller--centered_nm2bv_28{justify-content:center}.ds-tabs_tab_nm2bv_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;color:#252525;gap:8px;height:63px;padding-block:0px;padding-inline:var(--ds-spacing-dynamic-xs);text-decoration:none;border:none;outline:none;cursor:pointer;white-space:nowrap;background-color:#fff}.ds-tabs_tab_nm2bv_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tab_nm2bv_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tab_nm2bv_1:focus{outline:revert;outline-offset:revert}.ds-tabs_tab_nm2bv_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tab_nm2bv_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tab_nm2bv_1:hover{background-color:#ededed}.ds-tabs_tab_nm2bv_1[aria-selected=true],.ds-tabs_tab_nm2bv_1[aria-current=page]{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}.ds-tabs_scroll-button_nm2bv_105{position:absolute;top:50%;transform:translateY(-50%)}.ds-tabs_scroll-button--hidden_nm2bv_110{opacity:0;pointer-events:none}.ds-tabs_scroll-button--right_nm2bv_114{right:0}.ds-tabs_scroll-button_nm2bv_105{transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-tabs_scroll-button_nm2bv_105{transition-duration:0ms}}.ds-tabs_indicator_nm2bv_126{position:absolute;left:0;bottom:0;height:4px;background-color:#e9640c}.ds-tabs_indicator_nm2bv_126{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),width var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-tabs_indicator_nm2bv_126{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-tabs_indicator_nm2bv_126{background-color:Highlight}}.ds-number-indicator_root_t83wm_1{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;align-items:center;justify-content:center;text-wrap:nowrap;border-radius:.625rem;border:1px solid transparent;min-width:.625rem;min-height:.625rem;background-color:#0000001a}.ds-number-indicator_root--has-content_t83wm_25{min-height:1.25rem;min-width:1.25rem;padding-inline:5px}.ds-number-indicator_root--highlight_t83wm_30{background-color:#f37a1f}@media screen and (forced-colors: active){.ds-number-indicator_root_t83wm_1{forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}.ds-number-indicator_root--highlight_t83wm_30{border-color:Highlight;color:Highlight}.ds-number-indicator_root--highlight_t83wm_30:not(.ds-number-indicator_root--has-content_t83wm_25){background-color:Highlight;border-color:Highlight}}"
187
+ },
188
+ {
189
+ componentName: "DSNotification",
190
+ componentNameLowercase: "notification",
191
+ cssFileName: "Notification.DZIF-Wo6.css",
192
+ cssFileContent: `.ds-notification_root_1cajm_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;background-color:#ededed;border-left-color:#666;border-left-width:4px;border-left-style:solid;color:#252525;display:flex;flex-direction:column;gap:12px;padding-inline-start:12px;padding-inline-end:24px;padding-block-start:12px;padding-block-end:12px;width:100%;max-width:948px}.ds-notification_root--success_1cajm_26{background-color:#e5f0db;border-left-color:#749f4a}.ds-notification_root--error_1cajm_30{background-color:#eebcbd;border-left-color:#d43b3b}.ds-notification_root--warning_1cajm_34{background-color:#fdecc3;border-left-color:#fdc543}.ds-notification_root--hide-icon_1cajm_38{padding-inline-start:20px}@media screen and (forced-colors: active){.ds-notification_root_1cajm_1{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}.ds-notification_content_1cajm_52{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}.ds-notification_content--hide-close-button_1cajm_59{grid-template-columns:auto minmax(auto,1fr)}.ds-notification_content--hide-icon_1cajm_62{grid-template-columns:minmax(auto,1fr) auto}.ds-notification_icon_1cajm_66{margin-block-start:8px}.ds-notification_message_1cajm_70{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}.ds-notification_message_1cajm_70 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-notification_message_1cajm_70 a:not([class]))[href^="http://"]:after,:where(.ds-notification_message_1cajm_70 a:not([class]))[href^="https://"]:after,:where(.ds-notification_message_1cajm_70 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-notification_message_1cajm_70 a:not([class]){color:#252525}.ds-notification_message_1cajm_70 a:not([class]):link,.ds-notification_message_1cajm_70 a:not([class]):visited{color:#252525}.ds-notification_message_1cajm_70 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-notification_message_1cajm_70 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-notification_message_1cajm_70 a:not([class]):hover{background-color:Canvas}}.ds-notification_message_1cajm_70 a:not([class])[href^="http://"]:after,.ds-notification_message_1cajm_70 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-notification_message_1cajm_70 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-notification_message_1cajm_70 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-notification_message_1cajm_70 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-notification_message_1cajm_70 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-notification_message_1cajm_70 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-notification_message_1cajm_70 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-notification_message_1cajm_70 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-notification_message_1cajm_70 a:not([class]){transition-duration:0ms}}.ds-notification_custom-action-area_1cajm_167{padding-inline-start:32px;padding-block-end:4px}`
193
+ },
194
+ {
195
+ componentName: "DSRadioGroup",
196
+ componentNameLowercase: "radiogroup",
197
+ cssFileName: "RadioGroup.CM2mYOzc.css, radio.CGf7v0D_.css",
198
+ cssFileContent: ".ds-radio-group_root_12fot_1{display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}.ds-radio-group_root--horizontal_12fot_9{flex-direction:row}.ds-radio-group_root--invalid_12fot_12{margin-block-start:-16px}.ds-radio_root_tdhm5_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}.ds-radio_root--disabled_tdhm5_21{cursor:not-allowed}.ds-radio_root--with-custom-area_tdhm5_24{max-width:none}.ds-radio_radio_tdhm5_28{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}.ds-radio_radio_tdhm5_28{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_tdhm5_28{transition-duration:0ms}}.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#f37a1f;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:Highlight}}.ds-radio_radio--invalid_tdhm5_69{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-radio_label_tdhm5_74{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;width:100%;display:grid;grid-template-columns:auto minmax(auto,1fr)}.ds-radio_label--bold_tdhm5_88{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-radio_label--hidden_tdhm5_99{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_label--with-custom-area_tdhm5_111{column-gap:8px}.ds-radio_custom-area_tdhm5_115{margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}.ds-radio_hint_tdhm5_123{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25rem;grid-column:span 2;opacity:1}.ds-radio_hint_tdhm5_123{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-radio_hint_tdhm5_123{transition-duration:0ms}}.ds-radio_hint--visible_tdhm5_146{margin-block-start:4px;margin-block-end:4px}.ds-radio_hint--unchecked-hidden_tdhm5_150{overflow:hidden;height:0;opacity:0}.ds-radio_hint--hidden_tdhm5_155,.ds-radio_input_tdhm5_168{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_input_tdhm5_168:checked+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{opacity:1}.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28{border-color:#00000080}.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:#dadada}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:GrayText}}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:disabled+.ds-radio_radio_tdhm5_28{border-color:GrayText}}.ds-radio_input_tdhm5_168:disabled~.ds-radio_label_tdhm5_74{color:#00000080}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:disabled~.ds-radio_label_tdhm5_74{color:GrayText}}.ds-radio_input_tdhm5_168:focus{outline:none}.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{border-color:Highlight}}@supports selector(:focus-visible){.ds-radio_input_tdhm5_168:focus{outline:none}.ds-radio_input_tdhm5_168:focus+.ds-radio_radio_tdhm5_28{outline:revert;outline-offset:revert}.ds-radio_input_tdhm5_168:focus-visible{outline:none}.ds-radio_input_tdhm5_168:focus-visible+.ds-radio_radio_tdhm5_28{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus-visible+.ds-radio_radio_tdhm5_28{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_tdhm5_168:focus-visible+.ds-radio_radio_tdhm5_28{border-color:Highlight}}}@media (hover: hover){.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28{background-color:#0000001a}.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28 .ds-radio_dot_tdhm5_45{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_tdhm5_168:hover:not(:disabled)+.ds-radio_radio_tdhm5_28{border-color:Highlight}}"
199
+ },
200
+ {
201
+ componentName: "DSSelect",
202
+ componentNameLowercase: "select",
203
+ cssFileName: "Select.KvAgxJZk.css",
204
+ cssFileContent: ".ds-select_root_1ui0h_1{align-self:end}.ds-select_root_1ui0h_1:has(.ds-select_hint_1ui0h_9) .ds-select_label_1ui0h_9{margin-block-end:4px}.ds-select_wrapper_1ui0h_13{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-select_affix_1ui0h_19{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-select_affix--small_1ui0h_40{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_affix--disabled_1ui0h_53{color:#00000080}@media screen and (forced-colors: active){.ds-select_affix--disabled_1ui0h_53{color:GrayText}}.ds-select_affix--disabled_1ui0h_53.ds-select_prefix_1ui0h_61,.ds-select_affix--disabled_1ui0h_53.ds-select_affix_1ui0h_19{border-color:#0000001a}.ds-select_affix--readonly_1ui0h_64{background-color:#ededed;height:100%}.ds-select_affix_1ui0h_19.ds-select_prefix_1ui0h_61{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-select_affix_1ui0h_19.ds-select_suffix_1ui0h_74{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-select_action-button_1ui0h_81{grid-area:1/4/2/5}.ds-select_label_1ui0h_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-select_label--hidden_1ui0h_99{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-select_label--disabled_1ui0h_112{color:GrayText}}.ds-select_hint_1ui0h_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-select_feedback_1ui0h_132{margin-block-end:8px;margin-block-start:8px}.ds-select_select-wrapper_1ui0h_137{display:grid;grid-template-columns:1fr max-content;align-items:center}.ds-select_select_1ui0h_137{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1ui0h_137:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1ui0h_137:focus{outline:revert;outline-offset:revert}.ds-select_select_1ui0h_137:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1ui0h_137{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select_1ui0h_137{transition-duration:0ms}}@media (hover: hover){.ds-select_select_1ui0h_137:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-select_select_1ui0h_137:hover{border-color:Highlight}}.ds-select_select_1ui0h_137{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-select_select_1ui0h_137[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-select_select_1ui0h_137[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1ui0h_137[readonly]:focus{outline:revert;outline-offset:revert}.ds-select_select_1ui0h_137[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1ui0h_137[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1ui0h_137:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-select_select_1ui0h_137::-webkit-placeholder,.ds-select_select_1ui0h_137::placeholder{color:#666;opacity:1}.ds-select_select--invalid_1ui0h_262{border-color:#d43b3b;outline-color:#d43b3b}.ds-select_select--invalid_1ui0h_262:active,.ds-select_select--invalid_1ui0h_262:focus,.ds-select_select--invalid_1ui0h_262:focus-visible{border-color:#252525}.ds-select_select--small_1ui0h_269{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_select_1ui0h_137{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-select_select_1ui0h_137::-webkit-outer-spin-button,.ds-select_select_1ui0h_137::-webkit-inner-spin-button,.ds-select_select_1ui0h_137::-webkit-search-decoration,.ds-select_select_1ui0h_137::-webkit-search-cancel-button,.ds-select_select_1ui0h_137::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1ui0h_137::-webkit-date-and-time-value{text-align:left}.ds-select_select_1ui0h_137:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1ui0h_137[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1ui0h_137[type=range]{accent-color:#E9640C}.ds-select_select_1ui0h_137[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-select_select--small_1ui0h_269{min-height:2rem;height:2rem}.ds-select_select--small_1ui0h_269.ds-select_input--has-leading-icon_1ui0h_322{padding-inline-start:calc(16px + 1rem)}.ds-select_select--small_1ui0h_269.ds-select_input--has-action-button_1ui0h_325{padding-inline-end:calc(2rem + 8px)}.ds-select_select--small_1ui0h_269.ds-select_input--has-second-action-button_1ui0h_328{padding-inline-end:calc(4rem + 8px)}.ds-select_select--has-leading-icon_1ui0h_331{padding-inline-start:calc(32px + 1rem)}.ds-select_select--has-action-button_1ui0h_334{padding-inline-end:calc(3rem + 16px)}.ds-select_select--has-second-action-button_1ui0h_337{padding-inline-end:calc(6rem + 16px)}.ds-select_select--has-affix_1ui0h_340{color:#0000}.ds-select_select--has-affix_1ui0h_340::placeholder{color:#0000}.ds-select_select--has-affix_1ui0h_340::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select--has-affix_1ui0h_340::placeholder{transition-duration:0ms}}.ds-select_select--is-ready_1ui0h_354{color:#252525}.ds-select_select--is-ready_1ui0h_354::placeholder{color:#666}.ds-select_select_1ui0h_137{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}.ds-select_select--small_1ui0h_269{padding-inline-end:32px}.ds-select_select_1ui0h_137:disabled{opacity:1}.ds-select_select--placeholder_1ui0h_371{color:#666}@media screen and (forced-colors: active){.ds-select_select--placeholder_1ui0h_371{color:GrayText}}.ds-select_select_1ui0h_137 option{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1ui0h_137 option,.ds-select_select_1ui0h_137 optgroup{background-color:#fff;color:#252525;font-style:normal}.ds-select_select_1ui0h_137 optgroup{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-select_select_1ui0h_137 option:disabled{color:#00000080}.ds-select_chevron_1ui0h_410{grid-area:1/2/2/2;margin-inline-end:16px}.ds-select_chevron--small_1ui0h_414{margin-inline-end:8px}.ds-select_chevron--disabled_1ui0h_417{fill:#00000080}"
205
+ },
206
+ {
207
+ componentName: "DSSkipToContent",
208
+ componentNameLowercase: "skiptocontent",
209
+ cssFileName: "skiptocontent.CTSDC_kG.css",
210
+ cssFileContent: ".ds-skip-to-content_root_uqkjt_1{position:absolute;left:-9999px;z-index:999;opacity:0;box-shadow:0 0 0 2px #fff}.ds-skip-to-content_root--dark_uqkjt_8{box-shadow:0 0 0 2px #252525}.ds-skip-to-content_root_uqkjt_1.ds-skip-to-content_root_uqkjt_1{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}.ds-skip-to-content_root_uqkjt_1:focus{left:8px;top:8px;opacity:1}"
211
+ },
212
+ {
213
+ componentName: "DSSpinner",
214
+ componentNameLowercase: "spinner",
215
+ cssFileName: "spinner.BJ5xwnYH.css",
216
+ cssFileContent: ".ds-spinner_root_15hmy_1{display:inline-flex;vertical-align:top;margin:0;padding:0}.ds-spinner_root-size-small_15hmy_7{height:1rem;width:1rem}.ds-spinner_root-size-medium_15hmy_11{height:2rem;width:2rem}.ds-spinner_root-size-large_15hmy_15{height:2.5rem;width:2.5rem}.ds-spinner_root-size-x-large_15hmy_19{height:4rem;width:4rem}.ds-spinner_root-size-inherit_15hmy_23{height:inherit;width:inherit}.ds-spinner_root_15hmy_1>svg{position:relative;transform:translateZ(0);animation:ds-spinner_rotate_15hmy_1 var(--ds-animation-duration, 1.1s) linear infinite;width:inherit;height:inherit}@media (prefers-reduced-motion: reduce){.ds-spinner_root_15hmy_1>svg{animation-duration:0s}}@keyframes ds-spinner_rotate_15hmy_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ds-spinner_screenReaderOnly_15hmy_48{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}"
217
+ },
218
+ {
219
+ componentName: "DSSwitch",
220
+ componentNameLowercase: "switch",
221
+ cssFileName: "switch.Bc9KIyw9.css",
222
+ cssFileContent: '.ds-switch_root_gdcld_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0;border:0;text-align:left;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.ds-switch_root_gdcld_1{transition:background-color var(--ds-animation-duration, .1s) linear}.ds-switch_root_gdcld_1{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-switch_root_gdcld_1{transition-duration:0ms}}.ds-switch_root--label-right_gdcld_40{flex-direction:row-reverse}.ds-switch_root--stretched_gdcld_43{justify-content:space-between;width:100%}@media (hover: hover){.ds-switch_root_gdcld_1:hover .ds-switch_switch_gdcld_48{background-color:#0000001a}}.ds-switch_root_gdcld_1:focus .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus .ds-switch_loader_gdcld_53:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1:focus .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus .ds-switch_loader_gdcld_53:before{border-color:Highlight}}@supports selector(:focus-visible){.ds-switch_root_gdcld_1:focus .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus .ds-switch_loader_gdcld_53:before{content:none}.ds-switch_root_gdcld_1:focus-visible .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus-visible .ds-switch_loader_gdcld_53:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1:focus-visible .ds-switch_switch_gdcld_48:before,.ds-switch_root_gdcld_1:focus-visible .ds-switch_loader_gdcld_53:before{border-color:Highlight}}}.ds-switch_root_gdcld_1[aria-disabled=true].ds-switch_root_gdcld_1{cursor:not-allowed}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1[aria-disabled=true].ds-switch_root_gdcld_1{color:GrayText}}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_switch_gdcld_48{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_switch_gdcld_48{border-color:GrayText}}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:#00000080}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{opacity:0}@media screen and (forced-colors: active){.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root_gdcld_1[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}@media (hover: hover){.ds-switch_root--checked_gdcld_126:hover .ds-switch_switch_gdcld_48{background-color:#d9480f}.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111{background-color:#ededed}.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126:hover .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_root--checked_gdcld_126 .ds-switch_switch_gdcld_48{background-color:#e9640c}.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126 .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}@media (hover: hover){.ds-switch_root--checked_gdcld_126[aria-disabled=true]:hover .ds-switch_thumb_gdcld_111 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){.ds-switch_root--checked_gdcld_126[aria-disabled=true]:hover .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126[aria-disabled=true]:hover .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_switch_gdcld_48{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_switch_gdcld_48{border-color:GrayText}}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:#fff}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_root--checked_gdcld_126[aria-disabled=true] .ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_switch_gdcld_48{border:1px solid #252525;border-radius:6.25rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}.ds-switch_thumb_gdcld_111{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}.ds-switch_thumb_gdcld_111 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){.ds-switch_thumb_gdcld_111{background-color:CanvasText}.ds-switch_thumb_gdcld_111 svg{fill:Canvas}}.ds-switch_loader_gdcld_53{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}.ds-switch_loader_gdcld_53 svg{fill:#00000080}@media screen and (forced-colors: active){.ds-switch_loader_gdcld_53 svg{fill:CanvasText}}'
223
+ },
224
+ {
225
+ componentName: "DSTabs",
226
+ componentNameLowercase: "tabs",
227
+ cssFileName: "NavigationTabList.B6x56sAV.css, numberindicator.BJnvB-K3.css, tabpane.D1LTb432.css",
228
+ cssFileContent: `.ds-tabs_tabs-wrapper_nm2bv_1{position:relative;grid-column:main-start/main-end}.ds-tabs_scroll-wrapper_nm2bv_6{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;position:relative;scrollbar-width:none}.ds-tabs_scroll-wrapper_nm2bv_6::-webkit-scrollbar{display:none}.ds-tabs_scroller_nm2bv_17{display:flex;flex-wrap:nowrap;min-width:min-content;border-bottom:1px solid #DADADA}.ds-tabs_scroller_nm2bv_17:has(li){list-style-type:none;padding:0;margin:0}.ds-tabs_scroller--centered_nm2bv_28{justify-content:center}.ds-tabs_tab_nm2bv_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;color:#252525;gap:8px;height:63px;padding-block:0px;padding-inline:var(--ds-spacing-dynamic-xs);text-decoration:none;border:none;outline:none;cursor:pointer;white-space:nowrap;background-color:#fff}.ds-tabs_tab_nm2bv_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tab_nm2bv_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tab_nm2bv_1:focus{outline:revert;outline-offset:revert}.ds-tabs_tab_nm2bv_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tab_nm2bv_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tab_nm2bv_1:hover{background-color:#ededed}.ds-tabs_tab_nm2bv_1[aria-selected=true],.ds-tabs_tab_nm2bv_1[aria-current=page]{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}.ds-tabs_scroll-button_nm2bv_105{position:absolute;top:50%;transform:translateY(-50%)}.ds-tabs_scroll-button--hidden_nm2bv_110{opacity:0;pointer-events:none}.ds-tabs_scroll-button--right_nm2bv_114{right:0}.ds-tabs_scroll-button_nm2bv_105{transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-tabs_scroll-button_nm2bv_105{transition-duration:0ms}}.ds-tabs_indicator_nm2bv_126{position:absolute;left:0;bottom:0;height:4px;background-color:#e9640c}.ds-tabs_indicator_nm2bv_126{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),width var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-tabs_indicator_nm2bv_126{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-tabs_indicator_nm2bv_126{background-color:Highlight}}.ds-number-indicator_root_t83wm_1{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;align-items:center;justify-content:center;text-wrap:nowrap;border-radius:.625rem;border:1px solid transparent;min-width:.625rem;min-height:.625rem;background-color:#0000001a}.ds-number-indicator_root--has-content_t83wm_25{min-height:1.25rem;min-width:1.25rem;padding-inline:5px}.ds-number-indicator_root--highlight_t83wm_30{background-color:#f37a1f}@media screen and (forced-colors: active){.ds-number-indicator_root_t83wm_1{forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}.ds-number-indicator_root--highlight_t83wm_30{border-color:Highlight;color:Highlight}.ds-number-indicator_root--highlight_t83wm_30:not(.ds-number-indicator_root--has-content_t83wm_25){background-color:Highlight;border-color:Highlight}}.ds-tabs_tabpane_30tnb_1{padding-block:var(--ds-spacing-dynamic-s)}.ds-tabs_tabpane_30tnb_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tabpane_30tnb_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tabpane_30tnb_1:focus{outline:revert;outline-offset:revert}.ds-tabs_tabpane_30tnb_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tabpane_30tnb_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tabpane_30tnb_1[hidden]{display:none}.ds-tabs_tabpane_30tnb_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-tabs_tabpane_30tnb_1 a:not([class]))[href^="http://"]:after,:where(.ds-tabs_tabpane_30tnb_1 a:not([class]))[href^="https://"]:after,:where(.ds-tabs_tabpane_30tnb_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-tabs_tabpane_30tnb_1 a:not([class]){color:#252525}.ds-tabs_tabpane_30tnb_1 a:not([class]):link,.ds-tabs_tabpane_30tnb_1 a:not([class]):visited{color:#252525}.ds-tabs_tabpane_30tnb_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-tabs_tabpane_30tnb_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-tabs_tabpane_30tnb_1 a:not([class]):hover{background-color:Canvas}}.ds-tabs_tabpane_30tnb_1 a:not([class])[href^="http://"]:after,.ds-tabs_tabpane_30tnb_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-tabs_tabpane_30tnb_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-tabs_tabpane_30tnb_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-tabs_tabpane_30tnb_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tabpane_30tnb_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-tabs_tabpane_30tnb_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-tabs_tabpane_30tnb_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tabpane_30tnb_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-tabs_tabpane_30tnb_1 a:not([class]){transition-duration:0ms}}`
229
+ },
230
+ {
231
+ componentName: "DSText",
232
+ componentNameLowercase: "text",
233
+ cssFileName: "text.BlRcxO8n.css",
234
+ cssFileContent: `.ds-text_root_12k0t_1{margin:0;padding:0;border:none;color:#252525}.ds-text_root--large_12k0t_7{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6;font-size-adjust:.414}.ds-text_root--large-bold_12k0t_18{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6;font-size-adjust:.426}.ds-text_root--medium_12k0t_29{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414}.ds-text_root--medium-bold_12k0t_40{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.426}.ds-text_root--small_12k0t_51{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-text_root--small-bold_12k0t_62{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.426}.ds-text_root--x-small_12k0t_73{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.75rem;line-height:1.33;font-size-adjust:.414}.ds-text_root--x-small-bold_12k0t_84{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.75rem;line-height:1.33;font-size-adjust:.426}.ds-text_root--xx-small_12k0t_95{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.625rem;line-height:1.6;font-size-adjust:.414}.ds-text_root_12k0t_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-text_root_12k0t_1 a:not([class]))[href^="http://"]:after,:where(.ds-text_root_12k0t_1 a:not([class]))[href^="https://"]:after,:where(.ds-text_root_12k0t_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-text_root_12k0t_1 a:not([class]){color:#252525}.ds-text_root_12k0t_1 a:not([class]):link,.ds-text_root_12k0t_1 a:not([class]):visited{color:#252525}.ds-text_root_12k0t_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-text_root_12k0t_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-text_root_12k0t_1 a:not([class]):hover{background-color:Canvas}}.ds-text_root_12k0t_1 a:not([class])[href^="http://"]:after,.ds-text_root_12k0t_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-text_root_12k0t_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-text_root_12k0t_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-text_root_12k0t_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-text_root_12k0t_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-text_root_12k0t_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-text_root_12k0t_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-text_root_12k0t_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-text_root_12k0t_1 a:not([class]){transition-duration:0ms}}.ds-text_root--theme-dark_12k0t_189{color:#fff}.ds-text_root--theme-dark_12k0t_189 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-text_root--theme-dark_12k0t_189 a:not([class]))[href^="http://"]:after,:where(.ds-text_root--theme-dark_12k0t_189 a:not([class]))[href^="https://"]:after,:where(.ds-text_root--theme-dark_12k0t_189 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-text_root--theme-dark_12k0t_189 a:not([class]){color:#fff}.ds-text_root--theme-dark_12k0t_189 a:not([class]):link,.ds-text_root--theme-dark_12k0t_189 a:not([class]):visited{color:#fff}.ds-text_root--theme-dark_12k0t_189 a:not([class]):active{background-color:#ffffff26;color:#fff}@media (hover: hover){.ds-text_root--theme-dark_12k0t_189 a:not([class]):hover{background-color:#ffffff26;color:#fff}}@media screen and (hover: hover) and (forced-colors: active){.ds-text_root--theme-dark_12k0t_189 a:not([class]):hover{background-color:Canvas}}.ds-text_root--theme-dark_12k0t_189 a:not([class])[href^="http://"]:after,.ds-text_root--theme-dark_12k0t_189 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-text_root--theme-dark_12k0t_189 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-text_root--theme-dark_12k0t_189 a:not([class]):focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-text_root--theme-dark_12k0t_189 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-text_root--theme-dark_12k0t_189 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-text_root--theme-dark_12k0t_189 a:not([class]):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){.ds-text_root--theme-dark_12k0t_189 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-text_root--theme-dark_12k0t_189 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-text_root--theme-dark_12k0t_189 a:not([class]){transition-duration:0ms}}`
235
+ },
236
+ {
237
+ componentName: "DSTextarea",
238
+ componentNameLowercase: "textarea",
239
+ cssFileName: "Textarea.BIRQlv6m.css",
240
+ cssFileContent: ".ds-textarea_textarea_18bj7_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-textarea_textarea_18bj7_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_18bj7_1:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_18bj7_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_18bj7_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-textarea_textarea_18bj7_1{transition-duration:0ms}}@media (hover: hover){.ds-textarea_textarea_18bj7_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-textarea_textarea_18bj7_1:hover{border-color:Highlight}}.ds-textarea_textarea_18bj7_1{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}.ds-textarea_textarea_18bj7_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-textarea_textarea_18bj7_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_18bj7_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_18bj7_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_18bj7_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_18bj7_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-textarea_textarea_18bj7_1::-webkit-placeholder,.ds-textarea_textarea_18bj7_1::placeholder{color:#666;opacity:1}.ds-textarea_textarea--invalid_18bj7_113{border-color:#d43b3b;outline-color:#d43b3b}.ds-textarea_textarea--invalid_18bj7_113:active,.ds-textarea_textarea--invalid_18bj7_113:focus,.ds-textarea_textarea--invalid_18bj7_113:focus-visible{border-color:#252525}.ds-textarea_textarea--small_18bj7_120{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_textarea_18bj7_1{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}.ds-textarea_textarea--resize-auto_18bj7_139{resize:none;overflow-y:hidden}.ds-textarea_textarea--small_18bj7_120{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}.ds-textarea_root_18bj7_149{align-self:end}.ds-textarea_root_18bj7_149:has(.ds-textarea_hint_18bj7_157) .ds-textarea_label_18bj7_157{margin-block-end:4px}.ds-textarea_affix_18bj7_161{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-textarea_affix--small_18bj7_182{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_affix--disabled_18bj7_195{color:#00000080}@media screen and (forced-colors: active){.ds-textarea_affix--disabled_18bj7_195{color:GrayText}}.ds-textarea_affix--disabled_18bj7_195.ds-textarea_prefix_18bj7_203,.ds-textarea_affix--disabled_18bj7_195.ds-textarea_affix_18bj7_161{border-color:#0000001a}.ds-textarea_affix--readonly_18bj7_206{background-color:#ededed;height:100%}.ds-textarea_affix_18bj7_161.ds-textarea_prefix_18bj7_203{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-textarea_affix_18bj7_161.ds-textarea_suffix_18bj7_216{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-textarea_leading-icon_18bj7_223{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-textarea_leading-icon_18bj7_223{background-color:Canvas;fill:CanvasText}}.ds-textarea_leading-icon--small_18bj7_235{margin-inline-start:8px}.ds-textarea_leading-icon--disabled_18bj7_238{fill:#00000080}@media screen and (forced-colors: active){.ds-textarea_leading-icon--disabled_18bj7_238{fill:GrayText}}.ds-textarea_action-button_18bj7_247{grid-area:1/4/2/5}.ds-textarea_label_18bj7_157{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-textarea_label--hidden_18bj7_265{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-textarea_label--disabled_18bj7_278{color:GrayText}}.ds-textarea_hint_18bj7_157{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:25.5rem;margin-block-end:8px}.ds-textarea_feedback_18bj7_298{margin-block-end:8px;margin-block-start:8px}.ds-textarea_char-count_18bj7_303{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-end;margin-block-start:8px}.ds-textarea_char-count-announcer_18bj7_319{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}"
241
+ },
242
+ {
243
+ componentName: "DSTitle",
244
+ componentNameLowercase: "title",
245
+ cssFileName: "title.B0tsgJ-n.css",
246
+ cssFileContent: ".ds-title_root_tt8l3_1{color:#252525}.ds-title_root--x-large-uppercase_tt8l3_4{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){.ds-title_root--x-large-uppercase_tt8l3_4{font-size:1.875rem;line-height:1.25}}.ds-title_root--large-uppercase_tt8l3_20{font-family:STIHL Contraface Digital Display Title,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25;font-size-adjust:cap-height .68;text-transform:uppercase}@media (min-width: 1024px){.ds-title_root--large-uppercase_tt8l3_20{font-size:1.625rem;line-height:1.2}}.ds-title_root--theme-dark_tt8l3_36{color:#fff}.ds-title_root_tt8l3_1>.ds-title_dash_tt8l3_39{display:block;text-transform:none}"
247
+ },
248
+ {
249
+ componentName: "DSToastManager",
250
+ componentNameLowercase: "toastmanager",
251
+ cssFileName: "Toast.CuM-yS7S.css",
252
+ cssFileContent: ":root{--ds-toast-offset-bottom: 64px}.ds-toast_root_58y8a_5{box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:18rem;max-width:min(100vw - 32px,400px)}@media (min-width: 768px){.ds-toast_root_58y8a_5{max-width:25rem}}.ds-toast_root--closing_58y8a_19{animation:ds-toast_fade-out_58y8a_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}.ds-toast_root_58y8a_5[popover]{position:fixed;inset:unset;left:50%;transform:translate(-50%);border-width:0;border-left:4px solid;padding-block-start:12px;padding-block-end:12px;padding-inline-start:12px;padding-inline-end:16px;width:100%;bottom:var(--ds-toast-offset-bottom)}@media screen and (forced-colors: active){.ds-toast_root_58y8a_5[popover]{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}:where(.ds-toast_root_58y8a_5:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:ds-toast_move-in_58y8a_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}.ds-toast_root--success_58y8a_54[popover]{background-color:#e5f0db;border-color:#749f4a}.ds-toast_root--info_58y8a_58[popover]{background-color:#ededed;border-color:#666}.ds-toast_root--warning_58y8a_62[popover]{background-color:#fdecc3;border-color:#fdc543}.ds-toast_content_58y8a_67{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}.ds-toast_content--hide-icon_58y8a_74{grid-template-columns:minmax(auto,1fr) auto}.ds-toast_icon_58y8a_78{margin-block-start:8px}.ds-toast_message_58y8a_82{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}@keyframes ds-toast_move-in_58y8a_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes ds-toast_fade-out_58y8a_1{0%{opacity:1;display:block}to{opacity:0;display:none}}"
253
+ }
254
+ ].filter(({ componentName: e }) => t.includes(e));
255
+ if (o === "html")
256
+ return a.map(({ componentNameLowercase: e, cssFileContent: n }) => `<style data-ds-ssr-injected-${e}>${n}</style>`).join("");
257
+ const l = a.map(({ componentNameLowercase: e, cssFileContent: n }) => /* @__PURE__ */ r("style", { "data-ds-ssr-injected": e, suppressHydrationWarning: !0, children: n }, e));
258
+ return /* @__PURE__ */ r(d, { children: l.map((e) => e) });
2143
259
  }
2144
260
  export {
2145
- Ht as getMetaIconLinks,
2146
- Kt as getResetStyles
261
+ p as getMetaIconLinks,
262
+ h as getResetStyles,
263
+ f as getSSRStyles
2147
264
  };