@stihl-design-system/components 1.0.0-RC.32 → 1.0.0-RC.35

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 (284) hide show
  1. package/accordion.Dmqocj97.js +12 -0
  2. package/actionbutton.Du5CT-Mt.js +12 -0
  3. package/actionlink.BK9CaQUY.js +12 -0
  4. package/{arialiveregions.Fgcshs5k.js → arialiveregions.BUVY9NpY.js} +2 -2
  5. package/assets/Accordion.CzBGud45.css +1 -0
  6. package/assets/Button.CmeGVEAY.css +1 -0
  7. package/assets/Checkbox.CyOw3rXI.css +1 -0
  8. package/assets/CustomReactSelect.BihX36Uo.css +1 -0
  9. package/assets/Dialog.DJkn65Es.css +1 -0
  10. package/assets/Drawer.x3BCQvWE.css +1 -0
  11. package/assets/Fieldset.Oqu7pOBv.css +1 -0
  12. package/assets/InputFile.D7Ihod7B.css +1 -0
  13. package/assets/InputNumber.z_UqRYdv.css +1 -0
  14. package/assets/InputPassword.DZENjxJ9.css +1 -0
  15. package/assets/InputSearch.GBH9Eh6F.css +1 -0
  16. package/assets/LinkButton.88j5ckLu.css +1 -0
  17. package/assets/{MegaMenu.DX9gChtY.css → MegaMenu.D5EtjFeL.css} +1 -1
  18. package/assets/Notification.CvohYEvT.css +1 -0
  19. package/assets/Select.CL0fqx7X.css +1 -0
  20. package/assets/Slider.DWLuIsNj.css +1 -0
  21. package/assets/Stepper.tXJl15yL.css +1 -0
  22. package/assets/{SystemFeedback.RcrPepSZ.css → SystemFeedback.PKzqnXUe.css} +1 -1
  23. package/assets/Textarea.B1HOakic.css +1 -0
  24. package/assets/Toast.CGyKXb4V.css +1 -0
  25. package/assets/buttonround.DBpMesfr.css +1 -0
  26. package/assets/input.RPDR8qdT.css +1 -0
  27. package/assets/step.BeLporJO.css +1 -0
  28. package/assets/switch.B9B-n_3y.css +1 -0
  29. package/{asterisk.CR60hx8S.js → asterisk.B2ih8VwF.js} +1 -1
  30. package/{banner.o4Etkjjo.js → banner.D-RX60nJ.js} +3 -3
  31. package/breadcrumb.tvMByFgp.js +11 -0
  32. package/button.CZupaV9L.js +12 -0
  33. package/buttonround.9IS0tUqw.js +96 -0
  34. package/checkbox.XYQI-ubx.js +12 -0
  35. package/checkboxgroup.CjnNJ8e6.js +9 -0
  36. package/chip.B-pxhsdb.js +12 -0
  37. package/chipgroup.cGjn4LVV.js +143 -0
  38. package/chunks/Accordion.CYIfNOWr.js +168 -0
  39. package/chunks/{ActionButton.DdDesD7K.js → ActionButton.BOYQYo5M.js} +37 -37
  40. package/chunks/{ActionLink.DqAsPYda.js → ActionLink.BlwvrnPN.js} +36 -36
  41. package/chunks/{AriaLiveRegions.utils.Cb327d_2.js → AriaLiveRegions.utils.CybNIBSa.js} +2 -2
  42. package/chunks/{Breadcrumb.9KinNuyQ.js → Breadcrumb.Qr6bDP2N.js} +35 -37
  43. package/chunks/Button.Cn5yg7dG.js +138 -0
  44. package/chunks/Checkbox.D5X5T6Yg.js +88 -0
  45. package/chunks/CheckboxGroup.CUR_0VMc.js +74 -0
  46. package/chunks/{Chip.BrbYu6i_.js → Chip.DIp5hdRH.js} +6 -6
  47. package/chunks/{CustomReactSelect.Cqq70QC0.js → CustomReactSelect.BA3hUVkh.js} +897 -878
  48. package/chunks/Dialog.DRk_jSj5.js +102 -0
  49. package/chunks/Drawer.Dj6WeUC8.js +107 -0
  50. package/chunks/Fieldset.C0RzpI-h.js +81 -0
  51. package/chunks/Header.18sOO0Gf.js +370 -0
  52. package/chunks/{Icon.NSsVrYeq.js → Icon.CDLyB7Pv.js} +77 -79
  53. package/chunks/{Input.utils.Cnnzvuk4.js → Input.utils.CL1u4Ctq.js} +30 -28
  54. package/chunks/InputFile.Bki3bs3U.js +236 -0
  55. package/chunks/InputNumber.B43cqBH0.js +242 -0
  56. package/chunks/InputPassword.DcdMjsXr.js +121 -0
  57. package/chunks/InputSearch.CJm6ph8W.js +149 -0
  58. package/chunks/LinkButton.C6F-yuLL.js +139 -0
  59. package/chunks/MegaMenu.qttkjGbD.js +188 -0
  60. package/chunks/NavigationTabList.G_l0GiUa.js +67 -0
  61. package/chunks/{NavigationTabs.DspPFHPh.js → NavigationTabs.CQxlahX1.js} +13 -14
  62. package/chunks/Notification.Qzz88ngL.js +91 -0
  63. package/chunks/Popover.D7McfVaH.js +214 -0
  64. package/chunks/RadioGroup.B2VCD9x-.js +106 -0
  65. package/chunks/Select.B0uMOSSD.js +147 -0
  66. package/chunks/Slider.YTIktxxD.js +306 -0
  67. package/chunks/Stepper.BvPmbbqw.js +152 -0
  68. package/chunks/{SystemFeedback.CyGbUCzT.js → SystemFeedback.CjlARKki.js} +9 -9
  69. package/chunks/Tabs.CoO_lrhV.js +83 -0
  70. package/chunks/{Text.DGWeWF1y.js → Text.DpRtTpB4.js} +3 -3
  71. package/chunks/Textarea.lYiPXerd.js +181 -0
  72. package/chunks/Toast.L5HAuEOn.js +76 -0
  73. package/chunks/{arrow-clockwise.BefOjGPg.js → arrow-clockwise.C4iOgjOc.js} +1 -1
  74. package/chunks/{arrow-counterclockwise.C7Ov32BZ.js → arrow-counterclockwise.CgQAuBUe.js} +1 -1
  75. package/chunks/{circle-check-colored.Bye_GwLy.js → circle-check-colored.qP2s3vjI.js} +1 -1
  76. package/chunks/{diamond-exclamationmark-colored.WNKYwZ8q.js → diamond-exclamationmark-colored.CzYiaTZ0.js} +1 -1
  77. package/chunks/feather.l1E4nFBx.js +10 -0
  78. package/chunks/file-type-doc.B_RSSYbu.js +10 -0
  79. package/chunks/floating-ui.react.COTL3jH5.js +2984 -0
  80. package/chunks/helpers.CexwVao7.js +38 -0
  81. package/chunks/{index.CgTHIF3K.js → index.D-sRdssb.js} +1 -1
  82. package/chunks/{index.CEyLAtio.js → index.DL9mof6u.js} +2 -2
  83. package/chunks/{is-animation-disabled.CUl4N3LI.js → is-animation-disabled.B-V_68K-.js} +5 -5
  84. package/chunks/{map.CXgG1iGz.js → map.DNl7PF61.js} +1 -1
  85. package/chunks/moon.5yILPYXs.js +10 -0
  86. package/chunks/muscle.DbNjWasV.js +10 -0
  87. package/chunks/petrol.BGWwCsTw.js +10 -0
  88. package/chunks/sun.CY6ttzTL.js +10 -0
  89. package/chunks/{triangle-exclamationmark-colored.CbVC3Gzi.js → triangle-exclamationmark-colored.e93zvQ6Q.js} +1 -1
  90. package/chunks/upload.BogDfonx.js +10 -0
  91. package/chunks/useBreakpoint.1txsny17.js +45 -0
  92. package/chunks/variants.-R3_RCW8.js +10 -0
  93. package/chunks/weight.DUPu2UT0.js +10 -0
  94. package/combobox.CGEDlMo0.js +71 -0
  95. package/components/Button/Button.d.ts +5 -0
  96. package/components/Button/Button.utils.d.ts +4 -5
  97. package/components/CheckboxGroup/CheckboxGroup.d.ts +14 -1
  98. package/components/ChipGroup/ChipGroup.utils.d.ts +1 -3
  99. package/components/Combobox/Combobox.utils.d.ts +6 -6
  100. package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +17 -2
  101. package/components/Fieldset/Fieldset.d.ts +14 -1
  102. package/components/Input/Input.d.ts +13 -0
  103. package/components/Input/Input.utils.d.ts +2 -2
  104. package/components/InputFile/InputFile.d.ts +13 -0
  105. package/components/InputFile/InputFile.utils.d.ts +4 -2
  106. package/components/{InputStepper/InputStepper.d.ts → InputNumber/InputNumber.d.ts} +21 -8
  107. package/components/InputNumber/InputNumber.utils.d.ts +13 -0
  108. package/components/InputPassword/InputPassword.d.ts +13 -0
  109. package/components/InputPassword/InputPassword.utils.d.ts +2 -2
  110. package/components/InputSearch/InputSearch.d.ts +13 -0
  111. package/components/InputSearch/InputSearch.utils.d.ts +2 -2
  112. package/components/LinkButton/LinkButton.d.ts +5 -0
  113. package/components/LinkButton/LinkButton.utils.d.ts +4 -5
  114. package/components/RadioGroup/RadioGroup.d.ts +13 -0
  115. package/components/Scroller/Scroller.d.ts +6 -2
  116. package/components/Select/Select.d.ts +13 -0
  117. package/components/Select/Select.utils.d.ts +2 -2
  118. package/components/Slider/Slider.d.ts +13 -0
  119. package/components/Stepper/Step.d.ts +33 -0
  120. package/components/Stepper/Step.utils.d.ts +5 -0
  121. package/components/Stepper/Stepper.d.ts +56 -0
  122. package/components/Stepper/Stepper.test.d.ts +1 -0
  123. package/components/Stepper/Stepper.utils.d.ts +30 -0
  124. package/components/Stepper/Stepper.utils.test.d.ts +1 -0
  125. package/components/Textarea/Textarea.d.ts +13 -0
  126. package/components/Textarea/Textarea.utils.d.ts +2 -2
  127. package/customreactselect.BgYf8rKE.js +15 -0
  128. package/dialog.Bq-ZyzR8.js +9 -0
  129. package/drawer.DL5UzLWf.js +9 -0
  130. package/fieldset.BFLW2D9H.js +12 -0
  131. package/{filelist.BiKMKCyg.js → filelist.BG6SGVJ8.js} +23 -24
  132. package/{flag.72PONA83.js → flag.CE32qHPa.js} +3 -3
  133. package/{floatingactionbutton.B2YChsNU.js → floatingactionbutton.B5hJ2At2.js} +5 -5
  134. package/header.A77yIAH3.js +12 -0
  135. package/{heading.BXFBZhKv.js → heading.DHLpT4dc.js} +2 -2
  136. package/icon.vzkPwgjZ.js +9 -0
  137. package/index.d.ts +4 -2
  138. package/index.es.js +218 -206
  139. package/input.hBWqQr3X.js +190 -0
  140. package/inputfile.BSZuRujU.js +18 -0
  141. package/inputnumber.CA4JiUmq.js +17 -0
  142. package/inputnumber.d.ts +2 -0
  143. package/inputpassword.Cju_crMi.js +13 -0
  144. package/inputsearch.CU9AhVVv.js +15 -0
  145. package/{link.DbnvsD3j.js → link.DoiK003-.js} +5 -5
  146. package/linkbutton.CWco_B7v.js +12 -0
  147. package/{logo.C96KaG1P.js → logo.DprmD8HU.js} +3 -3
  148. package/{logo100years.BcB6_c-o.js → logo100years.DDzCrczW.js} +11 -11
  149. package/megamenu.BurL9MfF.js +12 -0
  150. package/navigationtablist.CkkLyHrM.js +10 -0
  151. package/navigationtabs.zhRZHjgs.js +9 -0
  152. package/notification.BiXdWNo7.js +10 -0
  153. package/{numberindicator.Ddf3ESi7.js → numberindicator.BdnPMogE.js} +2 -2
  154. package/{optioncheckbox.DqfXuPdi.js → optioncheckbox.nBVwGv6c.js} +3 -3
  155. package/package.json +42 -50
  156. package/partials/index.js +54 -48
  157. package/partials/lib/partials.d.ts +1 -1
  158. package/popover.79Voiadz.js +12 -0
  159. package/{radio.7_N_alaS.js → radio.DHUfSPai.js} +2 -2
  160. package/radiogroup.CwBh7u9L.js +11 -0
  161. package/scroller.IpfbFV8B.js +98 -0
  162. package/select.NHaEtX_u.js +14 -0
  163. package/{skiptocontent.BSCde5hT.js → skiptocontent.X4USTODk.js} +4 -4
  164. package/slider.jnNGEyBq.js +12 -0
  165. package/{spinner.BUjhjAvw.js → spinner.C9qCeq0R.js} +18 -18
  166. package/step.D5p7qppy.js +82 -0
  167. package/step.d.ts +6 -0
  168. package/stepper.DnMc4ex6.js +16 -0
  169. package/stepper.d.ts +2 -0
  170. package/styles/scss/ds/lib/ds-internal/_input.scss +12 -3
  171. package/styles/scss/ds/lib/ds-internal/_link-button.scss +10 -2
  172. package/styles/scss/ds/lib/link-button.scss +11 -3
  173. package/{switch.D7BCfyyZ.js → switch.Bqdyzi2E.js} +5 -5
  174. package/systemfeedback.O7tj1juR.js +10 -0
  175. package/tablist.BFE6RAPD.js +209 -0
  176. package/{tabpane.CB-eudyw.js → tabpane.C4nsUlwc.js} +2 -2
  177. package/tabs.CsOxxQyQ.js +11 -0
  178. package/text.cLv2PhjQ.js +10 -0
  179. package/textarea.C9OAAjhG.js +14 -0
  180. package/{title.Bz_k5Vda.js → title.DuLPB-VK.js} +2 -2
  181. package/toast.OBI9qnAM.js +11 -0
  182. package/toastmanager.CgsA-1y_.js +89 -0
  183. package/tooltip.Cj3AvYgB.js +177 -0
  184. package/topbar.CAujTZAE.js +12 -0
  185. package/types/icon-types.d.ts +1 -1
  186. package/utils/index.d.ts +1 -0
  187. package/utils/mergeRefs.d.ts +5 -0
  188. package/utils/mergeRefs.test.d.ts +1 -0
  189. package/utils/useIsomorphicLayoutEffect.d.ts +2 -2
  190. package/accordion.HfUSDwQJ.js +0 -12
  191. package/actionbutton.kgd0E_xF.js +0 -12
  192. package/actionlink.CwC42RWc.js +0 -12
  193. package/assets/Accordion.BJb4TOG0.css +0 -1
  194. package/assets/Button.Dw8H5nFS.css +0 -1
  195. package/assets/Checkbox.BKHQN_tu.css +0 -1
  196. package/assets/CustomReactSelect.DGIItWIh.css +0 -1
  197. package/assets/Dialog.CGAg7bnN.css +0 -1
  198. package/assets/Drawer.VOvWQoEr.css +0 -1
  199. package/assets/Fieldset.CW9dBvAo.css +0 -1
  200. package/assets/InputFile.CCQxsulT.css +0 -1
  201. package/assets/InputPassword.124xVOiO.css +0 -1
  202. package/assets/InputSearch.Bkg-1urJ.css +0 -1
  203. package/assets/InputStepper.DvFJk1Mi.css +0 -1
  204. package/assets/LinkButton.xMvg_ojf.css +0 -1
  205. package/assets/Notification.BOuaA5GT.css +0 -1
  206. package/assets/Select.C1gWF32A.css +0 -1
  207. package/assets/Slider.Bidyhb-B.css +0 -1
  208. package/assets/Textarea.Dq4rH9Tg.css +0 -1
  209. package/assets/Toast.CJ1zhDIT.css +0 -1
  210. package/assets/buttonround.Cw9hnUan.css +0 -1
  211. package/assets/input.CUjGh-UM.css +0 -1
  212. package/assets/switch.Bc9KIyw9.css +0 -1
  213. package/breadcrumb.BsQm0kUD.js +0 -11
  214. package/button.Dyy6ajX6.js +0 -13
  215. package/buttonround.ChKWHzsv.js +0 -96
  216. package/checkbox.BNnp4ztM.js +0 -12
  217. package/checkboxgroup.BTVnKenc.js +0 -9
  218. package/chip.C7NstOHt.js +0 -12
  219. package/chipgroup.Zo1-IOCn.js +0 -210
  220. package/chunks/Accordion.CnqryAUu.js +0 -170
  221. package/chunks/Button.Cf1CKq8N.js +0 -142
  222. package/chunks/Checkbox.CiwriItT.js +0 -88
  223. package/chunks/CheckboxGroup.Cj68J6Ee.js +0 -72
  224. package/chunks/Dialog.Bv7k55He.js +0 -135
  225. package/chunks/Drawer.BVTvx276.js +0 -140
  226. package/chunks/Fieldset.D7cLR5ze.js +0 -74
  227. package/chunks/Header.um5MlziB.js +0 -377
  228. package/chunks/InputFile.bVWWdePn.js +0 -220
  229. package/chunks/InputPassword.Da3hEKTc.js +0 -136
  230. package/chunks/InputSearch.GOYqFCcZ.js +0 -174
  231. package/chunks/InputStepper.BuhPtfl-.js +0 -268
  232. package/chunks/LinkButton.59oNDwPU.js +0 -132
  233. package/chunks/MegaMenu._o3nNDAa.js +0 -192
  234. package/chunks/NavigationTabList.DuT7gzhj.js +0 -57
  235. package/chunks/Notification.Pts2oh0R.js +0 -92
  236. package/chunks/Popover.BRR8YZ-P.js +0 -228
  237. package/chunks/RadioGroup.DeTz3c19.js +0 -104
  238. package/chunks/Select.D2ehd4yN.js +0 -162
  239. package/chunks/Slider.84lkgq3W.js +0 -292
  240. package/chunks/Tabs.C8ADTzJ0.js +0 -83
  241. package/chunks/Textarea.Cw85sxHL.js +0 -163
  242. package/chunks/Toast.DG3WVvau.js +0 -76
  243. package/chunks/file-type-doc.DlovDOBh.js +0 -10
  244. package/chunks/floating-ui.dom.VgHc0h4l.js +0 -989
  245. package/chunks/floating-ui.react.DCyAzlZ4.js +0 -2011
  246. package/chunks/helpers.BbWkXTr3.js +0 -37
  247. package/chunks/petrol.Du6qAgp0.js +0 -10
  248. package/chunks/upload.ZImTAIgx.js +0 -10
  249. package/chunks/useBreakpoint.CMOR9ZOB.js +0 -44
  250. package/combobox.orZ3z8CB.js +0 -60
  251. package/components/InputStepper/InputStepper.utils.d.ts +0 -13
  252. package/customreactselect.Np-RpzvU.js +0 -14
  253. package/dialog.D4rcbW6A.js +0 -10
  254. package/drawer.BCCB3Rkj.js +0 -10
  255. package/fieldset.ZLs9IGpE.js +0 -11
  256. package/header.DUbn3BZt.js +0 -12
  257. package/icon.CHVAZr5T.js +0 -9
  258. package/input.DG20x6gh.js +0 -203
  259. package/inputfile.Dc56lQ4t.js +0 -17
  260. package/inputpassword.znFHRLsI.js +0 -13
  261. package/inputsearch.B1G6rfVk.js +0 -14
  262. package/inputstepper.d.ts +0 -2
  263. package/inputstepper.o6rdM_CW.js +0 -16
  264. package/linkbutton.DU8Ih8ZF.js +0 -12
  265. package/megamenu.CPH8EeFF.js +0 -12
  266. package/navigationtablist.C0iwsAad.js +0 -9
  267. package/navigationtabs.JjJtbuUe.js +0 -9
  268. package/notification.Ds_Q7ifk.js +0 -10
  269. package/popover.B72W0OvU.js +0 -12
  270. package/radiogroup.C_3IcNBq.js +0 -11
  271. package/scroller.CQxmQU6U.js +0 -123
  272. package/select.Ceyt-zvu.js +0 -13
  273. package/slider.Dq2dcziy.js +0 -11
  274. package/systemfeedback.CSdWOWuf.js +0 -10
  275. package/tablist.V7DBklhE.js +0 -256
  276. package/tabs.DQNLPAEN.js +0 -11
  277. package/text.ZOUuesnU.js +0 -10
  278. package/textarea.CixKeQBp.js +0 -13
  279. package/toast.D8QprMCa.js +0 -11
  280. package/toastmanager.BSVjYsg9.js +0 -116
  281. package/tooltip.CUCSRXd3.js +0 -191
  282. package/topbar.CVhJy-Br.js +0 -12
  283. /package/components/{InputStepper/InputStepper.test.d.ts → InputNumber/InputNumber.test.d.ts} +0 -0
  284. /package/components/{InputStepper/InputStepper.utils.test.d.ts → InputNumber/InputNumber.utils.test.d.ts} +0 -0
package/partials/index.js CHANGED
@@ -44,8 +44,8 @@ function f(r, a) {
44
44
  {
45
45
  componentName: "DSAccordion",
46
46
  componentNameLowercase: "accordion",
47
- cssFileName: "Accordion.BJb4TOG0.css, numberindicator.O6XwvtL0.css",
48
- cssFileContent: `:where(.ds-accordion_details_1cikf_1){max-width:44.9375rem;border-bottom:1px solid #B1B1B1}:where(.ds-accordion_details_1cikf_1):only-of-type{border-bottom:none}:where(.ds-accordion_details_1cikf_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){:where(.ds-accordion_details_1cikf_1)::details-content{transition-duration:0ms}}:where(.ds-accordion_details_1cikf_1)[open]::details-content{overflow:visible;transition-timing-function:cubic-bezier(0,0,.5,1);block-size:auto;block-size:calc-size(auto);opacity:1}:where(.ds-accordion_details_1cikf_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_1cikf_1 a:not([class]))[href^="http://"]:after,:where(.ds-accordion_details_1cikf_1 a:not([class]))[href^="https://"]:after,:where(.ds-accordion_details_1cikf_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-accordion_details_1cikf_1) a:not([class]){color:#252525}:where(.ds-accordion_details_1cikf_1) a:not([class]):link,:where(.ds-accordion_details_1cikf_1) a:not([class]):visited{color:#252525}:where(.ds-accordion_details_1cikf_1) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-accordion_details_1cikf_1) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_details_1cikf_1) a:not([class]):hover{background-color:Canvas}}:where(.ds-accordion_details_1cikf_1) a:not([class])[href^="http://"]:after,:where(.ds-accordion_details_1cikf_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")}:where(.ds-accordion_details_1cikf_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")}:where(.ds-accordion_details_1cikf_1) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-accordion_details_1cikf_1) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-accordion_details_1cikf_1) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-accordion_details_1cikf_1) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-accordion_details_1cikf_1) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-accordion_details_1cikf_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){:where(.ds-accordion_details_1cikf_1) a:not([class]){transition-duration:0ms}}:where(.ds-accordion_summary_1cikf_115){cursor:pointer;padding-block-start:12px;padding-inline-end:16px;padding-block-end:12px;padding-inline-start:16px;list-style:none}:where(.ds-accordion_summary_1cikf_115):focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary_1cikf_115):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-accordion_summary_1cikf_115):focus{outline:revert;outline-offset:revert}:where(.ds-accordion_summary_1cikf_115):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary_1cikf_115):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-accordion_summary_1cikf_115)::-webkit-details-marker{display:none}:where(.ds-accordion_summary--utility--m_1cikf_154){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}:where(.ds-accordion_summary_1cikf_115){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_summary_1cikf_115){transition-duration:0ms}}@media (hover: hover){:where(.ds-accordion_summary_1cikf_115):hover{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_summary_1cikf_115):hover{background-color:Highlight}}:where(.ds-accordion_summary--flush_1cikf_183){color:#252525;position:relative;padding-inline-start:0;padding-inline-end:0}@media (hover: hover){:where(.ds-accordion_summary--flush_1cikf_183):hover:before{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_summary--flush_1cikf_183):hover:before{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_summary--flush_1cikf_183):hover{background-color:transparent}}:where(.ds-accordion_summary--flush_1cikf_183):before{content:"";position:absolute;top:0;right:-16px;bottom:0;left:-16px}:where(.ds-accordion_summary--flush_1cikf_183):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_summary--flush_1cikf_183):before{transition-duration:0ms}}:where(.ds-accordion_summary--flush_1cikf_183):focus,:where(.ds-accordion_summary--flush_1cikf_183):focus-visible{outline:none}:where(.ds-accordion_summary--flush_1cikf_183):focus:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary--flush_1cikf_183):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-accordion_summary--flush_1cikf_183):focus:before{outline:revert;outline-offset:revert}:where(.ds-accordion_summary--flush_1cikf_183):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary--flush_1cikf_183):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-accordion_summary--small_1cikf_251){padding-block-start:8px;padding-block-end:8px}:where(.ds-accordion_summary--x-small_1cikf_255){padding-block-start:6px;padding-block-end:6px}:where(.ds-accordion_summary-content-wrapper_1cikf_260){display:flex;justify-content:space-between;align-items:center;gap:16px}:where(.ds-accordion_summary-content-wrapper--flush_1cikf_266){position:relative;z-index:1}:where(.ds-accordion_summary-content-wrapper--chevron-left_1cikf_270){flex-flow:row-reverse;justify-content:flex-end}:where(.ds-accordion_summary-content-wrapper--x-small_1cikf_274){gap:8px}:where(.ds-accordion_heading-summary-wrapper_1cikf_278){flex-grow:1}:where(.ds-accordion_heading-summary_1cikf_278){display:flex;justify-content:space-between;align-items:center;gap:16px}:where(.ds-accordion_heading-summary--x-small_1cikf_288){gap:8px}:where(.ds-accordion_hint_1cikf_292){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}:where(.ds-accordion_icon_1cikf_306){transform:rotate(0)}:where(.ds-accordion_icon_1cikf_306){transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_icon_1cikf_306){transition-duration:0ms}}:where(.ds-accordion_icon--open_1cikf_317){transform:rotate(-180deg)}:where(.ds-accordion_icon--open_1cikf_317){transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_icon--open_1cikf_317){transition-duration:0ms}}:where(.ds-accordion_icon--open-caret_1cikf_328){transform:rotate(90deg)}:where(.ds-accordion_icon--open-caret_1cikf_328){transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_icon--open-caret_1cikf_328){transition-duration:0ms}}:where(.ds-accordion_content-wrapper_1cikf_340){padding-block-start:4px;padding-inline-end:16px;padding-block-end:32px;padding-inline-start:16px}:where(.ds-accordion_content-wrapper--flush_1cikf_346){padding-inline-start:0;padding-inline-end:0}:where(.ds-accordion_content-wrapper--small_1cikf_350){padding-block-start:4px;padding-block-end:20px}:where(.ds-accordion_content-wrapper--x-small_1cikf_354){padding-inline-start:0px;padding-inline-end:0px;padding-block-start:2px;padding-block-end:16px}:where(.ds-number-indicator_root_ueqlv_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}:where(.ds-number-indicator_root--has-content_ueqlv_24){min-height:1.25rem;min-width:1.25rem;padding-inline:5px}:where(.ds-number-indicator_root--highlight_ueqlv_29){background-color:#f37a1f}@media screen and (forced-colors: active){:where(.ds-number-indicator_root_ueqlv_1){forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}:where(.ds-number-indicator_root--highlight_ueqlv_29){border-color:Highlight;color:Highlight}:where(.ds-number-indicator_root--highlight_ueqlv_29):not(.ds-number-indicator_root--has-content_ueqlv_24){background-color:Highlight;border-color:Highlight}}`
47
+ cssFileName: "Accordion.CzBGud45.css, numberindicator.O6XwvtL0.css",
48
+ cssFileContent: `li>:where(.ds-accordion_details_1qee7_1):only-of-type{border-bottom:1px solid #B1B1B1}:where(.ds-accordion_details_1qee7_1){max-width:44.9375rem;border-bottom:1px solid #B1B1B1}:where(.ds-accordion_details_1qee7_1):only-of-type{border-bottom:none}:where(.ds-accordion_details_1qee7_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){:where(.ds-accordion_details_1qee7_1)::details-content{transition-duration:0ms}}:where(.ds-accordion_details_1qee7_1)[open]::details-content{overflow:visible;transition-timing-function:cubic-bezier(0,0,.5,1);block-size:auto;block-size:calc-size(auto);opacity:1}:where(.ds-accordion_details_1qee7_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_1qee7_1 a:not([class]))[href^="http://"]:after,:where(.ds-accordion_details_1qee7_1 a:not([class]))[href^="https://"]:after,:where(.ds-accordion_details_1qee7_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-accordion_details_1qee7_1) a:not([class]){color:#252525}:where(.ds-accordion_details_1qee7_1) a:not([class]):link,:where(.ds-accordion_details_1qee7_1) a:not([class]):visited{color:#252525}:where(.ds-accordion_details_1qee7_1) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-accordion_details_1qee7_1) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_details_1qee7_1) a:not([class]):hover{background-color:Canvas}}:where(.ds-accordion_details_1qee7_1) a:not([class])[href^="http://"]:after,:where(.ds-accordion_details_1qee7_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")}:where(.ds-accordion_details_1qee7_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")}:where(.ds-accordion_details_1qee7_1) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-accordion_details_1qee7_1) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-accordion_details_1qee7_1) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-accordion_details_1qee7_1) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-accordion_details_1qee7_1) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-accordion_details_1qee7_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){:where(.ds-accordion_details_1qee7_1) a:not([class]){transition-duration:0ms}}:where(.ds-accordion_summary_1qee7_119){cursor:pointer;padding-block-start:12px;padding-inline-end:16px;padding-block-end:12px;padding-inline-start:16px;list-style:none}:where(.ds-accordion_summary_1qee7_119):focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary_1qee7_119):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-accordion_summary_1qee7_119):focus{outline:revert;outline-offset:revert}:where(.ds-accordion_summary_1qee7_119):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary_1qee7_119):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-accordion_summary_1qee7_119)::-webkit-details-marker{display:none}:where(.ds-accordion_summary--utility--m_1qee7_158){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}:where(.ds-accordion_summary_1qee7_119){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_summary_1qee7_119){transition-duration:0ms}}@media (hover: hover){:where(.ds-accordion_summary_1qee7_119):hover{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_summary_1qee7_119):hover{background-color:Highlight}}:where(.ds-accordion_summary--flush_1qee7_187){color:#252525;position:relative;padding-inline-start:0;padding-inline-end:0}@media (hover: hover){:where(.ds-accordion_summary--flush_1qee7_187):hover:before{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_summary--flush_1qee7_187):hover:before{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-accordion_summary--flush_1qee7_187):hover{background-color:transparent}}:where(.ds-accordion_summary--flush_1qee7_187):before{content:"";position:absolute;inset:0 -16px}:where(.ds-accordion_summary--flush_1qee7_187):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_summary--flush_1qee7_187):before{transition-duration:0ms}}:where(.ds-accordion_summary--flush_1qee7_187):focus,:where(.ds-accordion_summary--flush_1qee7_187):focus-visible{outline:none}:where(.ds-accordion_summary--flush_1qee7_187):focus:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary--flush_1qee7_187):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-accordion_summary--flush_1qee7_187):focus:before{outline:revert;outline-offset:revert}:where(.ds-accordion_summary--flush_1qee7_187):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){:where(.ds-accordion_summary--flush_1qee7_187):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-accordion_summary--small_1qee7_255){padding-block-start:8px;padding-block-end:8px}:where(.ds-accordion_summary--x-small_1qee7_259){padding-block-start:6px;padding-block-end:6px}:where(.ds-accordion_summary-content-wrapper_1qee7_264){display:flex;justify-content:space-between;align-items:center;gap:16px}:where(.ds-accordion_summary-content-wrapper--flush_1qee7_270){position:relative;z-index:1}:where(.ds-accordion_summary-content-wrapper--chevron-left_1qee7_274){flex-flow:row-reverse;justify-content:flex-end}:where(.ds-accordion_summary-content-wrapper--x-small_1qee7_278){gap:8px}:where(.ds-accordion_heading-summary-wrapper_1qee7_282){flex-grow:1}:where(.ds-accordion_heading-summary_1qee7_282){display:flex;justify-content:space-between;align-items:center;gap:16px}:where(.ds-accordion_heading-summary--x-small_1qee7_292){gap:8px}:where(.ds-accordion_hint_1qee7_296){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}:where(.ds-accordion_icon_1qee7_310){transform:rotate(0)}:where(.ds-accordion_icon_1qee7_310){transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_icon_1qee7_310){transition-duration:0ms}}:where(.ds-accordion_icon--open_1qee7_321){transform:rotate(-180deg)}:where(.ds-accordion_icon--open_1qee7_321){transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_icon--open_1qee7_321){transition-duration:0ms}}:where(.ds-accordion_icon--open-caret_1qee7_332){transform:rotate(90deg)}:where(.ds-accordion_icon--open-caret_1qee7_332){transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-accordion_icon--open-caret_1qee7_332){transition-duration:0ms}}:where(.ds-accordion_content-wrapper_1qee7_344){padding-block-start:4px;padding-inline-end:16px;padding-block-end:32px;padding-inline-start:16px}:where(.ds-accordion_content-wrapper--flush_1qee7_350){padding-inline-start:0;padding-inline-end:0}:where(.ds-accordion_content-wrapper--small_1qee7_354){padding-block-start:4px;padding-block-end:20px}:where(.ds-accordion_content-wrapper--x-small_1qee7_358){padding-inline-start:0px;padding-inline-end:0px;padding-block-start:2px;padding-block-end:16px}:where(.ds-number-indicator_root_ueqlv_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}:where(.ds-number-indicator_root--has-content_ueqlv_24){min-height:1.25rem;min-width:1.25rem;padding-inline:5px}:where(.ds-number-indicator_root--highlight_ueqlv_29){background-color:#f37a1f}@media screen and (forced-colors: active){:where(.ds-number-indicator_root_ueqlv_1){forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}:where(.ds-number-indicator_root--highlight_ueqlv_29){border-color:Highlight;color:Highlight}:where(.ds-number-indicator_root--highlight_ueqlv_29):not(.ds-number-indicator_root--has-content_ueqlv_24){background-color:Highlight;border-color:Highlight}}`
49
49
  },
50
50
  {
51
51
  componentName: "DSActionButton",
@@ -80,20 +80,20 @@ function f(r, a) {
80
80
  {
81
81
  componentName: "DSButton",
82
82
  componentNameLowercase: "button",
83
- cssFileName: "Button.Dw8H5nFS.css",
84
- cssFileContent: ':where(.ds-button_root_94r67_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_94r67_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root_94r67_1):focus{outline:revert;outline-offset:revert}:where(.ds-button_root_94r67_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_94r67_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root_94r67_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}:where(.ds-button_root_94r67_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){:where(.ds-button_root_94r67_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-button_root_94r67_1){background-color:Canvas!important}:where(.ds-button_root_94r67_1):hover{border-color:Highlight}}:where(.ds-button_root--highlight_94r67_75),:where(.ds-button_root--dark-highlight_94r67_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-button_root--highlight_94r67_75):hover,:where(.ds-button_root--dark-highlight_94r67_75):hover{background-color:#e9640c}}:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true] svg,:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true]:before,:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-highlight_94r67_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_94r67_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-highlight_94r67_75):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-highlight_94r67_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_94r67_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--filled_94r67_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-button_root--filled_94r67_151):hover{background-color:#444}}:where(.ds-button_root--filled_94r67_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--filled_94r67_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--filled_94r67_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--filled_94r67_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--outline_94r67_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-button_root--outline_94r67_179):hover{background-color:#0000001a}}:where(.ds-button_root--outline_94r67_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-button_root--outline_94r67_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--outline_94r67_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--outline_94r67_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost_94r67_206){color:#252525}@media (hover: hover){:where(.ds-button_root--ghost_94r67_206):hover{background-color:#0000001a}}:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost-flush_94r67_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_94r67_231).ds-button_root--small_94r67_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_94r67_231):before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}:where(.ds-button_root--ghost-flush_94r67_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-button_root--ghost-flush_94r67_231):before{transition-duration:0ms}}:where(.ds-button_root--ghost-flush_94r67_231):focus,:where(.ds-button_root--ghost-flush_94r67_231):focus-visible{outline:none}:where(.ds-button_root--ghost-flush_94r67_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--ghost-flush_94r67_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--ghost-flush_94r67_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--ghost-flush_94r67_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231):hover:before{background-color:transparent}}:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--navigation_94r67_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-button_root--navigation_94r67_317){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}}:where(.ds-button_root--navigation_94r67_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_94r67_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--navigation_94r67_317):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--navigation_94r67_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_94r67_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--navigation_94r67_317):hover{background-color:#0000001a}}:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-filled_94r67_393){background-color:#f8f8f8;color:#252525}:where(.ds-button_root--dark-filled_94r67_393):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_94r67_393):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-filled_94r67_393):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-filled_94r67_393):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_94r67_393):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-filled_94r67_393):hover{background-color:#dadada}}:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-outline_94r67_450){border-color:#f8f8f8;color:#fff}:where(.ds-button_root--dark-outline_94r67_450):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_94r67_450):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-outline_94r67_450):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-outline_94r67_450):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_94r67_450):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-outline_94r67_450):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost_94r67_506){color:#fff}:where(.ds-button_root--dark-ghost_94r67_506):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_94r67_506):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost_94r67_506):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost_94r67_506):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_94r67_506):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost_94r67_506):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost-flush_94r67_560){color:#fff}:where(.ds-button_root--dark-ghost-flush_94r67_560):focus,:where(.ds-button_root--dark-ghost-flush_94r67_560):focus-visible{outline:none}:where(.ds-button_root--dark-ghost-flush_94r67_560):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost-flush_94r67_560):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost-flush_94r67_560):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost-flush_94r67_560):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560):hover:before{background-color:transparent}}:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--small_94r67_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-button_root--small_94r67_237).ds-button_root--ghost-flush_94r67_231:before{right:-8px;left:-8px}:where(.ds-button_root--icon-left_94r67_635){flex-direction:row-reverse}:where(.ds-button_root--icon-only_94r67_638){width:3rem;height:3rem}:where(.ds-button_root--icon-only_94r67_638).ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}:where(.ds-button_root--icon-only-small_94r67_647){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-button_root--icon-only-small_94r67_647).ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}:where(.ds-button_root_94r67_1){position:relative}@media (min-width: 1024px){:where(.ds-button_icon--navigation_94r67_663){min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}:where(.ds-button_icon--hidden_94r67_670){opacity:0}:where(.ds-button_label--hidden_94r67_674){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}:where(.ds-button_label--loading_94r67_686){opacity:0}:where(.ds-button_loader_94r67_690){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}:where(.ds-button_loader_94r67_690) svg{fill:currentColor}'
83
+ cssFileName: "Button.CmeGVEAY.css",
84
+ cssFileContent: ':where(.ds-button_root_146u3_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_146u3_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root_146u3_1):focus{outline:revert;outline-offset:revert}:where(.ds-button_root_146u3_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_146u3_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root_146u3_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}:where(.ds-button_root_146u3_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){:where(.ds-button_root_146u3_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-button_root_146u3_1){background-color:Canvas!important}:where(.ds-button_root_146u3_1):hover{border-color:Highlight}}:where(.ds-button_root--highlight_146u3_75),:where(.ds-button_root--dark-highlight_146u3_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-button_root--highlight_146u3_75):hover,:where(.ds-button_root--dark-highlight_146u3_75):hover{background-color:#e9640c}}:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true] svg,:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true]:before,:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-highlight_146u3_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_146u3_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-highlight_146u3_75):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-highlight_146u3_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_146u3_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--filled_146u3_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-button_root--filled_146u3_151):hover{background-color:#444}}:where(.ds-button_root--filled_146u3_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--filled_146u3_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--filled_146u3_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--filled_146u3_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--outline_146u3_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-button_root--outline_146u3_179):hover{background-color:#0000001a}}:where(.ds-button_root--outline_146u3_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-button_root--outline_146u3_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--outline_146u3_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--outline_146u3_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost_146u3_206){color:#252525}@media (hover: hover){:where(.ds-button_root--ghost_146u3_206):hover{background-color:#0000001a}}:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost-flush_146u3_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_146u3_231).ds-button_root--small_146u3_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_146u3_231):before{content:"";position:absolute;inset:-1px -12px}:where(.ds-button_root--ghost-flush_146u3_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-button_root--ghost-flush_146u3_231):before{transition-duration:0ms}}:where(.ds-button_root--ghost-flush_146u3_231):focus,:where(.ds-button_root--ghost-flush_146u3_231):focus-visible{outline:none}:where(.ds-button_root--ghost-flush_146u3_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--ghost-flush_146u3_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--ghost-flush_146u3_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--ghost-flush_146u3_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231):hover:before{background-color:transparent}}:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--navigation_146u3_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-button_root--navigation_146u3_317){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}}:where(.ds-button_root--navigation_146u3_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_146u3_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--navigation_146u3_317):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--navigation_146u3_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_146u3_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--navigation_146u3_317):hover{background-color:#0000001a}}:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--navigation--stretched_146u3_393){justify-content:flex-start}:where(.ds-button_root--navigation--stretched--icon-left_146u3_396){justify-content:flex-end}:where(.ds-button_root--dark-filled_146u3_399){background-color:#f8f8f8;color:#252525}:where(.ds-button_root--dark-filled_146u3_399):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_146u3_399):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-filled_146u3_399):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-filled_146u3_399):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_146u3_399):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-filled_146u3_399):hover{background-color:#dadada}}:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-outline_146u3_456){border-color:#f8f8f8;color:#fff}:where(.ds-button_root--dark-outline_146u3_456):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_146u3_456):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-outline_146u3_456):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-outline_146u3_456):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_146u3_456):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-outline_146u3_456):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost_146u3_512){color:#fff}:where(.ds-button_root--dark-ghost_146u3_512):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_146u3_512):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost_146u3_512):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost_146u3_512):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_146u3_512):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost_146u3_512):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost-flush_146u3_566){color:#fff}:where(.ds-button_root--dark-ghost-flush_146u3_566):focus,:where(.ds-button_root--dark-ghost-flush_146u3_566):focus-visible{outline:none}:where(.ds-button_root--dark-ghost-flush_146u3_566):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost-flush_146u3_566):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost-flush_146u3_566):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost-flush_146u3_566):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566):hover:before{background-color:transparent}}:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--small_146u3_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-button_root--small_146u3_237).ds-button_root--ghost-flush_146u3_231:before{right:-8px;left:-8px}:where(.ds-button_root--stretched_146u3_641){width:100%}:where(.ds-button_root--icon-left_146u3_644){flex-direction:row-reverse}:where(.ds-button_root--icon-only_146u3_647){width:3rem;height:3rem}:where(.ds-button_root--icon-only_146u3_647).ds-button_root--ghost-flush_146u3_231{width:1rem;height:1rem}:where(.ds-button_root--icon-only-small_146u3_656){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-button_root--icon-only-small_146u3_656).ds-button_root--ghost-flush_146u3_231{width:1rem;height:1rem}:where(.ds-button_root_146u3_1){position:relative}@media (min-width: 1024px){:where(.ds-button_icon--navigation_146u3_672){min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}:where(.ds-button_icon--hidden_146u3_679){opacity:0}:where(.ds-button_label--hidden_146u3_683){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}:where(.ds-button_label--loading_146u3_695){opacity:0}:where(.ds-button_loader_146u3_699){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}:where(.ds-button_loader_146u3_699) svg{fill:currentColor}'
85
85
  },
86
86
  {
87
87
  componentName: "DSButtonRound",
88
88
  componentNameLowercase: "buttonround",
89
- cssFileName: "buttonround.Cw9hnUan.css",
90
- cssFileContent: ':where(.ds-button-round_root_1yumq_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root_1yumq_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root_1yumq_1):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root_1yumq_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root_1yumq_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button-round_root_1yumq_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}:where(.ds-button-round_root_1yumq_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){:where(.ds-button-round_root_1yumq_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-button-round_root_1yumq_1){background-color:Canvas!important}:where(.ds-button-round_root_1yumq_1):hover{border-color:Highlight}}:where(.ds-button-round_root--highlight_1yumq_75),:where(.ds-button-round_root--dark-highlight_1yumq_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-button-round_root--highlight_1yumq_75):hover,:where(.ds-button-round_root--dark-highlight_1yumq_75):hover{background-color:#e9640c}}:where(.ds-button-round_root--highlight_1yumq_75)[aria-disabled=true],:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--highlight_1yumq_75)[aria-disabled=true] svg,:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--highlight_1yumq_75)[aria-disabled=true],:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--highlight_1yumq_75)[aria-disabled=true]:before,:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-highlight_1yumq_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-highlight_1yumq_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-highlight_1yumq_75):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-highlight_1yumq_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-highlight_1yumq_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-highlight_1yumq_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--filled_1yumq_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-button-round_root--filled_1yumq_151):hover{background-color:#444}}:where(.ds-button-round_root--filled_1yumq_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--filled_1yumq_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--filled_1yumq_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--filled_1yumq_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--outline_1yumq_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-button-round_root--outline_1yumq_179):hover{background-color:#0000001a}}:where(.ds-button-round_root--outline_1yumq_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-button-round_root--outline_1yumq_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--outline_1yumq_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--outline_1yumq_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--ghost_1yumq_206){color:#252525}@media (hover: hover){:where(.ds-button-round_root--ghost_1yumq_206):hover{background-color:#0000001a}}:where(.ds-button-round_root--ghost_1yumq_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button-round_root--ghost_1yumq_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost_1yumq_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--ghost_1yumq_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--ghost-flush_1yumq_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button-round_root--ghost-flush_1yumq_231).ds-button-round_root--small_1yumq_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button-round_root--ghost-flush_1yumq_231):before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}:where(.ds-button-round_root--ghost-flush_1yumq_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-button-round_root--ghost-flush_1yumq_231):before{transition-duration:0ms}}:where(.ds-button-round_root--ghost-flush_1yumq_231):focus,:where(.ds-button-round_root--ghost-flush_1yumq_231):focus-visible{outline:none}:where(.ds-button-round_root--ghost-flush_1yumq_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1yumq_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--ghost-flush_1yumq_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-button-round_root--ghost-flush_1yumq_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1yumq_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--ghost-flush_1yumq_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1yumq_231):hover:before{background-color:transparent}}:where(.ds-button-round_root--ghost-flush_1yumq_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button-round_root--ghost-flush_1yumq_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1yumq_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--ghost-flush_1yumq_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--navigation_1yumq_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-button-round_root--navigation_1yumq_317){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}}:where(.ds-button-round_root--navigation_1yumq_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--navigation_1yumq_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--navigation_1yumq_317):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--navigation_1yumq_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--navigation_1yumq_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--navigation_1yumq_317):hover{background-color:#0000001a}}:where(.ds-button-round_root--navigation_1yumq_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button-round_root--navigation_1yumq_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--navigation_1yumq_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--navigation_1yumq_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-filled_1yumq_393){background-color:#f8f8f8;color:#252525}:where(.ds-button-round_root--dark-filled_1yumq_393):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-filled_1yumq_393):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-filled_1yumq_393):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-filled_1yumq_393):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-filled_1yumq_393):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-filled_1yumq_393):hover{background-color:#dadada}}:where(.ds-button-round_root--dark-filled_1yumq_393)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--dark-filled_1yumq_393)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-filled_1yumq_393)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-filled_1yumq_393)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-outline_1yumq_450){border-color:#f8f8f8;color:#fff}:where(.ds-button-round_root--dark-outline_1yumq_450):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-outline_1yumq_450):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-outline_1yumq_450):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-outline_1yumq_450):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-outline_1yumq_450):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-outline_1yumq_450):hover{background-color:#ffffff26}}:where(.ds-button-round_root--dark-outline_1yumq_450)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-button-round_root--dark-outline_1yumq_450)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-outline_1yumq_450)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-outline_1yumq_450)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-ghost_1yumq_506){color:#fff}:where(.ds-button-round_root--dark-ghost_1yumq_506):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost_1yumq_506):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-ghost_1yumq_506):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-ghost_1yumq_506):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost_1yumq_506):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-ghost_1yumq_506):hover{background-color:#ffffff26}}:where(.ds-button-round_root--dark-ghost_1yumq_506)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button-round_root--dark-ghost_1yumq_506)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost_1yumq_506)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-ghost_1yumq_506)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560){color:#fff}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus,:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus-visible{outline:none}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus:before{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1yumq_560):hover:before{background-color:transparent}}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1yumq_560)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-ghost-flush_1yumq_560)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--small_1yumq_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-button-round_root--small_1yumq_237).ds-button-round_root--ghost-flush_1yumq_231:before{right:-8px;left:-8px}:where(.ds-button-round_root--icon-left_1yumq_635){flex-direction:row-reverse}:where(.ds-button-round_root--icon-only_1yumq_638){width:3rem;height:3rem}:where(.ds-button-round_root--icon-only_1yumq_638).ds-button-round_root--ghost-flush_1yumq_231{width:1rem;height:1rem}:where(.ds-button-round_root--icon-only-small_1yumq_647){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-button-round_root--icon-only-small_1yumq_647).ds-button-round_root--ghost-flush_1yumq_231{width:1rem;height:1rem}:where(.ds-button-round_root_1yumq_1){position:relative;border-radius:50%;padding:0}:where(.ds-button-round_icon--hidden_1yumq_664){opacity:0}:where(.ds-button-round_label--hidden_1yumq_668){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}:where(.ds-button-round_label--loading_1yumq_680){opacity:0}:where(.ds-button-round_loader_1yumq_684){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}:where(.ds-button-round_loader_1yumq_684) svg{fill:currentColor}'
89
+ cssFileName: "buttonround.DBpMesfr.css",
90
+ cssFileContent: ':where(.ds-button-round_root_1sl51_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root_1sl51_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root_1sl51_1):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root_1sl51_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root_1sl51_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button-round_root_1sl51_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}:where(.ds-button-round_root_1sl51_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){:where(.ds-button-round_root_1sl51_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-button-round_root_1sl51_1){background-color:Canvas!important}:where(.ds-button-round_root_1sl51_1):hover{border-color:Highlight}}:where(.ds-button-round_root--highlight_1sl51_75),:where(.ds-button-round_root--dark-highlight_1sl51_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-button-round_root--highlight_1sl51_75):hover,:where(.ds-button-round_root--dark-highlight_1sl51_75):hover{background-color:#e9640c}}:where(.ds-button-round_root--highlight_1sl51_75)[aria-disabled=true],:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--highlight_1sl51_75)[aria-disabled=true] svg,:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--highlight_1sl51_75)[aria-disabled=true],:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--highlight_1sl51_75)[aria-disabled=true]:before,:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-highlight_1sl51_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-highlight_1sl51_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-highlight_1sl51_75):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-highlight_1sl51_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-highlight_1sl51_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-highlight_1sl51_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--filled_1sl51_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-button-round_root--filled_1sl51_151):hover{background-color:#444}}:where(.ds-button-round_root--filled_1sl51_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--filled_1sl51_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--filled_1sl51_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--filled_1sl51_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--outline_1sl51_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-button-round_root--outline_1sl51_179):hover{background-color:#0000001a}}:where(.ds-button-round_root--outline_1sl51_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-button-round_root--outline_1sl51_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--outline_1sl51_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--outline_1sl51_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--ghost_1sl51_206){color:#252525}@media (hover: hover){:where(.ds-button-round_root--ghost_1sl51_206):hover{background-color:#0000001a}}:where(.ds-button-round_root--ghost_1sl51_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button-round_root--ghost_1sl51_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost_1sl51_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--ghost_1sl51_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--ghost-flush_1sl51_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button-round_root--ghost-flush_1sl51_231).ds-button-round_root--small_1sl51_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button-round_root--ghost-flush_1sl51_231):before{content:"";position:absolute;inset:-1px -12px}:where(.ds-button-round_root--ghost-flush_1sl51_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-button-round_root--ghost-flush_1sl51_231):before{transition-duration:0ms}}:where(.ds-button-round_root--ghost-flush_1sl51_231):focus,:where(.ds-button-round_root--ghost-flush_1sl51_231):focus-visible{outline:none}:where(.ds-button-round_root--ghost-flush_1sl51_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1sl51_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--ghost-flush_1sl51_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-button-round_root--ghost-flush_1sl51_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1sl51_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--ghost-flush_1sl51_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1sl51_231):hover:before{background-color:transparent}}:where(.ds-button-round_root--ghost-flush_1sl51_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button-round_root--ghost-flush_1sl51_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--ghost-flush_1sl51_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--ghost-flush_1sl51_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--navigation_1sl51_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-button-round_root--navigation_1sl51_317){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}}:where(.ds-button-round_root--navigation_1sl51_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--navigation_1sl51_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--navigation_1sl51_317):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--navigation_1sl51_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--navigation_1sl51_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--navigation_1sl51_317):hover{background-color:#0000001a}}:where(.ds-button-round_root--navigation_1sl51_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button-round_root--navigation_1sl51_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--navigation_1sl51_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--navigation_1sl51_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--navigation--stretched_1sl51_393){justify-content:flex-start}:where(.ds-button-round_root--navigation--stretched--icon-left_1sl51_396){justify-content:flex-end}:where(.ds-button-round_root--dark-filled_1sl51_399){background-color:#f8f8f8;color:#252525}:where(.ds-button-round_root--dark-filled_1sl51_399):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-filled_1sl51_399):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-filled_1sl51_399):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-filled_1sl51_399):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-filled_1sl51_399):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-filled_1sl51_399):hover{background-color:#dadada}}:where(.ds-button-round_root--dark-filled_1sl51_399)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button-round_root--dark-filled_1sl51_399)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-filled_1sl51_399)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-filled_1sl51_399)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-outline_1sl51_456){border-color:#f8f8f8;color:#fff}:where(.ds-button-round_root--dark-outline_1sl51_456):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-outline_1sl51_456):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-outline_1sl51_456):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-outline_1sl51_456):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-outline_1sl51_456):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-outline_1sl51_456):hover{background-color:#ffffff26}}:where(.ds-button-round_root--dark-outline_1sl51_456)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-button-round_root--dark-outline_1sl51_456)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-outline_1sl51_456)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-outline_1sl51_456)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-ghost_1sl51_512){color:#fff}:where(.ds-button-round_root--dark-ghost_1sl51_512):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost_1sl51_512):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-ghost_1sl51_512):focus{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-ghost_1sl51_512):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost_1sl51_512):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-ghost_1sl51_512):hover{background-color:#ffffff26}}:where(.ds-button-round_root--dark-ghost_1sl51_512)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button-round_root--dark-ghost_1sl51_512)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost_1sl51_512)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-ghost_1sl51_512)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566){color:#fff}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus,:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus-visible{outline:none}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus:before{outline:revert;outline-offset:revert}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1sl51_566):hover:before{background-color:transparent}}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button-round_root--dark-ghost-flush_1sl51_566)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button-round_root--dark-ghost-flush_1sl51_566)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button-round_root--small_1sl51_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-button-round_root--small_1sl51_237).ds-button-round_root--ghost-flush_1sl51_231:before{right:-8px;left:-8px}:where(.ds-button-round_root--stretched_1sl51_641){width:100%}:where(.ds-button-round_root--icon-left_1sl51_644){flex-direction:row-reverse}:where(.ds-button-round_root--icon-only_1sl51_647){width:3rem;height:3rem}:where(.ds-button-round_root--icon-only_1sl51_647).ds-button-round_root--ghost-flush_1sl51_231{width:1rem;height:1rem}:where(.ds-button-round_root--icon-only-small_1sl51_656){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-button-round_root--icon-only-small_1sl51_656).ds-button-round_root--ghost-flush_1sl51_231{width:1rem;height:1rem}:where(.ds-button-round_root_1sl51_1){position:relative;border-radius:50%;padding:0}:where(.ds-button-round_icon--hidden_1sl51_673){opacity:0}:where(.ds-button-round_label--hidden_1sl51_677){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}:where(.ds-button-round_label--loading_1sl51_689){opacity:0}:where(.ds-button-round_loader_1sl51_693){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}:where(.ds-button-round_loader_1sl51_693) svg{fill:currentColor}'
91
91
  },
92
92
  {
93
93
  componentName: "DSCheckbox",
94
94
  componentNameLowercase: "checkbox",
95
- cssFileName: "Checkbox.BKHQN_tu.css",
96
- cssFileContent: ":where(.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}:where(.ds-checkbox_root--disabled_1tuqo_21){cursor:not-allowed}:where(.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}:where(.ds-checkbox_checkbox_1tuqo_25){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-checkbox_checkbox_1tuqo_25){transition-duration:0ms}}:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-check_1tuqo_41),:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-minus_1tuqo_42){opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-check_1tuqo_41),:where(.ds-checkbox_checkbox_1tuqo_25) :where(.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){:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-check_1tuqo_41),:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-minus_1tuqo_42){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-check_1tuqo_41),:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-minus_1tuqo_42){fill:CanvasText}}:where(.ds-checkbox_checkbox--invalid_1tuqo_66){border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}:where(.ds-checkbox_label--hidden_1tuqo_71),:where(.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}:where(.ds-checkbox_input_1tuqo_84):checked+:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-check_1tuqo_41){opacity:1}:where(.ds-checkbox_input_1tuqo_84):indeterminate+:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-minus_1tuqo_42){opacity:1}:where(.ds-checkbox_input_1tuqo_84):indeterminate+:where(.ds-checkbox_checkbox_1tuqo_25) :where(.ds-checkbox_icon-check_1tuqo_41){opacity:0}:where(.ds-checkbox_input_1tuqo_84):disabled+:where(.ds-checkbox_checkbox_1tuqo_25){border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):disabled+:where(.ds-checkbox_checkbox_1tuqo_25){border-color:GrayText}}:where(.ds-checkbox_input_1tuqo_84):disabled+:where(.ds-checkbox_checkbox_1tuqo_25) svg{fill:#00000080}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):disabled+:where(.ds-checkbox_checkbox_1tuqo_25) svg{fill:GrayText}}:where(.ds-checkbox_input_1tuqo_84):disabled~:where(.ds-checkbox_label_1tuqo_71){color:#00000080}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):disabled~:where(.ds-checkbox_label_1tuqo_71){color:GrayText}}:where(.ds-checkbox_input_1tuqo_84):focus{outline:none}:where(.ds-checkbox_input_1tuqo_84):focus+:where(.ds-checkbox_checkbox_1tuqo_25){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):focus+:where(.ds-checkbox_checkbox_1tuqo_25){forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-checkbox_input_1tuqo_84):focus{outline:none}:where(.ds-checkbox_input_1tuqo_84):focus+:where(.ds-checkbox_checkbox_1tuqo_25){outline:revert;outline-offset:revert}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):focus+:where(.ds-checkbox_checkbox_1tuqo_25){border-color:Highlight}}:where(.ds-checkbox_input_1tuqo_84):focus-visible{outline:none}:where(.ds-checkbox_input_1tuqo_84):focus-visible+:where(.ds-checkbox_checkbox_1tuqo_25){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):focus-visible+:where(.ds-checkbox_checkbox_1tuqo_25){forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):focus-visible+:where(.ds-checkbox_checkbox_1tuqo_25){border-color:Highlight}}}@media (hover: hover){:where(.ds-checkbox_input_1tuqo_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_1tuqo_25){background-color:#0000001a}:where(.ds-checkbox_input_1tuqo_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_1tuqo_25) svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_1tuqo_25) svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-checkbox_input_1tuqo_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_1tuqo_25){border-color:Highlight}}:where(.ds-checkbox_feedback_1tuqo_198){margin-block-start:16px}"
95
+ cssFileName: "Checkbox.CyOw3rXI.css",
96
+ cssFileContent: ":where(.ds-checkbox_root_xklfa_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}:where(.ds-checkbox_root--disabled_xklfa_21){cursor:not-allowed}:where(.ds-checkbox_checkbox_xklfa_25){width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}:where(.ds-checkbox_checkbox_xklfa_25){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-checkbox_checkbox_xklfa_25){transition-duration:0ms}}:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-check_xklfa_41),:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-minus_xklfa_42){opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-check_xklfa_41),:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-minus_xklfa_42){transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-check_xklfa_41),:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-minus_xklfa_42){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-check_xklfa_41),:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-minus_xklfa_42){fill:CanvasText}}:where(.ds-checkbox_checkbox--invalid_xklfa_66){border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}:where(.ds-checkbox_label--hidden_xklfa_71),:where(.ds-checkbox_input_xklfa_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}:where(.ds-checkbox_input_xklfa_84):checked+:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-check_xklfa_41){opacity:1}:where(.ds-checkbox_input_xklfa_84):indeterminate+:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-minus_xklfa_42){opacity:1}:where(.ds-checkbox_input_xklfa_84):indeterminate+:where(.ds-checkbox_checkbox_xklfa_25) :where(.ds-checkbox_icon-check_xklfa_41){opacity:0}:where(.ds-checkbox_input_xklfa_84):disabled+:where(.ds-checkbox_checkbox_xklfa_25){border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):disabled+:where(.ds-checkbox_checkbox_xklfa_25){border-color:GrayText}}:where(.ds-checkbox_input_xklfa_84):disabled+:where(.ds-checkbox_checkbox_xklfa_25) svg{fill:#00000080}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):disabled+:where(.ds-checkbox_checkbox_xklfa_25) svg{fill:GrayText}}:where(.ds-checkbox_input_xklfa_84):disabled~:where(.ds-checkbox_label_xklfa_71){color:#00000080}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):disabled~:where(.ds-checkbox_label_xklfa_71){color:GrayText}}:where(.ds-checkbox_input_xklfa_84):focus{outline:none}:where(.ds-checkbox_input_xklfa_84):focus+:where(.ds-checkbox_checkbox_xklfa_25){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):focus+:where(.ds-checkbox_checkbox_xklfa_25){forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-checkbox_input_xklfa_84):focus{outline:none}:where(.ds-checkbox_input_xklfa_84):focus+:where(.ds-checkbox_checkbox_xklfa_25){outline:revert;outline-offset:revert}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):focus+:where(.ds-checkbox_checkbox_xklfa_25){border-color:Highlight}}:where(.ds-checkbox_input_xklfa_84):focus-visible{outline:none}:where(.ds-checkbox_input_xklfa_84):focus-visible+:where(.ds-checkbox_checkbox_xklfa_25){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):focus-visible+:where(.ds-checkbox_checkbox_xklfa_25){forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):focus-visible+:where(.ds-checkbox_checkbox_xklfa_25){border-color:Highlight}}}@media (hover: hover){:where(.ds-checkbox_input_xklfa_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_xklfa_25){background-color:#0000001a}:where(.ds-checkbox_input_xklfa_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_xklfa_25) svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_xklfa_25) svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-checkbox_input_xklfa_84):hover:not(:disabled)+:where(.ds-checkbox_checkbox_xklfa_25){border-color:Highlight}}:where(.ds-checkbox_feedback_xklfa_198){margin-block-start:8px}"
97
97
  },
98
98
  {
99
99
  componentName: "DSCheckboxGroup",
@@ -110,26 +110,26 @@ function f(r, a) {
110
110
  {
111
111
  componentName: "DSCombobox",
112
112
  componentNameLowercase: "combobox",
113
- cssFileName: "CustomReactSelect.DGIItWIh.css, optioncheckbox.DAffEKvY.css",
114
- cssFileContent: ":where(.ds-combobox_root_1b4rt_1){align-self:end}:where(.ds-combobox_root_1b4rt_1):has(.ds-combobox_hint_1b4rt_10) :where(.ds-combobox_label_1b4rt_10){margin-block-end:4px}:where(.ds-combobox_wrapper_1b4rt_14){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-combobox_action-button_1b4rt_20){grid-area:1/4/2/5}:where(.ds-combobox_label_1b4rt_10){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}:where(.ds-combobox_label--hidden_1b4rt_38){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){:where(.ds-combobox_label--disabled_1b4rt_51){color:GrayText}}:where(.ds-combobox_hint_1b4rt_10){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:34em;margin-block-end:8px}:where(.ds-combobox_feedback_1b4rt_71){margin-block-end:8px;margin-block-start:8px}:where(.ds-combobox_select_1b4rt_76){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_1b4rt_84){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-combobox_select_1b4rt_76){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}:where(.ds-combobox_select_1b4rt_76):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-combobox_select_1b4rt_76):focus{outline:revert;outline-offset:revert}:where(.ds-combobox_select_1b4rt_76):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-combobox_select_1b4rt_76){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_select_1b4rt_76){transition-duration:0ms}}@media (hover: hover){:where(.ds-combobox_select_1b4rt_76):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76):hover{border-color:Highlight}}:where(.ds-combobox_select_1b4rt_76){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-combobox_select_1b4rt_76)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-combobox_select_1b4rt_76)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-combobox_select_1b4rt_76)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-combobox_select_1b4rt_76)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-combobox_select_1b4rt_76):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-combobox_select_1b4rt_76)::-webkit-placeholder,:where(.ds-combobox_select_1b4rt_76)::placeholder{color:#666;opacity:1}:where(.ds-combobox_select--invalid_1b4rt_196){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-combobox_select--invalid_1b4rt_196):active,:where(.ds-combobox_select--invalid_1b4rt_196):focus,:where(.ds-combobox_select--invalid_1b4rt_196):focus-visible{border-color:#252525}:where(.ds-combobox_select--small_1b4rt_84){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}:where(.ds-combobox_select_1b4rt_76){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-combobox_select_1b4rt_76)::-webkit-outer-spin-button,:where(.ds-combobox_select_1b4rt_76)::-webkit-inner-spin-button,:where(.ds-combobox_select_1b4rt_76)::-webkit-search-decoration,:where(.ds-combobox_select_1b4rt_76)::-webkit-search-cancel-button,:where(.ds-combobox_select_1b4rt_76)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_1b4rt_76)::-webkit-date-and-time-value{text-align:left}:where(.ds-combobox_select_1b4rt_76):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}:where(.ds-combobox_select_1b4rt_76)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_1b4rt_76)[type=range]{accent-color:#E9640C}:where(.ds-combobox_select_1b4rt_76)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-combobox_select--small_1b4rt_84){min-height:2rem;height:2rem}:where(.ds-combobox_select--small_1b4rt_84).ds-combobox_input--has-leading-icon_1b4rt_254{padding-inline-start:calc(16px + 1rem)}:where(.ds-combobox_select--small_1b4rt_84).ds-combobox_input--has-action-button_1b4rt_257{padding-inline-end:calc(2rem + 8px)}:where(.ds-combobox_select--small_1b4rt_84).ds-combobox_input--has-second-action-button_1b4rt_260{padding-inline-end:calc(4rem + 8px)}:where(.ds-combobox_select--has-leading-icon_1b4rt_263){padding-inline-start:calc(32px + 1rem)}:where(.ds-combobox_select--has-action-button_1b4rt_266){padding-inline-end:calc(3rem + 16px)}:where(.ds-combobox_select--has-second-action-button_1b4rt_269){padding-inline-end:calc(6rem + 16px)}:where(.ds-combobox_select--has-affix_1b4rt_272){color:#0000}:where(.ds-combobox_select--has-affix_1b4rt_272)::placeholder{color:#0000}:where(.ds-combobox_select--has-affix_1b4rt_272)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_select--has-affix_1b4rt_272)::placeholder{transition-duration:0ms}}:where(.ds-combobox_select--is-ready_1b4rt_286){color:#252525}:where(.ds-combobox_select--is-ready_1b4rt_286)::placeholder{color:#666}:where(.ds-combobox_select_1b4rt_76){border-radius:0}:where(.ds-combobox_select_1b4rt_76).ds-combobox_select--disabled_1b4rt_296{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76).ds-combobox_select--disabled_1b4rt_296{color:GrayText}}:where(.ds-combobox_select_1b4rt_76).ds-combobox_select--focused_1b4rt_307{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76).ds-combobox_select--focused_1b4rt_307{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-combobox_select_1b4rt_76).ds-combobox_select--focused_1b4rt_307{outline-color:Highlight}}@media (hover: hover){:where(.ds-combobox_select--hovered_1b4rt_324){background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-combobox_select--hovered_1b4rt_324){border-color:Highlight}}:where(.ds-combobox_placeholder_1b4rt_334){color:#666}@media screen and (forced-colors: active){:where(.ds-combobox_placeholder_1b4rt_334){color:GrayText}}:where(.ds-combobox_menu-list_1b4rt_343){top:6px;background-color:#fff;border:1px solid #DADADA;border-radius:.125rem;padding-block:15px;padding-inline:7px;box-shadow:0 8px 48px #0000001a,0 2px 4px #0000000a}:where(.ds-combobox_group-heading_1b4rt_353){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}:where(.ds-combobox_option_1b4rt_375){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:16px;padding-inline-end:16px;align-items:center}:where(.ds-combobox_option--small_1b4rt_391){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}:where(.ds-combobox_option--grouped_1b4rt_406){padding-inline-start:24px}:where(.ds-combobox_option--single_1b4rt_409){justify-content:space-between}:where(.ds-combobox_option--disabled_1b4rt_412){color:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_option--disabled_1b4rt_412){color:GrayText}}:where(.ds-combobox_option--focus-hover_1b4rt_420):not(.ds-combobox_option--disabled_1b4rt_412){border-radius:.125rem;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){:where(.ds-combobox_option--focus-hover_1b4rt_420):not(.ds-combobox_option--disabled_1b4rt_412){forced-color-adjust:auto;outline-color:Highlight}}:where(.ds-combobox_option--text_1b4rt_432){margin-inline-end:8px}:where(.ds-combobox_option--check-icon_1b4rt_435){margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){:where(.ds-combobox_option--check-icon_1b4rt_435){fill:CanvasText}}:where(.ds-combobox_option--check-icon--disabled_1b4rt_445){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_option--check-icon--disabled_1b4rt_445){fill:GrayText}}:where(.ds-combobox_single-option_1b4rt_454){display:flex;flex-wrap:nowrap;width:100%}:where(.ds-combobox_multi-option_1b4rt_460){width:100%}:where(.ds-combobox_single-value_1b4rt_464){display:flex;align-items:center}:where(.ds-combobox_single-value--text_1b4rt_468){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}:where(.ds-combobox_leading-icon_1b4rt_475){margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){:where(.ds-combobox_leading-icon_1b4rt_475){background-color:Canvas;fill:CanvasText}}:where(.ds-combobox_leading-icon--small_1b4rt_486),:where(.ds-combobox_leading-icon--selected_1b4rt_486){margin-block-start:0px}:where(.ds-combobox_leading-icon--disabled_1b4rt_489){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_leading-icon--disabled_1b4rt_489){fill:GrayText}}:where(.ds-combobox_indicator_1b4rt_498),:where(.ds-combobox_clear_1b4rt_499){width:3rem;height:3rem;justify-content:center;cursor:pointer}:where(.ds-combobox_indicator--small_1b4rt_505),:where(.ds-combobox_clear--small_1b4rt_506){width:2rem;height:2rem}:where(.ds-combobox_indicator--icon_1b4rt_510),:where(.ds-combobox_clear--icon_1b4rt_511){margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}:where(.ds-combobox_indicator--icon--small_1b4rt_518),:where(.ds-combobox_clear--icon--small_1b4rt_519){margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}:where(.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}:where(.ds-combobox_root--disabled_q88mt_21){cursor:not-allowed}:where(.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}:where(.ds-combobox_checkbox_q88mt_25){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_checkbox_q88mt_25){transition-duration:0ms}}:where(.ds-combobox_checkbox_q88mt_25) :where(.ds-combobox_icon-check_q88mt_41){opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}:where(.ds-combobox_checkbox_q88mt_25) :where(.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){:where(.ds-combobox_checkbox_q88mt_25) :where(.ds-combobox_icon-check_q88mt_41){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox_q88mt_25) :where(.ds-combobox_icon-check_q88mt_41){fill:CanvasText}}:where(.ds-combobox_checkbox--checked_q88mt_62) :where(.ds-combobox_icon-check_q88mt_41){opacity:1}:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25{border-color:GrayText}}:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25 svg{fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25 svg{fill:GrayText}}:where(.ds-combobox_checkbox--disabled_q88mt_65)~:where(.ds-combobox_label_q88mt_82){color:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox--disabled_q88mt_65)~:where(.ds-combobox_label_q88mt_82){color:GrayText}}"
113
+ cssFileName: "CustomReactSelect.BihX36Uo.css, optioncheckbox.DAffEKvY.css",
114
+ cssFileContent: ":where(.ds-combobox_root_1wh7q_1):has(.ds-combobox_hint_1wh7q_1) :where(.ds-combobox_label-wrapper_1wh7q_1){margin-block-end:2px}:where(.ds-combobox_wrapper_1wh7q_5){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-combobox_action-button_1wh7q_11){grid-area:1/4/2/5}:where(.ds-combobox_label_1wh7q_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;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){:where(.ds-combobox_label--disabled_1wh7q_30){color:GrayText}}:where(.ds-combobox_label-wrapper_1wh7q_1){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-combobox_label-wrapper--hidden_1wh7q_42){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}:where(.ds-combobox_hint_1wh7q_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;display:block;max-width:34em;margin-block-end:8px}:where(.ds-combobox_feedback_1wh7q_70){margin-block-start:8px}:where(.ds-combobox_select_1wh7q_74){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_1wh7q_82){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-combobox_select_1wh7q_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}:where(.ds-combobox_select_1wh7q_74):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-combobox_select_1wh7q_74):focus{outline:revert;outline-offset:revert}:where(.ds-combobox_select_1wh7q_74):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-combobox_select_1wh7q_74){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_select_1wh7q_74){transition-duration:0ms}}@media (hover: hover){:where(.ds-combobox_select_1wh7q_74):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74):hover{border-color:Highlight}}:where(.ds-combobox_select_1wh7q_74){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-combobox_select_1wh7q_74)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-combobox_select_1wh7q_74)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-combobox_select_1wh7q_74)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-combobox_select_1wh7q_74)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-combobox_select_1wh7q_74):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-combobox_select_1wh7q_74)::-webkit-placeholder,:where(.ds-combobox_select_1wh7q_74)::placeholder{color:#666;opacity:1}:where(.ds-combobox_select--invalid_1wh7q_194){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-combobox_select--invalid_1wh7q_194):active,:where(.ds-combobox_select--invalid_1wh7q_194):focus,:where(.ds-combobox_select--invalid_1wh7q_194):focus-visible{border-color:#252525}:where(.ds-combobox_select--small_1wh7q_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:.875rem;line-height:1.14;font-size-adjust:.414}:where(.ds-combobox_select_1wh7q_74){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-combobox_select_1wh7q_74)::-webkit-outer-spin-button,:where(.ds-combobox_select_1wh7q_74)::-webkit-inner-spin-button,:where(.ds-combobox_select_1wh7q_74)::-webkit-search-decoration,:where(.ds-combobox_select_1wh7q_74)::-webkit-search-cancel-button,:where(.ds-combobox_select_1wh7q_74)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_1wh7q_74)::-webkit-date-and-time-value{text-align:left}:where(.ds-combobox_select_1wh7q_74):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_1wh7q_74)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_1wh7q_74)[type=range]{accent-color:#E9640C}:where(.ds-combobox_select_1wh7q_74)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-combobox_select--small_1wh7q_82){min-height:2rem;height:2rem}:where(.ds-combobox_select--small_1wh7q_82).ds-combobox_input--has-leading-icon_1wh7q_252{padding-inline-start:calc(16px + 1rem)}:where(.ds-combobox_select--small_1wh7q_82).ds-combobox_input--has-action-button_1wh7q_255{padding-inline-end:calc(2rem + 8px)}:where(.ds-combobox_select--small_1wh7q_82).ds-combobox_input--has-second-action-button_1wh7q_258{padding-inline-end:calc(4rem + 8px)}:where(.ds-combobox_select--has-leading-icon_1wh7q_261){padding-inline-start:calc(32px + 1rem)}:where(.ds-combobox_select--has-action-button_1wh7q_264){padding-inline-end:calc(3rem + 16px)}:where(.ds-combobox_select--has-second-action-button_1wh7q_267){padding-inline-end:calc(6rem + 16px)}:where(.ds-combobox_select--has-affix_1wh7q_270){color:#0000}:where(.ds-combobox_select--has-affix_1wh7q_270)::placeholder{color:#0000}:where(.ds-combobox_select--has-affix_1wh7q_270)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_select--has-affix_1wh7q_270)::placeholder{transition-duration:0ms}}:where(.ds-combobox_select--is-ready_1wh7q_284){color:#252525}:where(.ds-combobox_select--is-ready_1wh7q_284)::placeholder{color:#666}:where(.ds-combobox_select_1wh7q_74){border-radius:0}:where(.ds-combobox_select_1wh7q_74).ds-combobox_select--disabled_1wh7q_294{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74).ds-combobox_select--disabled_1wh7q_294{color:GrayText}}:where(.ds-combobox_select_1wh7q_74).ds-combobox_select--focused_1wh7q_305{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74).ds-combobox_select--focused_1wh7q_305{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-combobox_select_1wh7q_74).ds-combobox_select--focused_1wh7q_305{outline-color:Highlight}}@media (hover: hover){:where(.ds-combobox_select--hovered_1wh7q_322){background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-combobox_select--hovered_1wh7q_322){border-color:Highlight}}:where(.ds-combobox_placeholder_1wh7q_332){color:#666}@media screen and (forced-colors: active){:where(.ds-combobox_placeholder_1wh7q_332){color:GrayText}}:where(.ds-combobox_menu-list_1wh7q_341){top:6px;background-color:#fff;border:1px solid #DADADA;border-radius:.125rem;padding-block:15px;padding-inline:7px;box-shadow:0 8px 48px #0000001a,0 2px 4px #0000000a}:where(.ds-combobox_group-heading_1wh7q_351){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}:where(.ds-combobox_option_1wh7q_373){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:16px;padding-inline-end:16px;align-items:center}:where(.ds-combobox_option--small_1wh7q_389){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}:where(.ds-combobox_option--grouped_1wh7q_404){padding-inline-start:24px}:where(.ds-combobox_option--single_1wh7q_407){justify-content:space-between}:where(.ds-combobox_option--disabled_1wh7q_410){color:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_option--disabled_1wh7q_410){color:GrayText}}:where(.ds-combobox_option--focus-hover_1wh7q_418):not(.ds-combobox_option--disabled_1wh7q_410){border-radius:.125rem;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){:where(.ds-combobox_option--focus-hover_1wh7q_418):not(.ds-combobox_option--disabled_1wh7q_410){forced-color-adjust:auto;outline-color:Highlight}}:where(.ds-combobox_option--text_1wh7q_430){margin-inline-end:8px}:where(.ds-combobox_option--check-icon_1wh7q_433){margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){:where(.ds-combobox_option--check-icon_1wh7q_433){fill:CanvasText}}:where(.ds-combobox_option--check-icon--disabled_1wh7q_443){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_option--check-icon--disabled_1wh7q_443){fill:GrayText}}:where(.ds-combobox_single-option_1wh7q_452){display:flex;flex-wrap:nowrap;width:100%}:where(.ds-combobox_multi-option_1wh7q_458){width:100%}:where(.ds-combobox_single-value_1wh7q_462){display:flex;align-items:center}:where(.ds-combobox_single-value--text_1wh7q_466){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}:where(.ds-combobox_leading-icon_1wh7q_473){margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){:where(.ds-combobox_leading-icon_1wh7q_473){background-color:Canvas;fill:CanvasText}}:where(.ds-combobox_leading-icon--small_1wh7q_484),:where(.ds-combobox_leading-icon--selected_1wh7q_484){margin-block-start:0px}:where(.ds-combobox_leading-icon--disabled_1wh7q_487){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_leading-icon--disabled_1wh7q_487){fill:GrayText}}:where(.ds-combobox_indicator_1wh7q_496),:where(.ds-combobox_clear_1wh7q_497){width:3rem;height:3rem;justify-content:center;cursor:pointer}:where(.ds-combobox_indicator--small_1wh7q_503),:where(.ds-combobox_clear--small_1wh7q_504){width:2rem;height:2rem}:where(.ds-combobox_indicator--icon_1wh7q_508),:where(.ds-combobox_clear--icon_1wh7q_509){margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}:where(.ds-combobox_indicator--icon--small_1wh7q_516),:where(.ds-combobox_clear--icon--small_1wh7q_517){margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}:where(.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}:where(.ds-combobox_root--disabled_q88mt_21){cursor:not-allowed}:where(.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}:where(.ds-combobox_checkbox_q88mt_25){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_checkbox_q88mt_25){transition-duration:0ms}}:where(.ds-combobox_checkbox_q88mt_25) :where(.ds-combobox_icon-check_q88mt_41){opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}:where(.ds-combobox_checkbox_q88mt_25) :where(.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){:where(.ds-combobox_checkbox_q88mt_25) :where(.ds-combobox_icon-check_q88mt_41){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox_q88mt_25) :where(.ds-combobox_icon-check_q88mt_41){fill:CanvasText}}:where(.ds-combobox_checkbox--checked_q88mt_62) :where(.ds-combobox_icon-check_q88mt_41){opacity:1}:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25{border-color:GrayText}}:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25 svg{fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox--disabled_q88mt_65).ds-combobox_checkbox_q88mt_25 svg{fill:GrayText}}:where(.ds-combobox_checkbox--disabled_q88mt_65)~:where(.ds-combobox_label_q88mt_82){color:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_checkbox--disabled_q88mt_65)~:where(.ds-combobox_label_q88mt_82){color:GrayText}}"
115
115
  },
116
116
  {
117
117
  componentName: "DSDialog",
118
118
  componentNameLowercase: "dialog",
119
- cssFileName: "Dialog.CGAg7bnN.css",
120
- cssFileContent: `body:has(dialog[open]){overflow:hidden}:where(.ds-dialog_root_kvopn_5){max-width:min(100vw - 48px,719px)}@media (min-width: 768px){:where(.ds-dialog_root_kvopn_5){max-width:min(100vw - 80px,719px)}}:where(.ds-dialog_root_kvopn_5){background-color:#fff;border:none;overflow:hidden;padding:0;max-height:calc(100vh - 48px);min-width:272px;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){:where(.ds-dialog_root_kvopn_5){transition-duration:0ms}}@media (min-width: 768px){:where(.ds-dialog_root_kvopn_5){max-height:calc(100vh - 80px)}}@media screen and (forced-colors: active){:where(.ds-dialog_root_kvopn_5){border:1px solid transparent}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5)[open]{transition-duration:0ms}}@starting-style{:where(.ds-dialog_root_kvopn_5)[open]{opacity:0;transform:translateY(-100%)}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5)[open]::backdrop{transition-duration:0ms}}@starting-style{:where(.ds-dialog_root_kvopn_5)[open]::backdrop{opacity:0}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5)::backdrop{transition-duration:0ms}}:where(.ds-dialog_root_kvopn_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_kvopn_5 a:not([class]))[href^="http://"]:after,:where(.ds-dialog_root_kvopn_5 a:not([class]))[href^="https://"]:after,:where(.ds-dialog_root_kvopn_5 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-dialog_root_kvopn_5) a:not([class]){color:#252525}:where(.ds-dialog_root_kvopn_5) a:not([class]):link,:where(.ds-dialog_root_kvopn_5) a:not([class]):visited{color:#252525}:where(.ds-dialog_root_kvopn_5) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-dialog_root_kvopn_5) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-dialog_root_kvopn_5) a:not([class]):hover{background-color:Canvas}}:where(.ds-dialog_root_kvopn_5) a:not([class])[href^="http://"]:after,:where(.ds-dialog_root_kvopn_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")}:where(.ds-dialog_root_kvopn_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")}:where(.ds-dialog_root_kvopn_5) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-dialog_root_kvopn_5) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-dialog_root_kvopn_5) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-dialog_root_kvopn_5) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-dialog_root_kvopn_5) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5) a:not([class]){transition-duration:0ms}}:where(.ds-dialog_content-wrapper_kvopn_166){display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 48px)}:where(.ds-dialog_content-wrapper--no-footer_kvopn_172){padding-block-end:16px}@media (min-width: 768px){:where(.ds-dialog_content-wrapper_kvopn_166){max-height:calc(100vh - 80px)}}:where(.ds-dialog_content-wrapper_kvopn_166) :where(.ds-dialog_close-button_kvopn_180){position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){:where(.ds-dialog_content-wrapper_kvopn_166) :where(.ds-dialog_close-button_kvopn_180){top:24px;right:24px}}:where(.ds-dialog_header_kvopn_193),:where(.ds-dialog_content_kvopn_166),:where(.ds-dialog_footer_kvopn_195){padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){:where(.ds-dialog_header_kvopn_193),:where(.ds-dialog_content_kvopn_166),:where(.ds-dialog_footer_kvopn_195){padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}:where(.ds-dialog_header_kvopn_193){min-height:4rem;flex-shrink:0}:where(.ds-dialog_header--scrollable_kvopn_216){border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){:where(.ds-dialog_header--scrollable_kvopn_216){padding-block-end:23px}}:where(.ds-dialog_header--close-button_kvopn_225){padding-inline-end:4rem}@media (min-width: 768px){:where(.ds-dialog_header--close-button_kvopn_225){padding-inline-end:4.5rem}}:where(.ds-dialog_content_kvopn_166){position:relative;overflow-y:auto}:where(.ds-dialog_content--no-footer_kvopn_238){padding-block-end:0}:where(.ds-dialog_footer_kvopn_195){max-height:13rem}:where(.ds-dialog_footer--scrollable_kvopn_245){border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){:where(.ds-dialog_footer--scrollable_kvopn_245){padding-block-start:23px}}`
119
+ cssFileName: "Dialog.DJkn65Es.css",
120
+ cssFileContent: `body:has(dialog[open]){overflow:hidden}:where(.ds-dialog_root_kvopn_5){max-width:min(100vw - 48px,719px)}@media (min-width: 768px){:where(.ds-dialog_root_kvopn_5){max-width:min(100vw - 80px,719px)}}:where(.ds-dialog_root_kvopn_5){background-color:#fff;border:none;overflow:hidden;padding:0;max-height:calc(100vh - 48px);min-width:272px;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){:where(.ds-dialog_root_kvopn_5){transition-duration:0ms}}@media (min-width: 768px){:where(.ds-dialog_root_kvopn_5){max-height:calc(100vh - 80px)}}@media screen and (forced-colors: active){:where(.ds-dialog_root_kvopn_5){border:1px solid transparent}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5)[open]{transition-duration:0ms}}@starting-style{:where(.ds-dialog_root_kvopn_5)[open]{opacity:0;transform:translateY(-100%)}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5)[open]::backdrop{transition-duration:0ms}}@starting-style{:where(.ds-dialog_root_kvopn_5)[open]::backdrop{opacity:0}}:where(.ds-dialog_root_kvopn_5)::backdrop{background-color:#00000080;position:fixed;inset: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){:where(.ds-dialog_root_kvopn_5)::backdrop{transition-duration:0ms}}:where(.ds-dialog_root_kvopn_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_kvopn_5 a:not([class]))[href^="http://"]:after,:where(.ds-dialog_root_kvopn_5 a:not([class]))[href^="https://"]:after,:where(.ds-dialog_root_kvopn_5 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-dialog_root_kvopn_5) a:not([class]){color:#252525}:where(.ds-dialog_root_kvopn_5) a:not([class]):link,:where(.ds-dialog_root_kvopn_5) a:not([class]):visited{color:#252525}:where(.ds-dialog_root_kvopn_5) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-dialog_root_kvopn_5) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-dialog_root_kvopn_5) a:not([class]):hover{background-color:Canvas}}:where(.ds-dialog_root_kvopn_5) a:not([class])[href^="http://"]:after,:where(.ds-dialog_root_kvopn_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")}:where(.ds-dialog_root_kvopn_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")}:where(.ds-dialog_root_kvopn_5) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-dialog_root_kvopn_5) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-dialog_root_kvopn_5) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-dialog_root_kvopn_5) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-dialog_root_kvopn_5) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-dialog_root_kvopn_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){:where(.ds-dialog_root_kvopn_5) a:not([class]){transition-duration:0ms}}:where(.ds-dialog_content-wrapper_kvopn_166){display:flex;flex-direction:column;overflow:hidden;max-height:calc(100vh - 48px)}:where(.ds-dialog_content-wrapper--no-footer_kvopn_172){padding-block-end:16px}@media (min-width: 768px){:where(.ds-dialog_content-wrapper_kvopn_166){max-height:calc(100vh - 80px)}}:where(.ds-dialog_content-wrapper_kvopn_166) :where(.ds-dialog_close-button_kvopn_180){position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){:where(.ds-dialog_content-wrapper_kvopn_166) :where(.ds-dialog_close-button_kvopn_180){top:24px;right:24px}}:where(.ds-dialog_header_kvopn_193),:where(.ds-dialog_content_kvopn_166),:where(.ds-dialog_footer_kvopn_195){padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){:where(.ds-dialog_header_kvopn_193),:where(.ds-dialog_content_kvopn_166),:where(.ds-dialog_footer_kvopn_195){padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}:where(.ds-dialog_header_kvopn_193){min-height:4rem;flex-shrink:0}:where(.ds-dialog_header--scrollable_kvopn_216){border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){:where(.ds-dialog_header--scrollable_kvopn_216){padding-block-end:23px}}:where(.ds-dialog_header--close-button_kvopn_225){padding-inline-end:4rem}@media (min-width: 768px){:where(.ds-dialog_header--close-button_kvopn_225){padding-inline-end:4.5rem}}:where(.ds-dialog_content_kvopn_166){position:relative;overflow-y:auto}:where(.ds-dialog_content--no-footer_kvopn_238){padding-block-end:0}:where(.ds-dialog_footer_kvopn_195){max-height:13rem}:where(.ds-dialog_footer--scrollable_kvopn_245){border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){:where(.ds-dialog_footer--scrollable_kvopn_245){padding-block-start:23px}}`
121
121
  },
122
122
  {
123
123
  componentName: "DSDrawer",
124
124
  componentNameLowercase: "drawer",
125
- cssFileName: "Drawer.VOvWQoEr.css",
126
- cssFileContent: `:root{--ds-drawer-transform-x-position-closed: -100%;--ds-drawer-transform-x-position-open: 0}body:has(dialog[open]){overflow:hidden}:where(.ds-drawer_root_4nbv0_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:272px;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){:where(.ds-drawer_root_4nbv0_10){transition-duration:0ms}}@media (min-width: 768px){:where(.ds-drawer_root_4nbv0_10){max-width:min(100vw - 80px,1730px)}}@media screen and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10){border:1px solid transparent}}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10)[open]{transition-duration:0ms}}@starting-style{:where(.ds-drawer_root_4nbv0_10)[open]{transform:translate(var(--ds-drawer-transform-x-position-closed))}}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10)[open]::backdrop{transition-duration:0ms}}@starting-style{:where(.ds-drawer_root_4nbv0_10)[open]::backdrop{opacity:0}}:where(.ds-drawer_root--end_4nbv0_68){inset-inline-start:unset;--ds-drawer-transform-x-position-closed: 200%;--ds-drawer-transform-x-position-open: 0}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10)::backdrop{transition-duration:0ms}}:where(.ds-drawer_root_4nbv0_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_4nbv0_10 a:not([class]))[href^="http://"]:after,:where(.ds-drawer_root_4nbv0_10 a:not([class]))[href^="https://"]:after,:where(.ds-drawer_root_4nbv0_10 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-drawer_root_4nbv0_10) a:not([class]){color:#252525}:where(.ds-drawer_root_4nbv0_10) a:not([class]):link,:where(.ds-drawer_root_4nbv0_10) a:not([class]):visited{color:#252525}:where(.ds-drawer_root_4nbv0_10) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-drawer_root_4nbv0_10) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10) a:not([class]):hover{background-color:Canvas}}:where(.ds-drawer_root_4nbv0_10) a:not([class])[href^="http://"]:after,:where(.ds-drawer_root_4nbv0_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")}:where(.ds-drawer_root_4nbv0_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")}:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10) a:not([class]){transition-duration:0ms}}:where(.ds-drawer_content-wrapper_4nbv0_169){display:flex;flex-direction:column;overflow:hidden;max-height:100vh}:where(.ds-drawer_content-wrapper--no-footer_4nbv0_175){padding-block-end:16px}:where(.ds-drawer_content-wrapper_4nbv0_169) :where(.ds-drawer_close-button_4nbv0_178){position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){:where(.ds-drawer_content-wrapper_4nbv0_169) :where(.ds-drawer_close-button_4nbv0_178){top:24px;right:24px}}:where(.ds-drawer_header_4nbv0_191),:where(.ds-drawer_content_4nbv0_169),:where(.ds-drawer_footer_4nbv0_193){padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){:where(.ds-drawer_header_4nbv0_191),:where(.ds-drawer_content_4nbv0_169),:where(.ds-drawer_footer_4nbv0_193){padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}:where(.ds-drawer_header_4nbv0_191){min-height:4rem;flex-shrink:0}:where(.ds-drawer_header--scrollable_4nbv0_214){border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){:where(.ds-drawer_header--scrollable_4nbv0_214){padding-block-end:23px}}:where(.ds-drawer_header--close-button_4nbv0_223){padding-inline-end:64px}@media (min-width: 768px){:where(.ds-drawer_header--close-button_4nbv0_223){padding-inline-end:72px}}:where(.ds-drawer_content_4nbv0_169){position:relative;overflow-y:auto;height:100vh}:where(.ds-drawer_content--no-footer_4nbv0_237){padding-block-end:0}:where(.ds-drawer_footer_4nbv0_193){max-height:13rem}:where(.ds-drawer_footer--scrollable_4nbv0_244){border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){:where(.ds-drawer_footer--scrollable_4nbv0_244){padding-block-start:23px}}`
125
+ cssFileName: "Drawer.x3BCQvWE.css",
126
+ cssFileContent: `:root{--ds-drawer-transform-x-position-closed: -100%;--ds-drawer-transform-x-position-open: 0}body:has(dialog[open]){overflow:hidden}:where(.ds-drawer_root_4nbv0_10){background-color:#fff;border:none;inset:0;margin:0;overflow:hidden;padding:0;position:fixed;max-width:min(100vw - 32px,1730px);max-height:100vh;block-size:100vh;min-width:272px;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){:where(.ds-drawer_root_4nbv0_10){transition-duration:0ms}}@media (min-width: 768px){:where(.ds-drawer_root_4nbv0_10){max-width:min(100vw - 80px,1730px)}}@media screen and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10){border:1px solid transparent}}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10)[open]{transition-duration:0ms}}@starting-style{:where(.ds-drawer_root_4nbv0_10)[open]{transform:translate(var(--ds-drawer-transform-x-position-closed))}}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10)[open]::backdrop{transition-duration:0ms}}@starting-style{:where(.ds-drawer_root_4nbv0_10)[open]::backdrop{opacity:0}}:where(.ds-drawer_root--end_4nbv0_68){inset-inline-start:unset;--ds-drawer-transform-x-position-closed: 200%;--ds-drawer-transform-x-position-open: 0}:where(.ds-drawer_root_4nbv0_10)::backdrop{background-color:#00000080;position:fixed;inset: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){:where(.ds-drawer_root_4nbv0_10)::backdrop{transition-duration:0ms}}:where(.ds-drawer_root_4nbv0_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_4nbv0_10 a:not([class]))[href^="http://"]:after,:where(.ds-drawer_root_4nbv0_10 a:not([class]))[href^="https://"]:after,:where(.ds-drawer_root_4nbv0_10 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-drawer_root_4nbv0_10) a:not([class]){color:#252525}:where(.ds-drawer_root_4nbv0_10) a:not([class]):link,:where(.ds-drawer_root_4nbv0_10) a:not([class]):visited{color:#252525}:where(.ds-drawer_root_4nbv0_10) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-drawer_root_4nbv0_10) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10) a:not([class]):hover{background-color:Canvas}}:where(.ds-drawer_root_4nbv0_10) a:not([class])[href^="http://"]:after,:where(.ds-drawer_root_4nbv0_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")}:where(.ds-drawer_root_4nbv0_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")}:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-drawer_root_4nbv0_10) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-drawer_root_4nbv0_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){:where(.ds-drawer_root_4nbv0_10) a:not([class]){transition-duration:0ms}}:where(.ds-drawer_content-wrapper_4nbv0_169){display:flex;flex-direction:column;overflow:hidden;max-height:100vh}:where(.ds-drawer_content-wrapper--no-footer_4nbv0_175){padding-block-end:16px}:where(.ds-drawer_content-wrapper_4nbv0_169) :where(.ds-drawer_close-button_4nbv0_178){position:absolute;top:16px;right:16px;z-index:2}@media (min-width: 768px){:where(.ds-drawer_content-wrapper_4nbv0_169) :where(.ds-drawer_close-button_4nbv0_178){top:24px;right:24px}}:where(.ds-drawer_header_4nbv0_191),:where(.ds-drawer_content_4nbv0_169),:where(.ds-drawer_footer_4nbv0_193){padding-block-start:16px;padding-block-end:16px;padding-inline-start:16px;padding-inline-end:16px}@media (min-width: 768px){:where(.ds-drawer_header_4nbv0_191),:where(.ds-drawer_content_4nbv0_169),:where(.ds-drawer_footer_4nbv0_193){padding-block-start:24px;padding-block-end:24px;padding-inline-start:24px;padding-inline-end:24px}}:where(.ds-drawer_header_4nbv0_191){min-height:4rem;flex-shrink:0}:where(.ds-drawer_header--scrollable_4nbv0_214){border-bottom:1px solid #B1B1B1;padding-block-end:15px}@media (min-width: 768px){:where(.ds-drawer_header--scrollable_4nbv0_214){padding-block-end:23px}}:where(.ds-drawer_header--close-button_4nbv0_223){padding-inline-end:64px}@media (min-width: 768px){:where(.ds-drawer_header--close-button_4nbv0_223){padding-inline-end:72px}}:where(.ds-drawer_content_4nbv0_169){position:relative;overflow-y:auto;height:100vh}:where(.ds-drawer_content--no-footer_4nbv0_237){padding-block-end:0}:where(.ds-drawer_footer_4nbv0_193){max-height:13rem}:where(.ds-drawer_footer--scrollable_4nbv0_244){border-top:1px solid #B1B1B1;padding-block-start:15px}@media (min-width: 768px){:where(.ds-drawer_footer--scrollable_4nbv0_244){padding-block-start:23px}}`
127
127
  },
128
128
  {
129
129
  componentName: "DSFieldset",
130
130
  componentNameLowercase: "fieldset",
131
- cssFileName: "Fieldset.CW9dBvAo.css",
132
- cssFileContent: `:where(.ds-fieldset_root_dtiam_1){margin:0}:where(.ds-fieldset_root_dtiam_1){padding:0;border:none}@media screen and (forced-colors: active){:where(.ds-fieldset_root_dtiam_1):disabled{color:GrayText}}:where(.ds-fieldset_root_dtiam_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_dtiam_1 a:not([class]))[href^="http://"]:after,:where(.ds-fieldset_root_dtiam_1 a:not([class]))[href^="https://"]:after,:where(.ds-fieldset_root_dtiam_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-fieldset_root_dtiam_1) a:not([class]){color:#252525}:where(.ds-fieldset_root_dtiam_1) a:not([class]):link,:where(.ds-fieldset_root_dtiam_1) a:not([class]):visited{color:#252525}:where(.ds-fieldset_root_dtiam_1) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-fieldset_root_dtiam_1) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-fieldset_root_dtiam_1) a:not([class]):hover{background-color:Canvas}}:where(.ds-fieldset_root_dtiam_1) a:not([class])[href^="http://"]:after,:where(.ds-fieldset_root_dtiam_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")}:where(.ds-fieldset_root_dtiam_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")}:where(.ds-fieldset_root_dtiam_1) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-fieldset_root_dtiam_1) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-fieldset_root_dtiam_1) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-fieldset_root_dtiam_1) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-fieldset_root_dtiam_1) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-fieldset_root_dtiam_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){:where(.ds-fieldset_root_dtiam_1) a:not([class]){transition-duration:0ms}}:where(.ds-fieldset_child-wrapper_dtiam_98){margin-block-start:24px}:where(.ds-fieldset_child-wrapper_dtiam_98)>*:not(:first-child){margin-block-start:24px}:where(.ds-fieldset_legend_dtiam_105){padding-inline-start:0;padding-inline-end:0}:where(.ds-fieldset_legend--utility--m_dtiam_109){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}:where(.ds-fieldset_description_dtiam_121){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:34em;margin-block-start:8px}:where(.ds-fieldset_description--small_dtiam_135){margin-block-start:4px}:where(.ds-fieldset_system-feedback_dtiam_139){margin-block-start:16px;margin-block-end:32px}`
131
+ cssFileName: "Fieldset.Oqu7pOBv.css",
132
+ cssFileContent: `:where(.ds-fieldset_root_1rlhb_1){margin:0}:where(.ds-fieldset_root_1rlhb_1){padding:0;border:none}@media screen and (forced-colors: active){:where(.ds-fieldset_root_1rlhb_1):disabled{color:GrayText}}:where(.ds-fieldset_root_1rlhb_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_1rlhb_1 a:not([class]))[href^="http://"]:after,:where(.ds-fieldset_root_1rlhb_1 a:not([class]))[href^="https://"]:after,:where(.ds-fieldset_root_1rlhb_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-fieldset_root_1rlhb_1) a:not([class]){color:#252525}:where(.ds-fieldset_root_1rlhb_1) a:not([class]):link,:where(.ds-fieldset_root_1rlhb_1) a:not([class]):visited{color:#252525}:where(.ds-fieldset_root_1rlhb_1) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-fieldset_root_1rlhb_1) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-fieldset_root_1rlhb_1) a:not([class]):hover{background-color:Canvas}}:where(.ds-fieldset_root_1rlhb_1) a:not([class])[href^="http://"]:after,:where(.ds-fieldset_root_1rlhb_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")}:where(.ds-fieldset_root_1rlhb_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")}:where(.ds-fieldset_root_1rlhb_1) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-fieldset_root_1rlhb_1) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-fieldset_root_1rlhb_1) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-fieldset_root_1rlhb_1) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-fieldset_root_1rlhb_1) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-fieldset_root_1rlhb_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){:where(.ds-fieldset_root_1rlhb_1) a:not([class]){transition-duration:0ms}}:where(.ds-fieldset_child-wrapper_1rlhb_98){margin-block-start:24px}:where(.ds-fieldset_child-wrapper_1rlhb_98)>*:not(:first-child){margin-block-start:24px}:where(.ds-fieldset_legend-wrapper_1rlhb_105){margin-block:2px}:where(.ds-fieldset_legend_1rlhb_105){padding-inline-start:0;padding-inline-end:0;display:flex;align-items:center;gap:4px}:where(.ds-fieldset_legend--utility--m_1rlhb_116){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}:where(.ds-fieldset_description_1rlhb_128){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:34em;margin-block-start:6px}:where(.ds-fieldset_description--small_1rlhb_142){margin-block-start:2px}:where(.ds-fieldset_system-feedback_1rlhb_146){margin-block-start:16px;margin-block-end:32px}`
133
133
  },
134
134
  {
135
135
  componentName: "DSFlag",
@@ -164,32 +164,32 @@ function f(r, a) {
164
164
  {
165
165
  componentName: "DSInput",
166
166
  componentNameLowercase: "input",
167
- cssFileName: "input.CUjGh-UM.css",
168
- cssFileContent: ':where(.ds-input_input_1nmca_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1nmca_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input_input_1nmca_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}:where(.ds-input_input_1nmca_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1nmca_1):focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1nmca_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1nmca_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input_1nmca_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input_input_1nmca_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input_input_1nmca_1):hover{border-color:Highlight}}:where(.ds-input_input_1nmca_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input_input_1nmca_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input_input_1nmca_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1nmca_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1nmca_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1nmca_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input_input_1nmca_1)::-webkit-placeholder,:where(.ds-input_input_1nmca_1)::placeholder{color:#666;opacity:1}:where(.ds-input_input--invalid_1nmca_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input_input--invalid_1nmca_121):active,:where(.ds-input_input--invalid_1nmca_121):focus,:where(.ds-input_input--invalid_1nmca_121):focus-visible{border-color:#252525}:where(.ds-input_input--small_1nmca_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}:where(.ds-input_input_1nmca_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input_input_1nmca_1)::-webkit-outer-spin-button,:where(.ds-input_input_1nmca_1)::-webkit-inner-spin-button,:where(.ds-input_input_1nmca_1)::-webkit-search-decoration,:where(.ds-input_input_1nmca_1)::-webkit-search-cancel-button,:where(.ds-input_input_1nmca_1)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1nmca_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input_input_1nmca_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}:where(.ds-input_input_1nmca_1)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1nmca_1)[type=range]{accent-color:#E9640C}:where(.ds-input_input_1nmca_1)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-input_input--small_1nmca_9){min-height:2rem;height:2rem}:where(.ds-input_input--small_1nmca_9).ds-input_input--has-leading-icon_1nmca_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input_input--small_1nmca_9).ds-input_input--has-action-button_1nmca_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input_input--small_1nmca_9).ds-input_input--has-second-action-button_1nmca_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input_input--has-leading-icon_1nmca_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input_input--has-action-button_1nmca_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input_input--has-second-action-button_1nmca_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input_input--has-affix_1nmca_197){color:#0000}:where(.ds-input_input--has-affix_1nmca_197)::placeholder{color:#0000}:where(.ds-input_input--has-affix_1nmca_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input--has-affix_1nmca_197)::placeholder{transition-duration:0ms}}:where(.ds-input_input--is-ready_1nmca_211){color:#252525}:where(.ds-input_input--is-ready_1nmca_211)::placeholder{color:#666}:where(.ds-input_root_1nmca_218){align-self:end}:where(.ds-input_root_1nmca_218):has(.ds-input_hint_1nmca_227) :where(.ds-input_label_1nmca_227){margin-block-end:4px}:where(.ds-input_wrapper_1nmca_231){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input_affix_1nmca_237){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)}:where(.ds-input_affix--small_1nmca_258){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}:where(.ds-input_affix_1nmca_237).ds-input_prefix_1nmca_271{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input_affix_1nmca_237).ds-input_suffix_1nmca_277{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input_affix--disabled_1nmca_283){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input_affix--disabled_1nmca_283){color:GrayText}}:where(.ds-input_affix--disabled_1nmca_283).ds-input_prefix_1nmca_271,:where(.ds-input_affix--disabled_1nmca_283).ds-input_suffix_1nmca_277{border-color:#0000001a}:where(.ds-input_affix--readonly_1nmca_294){background-color:#ededed;position:relative}:where(.ds-input_affix--readonly_1nmca_294).ds-input_prefix_1nmca_271,:where(.ds-input_affix--readonly_1nmca_294).ds-input_suffix_1nmca_277{border-color:transparent}:where(.ds-input_affix--readonly_1nmca_294).ds-input_prefix_1nmca_271:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1nmca_294).ds-input_prefix_1nmca_271:after{background-color:transparent}}:where(.ds-input_affix--readonly_1nmca_294).ds-input_suffix_1nmca_277:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1nmca_294).ds-input_suffix_1nmca_277:before{background-color:transparent}}:where(.ds-input_leading-icon_1nmca_330){grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){:where(.ds-input_leading-icon_1nmca_330){background-color:Canvas;fill:CanvasText}}:where(.ds-input_leading-icon--small_1nmca_342){margin-inline-start:8px}:where(.ds-input_leading-icon--disabled_1nmca_345){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-input_leading-icon--disabled_1nmca_345){fill:GrayText}}:where(.ds-input_action-button_1nmca_354){grid-area:1/4/2/5}:where(.ds-input_label_1nmca_227){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}:where(.ds-input_label--hidden_1nmca_372){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){:where(.ds-input_label--disabled_1nmca_385){color:GrayText}}:where(.ds-input_hint_1nmca_227){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:34em;margin-block-end:8px}:where(.ds-input_feedback_1nmca_405){margin-block-end:8px;margin-block-start:8px}'
167
+ cssFileName: "input.RPDR8qdT.css",
168
+ cssFileContent: ':where(.ds-input_input_1v89g_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1v89g_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input_input_1v89g_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}:where(.ds-input_input_1v89g_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1v89g_1):focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1v89g_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1v89g_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input_1v89g_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input_input_1v89g_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input_input_1v89g_1):hover{border-color:Highlight}}:where(.ds-input_input_1v89g_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input_input_1v89g_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input_input_1v89g_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1v89g_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1v89g_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1v89g_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input_input_1v89g_1)::-webkit-placeholder,:where(.ds-input_input_1v89g_1)::placeholder{color:#666;opacity:1}:where(.ds-input_input--invalid_1v89g_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input_input--invalid_1v89g_121):active,:where(.ds-input_input--invalid_1v89g_121):focus,:where(.ds-input_input--invalid_1v89g_121):focus-visible{border-color:#252525}:where(.ds-input_input--small_1v89g_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}:where(.ds-input_input_1v89g_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input_input_1v89g_1)::-webkit-outer-spin-button,:where(.ds-input_input_1v89g_1)::-webkit-inner-spin-button,:where(.ds-input_input_1v89g_1)::-webkit-search-decoration,:where(.ds-input_input_1v89g_1)::-webkit-search-cancel-button,:where(.ds-input_input_1v89g_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1v89g_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input_input_1v89g_1):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1v89g_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input_input_1v89g_1)[type=range]{accent-color:#E9640C}:where(.ds-input_input_1v89g_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input_input--small_1v89g_9){min-height:2rem;height:2rem}:where(.ds-input_input--small_1v89g_9).ds-input_input--has-leading-icon_1v89g_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input_input--small_1v89g_9).ds-input_input--has-action-button_1v89g_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input_input--small_1v89g_9).ds-input_input--has-second-action-button_1v89g_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input_input--has-leading-icon_1v89g_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input_input--has-action-button_1v89g_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input_input--has-second-action-button_1v89g_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input_input--has-affix_1v89g_197){color:#0000}:where(.ds-input_input--has-affix_1v89g_197)::placeholder{color:#0000}:where(.ds-input_input--has-affix_1v89g_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input--has-affix_1v89g_197)::placeholder{transition-duration:0ms}}:where(.ds-input_input--is-ready_1v89g_211){color:#252525}:where(.ds-input_input--is-ready_1v89g_211)::placeholder{color:#666}:where(.ds-input_root_1v89g_218):has(.ds-input_hint_1v89g_218) :where(.ds-input_label-wrapper_1v89g_218){margin-block-end:2px}:where(.ds-input_wrapper_1v89g_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input_affix_1v89g_228){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)}:where(.ds-input_affix--small_1v89g_249){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}:where(.ds-input_affix_1v89g_228).ds-input_prefix_1v89g_262{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input_affix_1v89g_228).ds-input_suffix_1v89g_268{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input_affix--disabled_1v89g_274){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input_affix--disabled_1v89g_274){color:GrayText}}:where(.ds-input_affix--disabled_1v89g_274).ds-input_prefix_1v89g_262,:where(.ds-input_affix--disabled_1v89g_274).ds-input_suffix_1v89g_268{border-color:#0000001a}:where(.ds-input_affix--readonly_1v89g_285){background-color:#ededed;position:relative}:where(.ds-input_affix--readonly_1v89g_285).ds-input_prefix_1v89g_262,:where(.ds-input_affix--readonly_1v89g_285).ds-input_suffix_1v89g_268{border-color:transparent}:where(.ds-input_affix--readonly_1v89g_285).ds-input_prefix_1v89g_262:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1v89g_285).ds-input_prefix_1v89g_262:after{background-color:transparent}}:where(.ds-input_affix--readonly_1v89g_285).ds-input_suffix_1v89g_268:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1v89g_285).ds-input_suffix_1v89g_268:before{background-color:transparent}}:where(.ds-input_leading-icon_1v89g_321){grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){:where(.ds-input_leading-icon_1v89g_321){background-color:Canvas;fill:CanvasText}}:where(.ds-input_leading-icon--small_1v89g_333){margin-inline-start:8px}:where(.ds-input_leading-icon--disabled_1v89g_336){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-input_leading-icon--disabled_1v89g_336){fill:GrayText}}:where(.ds-input_action-button_1v89g_345){grid-area:1/4/2/5}:where(.ds-input_label_1v89g_218){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:2px}@media screen and (forced-colors: active){:where(.ds-input_label--disabled_1v89g_364){color:GrayText}}:where(.ds-input_label-wrapper_1v89g_218){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-input_label-wrapper--hidden_1v89g_376){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}:where(.ds-input_hint_1v89g_218){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:34em;margin-block-end:8px}:where(.ds-input_feedback_1v89g_404){margin-block-start:8px}'
169
169
  },
170
170
  {
171
171
  componentName: "DSInputFile",
172
172
  componentNameLowercase: "inputfile",
173
- cssFileName: "InputFile.CCQxsulT.css",
174
- cssFileContent: ":where(.ds-input-file_root_1pdsr_1) :where(.ds-input-file_browse-button--is-dragging-filled_1pdsr_4){background-color:#444}:where(.ds-input-file_root_1pdsr_1) :where(.ds-input-file_browse-button--is-dragging-filled_1pdsr_4) span{pointer-events:none}:where(.ds-input-file_root_1pdsr_1) :where(.ds-input-file_browse-button--is-dragging_1pdsr_4){background-color:#ededed}:where(.ds-input-file_root_1pdsr_1) :where(.ds-input-file_browse-button--is-dragging_1pdsr_4) span{pointer-events:none}:where(.ds-input-file_root_1pdsr_1){align-self:end}:where(.ds-input-file_root_1pdsr_1):has(.ds-input-file_hint_1pdsr_1) :where(.ds-input-file_label_1pdsr_1){margin-block-end:4px}:where(.ds-input-file_label_1pdsr_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;display:block;max-width:fit-content;margin-block-end:8px}:where(.ds-input-file_label--hidden_1pdsr_44){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){:where(.ds-input-file_label--disabled_1pdsr_57){color:GrayText}}:where(.ds-input-file_hint_1pdsr_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;display:block;max-width:34em;margin-block-end:8px}:where(.ds-input-file_feedback_1pdsr_77){margin-block-end:8px;margin-block-start:8px}:where(.ds-input-file_dropzone_1pdsr_82){border:1px dashed #B1B1B1;padding:32px;text-align:center;cursor:pointer}:where(.ds-input-file_dropzone--disabled_1pdsr_88){cursor:not-allowed;color:#00000080;border-color:#0000001a}@media screen and (forced-colors: active){:where(.ds-input-file_dropzone--disabled_1pdsr_88){color:GrayText;border-color:GrayText}}:where(.ds-input-file_dropzone--disabled_1pdsr_88) svg{fill:currentColor}:where(.ds-input-file_dropzone--invalid_1pdsr_102){border-color:#d43b3b}:where(.ds-input-file_dropzone--is-dragging_1pdsr_105){background-color:#ededed}:where(.ds-input-file_dropzone--is-dragging_1pdsr_105) :where(.ds-input-file_hint-drop-zone_1pdsr_108){pointer-events:none}:where(.ds-input-file_dropzone_1pdsr_82) :where(.ds-input-file_upload-icon_1pdsr_111){margin-block-end:12px}:where(.ds-input-file_dropzone_1pdsr_82) :where(.ds-input-file_browse-button-dropzone--is-dragging_1pdsr_114){pointer-events:none}:where(.ds-input-file_dropzone_1pdsr_82) :where(.ds-input-file_instructions_1pdsr_117){margin-block-start:0;margin-block-end:24px;pointer-events:none;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}:where(.ds-input-file_dropzone_1pdsr_82) :where(.ds-input-file_hint-drop-zone_1pdsr_108){color:#666;margin-block-start:16px;text-align:center;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}:where(.ds-input-file_dropzone_1pdsr_82){transition:border-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-file_dropzone_1pdsr_82){transition-duration:0ms}}:where(.ds-input-file_input_1pdsr_154){display:none}:where(.ds-input-file_required-sr-info_1pdsr_158){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}"
173
+ cssFileName: "InputFile.D7Ihod7B.css",
174
+ cssFileContent: ":where(.ds-input-file_root_ad2pg_1) :where(.ds-input-file_browse-button--is-dragging-filled_ad2pg_1){background-color:#444}:where(.ds-input-file_root_ad2pg_1) :where(.ds-input-file_browse-button--is-dragging-filled_ad2pg_1) span{pointer-events:none}:where(.ds-input-file_root_ad2pg_1) :where(.ds-input-file_browse-button--is-dragging_ad2pg_1){background-color:#ededed}:where(.ds-input-file_root_ad2pg_1) :where(.ds-input-file_browse-button--is-dragging_ad2pg_1) span{pointer-events:none}:where(.ds-input-file_root_ad2pg_1):has(.ds-input-file_hint_ad2pg_14) :where(.ds-input-file_label-wrapper_ad2pg_14){margin-block-end:2px}:where(.ds-input-file_label_ad2pg_14){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:2px}@media screen and (forced-colors: active){:where(.ds-input-file_label--disabled_ad2pg_33){color:GrayText}}:where(.ds-input-file_label-wrapper_ad2pg_14){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-input-file_label-wrapper--hidden_ad2pg_45){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}:where(.ds-input-file_hint_ad2pg_14){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:34em;margin-block-end:8px}:where(.ds-input-file_feedback_ad2pg_73){margin-block-start:8px}:where(.ds-input-file_dropzone_ad2pg_77){border:1px dashed #B1B1B1;padding:32px;text-align:center;cursor:pointer}:where(.ds-input-file_dropzone--disabled_ad2pg_83){cursor:not-allowed;color:#00000080;border-color:#0000001a}@media screen and (forced-colors: active){:where(.ds-input-file_dropzone--disabled_ad2pg_83){color:GrayText;border-color:GrayText}}:where(.ds-input-file_dropzone--disabled_ad2pg_83) svg{fill:currentColor}:where(.ds-input-file_dropzone--invalid_ad2pg_97){border-color:#d43b3b}:where(.ds-input-file_dropzone--is-dragging_ad2pg_100){background-color:#ededed}:where(.ds-input-file_dropzone--is-dragging_ad2pg_100) :where(.ds-input-file_hint-drop-zone_ad2pg_103){pointer-events:none}:where(.ds-input-file_dropzone_ad2pg_77) :where(.ds-input-file_upload-icon_ad2pg_106){margin-block-end:12px}:where(.ds-input-file_dropzone_ad2pg_77) :where(.ds-input-file_browse-button-dropzone--is-dragging_ad2pg_109){pointer-events:none}:where(.ds-input-file_dropzone_ad2pg_77) :where(.ds-input-file_instructions_ad2pg_112){margin-block-start:0;margin-block-end:24px;pointer-events:none;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}:where(.ds-input-file_dropzone_ad2pg_77) :where(.ds-input-file_hint-drop-zone_ad2pg_103){color:#666;margin-block-start:16px;text-align:center;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}:where(.ds-input-file_dropzone_ad2pg_77){transition:border-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-file_dropzone_ad2pg_77){transition-duration:0ms}}:where(.ds-input-file_input_ad2pg_149){display:none}:where(.ds-input-file_required-sr-info_ad2pg_153){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}"
175
+ },
176
+ {
177
+ componentName: "DSInputNumber",
178
+ componentNameLowercase: "inputnumber",
179
+ cssFileName: "Button.CmeGVEAY.css, InputNumber.z_UqRYdv.css",
180
+ cssFileContent: ':where(.ds-button_root_146u3_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_146u3_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root_146u3_1):focus{outline:revert;outline-offset:revert}:where(.ds-button_root_146u3_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_146u3_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root_146u3_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}:where(.ds-button_root_146u3_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){:where(.ds-button_root_146u3_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-button_root_146u3_1){background-color:Canvas!important}:where(.ds-button_root_146u3_1):hover{border-color:Highlight}}:where(.ds-button_root--highlight_146u3_75),:where(.ds-button_root--dark-highlight_146u3_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-button_root--highlight_146u3_75):hover,:where(.ds-button_root--dark-highlight_146u3_75):hover{background-color:#e9640c}}:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true] svg,:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--highlight_146u3_75)[aria-disabled=true]:before,:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-highlight_146u3_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_146u3_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-highlight_146u3_75):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-highlight_146u3_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_146u3_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-highlight_146u3_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--filled_146u3_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-button_root--filled_146u3_151):hover{background-color:#444}}:where(.ds-button_root--filled_146u3_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--filled_146u3_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--filled_146u3_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--filled_146u3_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--outline_146u3_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-button_root--outline_146u3_179):hover{background-color:#0000001a}}:where(.ds-button_root--outline_146u3_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-button_root--outline_146u3_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--outline_146u3_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--outline_146u3_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost_146u3_206){color:#252525}@media (hover: hover){:where(.ds-button_root--ghost_146u3_206):hover{background-color:#0000001a}}:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost_146u3_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost-flush_146u3_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_146u3_231).ds-button_root--small_146u3_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_146u3_231):before{content:"";position:absolute;inset:-1px -12px}:where(.ds-button_root--ghost-flush_146u3_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-button_root--ghost-flush_146u3_231):before{transition-duration:0ms}}:where(.ds-button_root--ghost-flush_146u3_231):focus,:where(.ds-button_root--ghost-flush_146u3_231):focus-visible{outline:none}:where(.ds-button_root--ghost-flush_146u3_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--ghost-flush_146u3_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--ghost-flush_146u3_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--ghost-flush_146u3_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231):hover:before{background-color:transparent}}:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost-flush_146u3_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--navigation_146u3_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-button_root--navigation_146u3_317){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}}:where(.ds-button_root--navigation_146u3_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_146u3_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--navigation_146u3_317):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--navigation_146u3_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_146u3_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--navigation_146u3_317):hover{background-color:#0000001a}}:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--navigation_146u3_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--navigation--stretched_146u3_393){justify-content:flex-start}:where(.ds-button_root--navigation--stretched--icon-left_146u3_396){justify-content:flex-end}:where(.ds-button_root--dark-filled_146u3_399){background-color:#f8f8f8;color:#252525}:where(.ds-button_root--dark-filled_146u3_399):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_146u3_399):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-filled_146u3_399):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-filled_146u3_399):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_146u3_399):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-filled_146u3_399):hover{background-color:#dadada}}:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-filled_146u3_399)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-outline_146u3_456){border-color:#f8f8f8;color:#fff}:where(.ds-button_root--dark-outline_146u3_456):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_146u3_456):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-outline_146u3_456):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-outline_146u3_456):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_146u3_456):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-outline_146u3_456):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-outline_146u3_456)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost_146u3_512){color:#fff}:where(.ds-button_root--dark-ghost_146u3_512):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_146u3_512):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost_146u3_512):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost_146u3_512):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_146u3_512):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost_146u3_512):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost_146u3_512)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost-flush_146u3_566){color:#fff}:where(.ds-button_root--dark-ghost-flush_146u3_566):focus,:where(.ds-button_root--dark-ghost-flush_146u3_566):focus-visible{outline:none}:where(.ds-button_root--dark-ghost-flush_146u3_566):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost-flush_146u3_566):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost-flush_146u3_566):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost-flush_146u3_566):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566):hover:before{background-color:transparent}}:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost-flush_146u3_566)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--small_146u3_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-button_root--small_146u3_237).ds-button_root--ghost-flush_146u3_231:before{right:-8px;left:-8px}:where(.ds-button_root--stretched_146u3_641){width:100%}:where(.ds-button_root--icon-left_146u3_644){flex-direction:row-reverse}:where(.ds-button_root--icon-only_146u3_647){width:3rem;height:3rem}:where(.ds-button_root--icon-only_146u3_647).ds-button_root--ghost-flush_146u3_231{width:1rem;height:1rem}:where(.ds-button_root--icon-only-small_146u3_656){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-button_root--icon-only-small_146u3_656).ds-button_root--ghost-flush_146u3_231{width:1rem;height:1rem}:where(.ds-button_root_146u3_1){position:relative}@media (min-width: 1024px){:where(.ds-button_icon--navigation_146u3_672){min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}:where(.ds-button_icon--hidden_146u3_679){opacity:0}:where(.ds-button_label--hidden_146u3_683){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}:where(.ds-button_label--loading_146u3_695){opacity:0}:where(.ds-button_loader_146u3_699){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}:where(.ds-button_loader_146u3_699) svg{fill:currentColor}:where(.ds-input-number_input_1nvt0_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-number_input--small_1nvt0_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-number_input_1nvt0_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}:where(.ds-input-number_input_1nvt0_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1nvt0_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-number_input_1nvt0_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-number_input_1nvt0_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1nvt0_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-number_input_1nvt0_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-number_input_1nvt0_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-number_input_1nvt0_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-number_input_1nvt0_1):hover{border-color:Highlight}}:where(.ds-input-number_input_1nvt0_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-number_input_1nvt0_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-number_input_1nvt0_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1nvt0_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-number_input_1nvt0_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-number_input_1nvt0_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1nvt0_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-number_input_1nvt0_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-number_input_1nvt0_1)::-webkit-placeholder,:where(.ds-input-number_input_1nvt0_1)::placeholder{color:#666;opacity:1}:where(.ds-input-number_input--invalid_1nvt0_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-number_input--invalid_1nvt0_121):active,:where(.ds-input-number_input--invalid_1nvt0_121):focus,:where(.ds-input-number_input--invalid_1nvt0_121):focus-visible{border-color:#252525}:where(.ds-input-number_input--small_1nvt0_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}:where(.ds-input-number_input_1nvt0_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-number_input_1nvt0_1)::-webkit-outer-spin-button,:where(.ds-input-number_input_1nvt0_1)::-webkit-inner-spin-button,:where(.ds-input-number_input_1nvt0_1)::-webkit-search-decoration,:where(.ds-input-number_input_1nvt0_1)::-webkit-search-cancel-button,:where(.ds-input-number_input_1nvt0_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input-number_input_1nvt0_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-number_input_1nvt0_1):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-input-number_input_1nvt0_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input-number_input_1nvt0_1)[type=range]{accent-color:#E9640C}:where(.ds-input-number_input_1nvt0_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input-number_input--small_1nvt0_9){min-height:2rem;height:2rem}:where(.ds-input-number_input--small_1nvt0_9).ds-input-number_input--has-leading-icon_1nvt0_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-number_input--small_1nvt0_9).ds-input-number_input--has-action-button_1nvt0_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-number_input--small_1nvt0_9).ds-input-number_input--has-second-action-button_1nvt0_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-number_input--has-leading-icon_1nvt0_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-number_input--has-action-button_1nvt0_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-number_input--has-second-action-button_1nvt0_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-number_input--has-affix_1nvt0_197){color:#0000}:where(.ds-input-number_input--has-affix_1nvt0_197)::placeholder{color:#0000}:where(.ds-input-number_input--has-affix_1nvt0_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-number_input--has-affix_1nvt0_197)::placeholder{transition-duration:0ms}}:where(.ds-input-number_input--is-ready_1nvt0_211){color:#252525}:where(.ds-input-number_input--is-ready_1nvt0_211)::placeholder{color:#666}:where(.ds-input-number_input_1nvt0_1){grid-area:1/1/2/4}:where(.ds-input-number_root_1nvt0_222):has(.ds-input-number_hint_1nvt0_222) :where(.ds-input-number_label-wrapper_1nvt0_222){margin-block-end:2px}:where(.ds-input-number_wrapper_1nvt0_226){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-number_affix_1nvt0_232){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)}:where(.ds-input-number_affix--small_1nvt0_253){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}:where(.ds-input-number_affix_1nvt0_232).ds-input-number_prefix_1nvt0_266{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input-number_affix_1nvt0_232).ds-input-number_suffix_1nvt0_272{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input-number_affix--disabled_1nvt0_278){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input-number_affix--disabled_1nvt0_278){color:GrayText}}:where(.ds-input-number_affix--disabled_1nvt0_278).ds-input-number_prefix_1nvt0_266,:where(.ds-input-number_affix--disabled_1nvt0_278).ds-input-number_suffix_1nvt0_272{border-color:#0000001a}:where(.ds-input-number_affix--readonly_1nvt0_289){background-color:#ededed;position:relative}:where(.ds-input-number_affix--readonly_1nvt0_289).ds-input-number_prefix_1nvt0_266,:where(.ds-input-number_affix--readonly_1nvt0_289).ds-input-number_suffix_1nvt0_272{border-color:transparent}:where(.ds-input-number_affix--readonly_1nvt0_289).ds-input-number_prefix_1nvt0_266:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input-number_affix--readonly_1nvt0_289).ds-input-number_prefix_1nvt0_266:after{background-color:transparent}}:where(.ds-input-number_affix--readonly_1nvt0_289).ds-input-number_suffix_1nvt0_272:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input-number_affix--readonly_1nvt0_289).ds-input-number_suffix_1nvt0_272:before{background-color:transparent}}:where(.ds-input-number_action-button_1nvt0_325){grid-area:1/4/2/5}:where(.ds-input-number_label_1nvt0_222){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:2px}@media screen and (forced-colors: active){:where(.ds-input-number_label--disabled_1nvt0_344){color:GrayText}}:where(.ds-input-number_label-wrapper_1nvt0_222){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-input-number_label-wrapper--hidden_1nvt0_356){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}:where(.ds-input-number_hint_1nvt0_222){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:34em;margin-block-end:8px}:where(.ds-input-number_feedback_1nvt0_384){margin-block-start:8px}:where(.ds-input-number_wrapper_1nvt0_226){gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}:where(.ds-input-number_action-button_1nvt0_325){grid-area:1/5/2/6}:where(.ds-input-number_second-action-button_1nvt0_397){grid-area:1/4/2/5}:where(.ds-input-number_value-announcer_1nvt0_401){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}'
175
181
  },
176
182
  {
177
183
  componentName: "DSInputPassword",
178
184
  componentNameLowercase: "inputpassword",
179
- cssFileName: "InputPassword.124xVOiO.css",
180
- cssFileContent: ":where(.ds-input-password_input_15c4p_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-password_input--small_15c4p_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-password_input_15c4p_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}:where(.ds-input-password_input_15c4p_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_15c4p_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-password_input_15c4p_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-password_input_15c4p_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_15c4p_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-password_input_15c4p_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-password_input_15c4p_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-password_input_15c4p_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-password_input_15c4p_1):hover{border-color:Highlight}}:where(.ds-input-password_input_15c4p_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-password_input_15c4p_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-password_input_15c4p_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_15c4p_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-password_input_15c4p_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-password_input_15c4p_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_15c4p_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-password_input_15c4p_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-password_input_15c4p_1)::-webkit-placeholder,:where(.ds-input-password_input_15c4p_1)::placeholder{color:#666;opacity:1}:where(.ds-input-password_input--invalid_15c4p_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-password_input--invalid_15c4p_121):active,:where(.ds-input-password_input--invalid_15c4p_121):focus,:where(.ds-input-password_input--invalid_15c4p_121):focus-visible{border-color:#252525}:where(.ds-input-password_input--small_15c4p_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}:where(.ds-input-password_input_15c4p_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-password_input_15c4p_1)::-webkit-outer-spin-button,:where(.ds-input-password_input_15c4p_1)::-webkit-inner-spin-button,:where(.ds-input-password_input_15c4p_1)::-webkit-search-decoration,:where(.ds-input-password_input_15c4p_1)::-webkit-search-cancel-button,:where(.ds-input-password_input_15c4p_1)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_15c4p_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-password_input_15c4p_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}:where(.ds-input-password_input_15c4p_1)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_15c4p_1)[type=range]{accent-color:#E9640C}:where(.ds-input-password_input_15c4p_1)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-input-password_input--small_15c4p_9){min-height:2rem;height:2rem}:where(.ds-input-password_input--small_15c4p_9).ds-input-password_input--has-leading-icon_15c4p_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-password_input--small_15c4p_9).ds-input-password_input--has-action-button_15c4p_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-password_input--small_15c4p_9).ds-input-password_input--has-second-action-button_15c4p_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-password_input--has-leading-icon_15c4p_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-password_input--has-action-button_15c4p_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-password_input--has-second-action-button_15c4p_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-password_input--has-affix_15c4p_197){color:#0000}:where(.ds-input-password_input--has-affix_15c4p_197)::placeholder{color:#0000}:where(.ds-input-password_input--has-affix_15c4p_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-password_input--has-affix_15c4p_197)::placeholder{transition-duration:0ms}}:where(.ds-input-password_input--is-ready_15c4p_211){color:#252525}:where(.ds-input-password_input--is-ready_15c4p_211)::placeholder{color:#666}:where(.ds-input-password_root_15c4p_218){align-self:end}:where(.ds-input-password_root_15c4p_218):has(.ds-input-password_hint_15c4p_227) :where(.ds-input-password_label_15c4p_227){margin-block-end:4px}:where(.ds-input-password_wrapper_15c4p_231){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-password_action-button_15c4p_237){grid-area:1/4/2/5}:where(.ds-input-password_label_15c4p_227){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}:where(.ds-input-password_label--hidden_15c4p_255){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){:where(.ds-input-password_label--disabled_15c4p_268){color:GrayText}}:where(.ds-input-password_hint_15c4p_227){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:34em;margin-block-end:8px}:where(.ds-input-password_feedback_15c4p_288){margin-block-end:8px;margin-block-start:8px}"
185
+ cssFileName: "InputPassword.DZENjxJ9.css",
186
+ cssFileContent: ":where(.ds-input-password_input_l2ovg_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-password_input--small_l2ovg_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-password_input_l2ovg_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}:where(.ds-input-password_input_l2ovg_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_l2ovg_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-password_input_l2ovg_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-password_input_l2ovg_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_l2ovg_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-password_input_l2ovg_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-password_input_l2ovg_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-password_input_l2ovg_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-password_input_l2ovg_1):hover{border-color:Highlight}}:where(.ds-input-password_input_l2ovg_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-password_input_l2ovg_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-password_input_l2ovg_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_l2ovg_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-password_input_l2ovg_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-password_input_l2ovg_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_l2ovg_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-password_input_l2ovg_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-password_input_l2ovg_1)::-webkit-placeholder,:where(.ds-input-password_input_l2ovg_1)::placeholder{color:#666;opacity:1}:where(.ds-input-password_input--invalid_l2ovg_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-password_input--invalid_l2ovg_121):active,:where(.ds-input-password_input--invalid_l2ovg_121):focus,:where(.ds-input-password_input--invalid_l2ovg_121):focus-visible{border-color:#252525}:where(.ds-input-password_input--small_l2ovg_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}:where(.ds-input-password_input_l2ovg_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-password_input_l2ovg_1)::-webkit-outer-spin-button,:where(.ds-input-password_input_l2ovg_1)::-webkit-inner-spin-button,:where(.ds-input-password_input_l2ovg_1)::-webkit-search-decoration,:where(.ds-input-password_input_l2ovg_1)::-webkit-search-cancel-button,:where(.ds-input-password_input_l2ovg_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_l2ovg_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-password_input_l2ovg_1):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_l2ovg_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_l2ovg_1)[type=range]{accent-color:#E9640C}:where(.ds-input-password_input_l2ovg_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input-password_input--small_l2ovg_9){min-height:2rem;height:2rem}:where(.ds-input-password_input--small_l2ovg_9).ds-input-password_input--has-leading-icon_l2ovg_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-password_input--small_l2ovg_9).ds-input-password_input--has-action-button_l2ovg_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-password_input--small_l2ovg_9).ds-input-password_input--has-second-action-button_l2ovg_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-password_input--has-leading-icon_l2ovg_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-password_input--has-action-button_l2ovg_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-password_input--has-second-action-button_l2ovg_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-password_input--has-affix_l2ovg_197){color:#0000}:where(.ds-input-password_input--has-affix_l2ovg_197)::placeholder{color:#0000}:where(.ds-input-password_input--has-affix_l2ovg_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-password_input--has-affix_l2ovg_197)::placeholder{transition-duration:0ms}}:where(.ds-input-password_input--is-ready_l2ovg_211){color:#252525}:where(.ds-input-password_input--is-ready_l2ovg_211)::placeholder{color:#666}:where(.ds-input-password_root_l2ovg_218):has(.ds-input-password_hint_l2ovg_218) :where(.ds-input-password_label-wrapper_l2ovg_218){margin-block-end:2px}:where(.ds-input-password_wrapper_l2ovg_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-password_action-button_l2ovg_228){grid-area:1/4/2/5}:where(.ds-input-password_label_l2ovg_218){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:2px}@media screen and (forced-colors: active){:where(.ds-input-password_label--disabled_l2ovg_247){color:GrayText}}:where(.ds-input-password_label-wrapper_l2ovg_218){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-input-password_label-wrapper--hidden_l2ovg_259){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}:where(.ds-input-password_hint_l2ovg_218){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:34em;margin-block-end:8px}:where(.ds-input-password_feedback_l2ovg_287){margin-block-start:8px}"
181
187
  },
182
188
  {
183
189
  componentName: "DSInputSearch",
184
190
  componentNameLowercase: "inputsearch",
185
- cssFileName: "InputSearch.Bkg-1urJ.css",
186
- cssFileContent: ":where(.ds-input-search_root_12yjy_1){align-self:auto}:where(.ds-input-search_input_12yjy_5){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-search_input--small_12yjy_13){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-search_input_12yjy_5){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}:where(.ds-input-search_input_12yjy_5):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_12yjy_5):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-search_input_12yjy_5):focus{outline:revert;outline-offset:revert}:where(.ds-input-search_input_12yjy_5):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_12yjy_5):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-search_input_12yjy_5){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-search_input_12yjy_5){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-search_input_12yjy_5):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-search_input_12yjy_5):hover{border-color:Highlight}}:where(.ds-input-search_input_12yjy_5){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-search_input_12yjy_5)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-search_input_12yjy_5)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_12yjy_5)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-search_input_12yjy_5)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-search_input_12yjy_5)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_12yjy_5)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-search_input_12yjy_5):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-search_input_12yjy_5)::-webkit-placeholder,:where(.ds-input-search_input_12yjy_5)::placeholder{color:#666;opacity:1}:where(.ds-input-search_input--invalid_12yjy_125){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-search_input--invalid_12yjy_125):active,:where(.ds-input-search_input--invalid_12yjy_125):focus,:where(.ds-input-search_input--invalid_12yjy_125):focus-visible{border-color:#252525}:where(.ds-input-search_input--small_12yjy_13){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}:where(.ds-input-search_input_12yjy_5){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-search_input_12yjy_5)::-webkit-outer-spin-button,:where(.ds-input-search_input_12yjy_5)::-webkit-inner-spin-button,:where(.ds-input-search_input_12yjy_5)::-webkit-search-decoration,:where(.ds-input-search_input_12yjy_5)::-webkit-search-cancel-button,:where(.ds-input-search_input_12yjy_5)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_12yjy_5)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-search_input_12yjy_5):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}:where(.ds-input-search_input_12yjy_5)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_12yjy_5)[type=range]{accent-color:#E9640C}:where(.ds-input-search_input_12yjy_5)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-input-search_input--small_12yjy_13){min-height:2rem;height:2rem}:where(.ds-input-search_input--small_12yjy_13).ds-input-search_input--has-leading-icon_12yjy_183{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-search_input--small_12yjy_13).ds-input-search_input--has-action-button_12yjy_186{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-search_input--small_12yjy_13).ds-input-search_input--has-second-action-button_12yjy_189{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-search_input--has-leading-icon_12yjy_183){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-search_input--has-action-button_12yjy_186){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-search_input--has-second-action-button_12yjy_189){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-search_input--has-affix_12yjy_201){color:#0000}:where(.ds-input-search_input--has-affix_12yjy_201)::placeholder{color:#0000}:where(.ds-input-search_input--has-affix_12yjy_201)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-search_input--has-affix_12yjy_201)::placeholder{transition-duration:0ms}}:where(.ds-input-search_input--is-ready_12yjy_215){color:#252525}:where(.ds-input-search_input--is-ready_12yjy_215)::placeholder{color:#666}:where(.ds-input-search_root_12yjy_1){align-self:end}:where(.ds-input-search_root_12yjy_1):has(.ds-input-search_hint_12yjy_231) :where(.ds-input-search_label_12yjy_231){margin-block-end:4px}:where(.ds-input-search_wrapper_12yjy_235){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-search_action-button_12yjy_241){grid-area:1/4/2/5}:where(.ds-input-search_second-action-button_12yjy_245){grid-area:1/3/2/4}:where(.ds-input-search_label_12yjy_231){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}:where(.ds-input-search_label--hidden_12yjy_263){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){:where(.ds-input-search_label--disabled_12yjy_276){color:GrayText}}:where(.ds-input-search_hint_12yjy_231){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:34em;margin-block-end:8px}:where(.ds-input-search_feedback_12yjy_296){margin-block-end:8px;margin-block-start:8px}"
187
- },
188
- {
189
- componentName: "DSInputStepper",
190
- componentNameLowercase: "inputstepper",
191
- cssFileName: "Button.Dw8H5nFS.css, InputStepper.DvFJk1Mi.css",
192
- cssFileContent: ':where(.ds-button_root_94r67_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_94r67_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root_94r67_1):focus{outline:revert;outline-offset:revert}:where(.ds-button_root_94r67_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root_94r67_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root_94r67_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}:where(.ds-button_root_94r67_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){:where(.ds-button_root_94r67_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-button_root_94r67_1){background-color:Canvas!important}:where(.ds-button_root_94r67_1):hover{border-color:Highlight}}:where(.ds-button_root--highlight_94r67_75),:where(.ds-button_root--dark-highlight_94r67_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-button_root--highlight_94r67_75):hover,:where(.ds-button_root--dark-highlight_94r67_75):hover{background-color:#e9640c}}:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true] svg,:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true],:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--highlight_94r67_75)[aria-disabled=true]:before,:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-highlight_94r67_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_94r67_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-highlight_94r67_75):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-highlight_94r67_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_94r67_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-highlight_94r67_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--filled_94r67_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-button_root--filled_94r67_151):hover{background-color:#444}}:where(.ds-button_root--filled_94r67_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-button_root--filled_94r67_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--filled_94r67_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--filled_94r67_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--outline_94r67_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-button_root--outline_94r67_179):hover{background-color:#0000001a}}:where(.ds-button_root--outline_94r67_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-button_root--outline_94r67_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--outline_94r67_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--outline_94r67_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost_94r67_206){color:#252525}@media (hover: hover){:where(.ds-button_root--ghost_94r67_206):hover{background-color:#0000001a}}:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost_94r67_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--ghost-flush_94r67_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_94r67_231).ds-button_root--small_94r67_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-button_root--ghost-flush_94r67_231):before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}:where(.ds-button_root--ghost-flush_94r67_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-button_root--ghost-flush_94r67_231):before{transition-duration:0ms}}:where(.ds-button_root--ghost-flush_94r67_231):focus,:where(.ds-button_root--ghost-flush_94r67_231):focus-visible{outline:none}:where(.ds-button_root--ghost-flush_94r67_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--ghost-flush_94r67_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--ghost-flush_94r67_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--ghost-flush_94r67_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231):hover:before{background-color:transparent}}:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--ghost-flush_94r67_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--navigation_94r67_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-button_root--navigation_94r67_317){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}}:where(.ds-button_root--navigation_94r67_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_94r67_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--navigation_94r67_317):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--navigation_94r67_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_94r67_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--navigation_94r67_317):hover{background-color:#0000001a}}:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--navigation_94r67_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-filled_94r67_393){background-color:#f8f8f8;color:#252525}:where(.ds-button_root--dark-filled_94r67_393):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_94r67_393):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-filled_94r67_393):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-filled_94r67_393):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_94r67_393):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-filled_94r67_393):hover{background-color:#dadada}}:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-filled_94r67_393)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-outline_94r67_450){border-color:#f8f8f8;color:#fff}:where(.ds-button_root--dark-outline_94r67_450):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_94r67_450):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-outline_94r67_450):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-outline_94r67_450):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_94r67_450):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-outline_94r67_450):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-outline_94r67_450)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost_94r67_506){color:#fff}:where(.ds-button_root--dark-ghost_94r67_506):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_94r67_506):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost_94r67_506):focus{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost_94r67_506):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_94r67_506):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost_94r67_506):hover{background-color:#ffffff26}}:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost_94r67_506)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--dark-ghost-flush_94r67_560){color:#fff}:where(.ds-button_root--dark-ghost-flush_94r67_560):focus,:where(.ds-button_root--dark-ghost-flush_94r67_560):focus-visible{outline:none}:where(.ds-button_root--dark-ghost-flush_94r67_560):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-button_root--dark-ghost-flush_94r67_560):focus:before{outline:revert;outline-offset:revert}:where(.ds-button_root--dark-ghost-flush_94r67_560):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-button_root--dark-ghost-flush_94r67_560):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560):hover:before{background-color:transparent}}:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-button_root--dark-ghost-flush_94r67_560)[aria-disabled=true]:before{background-color:transparent}:where(.ds-button_root--small_94r67_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-button_root--small_94r67_237).ds-button_root--ghost-flush_94r67_231:before{right:-8px;left:-8px}:where(.ds-button_root--icon-left_94r67_635){flex-direction:row-reverse}:where(.ds-button_root--icon-only_94r67_638){width:3rem;height:3rem}:where(.ds-button_root--icon-only_94r67_638).ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}:where(.ds-button_root--icon-only-small_94r67_647){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-button_root--icon-only-small_94r67_647).ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}:where(.ds-button_root_94r67_1){position:relative}@media (min-width: 1024px){:where(.ds-button_icon--navigation_94r67_663){min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}:where(.ds-button_icon--hidden_94r67_670){opacity:0}:where(.ds-button_label--hidden_94r67_674){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}:where(.ds-button_label--loading_94r67_686){opacity:0}:where(.ds-button_loader_94r67_690){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}:where(.ds-button_loader_94r67_690) svg{fill:currentColor}:where(.ds-input-stepper_input_93jvc_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-stepper_input--small_93jvc_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-stepper_input_93jvc_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}:where(.ds-input-stepper_input_93jvc_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-stepper_input_93jvc_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-stepper_input_93jvc_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-stepper_input_93jvc_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-stepper_input_93jvc_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-stepper_input_93jvc_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-stepper_input_93jvc_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-stepper_input_93jvc_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-stepper_input_93jvc_1):hover{border-color:Highlight}}:where(.ds-input-stepper_input_93jvc_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-stepper_input_93jvc_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-stepper_input_93jvc_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-stepper_input_93jvc_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-stepper_input_93jvc_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-stepper_input_93jvc_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-stepper_input_93jvc_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-stepper_input_93jvc_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-stepper_input_93jvc_1)::-webkit-placeholder,:where(.ds-input-stepper_input_93jvc_1)::placeholder{color:#666;opacity:1}:where(.ds-input-stepper_input--invalid_93jvc_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-stepper_input--invalid_93jvc_121):active,:where(.ds-input-stepper_input--invalid_93jvc_121):focus,:where(.ds-input-stepper_input--invalid_93jvc_121):focus-visible{border-color:#252525}:where(.ds-input-stepper_input--small_93jvc_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}:where(.ds-input-stepper_input_93jvc_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-stepper_input_93jvc_1)::-webkit-outer-spin-button,:where(.ds-input-stepper_input_93jvc_1)::-webkit-inner-spin-button,:where(.ds-input-stepper_input_93jvc_1)::-webkit-search-decoration,:where(.ds-input-stepper_input_93jvc_1)::-webkit-search-cancel-button,:where(.ds-input-stepper_input_93jvc_1)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input-stepper_input_93jvc_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-stepper_input_93jvc_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}:where(.ds-input-stepper_input_93jvc_1)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input-stepper_input_93jvc_1)[type=range]{accent-color:#E9640C}:where(.ds-input-stepper_input_93jvc_1)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-input-stepper_input--small_93jvc_9){min-height:2rem;height:2rem}:where(.ds-input-stepper_input--small_93jvc_9).ds-input-stepper_input--has-leading-icon_93jvc_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-stepper_input--small_93jvc_9).ds-input-stepper_input--has-action-button_93jvc_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-stepper_input--small_93jvc_9).ds-input-stepper_input--has-second-action-button_93jvc_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-stepper_input--has-leading-icon_93jvc_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-stepper_input--has-action-button_93jvc_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-stepper_input--has-second-action-button_93jvc_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-stepper_input--has-affix_93jvc_197){color:#0000}:where(.ds-input-stepper_input--has-affix_93jvc_197)::placeholder{color:#0000}:where(.ds-input-stepper_input--has-affix_93jvc_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-stepper_input--has-affix_93jvc_197)::placeholder{transition-duration:0ms}}:where(.ds-input-stepper_input--is-ready_93jvc_211){color:#252525}:where(.ds-input-stepper_input--is-ready_93jvc_211)::placeholder{color:#666}:where(.ds-input-stepper_input_93jvc_1){grid-area:1/1/2/4}:where(.ds-input-stepper_root_93jvc_222){align-self:end}:where(.ds-input-stepper_root_93jvc_222):has(.ds-input-stepper_hint_93jvc_231) :where(.ds-input-stepper_label_93jvc_231){margin-block-end:4px}:where(.ds-input-stepper_wrapper_93jvc_235){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-stepper_affix_93jvc_241){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)}:where(.ds-input-stepper_affix--small_93jvc_262){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}:where(.ds-input-stepper_affix_93jvc_241).ds-input-stepper_prefix_93jvc_275{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input-stepper_affix_93jvc_241).ds-input-stepper_suffix_93jvc_281{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input-stepper_affix--disabled_93jvc_287){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input-stepper_affix--disabled_93jvc_287){color:GrayText}}:where(.ds-input-stepper_affix--disabled_93jvc_287).ds-input-stepper_prefix_93jvc_275,:where(.ds-input-stepper_affix--disabled_93jvc_287).ds-input-stepper_suffix_93jvc_281{border-color:#0000001a}:where(.ds-input-stepper_affix--readonly_93jvc_298){background-color:#ededed;position:relative}:where(.ds-input-stepper_affix--readonly_93jvc_298).ds-input-stepper_prefix_93jvc_275,:where(.ds-input-stepper_affix--readonly_93jvc_298).ds-input-stepper_suffix_93jvc_281{border-color:transparent}:where(.ds-input-stepper_affix--readonly_93jvc_298).ds-input-stepper_prefix_93jvc_275:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input-stepper_affix--readonly_93jvc_298).ds-input-stepper_prefix_93jvc_275:after{background-color:transparent}}:where(.ds-input-stepper_affix--readonly_93jvc_298).ds-input-stepper_suffix_93jvc_281:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input-stepper_affix--readonly_93jvc_298).ds-input-stepper_suffix_93jvc_281:before{background-color:transparent}}:where(.ds-input-stepper_action-button_93jvc_334){grid-area:1/4/2/5}:where(.ds-input-stepper_label_93jvc_231){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}:where(.ds-input-stepper_label--hidden_93jvc_352){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){:where(.ds-input-stepper_label--disabled_93jvc_365){color:GrayText}}:where(.ds-input-stepper_hint_93jvc_231){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:34em;margin-block-end:8px}:where(.ds-input-stepper_feedback_93jvc_385){margin-block-end:8px;margin-block-start:8px}:where(.ds-input-stepper_wrapper_93jvc_235){gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}:where(.ds-input-stepper_action-button_93jvc_334){grid-area:1/5/2/6}:where(.ds-input-stepper_second-action-button_93jvc_399){grid-area:1/4/2/5}:where(.ds-input-stepper_value-announcer_93jvc_403){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}'
191
+ cssFileName: "InputSearch.GBH9Eh6F.css",
192
+ cssFileContent: ":where(.ds-input-search_input_37dw5_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-search_input--small_37dw5_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-search_input_37dw5_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}:where(.ds-input-search_input_37dw5_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_37dw5_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-search_input_37dw5_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-search_input_37dw5_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_37dw5_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-search_input_37dw5_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-search_input_37dw5_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-search_input_37dw5_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-search_input_37dw5_1):hover{border-color:Highlight}}:where(.ds-input-search_input_37dw5_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-search_input_37dw5_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-search_input_37dw5_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_37dw5_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-search_input_37dw5_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-search_input_37dw5_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_37dw5_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-search_input_37dw5_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-search_input_37dw5_1)::-webkit-placeholder,:where(.ds-input-search_input_37dw5_1)::placeholder{color:#666;opacity:1}:where(.ds-input-search_input--invalid_37dw5_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-search_input--invalid_37dw5_121):active,:where(.ds-input-search_input--invalid_37dw5_121):focus,:where(.ds-input-search_input--invalid_37dw5_121):focus-visible{border-color:#252525}:where(.ds-input-search_input--small_37dw5_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}:where(.ds-input-search_input_37dw5_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-search_input_37dw5_1)::-webkit-outer-spin-button,:where(.ds-input-search_input_37dw5_1)::-webkit-inner-spin-button,:where(.ds-input-search_input_37dw5_1)::-webkit-search-decoration,:where(.ds-input-search_input_37dw5_1)::-webkit-search-cancel-button,:where(.ds-input-search_input_37dw5_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_37dw5_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-search_input_37dw5_1):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_37dw5_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_37dw5_1)[type=range]{accent-color:#E9640C}:where(.ds-input-search_input_37dw5_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input-search_input--small_37dw5_9){min-height:2rem;height:2rem}:where(.ds-input-search_input--small_37dw5_9).ds-input-search_input--has-leading-icon_37dw5_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-search_input--small_37dw5_9).ds-input-search_input--has-action-button_37dw5_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-search_input--small_37dw5_9).ds-input-search_input--has-second-action-button_37dw5_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-search_input--has-leading-icon_37dw5_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-search_input--has-action-button_37dw5_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-search_input--has-second-action-button_37dw5_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-search_input--has-affix_37dw5_197){color:#0000}:where(.ds-input-search_input--has-affix_37dw5_197)::placeholder{color:#0000}:where(.ds-input-search_input--has-affix_37dw5_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-search_input--has-affix_37dw5_197)::placeholder{transition-duration:0ms}}:where(.ds-input-search_input--is-ready_37dw5_211){color:#252525}:where(.ds-input-search_input--is-ready_37dw5_211)::placeholder{color:#666}:where(.ds-input-search_root_37dw5_218):has(.ds-input-search_hint_37dw5_218) :where(.ds-input-search_label-wrapper_37dw5_218){margin-block-end:2px}:where(.ds-input-search_wrapper_37dw5_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-search_action-button_37dw5_228){grid-area:1/4/2/5}:where(.ds-input-search_second-action-button_37dw5_232){grid-area:1/3/2/4}:where(.ds-input-search_label_37dw5_218){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:2px}@media screen and (forced-colors: active){:where(.ds-input-search_label--disabled_37dw5_251){color:GrayText}}:where(.ds-input-search_label-wrapper_37dw5_218){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-input-search_label-wrapper--hidden_37dw5_263){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}:where(.ds-input-search_hint_37dw5_218){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:34em;margin-block-end:8px}:where(.ds-input-search_feedback_37dw5_291){margin-block-start:8px}"
193
193
  },
194
194
  {
195
195
  componentName: "DSLink",
@@ -200,8 +200,8 @@ function f(r, a) {
200
200
  {
201
201
  componentName: "DSLinkButton",
202
202
  componentNameLowercase: "linkbutton",
203
- cssFileName: "LinkButton.xMvg_ojf.css",
204
- cssFileContent: ':where(.ds-link-button_root_oblg9_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root_oblg9_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root_oblg9_1):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root_oblg9_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root_oblg9_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-link-button_root_oblg9_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}:where(.ds-link-button_root_oblg9_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){:where(.ds-link-button_root_oblg9_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-link-button_root_oblg9_1){background-color:Canvas!important}:where(.ds-link-button_root_oblg9_1):hover{border-color:Highlight}}:where(.ds-link-button_root--highlight_oblg9_75),:where(.ds-link-button_root--dark-highlight_oblg9_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-link-button_root--highlight_oblg9_75):hover,:where(.ds-link-button_root--dark-highlight_oblg9_75):hover{background-color:#e9640c}}:where(.ds-link-button_root--highlight_oblg9_75)[aria-disabled=true],:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--highlight_oblg9_75)[aria-disabled=true] svg,:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--highlight_oblg9_75)[aria-disabled=true],:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--highlight_oblg9_75)[aria-disabled=true]:before,:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-highlight_oblg9_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-highlight_oblg9_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-highlight_oblg9_75):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-highlight_oblg9_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-highlight_oblg9_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-highlight_oblg9_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--filled_oblg9_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-link-button_root--filled_oblg9_151):hover{background-color:#444}}:where(.ds-link-button_root--filled_oblg9_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--filled_oblg9_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--filled_oblg9_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--filled_oblg9_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--outline_oblg9_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-link-button_root--outline_oblg9_179):hover{background-color:#0000001a}}:where(.ds-link-button_root--outline_oblg9_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-link-button_root--outline_oblg9_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--outline_oblg9_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--outline_oblg9_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--ghost_oblg9_206){color:#252525}@media (hover: hover){:where(.ds-link-button_root--ghost_oblg9_206):hover{background-color:#0000001a}}:where(.ds-link-button_root--ghost_oblg9_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-link-button_root--ghost_oblg9_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost_oblg9_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--ghost_oblg9_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--ghost-flush_oblg9_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-link-button_root--ghost-flush_oblg9_231).ds-link-button_root--small_oblg9_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-link-button_root--ghost-flush_oblg9_231):before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}:where(.ds-link-button_root--ghost-flush_oblg9_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-link-button_root--ghost-flush_oblg9_231):before{transition-duration:0ms}}:where(.ds-link-button_root--ghost-flush_oblg9_231):focus,:where(.ds-link-button_root--ghost-flush_oblg9_231):focus-visible{outline:none}:where(.ds-link-button_root--ghost-flush_oblg9_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_oblg9_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--ghost-flush_oblg9_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-link-button_root--ghost-flush_oblg9_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_oblg9_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--ghost-flush_oblg9_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_oblg9_231):hover:before{background-color:transparent}}:where(.ds-link-button_root--ghost-flush_oblg9_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-link-button_root--ghost-flush_oblg9_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_oblg9_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--ghost-flush_oblg9_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--navigation_oblg9_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-link-button_root--navigation_oblg9_317){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}}:where(.ds-link-button_root--navigation_oblg9_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--navigation_oblg9_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--navigation_oblg9_317):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--navigation_oblg9_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--navigation_oblg9_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--navigation_oblg9_317):hover{background-color:#0000001a}}:where(.ds-link-button_root--navigation_oblg9_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-link-button_root--navigation_oblg9_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--navigation_oblg9_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--navigation_oblg9_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-filled_oblg9_393){background-color:#f8f8f8;color:#252525}:where(.ds-link-button_root--dark-filled_oblg9_393):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-filled_oblg9_393):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-filled_oblg9_393):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-filled_oblg9_393):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-filled_oblg9_393):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-filled_oblg9_393):hover{background-color:#dadada}}:where(.ds-link-button_root--dark-filled_oblg9_393)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--dark-filled_oblg9_393)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-filled_oblg9_393)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-filled_oblg9_393)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-outline_oblg9_450){border-color:#f8f8f8;color:#fff}:where(.ds-link-button_root--dark-outline_oblg9_450):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-outline_oblg9_450):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-outline_oblg9_450):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-outline_oblg9_450):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-outline_oblg9_450):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-outline_oblg9_450):hover{background-color:#ffffff26}}:where(.ds-link-button_root--dark-outline_oblg9_450)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-link-button_root--dark-outline_oblg9_450)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-outline_oblg9_450)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-outline_oblg9_450)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-ghost_oblg9_506){color:#fff}:where(.ds-link-button_root--dark-ghost_oblg9_506):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost_oblg9_506):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-ghost_oblg9_506):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-ghost_oblg9_506):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost_oblg9_506):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-ghost_oblg9_506):hover{background-color:#ffffff26}}:where(.ds-link-button_root--dark-ghost_oblg9_506)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-link-button_root--dark-ghost_oblg9_506)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost_oblg9_506)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-ghost_oblg9_506)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560){color:#fff}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus,:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus-visible{outline:none}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus:before{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_oblg9_560):hover:before{background-color:transparent}}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_oblg9_560)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-ghost-flush_oblg9_560)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--small_oblg9_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-link-button_root--small_oblg9_237).ds-link-button_root--ghost-flush_oblg9_231:before{right:-8px;left:-8px}:where(.ds-link-button_root--icon-left_oblg9_635){flex-direction:row-reverse}:where(.ds-link-button_root--icon-only_oblg9_638){width:3rem;height:3rem}:where(.ds-link-button_root--icon-only_oblg9_638).ds-link-button_root--ghost-flush_oblg9_231{width:1rem;height:1rem}:where(.ds-link-button_root--icon-only-small_oblg9_647){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-link-button_root--icon-only-small_oblg9_647).ds-link-button_root--ghost-flush_oblg9_231{width:1rem;height:1rem}@media (min-width: 1024px){:where(.ds-link-button_icon--navigation_oblg9_659){min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}:where(.ds-link-button_label--hidden_oblg9_667){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}'
203
+ cssFileName: "LinkButton.88j5ckLu.css",
204
+ cssFileContent: ':where(.ds-link-button_root_250ek_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root_250ek_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root_250ek_1):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root_250ek_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root_250ek_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-link-button_root_250ek_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}:where(.ds-link-button_root_250ek_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){:where(.ds-link-button_root_250ek_1){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-link-button_root_250ek_1){background-color:Canvas!important}:where(.ds-link-button_root_250ek_1):hover{border-color:Highlight}}:where(.ds-link-button_root--highlight_250ek_75),:where(.ds-link-button_root--dark-highlight_250ek_75){background-color:#f37a1f;color:#252525}@media (hover: hover){:where(.ds-link-button_root--highlight_250ek_75):hover,:where(.ds-link-button_root--dark-highlight_250ek_75):hover{background-color:#e9640c}}:where(.ds-link-button_root--highlight_250ek_75)[aria-disabled=true],:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--highlight_250ek_75)[aria-disabled=true] svg,:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--highlight_250ek_75)[aria-disabled=true],:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--highlight_250ek_75)[aria-disabled=true]:before,:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-highlight_250ek_75):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-highlight_250ek_75):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-highlight_250ek_75):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-highlight_250ek_75):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-highlight_250ek_75):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-highlight_250ek_75)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--filled_250ek_151){background-color:#252525;color:#fff}@media (hover: hover){:where(.ds-link-button_root--filled_250ek_151):hover{background-color:#444}}:where(.ds-link-button_root--filled_250ek_151)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--filled_250ek_151)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--filled_250ek_151)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--filled_250ek_151)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--outline_250ek_179){border-color:#252525;color:#252525}@media (hover: hover){:where(.ds-link-button_root--outline_250ek_179):hover{background-color:#0000001a}}:where(.ds-link-button_root--outline_250ek_179)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}:where(.ds-link-button_root--outline_250ek_179)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--outline_250ek_179)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--outline_250ek_179)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--ghost_250ek_206){color:#252525}@media (hover: hover){:where(.ds-link-button_root--ghost_250ek_206):hover{background-color:#0000001a}}:where(.ds-link-button_root--ghost_250ek_206)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-link-button_root--ghost_250ek_206)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost_250ek_206)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--ghost_250ek_206)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--ghost-flush_250ek_231){color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-link-button_root--ghost-flush_250ek_231).ds-link-button_root--small_250ek_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}:where(.ds-link-button_root--ghost-flush_250ek_231):before{content:"";position:absolute;inset:-1px -12px}:where(.ds-link-button_root--ghost-flush_250ek_231):before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-link-button_root--ghost-flush_250ek_231):before{transition-duration:0ms}}:where(.ds-link-button_root--ghost-flush_250ek_231):focus,:where(.ds-link-button_root--ghost-flush_250ek_231):focus-visible{outline:none}:where(.ds-link-button_root--ghost-flush_250ek_231):focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_250ek_231):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--ghost-flush_250ek_231):focus:before{outline:revert;outline-offset:revert}:where(.ds-link-button_root--ghost-flush_250ek_231):focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_250ek_231):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--ghost-flush_250ek_231):hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_250ek_231):hover:before{background-color:transparent}}:where(.ds-link-button_root--ghost-flush_250ek_231)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-link-button_root--ghost-flush_250ek_231)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--ghost-flush_250ek_231)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--ghost-flush_250ek_231)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--navigation_250ek_317){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.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){:where(.ds-link-button_root--navigation_250ek_317){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}}:where(.ds-link-button_root--navigation_250ek_317):focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--navigation_250ek_317):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--navigation_250ek_317):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--navigation_250ek_317):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--navigation_250ek_317):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--navigation_250ek_317):hover{background-color:#0000001a}}:where(.ds-link-button_root--navigation_250ek_317)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}:where(.ds-link-button_root--navigation_250ek_317)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--navigation_250ek_317)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--navigation_250ek_317)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--navigation--stretched_250ek_393){justify-content:flex-start}:where(.ds-link-button_root--navigation--stretched--icon-left_250ek_396){justify-content:flex-end}:where(.ds-link-button_root--dark-filled_250ek_399){background-color:#f8f8f8;color:#252525}:where(.ds-link-button_root--dark-filled_250ek_399):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-filled_250ek_399):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-filled_250ek_399):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-filled_250ek_399):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-filled_250ek_399):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-filled_250ek_399):hover{background-color:#dadada}}:where(.ds-link-button_root--dark-filled_250ek_399)[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}:where(.ds-link-button_root--dark-filled_250ek_399)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-filled_250ek_399)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-filled_250ek_399)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-outline_250ek_456){border-color:#f8f8f8;color:#fff}:where(.ds-link-button_root--dark-outline_250ek_456):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-outline_250ek_456):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-outline_250ek_456):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-outline_250ek_456):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-outline_250ek_456):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-outline_250ek_456):hover{background-color:#ffffff26}}:where(.ds-link-button_root--dark-outline_250ek_456)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}:where(.ds-link-button_root--dark-outline_250ek_456)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-outline_250ek_456)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-outline_250ek_456)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-ghost_250ek_512){color:#fff}:where(.ds-link-button_root--dark-ghost_250ek_512):focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost_250ek_512):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-ghost_250ek_512):focus{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-ghost_250ek_512):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost_250ek_512):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-ghost_250ek_512):hover{background-color:#ffffff26}}:where(.ds-link-button_root--dark-ghost_250ek_512)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-link-button_root--dark-ghost_250ek_512)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost_250ek_512)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-ghost_250ek_512)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--dark-ghost-flush_250ek_566){color:#fff}:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus,:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus-visible{outline:none}:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus:before{outline:revert;outline-offset:revert}:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_250ek_566):focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){:where(.ds-link-button_root--dark-ghost-flush_250ek_566):hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_250ek_566):hover:before{background-color:transparent}}:where(.ds-link-button_root--dark-ghost-flush_250ek_566)[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}:where(.ds-link-button_root--dark-ghost-flush_250ek_566)[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){:where(.ds-link-button_root--dark-ghost-flush_250ek_566)[aria-disabled=true]{color:GrayText;border-color:GrayText}}:where(.ds-link-button_root--dark-ghost-flush_250ek_566)[aria-disabled=true]:before{background-color:transparent}:where(.ds-link-button_root--small_250ek_237){min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}:where(.ds-link-button_root--small_250ek_237).ds-link-button_root--ghost-flush_250ek_231:before{right:-8px;left:-8px}:where(.ds-link-button_root--stretched_250ek_641){width:100%}:where(.ds-link-button_root--icon-left_250ek_644){flex-direction:row-reverse}:where(.ds-link-button_root--icon-only_250ek_647){width:3rem;height:3rem}:where(.ds-link-button_root--icon-only_250ek_647).ds-link-button_root--ghost-flush_250ek_231{width:1rem;height:1rem}:where(.ds-link-button_root--icon-only-small_250ek_656){width:2rem;height:2rem;min-width:2rem;min-height:2rem}:where(.ds-link-button_root--icon-only-small_250ek_656).ds-link-button_root--ghost-flush_250ek_231{width:1rem;height:1rem}@media (min-width: 1024px){:where(.ds-link-button_icon--navigation_250ek_668){min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}:where(.ds-link-button_label--hidden_250ek_676){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}'
205
205
  },
206
206
  {
207
207
  componentName: "DSLogo",
@@ -212,8 +212,8 @@ function f(r, a) {
212
212
  {
213
213
  componentName: "DSMegaMenu",
214
214
  componentNameLowercase: "megamenu",
215
- cssFileName: "MegaMenu.DX9gChtY.css",
216
- cssFileContent: ":where(.ds-mega-menu_root_11fw1_1){background-color:#fff;border-bottom:1px solid transparent;border-radius:0;padding-block-start:7px;padding-block-end:7px;z-index:998;width:calc(100vw - var(--floating-ui-scrollbar-width));height:calc(100vh - var(--ds-header-height) - 64px);min-height:380px;max-height:640px;left:0!important;overflow:hidden;display:grid;--ds-grid-gap: var(--ds-spacing-dynamic-xs);gap:var(--ds-grid-gap);min-width:320px;grid-template-columns:[full-start extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start narrow-center-start] repeat(8,minmax(0,1fr)) [narrow-center-end narrow-left-end main-end] var(--ds-internal-grid-safe-zone) [extended-end full-end];--ds-internal-grid-safe-zone: 8px;--ds-grid-span-one-half: span 8;--ds-grid-span-one-third: span 8;--ds-grid-span-two-thirds: span 8;--ds-grid-span-one-quarter: span 4}@media (min-width: 768px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start] repeat(2,minmax(0,1fr)) [narrow-center-start] repeat(6,minmax(0,1fr)) [narrow-left-end] repeat(2,minmax(0,1fr)) [narrow-center-end] repeat(2,minmax(0,1fr)) [main-end] var(--ds-internal-grid-safe-zone) [extended-end full-end];--ds-internal-grid-safe-zone: 12px;--ds-grid-span-one-half: span 6;--ds-grid-span-one-third: span 6;--ds-grid-span-two-thirds: span 6;--ds-grid-span-one-quarter: span 6}}@media (min-width: 1024px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start] repeat(3,minmax(0,1fr)) [narrow-center-start] repeat(3,minmax(0,1fr)) [narrow-left-end] repeat(3,minmax(0,1fr)) [narrow-center-end] repeat(3,minmax(0,1fr)) [main-end] var(--ds-internal-grid-safe-zone) [extended-end full-end];--ds-internal-grid-safe-zone: 26px;--ds-grid-span-one-half: span 6;--ds-grid-span-one-third: span 4;--ds-grid-span-two-thirds: span 8;--ds-grid-span-one-quarter: span 3}}@media (min-width: 1536px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start extended-start] auto [main-start narrow-left-start] repeat(3,minmax(0,88px)) [narrow-center-start] repeat(3,minmax(0,88px)) [narrow-left-end] repeat(3,minmax(0,88px)) [narrow-center-end] repeat(3,minmax(0,88px)) [main-end] auto [extended-end full-end];--ds-internal-grid-safe-zone: 0px}}@media (min-width: 1920px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start] auto [extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start] repeat(3,minmax(0,88px)) [narrow-center-start] repeat(3,minmax(0,88px)) [narrow-left-end] repeat(3,minmax(0,88px)) [narrow-center-end] repeat(3,minmax(0,88px)) [main-end] var(--ds-internal-grid-safe-zone) [extended-end] auto [full-end];--ds-internal-grid-safe-zone: 192px}}:where(.ds-mega-menu_root_11fw1_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-mega-menu_root_11fw1_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-mega-menu_root_11fw1_1):focus{outline:revert;outline-offset:revert}:where(.ds-mega-menu_root_11fw1_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-mega-menu_root_11fw1_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-mega-menu_root_11fw1_1)[data-status=initial],:where(.ds-mega-menu_root_11fw1_1)[data-status=close]{transform:translateY(-100%)}:where(.ds-mega-menu_root_11fw1_1)[data-status=open]{transform:translateY(0)}:where(.ds-mega-menu_root_11fw1_1)[data-status=open]{transition:transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_root_11fw1_1)[data-status=open]{transition-duration:0ms}}:where(.ds-mega-menu_root_11fw1_1)[data-status=close]{transition:transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_root_11fw1_1)[data-status=close]{transition-duration:0ms}}:where(.ds-mega-menu_content_11fw1_109){grid-column:main-start/main-end}:where(.ds-mega-menu_content_11fw1_109)[data-status=initial]{opacity:0}:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{opacity:1}:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition-duration:0ms}}:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition-delay:var(--ds-animation-duration, .4s)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition-delay:0ms}}:where(.ds-mega-menu_content--variant-full_11fw1_134){padding-inline:11px;grid-column:full-start/full-end}:where(.ds-mega-menu_backdrop_11fw1_139){position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;background-color:#00000080}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=initial],:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=close]{opacity:0}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=open]{opacity:1}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=open]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=open]{transition-duration:0ms}}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=close]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=close]{transition-duration:0ms}}"
215
+ cssFileName: "MegaMenu.D5EtjFeL.css",
216
+ cssFileContent: ":where(.ds-mega-menu_root_11fw1_1){background-color:#fff;border-bottom:1px solid transparent;border-radius:0;padding-block-start:7px;padding-block-end:7px;z-index:998;width:calc(100vw - var(--floating-ui-scrollbar-width));height:calc(100vh - var(--ds-header-height) - 64px);min-height:380px;max-height:640px;left:0!important;overflow:hidden;display:grid;--ds-grid-gap: var(--ds-spacing-dynamic-xs);gap:var(--ds-grid-gap);min-width:320px;grid-template-columns:[full-start extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start narrow-center-start] repeat(8,minmax(0,1fr)) [narrow-center-end narrow-left-end main-end] var(--ds-internal-grid-safe-zone) [extended-end full-end];--ds-internal-grid-safe-zone: 8px;--ds-grid-span-one-half: span 8;--ds-grid-span-one-third: span 8;--ds-grid-span-two-thirds: span 8;--ds-grid-span-one-quarter: span 4}@media (min-width: 768px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start] repeat(2,minmax(0,1fr)) [narrow-center-start] repeat(6,minmax(0,1fr)) [narrow-left-end] repeat(2,minmax(0,1fr)) [narrow-center-end] repeat(2,minmax(0,1fr)) [main-end] var(--ds-internal-grid-safe-zone) [extended-end full-end];--ds-internal-grid-safe-zone: 12px;--ds-grid-span-one-half: span 6;--ds-grid-span-one-third: span 6;--ds-grid-span-two-thirds: span 6;--ds-grid-span-one-quarter: span 6}}@media (min-width: 1024px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start] repeat(3,minmax(0,1fr)) [narrow-center-start] repeat(3,minmax(0,1fr)) [narrow-left-end] repeat(3,minmax(0,1fr)) [narrow-center-end] repeat(3,minmax(0,1fr)) [main-end] var(--ds-internal-grid-safe-zone) [extended-end full-end];--ds-internal-grid-safe-zone: 26px;--ds-grid-span-one-half: span 6;--ds-grid-span-one-third: span 4;--ds-grid-span-two-thirds: span 8;--ds-grid-span-one-quarter: span 3}}@media (min-width: 1536px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start extended-start] auto [main-start narrow-left-start] repeat(3,minmax(0,88px)) [narrow-center-start] repeat(3,minmax(0,88px)) [narrow-left-end] repeat(3,minmax(0,88px)) [narrow-center-end] repeat(3,minmax(0,88px)) [main-end] auto [extended-end full-end];--ds-internal-grid-safe-zone: 0px}}@media (min-width: 1920px){:where(.ds-mega-menu_root_11fw1_1){grid-template-columns:[full-start] auto [extended-start] var(--ds-internal-grid-safe-zone) [main-start narrow-left-start] repeat(3,minmax(0,88px)) [narrow-center-start] repeat(3,minmax(0,88px)) [narrow-left-end] repeat(3,minmax(0,88px)) [narrow-center-end] repeat(3,minmax(0,88px)) [main-end] var(--ds-internal-grid-safe-zone) [extended-end] auto [full-end];--ds-internal-grid-safe-zone: 192px}}:where(.ds-mega-menu_root_11fw1_1):focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-mega-menu_root_11fw1_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-mega-menu_root_11fw1_1):focus{outline:revert;outline-offset:revert}:where(.ds-mega-menu_root_11fw1_1):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-mega-menu_root_11fw1_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-mega-menu_root_11fw1_1)[data-status=initial],:where(.ds-mega-menu_root_11fw1_1)[data-status=close]{transform:translateY(-100%)}:where(.ds-mega-menu_root_11fw1_1)[data-status=open]{transform:translateY(0)}:where(.ds-mega-menu_root_11fw1_1)[data-status=open]{transition:transform var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_root_11fw1_1)[data-status=open]{transition-duration:0ms}}:where(.ds-mega-menu_root_11fw1_1)[data-status=close]{transition:transform var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_root_11fw1_1)[data-status=close]{transition-duration:0ms}}:where(.ds-mega-menu_content_11fw1_109){grid-column:main-start/main-end}:where(.ds-mega-menu_content_11fw1_109)[data-status=initial]{opacity:0}:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{opacity:1}:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition-duration:0ms}}:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition-delay:var(--ds-animation-duration, .4s)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_content_11fw1_109)[data-status=open]{transition-delay:0ms}}:where(.ds-mega-menu_content--variant-full_11fw1_134){padding-inline:11px;grid-column:full-start/full-end}:where(.ds-mega-menu_backdrop_11fw1_139){position:fixed;overflow:auto;inset:0;background-color:#00000080}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=initial],:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=close]{opacity:0}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=open]{opacity:1}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=open]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=open]{transition-duration:0ms}}:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=close]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){:where(.ds-mega-menu_backdrop_11fw1_139)[data-status=close]{transition-duration:0ms}}"
217
217
  },
218
218
  {
219
219
  componentName: "DSNavigationTabs",
@@ -224,8 +224,8 @@ function f(r, a) {
224
224
  {
225
225
  componentName: "DSNotification",
226
226
  componentNameLowercase: "notification",
227
- cssFileName: "Notification.BOuaA5GT.css",
228
- cssFileContent: `:where(.ds-notification_root_1jsx7_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:44.9375rem}:where(.ds-notification_root--success_1jsx7_26){background-color:#e5f0db;border-left-color:#749f4a}:where(.ds-notification_root--error_1jsx7_30){background-color:#eebcbd;border-left-color:#d43b3b}:where(.ds-notification_root--warning_1jsx7_34){background-color:#fdecc3;border-left-color:#fdc543}:where(.ds-notification_root--hide-icon_1jsx7_38){padding-inline-start:20px}@media screen and (forced-colors: active){:where(.ds-notification_root_1jsx7_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}}:where(.ds-notification_content_1jsx7_52){display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}:where(.ds-notification_content--hide-close-button_1jsx7_59){grid-template-columns:auto minmax(auto,1fr)}:where(.ds-notification_content--hide-icon_1jsx7_62){grid-template-columns:minmax(auto,1fr) auto}:where(.ds-notification_icon_1jsx7_66){margin-block-start:8px}:where(.ds-notification_message_1jsx7_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}:where(.ds-notification_message_1jsx7_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_1jsx7_70 a:not([class]))[href^="http://"]:after,:where(.ds-notification_message_1jsx7_70 a:not([class]))[href^="https://"]:after,:where(.ds-notification_message_1jsx7_70 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-notification_message_1jsx7_70) a:not([class]){color:#252525}:where(.ds-notification_message_1jsx7_70) a:not([class]):link,:where(.ds-notification_message_1jsx7_70) a:not([class]):visited{color:#252525}:where(.ds-notification_message_1jsx7_70) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-notification_message_1jsx7_70) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-notification_message_1jsx7_70) a:not([class]):hover{background-color:Canvas}}:where(.ds-notification_message_1jsx7_70) a:not([class])[href^="http://"]:after,:where(.ds-notification_message_1jsx7_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")}:where(.ds-notification_message_1jsx7_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")}:where(.ds-notification_message_1jsx7_70) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-notification_message_1jsx7_70) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-notification_message_1jsx7_70) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-notification_message_1jsx7_70) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-notification_message_1jsx7_70) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-notification_message_1jsx7_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){:where(.ds-notification_message_1jsx7_70) a:not([class]){transition-duration:0ms}}:where(.ds-notification_custom-action-area_1jsx7_167){padding-inline-start:32px;padding-block-end:4px}`
227
+ cssFileName: "Notification.CvohYEvT.css",
228
+ cssFileContent: `:where(.ds-notification_root_trmu0_1){max-width:44.9375rem}:where(.ds-notification_root_trmu0_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%}:where(.ds-notification_root--success_trmu0_29){background-color:#e5f0db;border-left-color:#749f4a}:where(.ds-notification_root--error_trmu0_33){background-color:#eebcbd;border-left-color:#d43b3b}:where(.ds-notification_root--warning_trmu0_37){background-color:#fdecc3;border-left-color:#fdc543}:where(.ds-notification_root--hide-icon_trmu0_41){padding-inline-start:20px}@media screen and (forced-colors: active){:where(.ds-notification_root_trmu0_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}}:where(.ds-notification_content_trmu0_55){display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}:where(.ds-notification_content--hide-close-button_trmu0_62){grid-template-columns:auto minmax(auto,1fr)}:where(.ds-notification_content--hide-icon_trmu0_65){grid-template-columns:minmax(auto,1fr) auto}:where(.ds-notification_icon_trmu0_69){margin-block-start:8px}:where(.ds-notification_message_trmu0_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:1rem;line-height:1.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}:where(.ds-notification_message_trmu0_73) 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_trmu0_73 a:not([class]))[href^="http://"]:after,:where(.ds-notification_message_trmu0_73 a:not([class]))[href^="https://"]:after,:where(.ds-notification_message_trmu0_73 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}:where(.ds-notification_message_trmu0_73) a:not([class]){color:#252525}:where(.ds-notification_message_trmu0_73) a:not([class]):link,:where(.ds-notification_message_trmu0_73) a:not([class]):visited{color:#252525}:where(.ds-notification_message_trmu0_73) a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){:where(.ds-notification_message_trmu0_73) a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-notification_message_trmu0_73) a:not([class]):hover{background-color:Canvas}}:where(.ds-notification_message_trmu0_73) a:not([class])[href^="http://"]:after,:where(.ds-notification_message_trmu0_73) 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")}:where(.ds-notification_message_trmu0_73) 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")}:where(.ds-notification_message_trmu0_73) a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-notification_message_trmu0_73) a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-notification_message_trmu0_73) a:not([class]):focus{outline:revert;outline-offset:revert}:where(.ds-notification_message_trmu0_73) a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-notification_message_trmu0_73) a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-notification_message_trmu0_73) 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){:where(.ds-notification_message_trmu0_73) a:not([class]){transition-duration:0ms}}:where(.ds-notification_custom-action-area_trmu0_170){padding-inline-start:32px;padding-block-end:4px}`
229
229
  },
230
230
  {
231
231
  componentName: "DSPopover",
@@ -248,8 +248,8 @@ function f(r, a) {
248
248
  {
249
249
  componentName: "DSSelect",
250
250
  componentNameLowercase: "select",
251
- cssFileName: "Select.C1gWF32A.css",
252
- cssFileContent: ':where(.ds-select_root_17q4p_1){align-self:end}:where(.ds-select_root_17q4p_1):has(.ds-select_hint_17q4p_10) :where(.ds-select_label_17q4p_10){margin-block-end:4px}:where(.ds-select_wrapper_17q4p_14){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-select_affix_17q4p_20){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)}:where(.ds-select_affix--small_17q4p_41){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}:where(.ds-select_affix_17q4p_20).ds-select_prefix_17q4p_54{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-select_affix_17q4p_20).ds-select_suffix_17q4p_60{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-select_affix--disabled_17q4p_66){color:#00000080}@media screen and (forced-colors: active){:where(.ds-select_affix--disabled_17q4p_66){color:GrayText}}:where(.ds-select_affix--disabled_17q4p_66).ds-select_prefix_17q4p_54,:where(.ds-select_affix--disabled_17q4p_66).ds-select_suffix_17q4p_60{border-color:#0000001a}:where(.ds-select_affix--readonly_17q4p_77){background-color:#ededed;position:relative}:where(.ds-select_affix--readonly_17q4p_77).ds-select_prefix_17q4p_54,:where(.ds-select_affix--readonly_17q4p_77).ds-select_suffix_17q4p_60{border-color:transparent}:where(.ds-select_affix--readonly_17q4p_77).ds-select_prefix_17q4p_54:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-select_affix--readonly_17q4p_77).ds-select_prefix_17q4p_54:after{background-color:transparent}}:where(.ds-select_affix--readonly_17q4p_77).ds-select_suffix_17q4p_60:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-select_affix--readonly_17q4p_77).ds-select_suffix_17q4p_60:before{background-color:transparent}}:where(.ds-select_action-button_17q4p_113){grid-area:1/4/2/5}:where(.ds-select_label_17q4p_10){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}:where(.ds-select_label--hidden_17q4p_131){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){:where(.ds-select_label--disabled_17q4p_144){color:GrayText}}:where(.ds-select_hint_17q4p_10){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:34em;margin-block-end:8px}:where(.ds-select_feedback_17q4p_164){margin-block-end:8px;margin-block-start:8px}:where(.ds-select_select-wrapper_17q4p_169){display:grid;grid-template-columns:1fr max-content;align-items:center}:where(.ds-select_select_17q4p_169){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-select_select--small_17q4p_183){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-select_select_17q4p_169){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}:where(.ds-select_select_17q4p_169):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_17q4p_169):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-select_select_17q4p_169):focus{outline:revert;outline-offset:revert}:where(.ds-select_select_17q4p_169):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_17q4p_169):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-select_select_17q4p_169){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-select_select_17q4p_169){transition-duration:0ms}}@media (hover: hover){:where(.ds-select_select_17q4p_169):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-select_select_17q4p_169):hover{border-color:Highlight}}:where(.ds-select_select_17q4p_169){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-select_select_17q4p_169)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-select_select_17q4p_169)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_17q4p_169)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-select_select_17q4p_169)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-select_select_17q4p_169)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_17q4p_169)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-select_select_17q4p_169):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-select_select_17q4p_169)::-webkit-placeholder,:where(.ds-select_select_17q4p_169)::placeholder{color:#666;opacity:1}:where(.ds-select_select--invalid_17q4p_295){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-select_select--invalid_17q4p_295):active,:where(.ds-select_select--invalid_17q4p_295):focus,:where(.ds-select_select--invalid_17q4p_295):focus-visible{border-color:#252525}:where(.ds-select_select--small_17q4p_183){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}:where(.ds-select_select_17q4p_169){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-select_select_17q4p_169)::-webkit-outer-spin-button,:where(.ds-select_select_17q4p_169)::-webkit-inner-spin-button,:where(.ds-select_select_17q4p_169)::-webkit-search-decoration,:where(.ds-select_select_17q4p_169)::-webkit-search-cancel-button,:where(.ds-select_select_17q4p_169)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-select_select_17q4p_169)::-webkit-date-and-time-value{text-align:left}:where(.ds-select_select_17q4p_169):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}:where(.ds-select_select_17q4p_169)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-select_select_17q4p_169)[type=range]{accent-color:#E9640C}:where(.ds-select_select_17q4p_169)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-select_select--small_17q4p_183){min-height:2rem;height:2rem}:where(.ds-select_select--small_17q4p_183).ds-select_input--has-leading-icon_17q4p_353{padding-inline-start:calc(16px + 1rem)}:where(.ds-select_select--small_17q4p_183).ds-select_input--has-action-button_17q4p_356{padding-inline-end:calc(2rem + 8px)}:where(.ds-select_select--small_17q4p_183).ds-select_input--has-second-action-button_17q4p_359{padding-inline-end:calc(4rem + 8px)}:where(.ds-select_select--has-leading-icon_17q4p_362){padding-inline-start:calc(32px + 1rem)}:where(.ds-select_select--has-action-button_17q4p_365){padding-inline-end:calc(3rem + 16px)}:where(.ds-select_select--has-second-action-button_17q4p_368){padding-inline-end:calc(6rem + 16px)}:where(.ds-select_select--has-affix_17q4p_371){color:#0000}:where(.ds-select_select--has-affix_17q4p_371)::placeholder{color:#0000}:where(.ds-select_select--has-affix_17q4p_371)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-select_select--has-affix_17q4p_371)::placeholder{transition-duration:0ms}}:where(.ds-select_select--is-ready_17q4p_385){color:#252525}:where(.ds-select_select--is-ready_17q4p_385)::placeholder{color:#666}:where(.ds-select_select_17q4p_169){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}:where(.ds-select_select--small_17q4p_183){padding-inline-end:32px}:where(.ds-select_select_17q4p_169):disabled{opacity:1}:where(.ds-select_select--placeholder_17q4p_410){color:#666}@media screen and (forced-colors: active){:where(.ds-select_select--placeholder_17q4p_410){color:GrayText}}:where(.ds-select_select_17q4p_169) 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}:where(.ds-select_select_17q4p_169) option,:where(.ds-select_select_17q4p_169) optgroup{background-color:#fff;color:#252525;font-style:normal}:where(.ds-select_select_17q4p_169) 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}:where(.ds-select_select_17q4p_169) option:disabled{color:#00000080}:where(.ds-select_chevron_17q4p_449){grid-area:1/2/2/2;margin-inline-end:16px}:where(.ds-select_chevron--small_17q4p_453){margin-inline-end:8px}:where(.ds-select_chevron--disabled_17q4p_456){fill:#00000080}'
251
+ cssFileName: "Select.CL0fqx7X.css",
252
+ cssFileContent: ':where(.ds-select_root_1p3qq_1):has(.ds-select_hint_1p3qq_1) :where(.ds-select_label-wrapper_1p3qq_1){margin-block-end:2px}:where(.ds-select_wrapper_1p3qq_5){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-select_affix_1p3qq_11){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)}:where(.ds-select_affix--small_1p3qq_32){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}:where(.ds-select_affix_1p3qq_11).ds-select_prefix_1p3qq_45{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-select_affix_1p3qq_11).ds-select_suffix_1p3qq_51{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-select_affix--disabled_1p3qq_57){color:#00000080}@media screen and (forced-colors: active){:where(.ds-select_affix--disabled_1p3qq_57){color:GrayText}}:where(.ds-select_affix--disabled_1p3qq_57).ds-select_prefix_1p3qq_45,:where(.ds-select_affix--disabled_1p3qq_57).ds-select_suffix_1p3qq_51{border-color:#0000001a}:where(.ds-select_affix--readonly_1p3qq_68){background-color:#ededed;position:relative}:where(.ds-select_affix--readonly_1p3qq_68).ds-select_prefix_1p3qq_45,:where(.ds-select_affix--readonly_1p3qq_68).ds-select_suffix_1p3qq_51{border-color:transparent}:where(.ds-select_affix--readonly_1p3qq_68).ds-select_prefix_1p3qq_45:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-select_affix--readonly_1p3qq_68).ds-select_prefix_1p3qq_45:after{background-color:transparent}}:where(.ds-select_affix--readonly_1p3qq_68).ds-select_suffix_1p3qq_51:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-select_affix--readonly_1p3qq_68).ds-select_suffix_1p3qq_51:before{background-color:transparent}}:where(.ds-select_action-button_1p3qq_104){grid-area:1/4/2/5}:where(.ds-select_label_1p3qq_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;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){:where(.ds-select_label--disabled_1p3qq_123){color:GrayText}}:where(.ds-select_label-wrapper_1p3qq_1){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-select_label-wrapper--hidden_1p3qq_135){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}:where(.ds-select_hint_1p3qq_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;display:block;max-width:34em;margin-block-end:8px}:where(.ds-select_feedback_1p3qq_163){margin-block-start:8px}:where(.ds-select_select-wrapper_1p3qq_167){display:grid;grid-template-columns:1fr max-content;align-items:center}:where(.ds-select_select_1p3qq_167){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-select_select--small_1p3qq_181){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-select_select_1p3qq_167){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}:where(.ds-select_select_1p3qq_167):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1p3qq_167):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-select_select_1p3qq_167):focus{outline:revert;outline-offset:revert}:where(.ds-select_select_1p3qq_167):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1p3qq_167):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-select_select_1p3qq_167){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-select_select_1p3qq_167){transition-duration:0ms}}@media (hover: hover){:where(.ds-select_select_1p3qq_167):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-select_select_1p3qq_167):hover{border-color:Highlight}}:where(.ds-select_select_1p3qq_167){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-select_select_1p3qq_167)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-select_select_1p3qq_167)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1p3qq_167)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-select_select_1p3qq_167)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-select_select_1p3qq_167)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1p3qq_167)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-select_select_1p3qq_167):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-select_select_1p3qq_167)::-webkit-placeholder,:where(.ds-select_select_1p3qq_167)::placeholder{color:#666;opacity:1}:where(.ds-select_select--invalid_1p3qq_293){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-select_select--invalid_1p3qq_293):active,:where(.ds-select_select--invalid_1p3qq_293):focus,:where(.ds-select_select--invalid_1p3qq_293):focus-visible{border-color:#252525}:where(.ds-select_select--small_1p3qq_181){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}:where(.ds-select_select_1p3qq_167){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-select_select_1p3qq_167)::-webkit-outer-spin-button,:where(.ds-select_select_1p3qq_167)::-webkit-inner-spin-button,:where(.ds-select_select_1p3qq_167)::-webkit-search-decoration,:where(.ds-select_select_1p3qq_167)::-webkit-search-cancel-button,:where(.ds-select_select_1p3qq_167)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-select_select_1p3qq_167)::-webkit-date-and-time-value{text-align:left}:where(.ds-select_select_1p3qq_167):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-select_select_1p3qq_167)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-select_select_1p3qq_167)[type=range]{accent-color:#E9640C}:where(.ds-select_select_1p3qq_167)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-select_select--small_1p3qq_181){min-height:2rem;height:2rem}:where(.ds-select_select--small_1p3qq_181).ds-select_input--has-leading-icon_1p3qq_351{padding-inline-start:calc(16px + 1rem)}:where(.ds-select_select--small_1p3qq_181).ds-select_input--has-action-button_1p3qq_354{padding-inline-end:calc(2rem + 8px)}:where(.ds-select_select--small_1p3qq_181).ds-select_input--has-second-action-button_1p3qq_357{padding-inline-end:calc(4rem + 8px)}:where(.ds-select_select--has-leading-icon_1p3qq_360){padding-inline-start:calc(32px + 1rem)}:where(.ds-select_select--has-action-button_1p3qq_363){padding-inline-end:calc(3rem + 16px)}:where(.ds-select_select--has-second-action-button_1p3qq_366){padding-inline-end:calc(6rem + 16px)}:where(.ds-select_select--has-affix_1p3qq_369){color:#0000}:where(.ds-select_select--has-affix_1p3qq_369)::placeholder{color:#0000}:where(.ds-select_select--has-affix_1p3qq_369)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-select_select--has-affix_1p3qq_369)::placeholder{transition-duration:0ms}}:where(.ds-select_select--is-ready_1p3qq_383){color:#252525}:where(.ds-select_select--is-ready_1p3qq_383)::placeholder{color:#666}:where(.ds-select_select_1p3qq_167){appearance:none;padding-inline-end:48px;text-overflow:ellipsis}:where(.ds-select_select--small_1p3qq_181){padding-inline-end:32px}:where(.ds-select_select_1p3qq_167):disabled{opacity:1}:where(.ds-select_select--placeholder_1p3qq_401){color:#666}@media screen and (forced-colors: active){:where(.ds-select_select--placeholder_1p3qq_401){color:GrayText}}:where(.ds-select_select_1p3qq_167) 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}:where(.ds-select_select_1p3qq_167) option,:where(.ds-select_select_1p3qq_167) optgroup{background-color:#fff;color:#252525;font-style:normal}:where(.ds-select_select_1p3qq_167) 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}:where(.ds-select_select_1p3qq_167) option:disabled{color:#00000080}:where(.ds-select_chevron_1p3qq_451){grid-area:1/2/2/2;margin-inline-end:16px}:where(.ds-select_chevron--small_1p3qq_455){margin-inline-end:8px}:where(.ds-select_chevron--disabled_1p3qq_458){fill:#00000080}'
253
253
  },
254
254
  {
255
255
  componentName: "DSSkipToContent",
@@ -260,8 +260,8 @@ function f(r, a) {
260
260
  {
261
261
  componentName: "DSSlider",
262
262
  componentNameLowercase: "slider",
263
- cssFileName: "Slider.Bidyhb-B.css, input.CUjGh-UM.css",
264
- cssFileContent: ':where(.ds-slider_root_13uvg_1){align-self:end}:where(.ds-slider_root_13uvg_1){min-width:256px}:where(.ds-slider_root_13uvg_1):has(.ds-slider_hint_13uvg_13) :where(.ds-slider_label_13uvg_13){margin-block-end:4px}:where(.ds-slider_root_13uvg_1):has(.ds-slider_hint_13uvg_13) :where(.ds-slider_number-input_13uvg_16){grid-row-end:span 2}:where(.ds-slider_label-hint-input-wrapper_13uvg_20){display:grid;grid-template-columns:1fr max-content;align-items:center;margin-block-end:14px}:where(.ds-slider_label_13uvg_13){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}:where(.ds-slider_label--hidden_13uvg_40){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){:where(.ds-slider_label--disabled_13uvg_53){color:GrayText}}:where(.ds-slider_hint_13uvg_13){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:34em;grid-row-start:2;grid-row-end:span 1}:where(.ds-slider_number-input_13uvg_16){justify-self:end;grid-row-start:0;grid-row-end:span 1;margin-inline-start:32px;max-width:150px;min-width:64px}:where(.ds-slider_number-input--small_13uvg_82){min-width:44px;max-width:115px}:where(.ds-slider_min-max-label-wrapper_13uvg_87){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:flex;justify-content:space-between}@media screen and (forced-colors: active){:where(.ds-slider_min-max-label-wrapper--disabled_13uvg_101){color:GrayText}}:where(.ds-slider_min-label_13uvg_106){transform:translate(calc(12px - 50%))}:where(.ds-slider_max-label_13uvg_110){transform:translate(calc(-12px + 50%))}:where(.ds-slider_slider-wrapper_13uvg_114){position:relative;min-height:26px}:where(.ds-slider_slider_13uvg_114){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:24px;margin:0;position:absolute;margin-block-start:2px}:where(.ds-slider_slider_13uvg_114):hover~:where(.ds-slider_value-tooltip_13uvg_138),:where(.ds-slider_slider_13uvg_114):active~:where(.ds-slider_value-tooltip_13uvg_138),:where(.ds-slider_slider_13uvg_114):focus-visible~:where(.ds-slider_value-tooltip_13uvg_138){opacity:100%}@media (hover: hover){:where(.ds-slider_slider_13uvg_114):hover:not(:disabled)~:where(.ds-slider_proxy-thumb_13uvg_142){background-color:#ededed}}:where(.ds-slider_slider_13uvg_114):focus{outline:none}@supports selector(:focus-visible){:where(.ds-slider_slider_13uvg_114):focus~:where(.ds-slider_proxy-thumb_13uvg_142){outline:revert;outline-offset:revert}:where(.ds-slider_slider_13uvg_114):focus-visible~:where(.ds-slider_proxy-thumb_13uvg_142){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-slider_slider_13uvg_114):focus-visible~:where(.ds-slider_proxy-thumb_13uvg_142){forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-slider_slider_13uvg_114):disabled{cursor:not-allowed}:where(.ds-slider_slider_13uvg_114)::-webkit-slider-runnable-track{visibility:hidden}:where(.ds-slider_slider_13uvg_114)::-moz-range-track{visibility:hidden}:where(.ds-slider_slider_13uvg_114)::-webkit-slider-thumb{opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;height:24px;width:24px;border-radius:50%}:where(.ds-slider_slider_13uvg_114)::-moz-range-thumb{opacity:0;border:1px solid transparent;height:24px;width:24px;border-radius:50%}:where(.ds-slider_proxy-thumb_13uvg_142){background-color:#fff;border:1px solid #252525;height:24px;width:24px;border-radius:50%;z-index:2;position:absolute;pointer-events:none;top:calc(50% + 1px);left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-50%)}:where(.ds-slider_proxy-thumb--disabled_13uvg_209){background-color:#fff;border-color:#00000080}:where(.ds-slider_proxy-thumb--disabled_13uvg_209):hover{background-color:#fff}@media screen and (forced-colors: active){:where(.ds-slider_proxy-thumb_13uvg_142){border-color:Highlight}:where(.ds-slider_proxy-thumb--disabled_13uvg_209){background-color:GrayText;border-color:GrayText}:where(.ds-slider_proxy-thumb--disabled_13uvg_209):hover{background-color:GrayText}}:where(.ds-slider_proxy-thumb_13uvg_142){transition:background-color var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_proxy-thumb_13uvg_142){transition-duration:0ms}}:where(.ds-slider_custom-track_13uvg_238){position:absolute;z-index:1;pointer-events:none}:where(.ds-slider_custom-track--progress_13uvg_243){background-color:#e9640c;height:8px;top:10px;border-top-left-radius:4px;border-bottom-left-radius:4px}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--progress_13uvg_243){background-color:Highlight}}:where(.ds-slider_custom-track--runnable_13uvg_255){background-color:#8c8c8c;height:6px;top:11px;right:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid transparent}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--runnable_13uvg_255){border-color:CanvasText}}:where(.ds-slider_custom-track--disabled_13uvg_269){background-color:#0000001a}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--disabled_13uvg_269){border-color:CanvasText}}:where(.ds-slider_custom-track--disabled_13uvg_269).ds-slider_custom-track--progress_13uvg_243{height:6px;top:11px}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--disabled_13uvg_269).ds-slider_custom-track--progress_13uvg_243{background-color:GrayText;border-color:GrayText}}:where(.ds-slider_tick-wrapper_13uvg_289){position:absolute;top:calc(50% - 2px);width:100%;height:6px;pointer-events:none;z-index:1}:where(.ds-slider_tick_13uvg_289){position:absolute;top:50%;width:4px;height:4px;border-radius:50%;background-color:#fff;transform:translateY(-50%)}@media screen and (forced-colors: active){:where(.ds-slider_tick_13uvg_289){background-color:Highlight}}:where(.ds-slider_value-tooltip_13uvg_138){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;opacity:0;z-index:3;color:#fff;background-color:#444;border:1px solid transparent;padding-block:3px;padding-inline:5px;min-width:32px;min-height:24px;text-align:center;position:absolute;left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-26px)}:where(.ds-slider_value-tooltip_13uvg_138){transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_value-tooltip_13uvg_138){transition-duration:0ms}}:where(.ds-slider_value-tooltip--visible_13uvg_348){opacity:100%}:where(.ds-slider_value-tooltip--disabled_13uvg_351){color:#00000080;background-color:#dadada}@media screen and (forced-colors: active){:where(.ds-slider_value-tooltip--disabled_13uvg_351){color:GrayText}}:where(.ds-slider_value-tooltip--disabled_13uvg_351):after{background-color:#dadada}:where(.ds-input_input_1nmca_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1nmca_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input_input_1nmca_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}:where(.ds-input_input_1nmca_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1nmca_1):focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1nmca_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1nmca_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input_1nmca_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input_input_1nmca_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input_input_1nmca_1):hover{border-color:Highlight}}:where(.ds-input_input_1nmca_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input_input_1nmca_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input_input_1nmca_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1nmca_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1nmca_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1nmca_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1nmca_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input_input_1nmca_1)::-webkit-placeholder,:where(.ds-input_input_1nmca_1)::placeholder{color:#666;opacity:1}:where(.ds-input_input--invalid_1nmca_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input_input--invalid_1nmca_121):active,:where(.ds-input_input--invalid_1nmca_121):focus,:where(.ds-input_input--invalid_1nmca_121):focus-visible{border-color:#252525}:where(.ds-input_input--small_1nmca_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}:where(.ds-input_input_1nmca_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input_input_1nmca_1)::-webkit-outer-spin-button,:where(.ds-input_input_1nmca_1)::-webkit-inner-spin-button,:where(.ds-input_input_1nmca_1)::-webkit-search-decoration,:where(.ds-input_input_1nmca_1)::-webkit-search-cancel-button,:where(.ds-input_input_1nmca_1)::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1nmca_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input_input_1nmca_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}:where(.ds-input_input_1nmca_1)[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1nmca_1)[type=range]{accent-color:#E9640C}:where(.ds-input_input_1nmca_1)[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}:where(.ds-input_input--small_1nmca_9){min-height:2rem;height:2rem}:where(.ds-input_input--small_1nmca_9).ds-input_input--has-leading-icon_1nmca_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input_input--small_1nmca_9).ds-input_input--has-action-button_1nmca_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input_input--small_1nmca_9).ds-input_input--has-second-action-button_1nmca_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input_input--has-leading-icon_1nmca_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input_input--has-action-button_1nmca_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input_input--has-second-action-button_1nmca_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input_input--has-affix_1nmca_197){color:#0000}:where(.ds-input_input--has-affix_1nmca_197)::placeholder{color:#0000}:where(.ds-input_input--has-affix_1nmca_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input--has-affix_1nmca_197)::placeholder{transition-duration:0ms}}:where(.ds-input_input--is-ready_1nmca_211){color:#252525}:where(.ds-input_input--is-ready_1nmca_211)::placeholder{color:#666}:where(.ds-input_root_1nmca_218){align-self:end}:where(.ds-input_root_1nmca_218):has(.ds-input_hint_1nmca_227) :where(.ds-input_label_1nmca_227){margin-block-end:4px}:where(.ds-input_wrapper_1nmca_231){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input_affix_1nmca_237){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)}:where(.ds-input_affix--small_1nmca_258){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}:where(.ds-input_affix_1nmca_237).ds-input_prefix_1nmca_271{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input_affix_1nmca_237).ds-input_suffix_1nmca_277{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input_affix--disabled_1nmca_283){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input_affix--disabled_1nmca_283){color:GrayText}}:where(.ds-input_affix--disabled_1nmca_283).ds-input_prefix_1nmca_271,:where(.ds-input_affix--disabled_1nmca_283).ds-input_suffix_1nmca_277{border-color:#0000001a}:where(.ds-input_affix--readonly_1nmca_294){background-color:#ededed;position:relative}:where(.ds-input_affix--readonly_1nmca_294).ds-input_prefix_1nmca_271,:where(.ds-input_affix--readonly_1nmca_294).ds-input_suffix_1nmca_277{border-color:transparent}:where(.ds-input_affix--readonly_1nmca_294).ds-input_prefix_1nmca_271:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1nmca_294).ds-input_prefix_1nmca_271:after{background-color:transparent}}:where(.ds-input_affix--readonly_1nmca_294).ds-input_suffix_1nmca_277:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1nmca_294).ds-input_suffix_1nmca_277:before{background-color:transparent}}:where(.ds-input_leading-icon_1nmca_330){grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){:where(.ds-input_leading-icon_1nmca_330){background-color:Canvas;fill:CanvasText}}:where(.ds-input_leading-icon--small_1nmca_342){margin-inline-start:8px}:where(.ds-input_leading-icon--disabled_1nmca_345){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-input_leading-icon--disabled_1nmca_345){fill:GrayText}}:where(.ds-input_action-button_1nmca_354){grid-area:1/4/2/5}:where(.ds-input_label_1nmca_227){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}:where(.ds-input_label--hidden_1nmca_372){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){:where(.ds-input_label--disabled_1nmca_385){color:GrayText}}:where(.ds-input_hint_1nmca_227){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:34em;margin-block-end:8px}:where(.ds-input_feedback_1nmca_405){margin-block-end:8px;margin-block-start:8px}'
263
+ cssFileName: "Slider.DWLuIsNj.css, input.RPDR8qdT.css",
264
+ cssFileContent: ':where(.ds-slider_root_3zq13_1){min-width:256px}:where(.ds-slider_root_3zq13_1):has(.ds-slider_hint_3zq13_4) :where(.ds-slider_label-wrapper_3zq13_4){margin-block-end:2px}:where(.ds-slider_root_3zq13_1):has(.ds-slider_hint_3zq13_4) :where(.ds-slider_label-hint-input-wrapper_3zq13_7){align-items:end}:where(.ds-slider_root_3zq13_1):has(.ds-slider_hint_3zq13_4) :where(.ds-slider_number-input_3zq13_10){grid-row-end:span 2}:where(.ds-slider_label-wrapper_3zq13_4){display:flex;align-items:center;gap:4px;min-height:1.5rem}:where(.ds-slider_label-wrapper--hidden_3zq13_20){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}:where(.ds-slider_label-hint-input-wrapper_3zq13_7){display:grid;grid-template-columns:1fr max-content;align-items:center;margin-block-end:14px}:where(.ds-slider_label_3zq13_4){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:2px}@media screen and (forced-colors: active){:where(.ds-slider_label--disabled_3zq13_55){color:GrayText}}:where(.ds-slider_hint_3zq13_4){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:34em;grid-row-start:2;grid-row-end:span 1}:where(.ds-slider_number-input_3zq13_10){justify-self:end;grid-row-start:0;grid-row-end:span 1;margin-inline-start:32px;max-width:150px;min-width:64px}:where(.ds-slider_number-input--small_3zq13_84){min-width:44px;max-width:115px}:where(.ds-slider_min-max-label-wrapper_3zq13_89){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:flex;justify-content:space-between}@media screen and (forced-colors: active){:where(.ds-slider_min-max-label-wrapper--disabled_3zq13_103){color:GrayText}}:where(.ds-slider_min-label_3zq13_108){transform:translate(calc(12px - 50%))}:where(.ds-slider_max-label_3zq13_112){transform:translate(calc(-12px + 50%))}:where(.ds-slider_slider-wrapper_3zq13_116){position:relative;min-height:26px}:where(.ds-slider_slider_3zq13_116){-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:24px;margin:0;position:absolute;margin-block-start:2px}:where(.ds-slider_slider_3zq13_116):hover~:where(.ds-slider_value-tooltip_3zq13_135),:where(.ds-slider_slider_3zq13_116):active~:where(.ds-slider_value-tooltip_3zq13_135),:where(.ds-slider_slider_3zq13_116):focus-visible~:where(.ds-slider_value-tooltip_3zq13_135){opacity:100%}@media (hover: hover){:where(.ds-slider_slider_3zq13_116):hover:not(:disabled)~:where(.ds-slider_proxy-thumb_3zq13_139){background-color:#ededed}}:where(.ds-slider_slider_3zq13_116):focus{outline:none}@supports selector(:focus-visible){:where(.ds-slider_slider_3zq13_116):focus~:where(.ds-slider_proxy-thumb_3zq13_139){outline:revert;outline-offset:revert}:where(.ds-slider_slider_3zq13_116):focus-visible~:where(.ds-slider_proxy-thumb_3zq13_139){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-slider_slider_3zq13_116):focus-visible~:where(.ds-slider_proxy-thumb_3zq13_139){forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-slider_slider_3zq13_116):disabled{cursor:not-allowed}:where(.ds-slider_slider_3zq13_116)::-webkit-slider-runnable-track{visibility:hidden}:where(.ds-slider_slider_3zq13_116)::-moz-range-track{visibility:hidden}:where(.ds-slider_slider_3zq13_116)::-webkit-slider-thumb{opacity:0;-webkit-appearance:none;appearance:none;border:1px solid transparent;height:24px;width:24px;border-radius:50%}:where(.ds-slider_slider_3zq13_116)::-moz-range-thumb{opacity:0;border:1px solid transparent;height:24px;width:24px;border-radius:50%}:where(.ds-slider_proxy-thumb_3zq13_139){background-color:#fff;border:1px solid #252525;height:24px;width:24px;border-radius:50%;z-index:2;position:absolute;pointer-events:none;top:calc(50% + 1px);left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-50%)}:where(.ds-slider_proxy-thumb--disabled_3zq13_217){background-color:#fff;border-color:#00000080}:where(.ds-slider_proxy-thumb--disabled_3zq13_217):hover{background-color:#fff}@media screen and (forced-colors: active){:where(.ds-slider_proxy-thumb_3zq13_139){border-color:Highlight}:where(.ds-slider_proxy-thumb--disabled_3zq13_217){background-color:GrayText;border-color:GrayText}:where(.ds-slider_proxy-thumb--disabled_3zq13_217):hover{background-color:GrayText}}:where(.ds-slider_proxy-thumb_3zq13_139){transition:background-color var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_proxy-thumb_3zq13_139){transition-duration:0ms}}:where(.ds-slider_custom-track_3zq13_246){position:absolute;z-index:1;pointer-events:none}:where(.ds-slider_custom-track--progress_3zq13_251){background-color:#e9640c;height:8px;top:10px;border-top-left-radius:4px;border-bottom-left-radius:4px}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--progress_3zq13_251){background-color:Highlight}}:where(.ds-slider_custom-track--runnable_3zq13_263){background-color:#8c8c8c;height:6px;top:11px;right:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid transparent}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--runnable_3zq13_263){border-color:CanvasText}}:where(.ds-slider_custom-track--disabled_3zq13_277){background-color:#0000001a}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--disabled_3zq13_277){border-color:CanvasText}}:where(.ds-slider_custom-track--disabled_3zq13_277).ds-slider_custom-track--progress_3zq13_251{height:6px;top:11px}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--disabled_3zq13_277).ds-slider_custom-track--progress_3zq13_251{background-color:GrayText;border-color:GrayText}}:where(.ds-slider_tick-wrapper_3zq13_297){position:absolute;top:calc(50% - 2px);width:100%;height:6px;pointer-events:none;z-index:1}:where(.ds-slider_tick_3zq13_297){position:absolute;top:50%;width:4px;height:4px;border-radius:50%;background-color:#fff;transform:translateY(-50%)}@media screen and (forced-colors: active){:where(.ds-slider_tick_3zq13_297){background-color:Highlight}}:where(.ds-slider_value-tooltip_3zq13_135){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;opacity:0;z-index:3;color:#fff;background-color:#444;border:1px solid transparent;padding-block:3px;padding-inline:5px;min-width:32px;min-height:24px;text-align:center;position:absolute;left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-26px)}:where(.ds-slider_value-tooltip_3zq13_135){transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_value-tooltip_3zq13_135){transition-duration:0ms}}:where(.ds-slider_value-tooltip--visible_3zq13_356){opacity:100%}:where(.ds-slider_value-tooltip--disabled_3zq13_359){color:#00000080;background-color:#dadada}@media screen and (forced-colors: active){:where(.ds-slider_value-tooltip--disabled_3zq13_359){color:GrayText}}:where(.ds-slider_value-tooltip--disabled_3zq13_359):after{background-color:#dadada}:where(.ds-input_input_1v89g_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1v89g_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input_input_1v89g_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}:where(.ds-input_input_1v89g_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1v89g_1):focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1v89g_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1v89g_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input_1v89g_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input_input_1v89g_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input_input_1v89g_1):hover{border-color:Highlight}}:where(.ds-input_input_1v89g_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input_input_1v89g_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input_input_1v89g_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_1v89g_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input_input_1v89g_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_1v89g_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_1v89g_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input_input_1v89g_1)::-webkit-placeholder,:where(.ds-input_input_1v89g_1)::placeholder{color:#666;opacity:1}:where(.ds-input_input--invalid_1v89g_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input_input--invalid_1v89g_121):active,:where(.ds-input_input--invalid_1v89g_121):focus,:where(.ds-input_input--invalid_1v89g_121):focus-visible{border-color:#252525}:where(.ds-input_input--small_1v89g_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}:where(.ds-input_input_1v89g_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input_input_1v89g_1)::-webkit-outer-spin-button,:where(.ds-input_input_1v89g_1)::-webkit-inner-spin-button,:where(.ds-input_input_1v89g_1)::-webkit-search-decoration,:where(.ds-input_input_1v89g_1)::-webkit-search-cancel-button,:where(.ds-input_input_1v89g_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1v89g_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input_input_1v89g_1):is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}:where(.ds-input_input_1v89g_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input_input_1v89g_1)[type=range]{accent-color:#E9640C}:where(.ds-input_input_1v89g_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input_input--small_1v89g_9){min-height:2rem;height:2rem}:where(.ds-input_input--small_1v89g_9).ds-input_input--has-leading-icon_1v89g_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input_input--small_1v89g_9).ds-input_input--has-action-button_1v89g_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input_input--small_1v89g_9).ds-input_input--has-second-action-button_1v89g_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input_input--has-leading-icon_1v89g_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input_input--has-action-button_1v89g_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input_input--has-second-action-button_1v89g_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input_input--has-affix_1v89g_197){color:#0000}:where(.ds-input_input--has-affix_1v89g_197)::placeholder{color:#0000}:where(.ds-input_input--has-affix_1v89g_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input--has-affix_1v89g_197)::placeholder{transition-duration:0ms}}:where(.ds-input_input--is-ready_1v89g_211){color:#252525}:where(.ds-input_input--is-ready_1v89g_211)::placeholder{color:#666}:where(.ds-input_root_1v89g_218):has(.ds-input_hint_1v89g_218) :where(.ds-input_label-wrapper_1v89g_218){margin-block-end:2px}:where(.ds-input_wrapper_1v89g_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input_affix_1v89g_228){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)}:where(.ds-input_affix--small_1v89g_249){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}:where(.ds-input_affix_1v89g_228).ds-input_prefix_1v89g_262{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input_affix_1v89g_228).ds-input_suffix_1v89g_268{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input_affix--disabled_1v89g_274){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input_affix--disabled_1v89g_274){color:GrayText}}:where(.ds-input_affix--disabled_1v89g_274).ds-input_prefix_1v89g_262,:where(.ds-input_affix--disabled_1v89g_274).ds-input_suffix_1v89g_268{border-color:#0000001a}:where(.ds-input_affix--readonly_1v89g_285){background-color:#ededed;position:relative}:where(.ds-input_affix--readonly_1v89g_285).ds-input_prefix_1v89g_262,:where(.ds-input_affix--readonly_1v89g_285).ds-input_suffix_1v89g_268{border-color:transparent}:where(.ds-input_affix--readonly_1v89g_285).ds-input_prefix_1v89g_262:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1v89g_285).ds-input_prefix_1v89g_262:after{background-color:transparent}}:where(.ds-input_affix--readonly_1v89g_285).ds-input_suffix_1v89g_268:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-input_affix--readonly_1v89g_285).ds-input_suffix_1v89g_268:before{background-color:transparent}}:where(.ds-input_leading-icon_1v89g_321){grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){:where(.ds-input_leading-icon_1v89g_321){background-color:Canvas;fill:CanvasText}}:where(.ds-input_leading-icon--small_1v89g_333){margin-inline-start:8px}:where(.ds-input_leading-icon--disabled_1v89g_336){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-input_leading-icon--disabled_1v89g_336){fill:GrayText}}:where(.ds-input_action-button_1v89g_345){grid-area:1/4/2/5}:where(.ds-input_label_1v89g_218){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:2px}@media screen and (forced-colors: active){:where(.ds-input_label--disabled_1v89g_364){color:GrayText}}:where(.ds-input_label-wrapper_1v89g_218){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-input_label-wrapper--hidden_1v89g_376){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}:where(.ds-input_hint_1v89g_218){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:34em;margin-block-end:8px}:where(.ds-input_feedback_1v89g_404){margin-block-start:8px}'
265
265
  },
266
266
  {
267
267
  componentName: "DSSpinner",
@@ -269,17 +269,23 @@ function f(r, a) {
269
269
  cssFileName: "spinner.Ctn_YYBG.css",
270
270
  cssFileContent: ":where(.ds-spinner_root_awbzc_1){margin:0}:where(.ds-spinner_root_awbzc_1){display:inline-flex;vertical-align:top;padding:0}:where(.ds-spinner_root-size-small_awbzc_10){height:1rem;width:1rem}:where(.ds-spinner_root-size-medium_awbzc_14){height:2rem;width:2rem}:where(.ds-spinner_root-size-large_awbzc_18){height:2.5rem;width:2.5rem}:where(.ds-spinner_root-size-x-large_awbzc_22){height:4rem;width:4rem}:where(.ds-spinner_root-size-inherit_awbzc_26){height:inherit;width:inherit}:where(.ds-spinner_root_awbzc_1)>svg{position:relative;transform:translateZ(0);animation:ds-spinner_rotate_awbzc_1 var(--ds-animation-duration, 1.1s) linear infinite;width:inherit;height:inherit}@media (prefers-reduced-motion: reduce){:where(.ds-spinner_root_awbzc_1)>svg{animation-duration:0s}}@keyframes ds-spinner_rotate_awbzc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:where(.ds-spinner_screenReaderOnly_awbzc_51){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}"
271
271
  },
272
+ {
273
+ componentName: "DSStepper",
274
+ componentNameLowercase: "stepper",
275
+ cssFileName: "Stepper.tXJl15yL.css",
276
+ cssFileContent: ":where(.ds-stepper_root_1d1si_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}:where(.ds-stepper_root--vertical_1d1si_12){display:block;width:max-content}:where(.ds-stepper_scroller--centered_1d1si_17){justify-content:center}:where(.ds-stepper_scroller-button_1d1si_21){top:8px;transform:translateZ(0)}:where(.ds-stepper_list_1d1si_26){list-style:none;padding:0;margin:0;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;column-gap:6px}:where(.ds-stepper_list--center_1d1si_35){justify-content:center}:where(.ds-stepper_list--vertical_1d1si_38){grid-auto-flow:row;grid-auto-rows:1fr;row-gap:6px}"
277
+ },
272
278
  {
273
279
  componentName: "DSSwitch",
274
280
  componentNameLowercase: "switch",
275
- cssFileName: "switch.Bc9KIyw9.css",
276
- cssFileContent: ':where(.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}:where(.ds-switch_root_gdcld_1){transition:background-color var(--ds-animation-duration, .1s) linear}:where(.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){:where(.ds-switch_root_gdcld_1){transition-duration:0ms}}:where(.ds-switch_root--label-right_gdcld_40){flex-direction:row-reverse}:where(.ds-switch_root--stretched_gdcld_43){justify-content:space-between;width:100%}@media (hover: hover){:where(.ds-switch_root_gdcld_1):hover :where(.ds-switch_switch_gdcld_48){background-color:#0000001a}}:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus :where(.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){:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_loader_gdcld_53):before{border-color:Highlight}}@supports selector(:focus-visible){:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_loader_gdcld_53):before{content:none}:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus-visible :where(.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){:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_loader_gdcld_53):before{border-color:Highlight}}}:where(.ds-switch_root_gdcld_1)[aria-disabled=true].ds-switch_root_gdcld_1{cursor:not-allowed}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1)[aria-disabled=true].ds-switch_root_gdcld_1{color:GrayText}}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){border-color:GrayText}}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:#00000080}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{opacity:0}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}@media (hover: hover){:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_switch_gdcld_48){background-color:#d9480f}:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111){background-color:#ededed}:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111) svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_switch_gdcld_48){background-color:#e9640c}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111){background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111) svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}@media (hover: hover){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true]:hover :where(.ds-switch_thumb_gdcld_111) svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true]:hover :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true]:hover :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){border-color:GrayText}}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:#fff}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.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}:where(.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}:where(.ds-switch_thumb_gdcld_111) svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){:where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.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}:where(.ds-switch_loader_gdcld_53) svg{fill:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_loader_gdcld_53) svg{fill:CanvasText}}'
281
+ cssFileName: "switch.B9B-n_3y.css",
282
+ cssFileContent: ':where(.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;appearance:none;cursor:pointer}:where(.ds-switch_root_gdcld_1){transition:background-color var(--ds-animation-duration, .1s) linear}:where(.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){:where(.ds-switch_root_gdcld_1){transition-duration:0ms}}:where(.ds-switch_root--label-right_gdcld_40){flex-direction:row-reverse}:where(.ds-switch_root--stretched_gdcld_43){justify-content:space-between;width:100%}@media (hover: hover){:where(.ds-switch_root_gdcld_1):hover :where(.ds-switch_switch_gdcld_48){background-color:#0000001a}}:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_loader_gdcld_53):before{content:"";position:absolute;inset:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_loader_gdcld_53):before{border-color:Highlight}}@supports selector(:focus-visible){:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus :where(.ds-switch_loader_gdcld_53):before{content:none}:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_loader_gdcld_53):before{content:"";position:absolute;inset:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_switch_gdcld_48):before,:where(.ds-switch_root_gdcld_1):focus-visible :where(.ds-switch_loader_gdcld_53):before{border-color:Highlight}}}:where(.ds-switch_root_gdcld_1)[aria-disabled=true].ds-switch_root_gdcld_1{cursor:not-allowed}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1)[aria-disabled=true].ds-switch_root_gdcld_1{color:GrayText}}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){border-color:GrayText}}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:#00000080}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{opacity:0}@media screen and (forced-colors: active){:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root_gdcld_1)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}@media (hover: hover){:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_switch_gdcld_48){background-color:#d9480f}:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111){background-color:#ededed}:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111) svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126):hover :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_switch_gdcld_48){background-color:#e9640c}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111){background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111) svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126) :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}@media (hover: hover){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true]:hover :where(.ds-switch_thumb_gdcld_111) svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true]:hover :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true]:hover :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_switch_gdcld_48){border-color:GrayText}}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:#fff}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_root--checked_gdcld_126)[aria-disabled=true] :where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.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}:where(.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}:where(.ds-switch_thumb_gdcld_111) svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){:where(.ds-switch_thumb_gdcld_111){background-color:CanvasText}:where(.ds-switch_thumb_gdcld_111) svg{fill:Canvas}}:where(.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}:where(.ds-switch_loader_gdcld_53) svg{fill:#00000080}@media screen and (forced-colors: active){:where(.ds-switch_loader_gdcld_53) svg{fill:CanvasText}}'
277
283
  },
278
284
  {
279
285
  componentName: "DSSystemFeedback",
280
286
  componentNameLowercase: "systemfeedback",
281
- cssFileName: "SystemFeedback.RcrPepSZ.css",
282
- cssFileContent: ":where(.ds-system-feedback_root_1lr41_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;color:#252525;display:flex;align-items:flex-start;gap:8px;padding-block:4px;max-width:34em}"
287
+ cssFileName: "SystemFeedback.PKzqnXUe.css",
288
+ cssFileContent: ":where(.ds-system-feedback_root_1dkn4_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;color:#252525;display:flex;align-items:flex-start;gap:8px;max-width:34em}"
283
289
  },
284
290
  {
285
291
  componentName: "DSTabs",
@@ -296,8 +302,8 @@ function f(r, a) {
296
302
  {
297
303
  componentName: "DSTextarea",
298
304
  componentNameLowercase: "textarea",
299
- cssFileName: "Textarea.Dq4rH9Tg.css",
300
- cssFileContent: ':where(.ds-textarea_textarea_1s8pw_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-textarea_textarea--small_1s8pw_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-textarea_textarea_1s8pw_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}:where(.ds-textarea_textarea_1s8pw_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_1s8pw_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-textarea_textarea_1s8pw_1):focus{outline:revert;outline-offset:revert}:where(.ds-textarea_textarea_1s8pw_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_1s8pw_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-textarea_textarea_1s8pw_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-textarea_textarea_1s8pw_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-textarea_textarea_1s8pw_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-textarea_textarea_1s8pw_1):hover{border-color:Highlight}}:where(.ds-textarea_textarea_1s8pw_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-textarea_textarea_1s8pw_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-textarea_textarea_1s8pw_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_1s8pw_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-textarea_textarea_1s8pw_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-textarea_textarea_1s8pw_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_1s8pw_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-textarea_textarea_1s8pw_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-textarea_textarea_1s8pw_1)::-webkit-placeholder,:where(.ds-textarea_textarea_1s8pw_1)::placeholder{color:#666;opacity:1}:where(.ds-textarea_textarea--invalid_1s8pw_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-textarea_textarea--invalid_1s8pw_121):active,:where(.ds-textarea_textarea--invalid_1s8pw_121):focus,:where(.ds-textarea_textarea--invalid_1s8pw_121):focus-visible{border-color:#252525}:where(.ds-textarea_textarea--small_1s8pw_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}:where(.ds-textarea_textarea_1s8pw_1){padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}:where(.ds-textarea_textarea--resize-auto_1s8pw_145){resize:none;overflow-y:hidden}:where(.ds-textarea_textarea--small_1s8pw_9){padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}:where(.ds-textarea_root_1s8pw_155){align-self:end}:where(.ds-textarea_root_1s8pw_155):has(.ds-textarea_hint_1s8pw_164) :where(.ds-textarea_label_1s8pw_164){margin-block-end:4px}:where(.ds-textarea_affix_1s8pw_168){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)}:where(.ds-textarea_affix--small_1s8pw_189){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}:where(.ds-textarea_affix_1s8pw_168).ds-textarea_prefix_1s8pw_202{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-textarea_affix_1s8pw_168).ds-textarea_suffix_1s8pw_208{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-textarea_affix--disabled_1s8pw_214){color:#00000080}@media screen and (forced-colors: active){:where(.ds-textarea_affix--disabled_1s8pw_214){color:GrayText}}:where(.ds-textarea_affix--disabled_1s8pw_214).ds-textarea_prefix_1s8pw_202,:where(.ds-textarea_affix--disabled_1s8pw_214).ds-textarea_suffix_1s8pw_208{border-color:#0000001a}:where(.ds-textarea_affix--readonly_1s8pw_225){background-color:#ededed;position:relative}:where(.ds-textarea_affix--readonly_1s8pw_225).ds-textarea_prefix_1s8pw_202,:where(.ds-textarea_affix--readonly_1s8pw_225).ds-textarea_suffix_1s8pw_208{border-color:transparent}:where(.ds-textarea_affix--readonly_1s8pw_225).ds-textarea_prefix_1s8pw_202:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-textarea_affix--readonly_1s8pw_225).ds-textarea_prefix_1s8pw_202:after{background-color:transparent}}:where(.ds-textarea_affix--readonly_1s8pw_225).ds-textarea_suffix_1s8pw_208:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-textarea_affix--readonly_1s8pw_225).ds-textarea_suffix_1s8pw_208:before{background-color:transparent}}:where(.ds-textarea_leading-icon_1s8pw_261){grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){:where(.ds-textarea_leading-icon_1s8pw_261){background-color:Canvas;fill:CanvasText}}:where(.ds-textarea_leading-icon--small_1s8pw_273){margin-inline-start:8px}:where(.ds-textarea_leading-icon--disabled_1s8pw_276){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-textarea_leading-icon--disabled_1s8pw_276){fill:GrayText}}:where(.ds-textarea_action-button_1s8pw_285){grid-area:1/4/2/5}:where(.ds-textarea_label_1s8pw_164){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}:where(.ds-textarea_label--hidden_1s8pw_303){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){:where(.ds-textarea_label--disabled_1s8pw_316){color:GrayText}}:where(.ds-textarea_hint_1s8pw_164){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:34em;margin-block-end:8px}:where(.ds-textarea_feedback_1s8pw_336){margin-block-end:8px;margin-block-start:8px}:where(.ds-textarea_char-count_1s8pw_341){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}:where(.ds-textarea_char-count-announcer_1s8pw_357){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}'
305
+ cssFileName: "Textarea.B1HOakic.css",
306
+ cssFileContent: ':where(.ds-textarea_textarea_19e2t_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-textarea_textarea--small_19e2t_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-textarea_textarea_19e2t_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}:where(.ds-textarea_textarea_19e2t_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_19e2t_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-textarea_textarea_19e2t_1):focus{outline:revert;outline-offset:revert}:where(.ds-textarea_textarea_19e2t_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_19e2t_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-textarea_textarea_19e2t_1){transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-textarea_textarea_19e2t_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-textarea_textarea_19e2t_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-textarea_textarea_19e2t_1):hover{border-color:Highlight}}:where(.ds-textarea_textarea_19e2t_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-textarea_textarea_19e2t_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-textarea_textarea_19e2t_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_19e2t_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-textarea_textarea_19e2t_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-textarea_textarea_19e2t_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_19e2t_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-textarea_textarea_19e2t_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-textarea_textarea_19e2t_1)::-webkit-placeholder,:where(.ds-textarea_textarea_19e2t_1)::placeholder{color:#666;opacity:1}:where(.ds-textarea_textarea--invalid_19e2t_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-textarea_textarea--invalid_19e2t_121):active,:where(.ds-textarea_textarea--invalid_19e2t_121):focus,:where(.ds-textarea_textarea--invalid_19e2t_121):focus-visible{border-color:#252525}:where(.ds-textarea_textarea--small_19e2t_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}:where(.ds-textarea_textarea_19e2t_1){padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}:where(.ds-textarea_textarea--resize-auto_19e2t_145){resize:none;overflow-y:hidden}:where(.ds-textarea_textarea--small_19e2t_9){padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}:where(.ds-textarea_root_19e2t_155):has(.ds-textarea_hint_19e2t_155) :where(.ds-textarea_label-wrapper_19e2t_155){margin-block-end:2px}:where(.ds-textarea_affix_19e2t_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;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)}:where(.ds-textarea_affix--small_19e2t_180){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}:where(.ds-textarea_affix_19e2t_159).ds-textarea_prefix_19e2t_193{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-textarea_affix_19e2t_159).ds-textarea_suffix_19e2t_199{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-textarea_affix--disabled_19e2t_205){color:#00000080}@media screen and (forced-colors: active){:where(.ds-textarea_affix--disabled_19e2t_205){color:GrayText}}:where(.ds-textarea_affix--disabled_19e2t_205).ds-textarea_prefix_19e2t_193,:where(.ds-textarea_affix--disabled_19e2t_205).ds-textarea_suffix_19e2t_199{border-color:#0000001a}:where(.ds-textarea_affix--readonly_19e2t_216){background-color:#ededed;position:relative}:where(.ds-textarea_affix--readonly_19e2t_216).ds-textarea_prefix_19e2t_193,:where(.ds-textarea_affix--readonly_19e2t_216).ds-textarea_suffix_19e2t_199{border-color:transparent}:where(.ds-textarea_affix--readonly_19e2t_216).ds-textarea_prefix_19e2t_193:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-textarea_affix--readonly_19e2t_216).ds-textarea_prefix_19e2t_193:after{background-color:transparent}}:where(.ds-textarea_affix--readonly_19e2t_216).ds-textarea_suffix_19e2t_199:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){:where(.ds-textarea_affix--readonly_19e2t_216).ds-textarea_suffix_19e2t_199:before{background-color:transparent}}:where(.ds-textarea_leading-icon_19e2t_252){grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){:where(.ds-textarea_leading-icon_19e2t_252){background-color:Canvas;fill:CanvasText}}:where(.ds-textarea_leading-icon--small_19e2t_264){margin-inline-start:8px}:where(.ds-textarea_leading-icon--disabled_19e2t_267){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-textarea_leading-icon--disabled_19e2t_267){fill:GrayText}}:where(.ds-textarea_action-button_19e2t_276){grid-area:1/4/2/5}:where(.ds-textarea_label_19e2t_155){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:2px}@media screen and (forced-colors: active){:where(.ds-textarea_label--disabled_19e2t_295){color:GrayText}}:where(.ds-textarea_label-wrapper_19e2t_155){display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}:where(.ds-textarea_label-wrapper--hidden_19e2t_307){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}:where(.ds-textarea_hint_19e2t_155){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:34em;margin-block-end:8px}:where(.ds-textarea_feedback_19e2t_335){margin-block-start:8px}:where(.ds-textarea_footer_19e2t_339){display:flex;justify-content:flex-end;margin-block-start:8px}:where(.ds-textarea_footer--has-system-feedback_19e2t_344){gap:24px;justify-content:space-between}:where(.ds-textarea_feedback_19e2t_335){margin-block-start:0}:where(.ds-textarea_char-count_19e2t_353){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}:where(.ds-textarea_char-count-announcer_19e2t_366){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}'
301
307
  },
302
308
  {
303
309
  componentName: "DSTitle",
@@ -308,8 +314,8 @@ function f(r, a) {
308
314
  {
309
315
  componentName: "DSToastManager",
310
316
  componentNameLowercase: "toastmanager",
311
- cssFileName: "Toast.CJ1zhDIT.css",
312
- cssFileContent: ":root{--ds-toast-offset-bottom: 64px}:where(.ds-toast_root_gamkt_5){box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:272px;max-width:min(100vw - 48px,400px)}@media (min-width: 768px){:where(.ds-toast_root_gamkt_5){max-width:25rem}}:where(.ds-toast_root--closing_gamkt_19){animation:ds-toast_fade-out_gamkt_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}:where(.ds-toast_root_gamkt_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){:where(.ds-toast_root_gamkt_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_gamkt_5:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:ds-toast_move-in_gamkt_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}:where(.ds-toast_root--success_gamkt_54)[popover]{background-color:#e5f0db;border-color:#749f4a}:where(.ds-toast_root--info_gamkt_58)[popover]{background-color:#ededed;border-color:#666}:where(.ds-toast_root--warning_gamkt_62)[popover]{background-color:#fdecc3;border-color:#fdc543}:where(.ds-toast_content_gamkt_67){display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}:where(.ds-toast_content--hide-icon_gamkt_74){grid-template-columns:minmax(auto,1fr) auto}:where(.ds-toast_icon_gamkt_78){margin-block-start:8px}:where(.ds-toast_message_gamkt_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_gamkt_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes ds-toast_fade-out_gamkt_1{0%{opacity:1;display:block}to{opacity:0;display:none}}"
317
+ cssFileName: "Toast.CGyKXb4V.css",
318
+ cssFileContent: ":root{--ds-toast-offset-bottom: 64px}:where(.ds-toast_root_1jbef_5){box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:272px;max-width:min(100vw - 48px,400px)}@media (min-width: 768px){:where(.ds-toast_root_1jbef_5){max-width:25rem}}:where(.ds-toast_root--closing_1jbef_15){animation:ds-toast_fade-out_1jbef_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}:where(.ds-toast_root_1jbef_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){:where(.ds-toast_root_1jbef_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_1jbef_5:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:ds-toast_move-in_1jbef_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}:where(.ds-toast_root--success_1jbef_56)[popover]{background-color:#e5f0db;border-color:#749f4a}:where(.ds-toast_root--info_1jbef_60)[popover]{background-color:#ededed;border-color:#666}:where(.ds-toast_root--warning_1jbef_64)[popover]{background-color:#fdecc3;border-color:#fdc543}:where(.ds-toast_content_1jbef_69){display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:2rem}:where(.ds-toast_content--hide-icon_1jbef_76){grid-template-columns:minmax(auto,1fr) auto}:where(.ds-toast_icon_1jbef_80){margin-block-start:8px}:where(.ds-toast_message_1jbef_84){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_1jbef_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes ds-toast_fade-out_1jbef_1{0%{opacity:1;display:block}to{opacity:0;display:none}}"
313
319
  },
314
320
  {
315
321
  componentName: "DSTopBar",