@stihl-design-system/components 1.0.0-RC.34 → 1.0.0-RC.36

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 (161) hide show
  1. package/Placeholder.svg +1 -1
  2. package/{actionbutton.DLQJU6AV.js → actionbutton.Du5CT-Mt.js} +2 -2
  3. package/{actionlink.DEBrWfN3.js → actionlink.BK9CaQUY.js} +2 -2
  4. package/assets/Button.CmeGVEAY.css +1 -0
  5. package/assets/CustomReactSelect.BihX36Uo.css +1 -0
  6. package/assets/Fieldset.Oqu7pOBv.css +1 -0
  7. package/assets/InputFile.D7Ihod7B.css +1 -0
  8. package/assets/InputNumber.z_UqRYdv.css +1 -0
  9. package/assets/InputPassword.DZENjxJ9.css +1 -0
  10. package/assets/InputSearch.GBH9Eh6F.css +1 -0
  11. package/assets/LinkButton.88j5ckLu.css +1 -0
  12. package/assets/RadioGroup.q1lQ-HIZ.css +1 -0
  13. package/assets/Select.CL0fqx7X.css +1 -0
  14. package/assets/Slider.DWLuIsNj.css +1 -0
  15. package/assets/Textarea.B1HOakic.css +1 -0
  16. package/assets/buttonround.DBpMesfr.css +1 -0
  17. package/assets/input.RPDR8qdT.css +1 -0
  18. package/assets/radio.CsfCywxz.css +1 -0
  19. package/{banner.CI5HnDqD.js → banner.AhUeW3HM.js} +1 -1
  20. package/{breadcrumb.CtwAux3P.js → breadcrumb.DpIAQk3r.js} +3 -3
  21. package/button.CqNYOfSj.js +12 -0
  22. package/buttonround.9IS0tUqw.js +96 -0
  23. package/{checkbox.DwccD0Mp.js → checkbox.XYQI-ubx.js} +2 -2
  24. package/{checkboxgroup.ZiUFfCJ1.js → checkboxgroup.C66ZwglF.js} +2 -2
  25. package/{chip.B0s_fS8L.js → chip.B-pxhsdb.js} +2 -2
  26. package/{chipgroup.Dpu66bo5.js → chipgroup.CY3pWyLO.js} +4 -3
  27. package/chunks/{ActionButton.DOYsEHPr.js → ActionButton.BOYQYo5M.js} +1 -1
  28. package/chunks/{ActionLink.DbyciN3Y.js → ActionLink.BlwvrnPN.js} +1 -1
  29. package/chunks/{Breadcrumb.BgnpTo01.js → Breadcrumb.C_Yaz_vw.js} +2 -2
  30. package/chunks/Button.CQlIao-Z.js +139 -0
  31. package/chunks/{Checkbox.BcGXAuuP.js → Checkbox.D5X5T6Yg.js} +1 -1
  32. package/chunks/CheckboxGroup.BIspWqeW.js +74 -0
  33. package/chunks/{Chip.D6pubCZV.js → Chip.DIp5hdRH.js} +1 -1
  34. package/chunks/{CustomReactSelect.Dg3wC_VH.js → CustomReactSelect.D4kopDzX.js} +816 -800
  35. package/chunks/{Dialog.DpqSVrYR.js → Dialog.DMxHRrxo.js} +1 -1
  36. package/chunks/{Drawer.DISWybOa.js → Drawer.CatmvDHJ.js} +1 -1
  37. package/chunks/Fieldset.Bk8W5h13.js +81 -0
  38. package/chunks/{Header.7TQL_J9t.js → Header.18sOO0Gf.js} +1 -1
  39. package/chunks/{Input.utils.Dkw7gRrr.js → Input.utils.CL1u4Ctq.js} +27 -25
  40. package/chunks/InputFile.CjK3gEst.js +236 -0
  41. package/chunks/InputNumber.wfDjnz58.js +242 -0
  42. package/chunks/InputPassword.Ctb0xbwg.js +121 -0
  43. package/chunks/InputSearch.C-r5ktR8.js +149 -0
  44. package/chunks/LinkButton.CWibqvhs.js +140 -0
  45. package/chunks/{MegaMenu.CQbOeaib.js → MegaMenu.qttkjGbD.js} +7 -8
  46. package/chunks/{NavigationTabs.BwM-6CRm.js → NavigationTabs.SBNLx87A.js} +1 -1
  47. package/chunks/{Notification.CrojkJ0E.js → Notification.DYl1rcGu.js} +1 -1
  48. package/chunks/{Popover.Bb0Pjmvg.js → Popover.C9tT8xkE.js} +9 -10
  49. package/chunks/RadioGroup.BDsVAhCK.js +125 -0
  50. package/chunks/Select.BjBPN-6W.js +147 -0
  51. package/chunks/Slider.Bh2jhGKn.js +306 -0
  52. package/chunks/{Stepper.PTQdQBYf.js → Stepper.D1Yzw-gL.js} +2 -2
  53. package/chunks/{Tabs.DyP4whX0.js → Tabs.BvG-OPWa.js} +1 -1
  54. package/chunks/Textarea.DibBqiam.js +181 -0
  55. package/chunks/{Toast.ug_RjGgF.js → Toast.ldZRNpGM.js} +1 -1
  56. package/chunks/floating-ui.react.COTL3jH5.js +2984 -0
  57. package/chunks/{useBreakpoint.BzR_yaIv.js → useBreakpoint.1txsny17.js} +8 -5
  58. package/combobox.C2XUM4fM.js +67 -0
  59. package/components/Button/Button.d.ts +5 -0
  60. package/components/Button/Button.utils.d.ts +4 -5
  61. package/components/CheckboxGroup/CheckboxGroup.d.ts +14 -1
  62. package/components/Combobox/Combobox.utils.d.ts +3 -2
  63. package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +13 -0
  64. package/components/Fieldset/Fieldset.d.ts +14 -1
  65. package/components/Input/Input.d.ts +13 -0
  66. package/components/Input/Input.utils.d.ts +2 -2
  67. package/components/InputFile/InputFile.d.ts +13 -0
  68. package/components/InputFile/InputFile.utils.d.ts +4 -2
  69. package/components/InputNumber/InputNumber.d.ts +17 -4
  70. package/components/InputNumber/InputNumber.utils.d.ts +2 -2
  71. package/components/InputPassword/InputPassword.d.ts +13 -0
  72. package/components/InputPassword/InputPassword.utils.d.ts +2 -2
  73. package/components/InputSearch/InputSearch.d.ts +13 -0
  74. package/components/InputSearch/InputSearch.utils.d.ts +2 -2
  75. package/components/LinkButton/LinkButton.d.ts +5 -0
  76. package/components/LinkButton/LinkButton.utils.d.ts +4 -5
  77. package/components/RadioGroup/RadioGroup.d.ts +13 -0
  78. package/components/RadioGroup/RadioGroup.utils.d.ts +3 -2
  79. package/components/Scroller/Scroller.test.d.ts +1 -0
  80. package/components/Select/Select.d.ts +13 -0
  81. package/components/Select/Select.utils.d.ts +2 -2
  82. package/components/Slider/Slider.d.ts +13 -0
  83. package/components/Textarea/Textarea.d.ts +13 -0
  84. package/components/Textarea/Textarea.utils.d.ts +2 -2
  85. package/{customreactselect.BFN8cYJi.js → customreactselect.BNwzk8Qi.js} +4 -3
  86. package/{dialog.CzM_Cxp0.js → dialog.D5geKDtZ.js} +2 -2
  87. package/{drawer._A9MQ8Cj.js → drawer.ucjhpIF4.js} +2 -2
  88. package/{fieldset.CId-NtI5.js → fieldset.Crx4Cb9a.js} +3 -2
  89. package/{filelist.DgVuWpR3.js → filelist.Bcu6TZRj.js} +1 -1
  90. package/{floatingactionbutton.Bsnncudt.js → floatingactionbutton.B5hJ2At2.js} +1 -1
  91. package/{header.CelAkqtp.js → header.A77yIAH3.js} +1 -1
  92. package/index.es.js +103 -102
  93. package/input.DL_M_Pg3.js +190 -0
  94. package/{inputfile.BjgJGefV.js → inputfile.iwsNHjrc.js} +6 -5
  95. package/{inputnumber.BcrxBVv0.js → inputnumber.raC_7KIP.js} +7 -6
  96. package/{inputpassword.CddmBW-T.js → inputpassword.Brte78Sr.js} +4 -4
  97. package/{inputsearch.CFOASqrd.js → inputsearch.BP0EzFcF.js} +6 -5
  98. package/{link.f8MMZo-w.js → link.BtZeNdii.js} +2 -2
  99. package/{linkbutton.BYAvi-_V.js → linkbutton.In_ROT0Z.js} +4 -4
  100. package/{logo100years.B4d_DIiB.js → logo100years.DDzCrczW.js} +10 -10
  101. package/{megamenu.Cy9Cc-mC.js → megamenu.BurL9MfF.js} +3 -3
  102. package/{navigationtabs.Dp7D2fnc.js → navigationtabs.EbmfKv1R.js} +2 -2
  103. package/{notification.B-norGiB.js → notification.tadg6lCc.js} +2 -2
  104. package/package.json +4 -3
  105. package/partials/index.js +32 -32
  106. package/{popover.DFVDZY-m.js → popover.CXq7VoZt.js} +3 -3
  107. package/radio.pyM5ma9s.js +134 -0
  108. package/{radiogroup.DaThoMfq.js → radiogroup.sdob0iPE.js} +3 -3
  109. package/{scroller.Cu7H_VCT.js → scroller.B1LijjCF.js} +1 -1
  110. package/{select.CMdKf7tC.js → select.CZ0C3yJD.js} +5 -4
  111. package/{skiptocontent.CHVh0hbr.js → skiptocontent.CAQy194o.js} +1 -1
  112. package/slider.B3u5du_Q.js +12 -0
  113. package/{step.DKf4CHGr.js → step.DaJFsafj.js} +1 -1
  114. package/{stepper.CCP_igpJ.js → stepper.DcaZESJi.js} +3 -3
  115. package/styles/scss/ds/lib/ds-internal/_input.scss +12 -3
  116. package/styles/scss/ds/lib/ds-internal/_link-button.scss +10 -2
  117. package/styles/scss/ds/lib/link-button.scss +11 -3
  118. package/{tablist.DZgo49nZ.js → tablist.mX5nQWwH.js} +1 -1
  119. package/{tabs.BkoT7feH.js → tabs.DjWfks34.js} +2 -2
  120. package/{textarea.DMn20z4p.js → textarea.69r-5faY.js} +4 -3
  121. package/{toast.Dvs8woTH.js → toast.FzO5KoiK.js} +2 -2
  122. package/{toastmanager.pi_Fhd5t.js → toastmanager.BGIYNKkT.js} +1 -1
  123. package/{tooltip.QJe_bfO-.js → tooltip.Cj3AvYgB.js} +22 -23
  124. package/{topbar.Bxwvp9Lf.js → topbar.CAujTZAE.js} +2 -2
  125. package/utils/useIsomorphicLayoutEffect.d.ts +2 -2
  126. package/assets/Button.C8sNwIeW.css +0 -1
  127. package/assets/CustomReactSelect.E_jJFVew.css +0 -1
  128. package/assets/Fieldset.CW9dBvAo.css +0 -1
  129. package/assets/InputFile.BnIvK65P.css +0 -1
  130. package/assets/InputNumber.BoiCIR1f.css +0 -1
  131. package/assets/InputPassword.Dk3_vNLV.css +0 -1
  132. package/assets/InputSearch.C1_4cVCi.css +0 -1
  133. package/assets/LinkButton.B86yacK5.css +0 -1
  134. package/assets/RadioGroup.CM2mYOzc.css +0 -1
  135. package/assets/Select.COxLltX7.css +0 -1
  136. package/assets/Slider.DPEmJ3HD.css +0 -1
  137. package/assets/Textarea.y3MW7VW0.css +0 -1
  138. package/assets/buttonround.BN3vUDc_.css +0 -1
  139. package/assets/input.DTu4g_iA.css +0 -1
  140. package/assets/radio.CgpGvYc-.css +0 -1
  141. package/button.DHuKanZP.js +0 -13
  142. package/buttonround.CMlmEDaN.js +0 -96
  143. package/chunks/Button.DCZgBNmA.js +0 -142
  144. package/chunks/CheckboxGroup.BuFd1luB.js +0 -72
  145. package/chunks/Fieldset.DiMtr6Vw.js +0 -74
  146. package/chunks/InputFile.C8nt9Fu8.js +0 -218
  147. package/chunks/InputNumber.CbH1XJfl.js +0 -267
  148. package/chunks/InputPassword.DbdjuSiJ.js +0 -136
  149. package/chunks/InputSearch.joxmugiv.js +0 -173
  150. package/chunks/LinkButton.BZgIGgc8.js +0 -132
  151. package/chunks/RadioGroup.CexC4v2Z.js +0 -104
  152. package/chunks/Select.BEIdNMML.js +0 -164
  153. package/chunks/Slider.CR0zYHeZ.js +0 -291
  154. package/chunks/Textarea.Du2RII5u.js +0 -168
  155. package/chunks/floating-ui.dom.BT8pKtCQ.js +0 -1005
  156. package/chunks/floating-ui.react.3FjeMiuN.js +0 -1999
  157. package/combobox.jG5GRA7C.js +0 -65
  158. package/input.DuEbg7d6.js +0 -206
  159. package/radio.DHUfSPai.js +0 -126
  160. package/slider.C5dK6KcG.js +0 -11
  161. /package/components/InputNumber/{InputNumberutils.test.d.ts → InputNumber.utils.test.d.ts} +0 -0
package/partials/index.js CHANGED
@@ -25,7 +25,7 @@ function u(r) {
25
25
  ] });
26
26
  }
27
27
  }
28
- function f(r) {
28
+ function p(r) {
29
29
  const { format: a } = {
30
30
  format: "jsx",
31
31
  ...r
@@ -34,7 +34,7 @@ function f(r) {
34
34
  const e = "@layer ds-reset{*,*::before,*::after{box-sizing:border-box}:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px;font-size:100%}@media(min-width: 320px){:root{--ds-spacing-dynamic-xs: 16px;--ds-spacing-dynamic-s: 24px;--ds-spacing-dynamic-m: 32px;--ds-spacing-dynamic-l: 40px;--ds-spacing-dynamic-xl: 56px;--ds-spacing-dynamic-xxl: 80px}}@media(min-width: 768px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1024px){:root{--ds-spacing-dynamic-xs: 24px;--ds-spacing-dynamic-s: 32px;--ds-spacing-dynamic-m: 40px;--ds-spacing-dynamic-l: 48px;--ds-spacing-dynamic-xl: 64px;--ds-spacing-dynamic-xxl: 96px}}@media(min-width: 1536px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}@media(min-width: 1668px){:root{--ds-spacing-dynamic-xs: 32px;--ds-spacing-dynamic-s: 40px;--ds-spacing-dynamic-m: 48px;--ds-spacing-dynamic-l: 56px;--ds-spacing-dynamic-xl: 80px;--ds-spacing-dynamic-xxl: 128px}}:where(html){font-family:STIHL Contraface Digital Text Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;font-style:normal;font-variant:normal;hyphens:manual;overflow-wrap:break-word;font-weight:normal;font-size:1rem;line-height:1.5;font-size-adjust:.414;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}:where(body){hyphens:manual;line-height:1.5;margin:unset;min-height:100vh}:where(body,h1,h2,h3,h4,p,figure,blockquote,dl,dd){margin-block-end:0}:where(h1,h2,h3,h4,h5,h6){margin:0;padding:0;text-wrap:balance;hyphens:manual;overflow-wrap:break-word}:where(a:not([class])){text-decoration-skip-ink:auto;color:currentColor}:where(button,input,textarea,select){font:inherit}:target{scroll-margin-block:5ex}}";
35
35
  return a === "html" ? `<style data-ds-css-reset-styles>${e}</style>` : /* @__PURE__ */ t("style", { "data-ds-css-reset-styles": !0, children: e });
36
36
  }
37
- function p(r, a) {
37
+ function f(r, a) {
38
38
  const { format: e } = {
39
39
  format: "jsx",
40
40
  ...a
@@ -80,14 +80,14 @@ function p(r, a) {
80
80
  {
81
81
  componentName: "DSButton",
82
82
  componentNameLowercase: "button",
83
- cssFileName: "Button.C8sNwIeW.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;inset:-1px -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.BN3vUDc_.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;inset:-1px -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",
@@ -110,8 +110,8 @@ function p(r, a) {
110
110
  {
111
111
  componentName: "DSCombobox",
112
112
  componentNameLowercase: "combobox",
113
- cssFileName: "CustomReactSelect.E_jJFVew.css, optioncheckbox.DAffEKvY.css",
114
- cssFileContent: ":where(.ds-combobox_root_196k7_1):has(.ds-combobox_hint_196k7_1) :where(.ds-combobox_label_196k7_1){margin-block-end:4px}:where(.ds-combobox_wrapper_196k7_5){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-combobox_action-button_196k7_11){grid-area:1/4/2/5}:where(.ds-combobox_label_196k7_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-combobox_label--hidden_196k7_29){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_196k7_42){color:GrayText}}:where(.ds-combobox_hint_196k7_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_196k7_62){margin-block-start:8px}:where(.ds-combobox_select_196k7_66){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_196k7_74){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-combobox_select_196k7_66){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_196k7_66):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-combobox_select_196k7_66):focus{outline:revert;outline-offset:revert}:where(.ds-combobox_select_196k7_66):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-combobox_select_196k7_66){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_196k7_66){transition-duration:0ms}}@media (hover: hover){:where(.ds-combobox_select_196k7_66):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-combobox_select_196k7_66):hover{border-color:Highlight}}:where(.ds-combobox_select_196k7_66){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-combobox_select_196k7_66)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-combobox_select_196k7_66)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-combobox_select_196k7_66)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-combobox_select_196k7_66)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-combobox_select_196k7_66):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-combobox_select_196k7_66)::-webkit-placeholder,:where(.ds-combobox_select_196k7_66)::placeholder{color:#666;opacity:1}:where(.ds-combobox_select--invalid_196k7_186){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-combobox_select--invalid_196k7_186):active,:where(.ds-combobox_select--invalid_196k7_186):focus,:where(.ds-combobox_select--invalid_196k7_186):focus-visible{border-color:#252525}:where(.ds-combobox_select--small_196k7_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:.875rem;line-height:1.14;font-size-adjust:.414}:where(.ds-combobox_select_196k7_66){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-combobox_select_196k7_66)::-webkit-outer-spin-button,:where(.ds-combobox_select_196k7_66)::-webkit-inner-spin-button,:where(.ds-combobox_select_196k7_66)::-webkit-search-decoration,:where(.ds-combobox_select_196k7_66)::-webkit-search-cancel-button,:where(.ds-combobox_select_196k7_66)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_196k7_66)::-webkit-date-and-time-value{text-align:left}:where(.ds-combobox_select_196k7_66):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_196k7_66)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-combobox_select_196k7_66)[type=range]{accent-color:#E9640C}:where(.ds-combobox_select_196k7_66)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-combobox_select--small_196k7_74){min-height:2rem;height:2rem}:where(.ds-combobox_select--small_196k7_74).ds-combobox_input--has-leading-icon_196k7_244{padding-inline-start:calc(16px + 1rem)}:where(.ds-combobox_select--small_196k7_74).ds-combobox_input--has-action-button_196k7_247{padding-inline-end:calc(2rem + 8px)}:where(.ds-combobox_select--small_196k7_74).ds-combobox_input--has-second-action-button_196k7_250{padding-inline-end:calc(4rem + 8px)}:where(.ds-combobox_select--has-leading-icon_196k7_253){padding-inline-start:calc(32px + 1rem)}:where(.ds-combobox_select--has-action-button_196k7_256){padding-inline-end:calc(3rem + 16px)}:where(.ds-combobox_select--has-second-action-button_196k7_259){padding-inline-end:calc(6rem + 16px)}:where(.ds-combobox_select--has-affix_196k7_262){color:#0000}:where(.ds-combobox_select--has-affix_196k7_262)::placeholder{color:#0000}:where(.ds-combobox_select--has-affix_196k7_262)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-combobox_select--has-affix_196k7_262)::placeholder{transition-duration:0ms}}:where(.ds-combobox_select--is-ready_196k7_276){color:#252525}:where(.ds-combobox_select--is-ready_196k7_276)::placeholder{color:#666}:where(.ds-combobox_select_196k7_66){border-radius:0}:where(.ds-combobox_select_196k7_66).ds-combobox_select--disabled_196k7_286{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66).ds-combobox_select--disabled_196k7_286{color:GrayText}}:where(.ds-combobox_select_196k7_66).ds-combobox_select--focused_196k7_297{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66).ds-combobox_select--focused_196k7_297{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-combobox_select_196k7_66).ds-combobox_select--focused_196k7_297{outline-color:Highlight}}@media (hover: hover){:where(.ds-combobox_select--hovered_196k7_314){background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-combobox_select--hovered_196k7_314){border-color:Highlight}}:where(.ds-combobox_placeholder_196k7_324){color:#666}@media screen and (forced-colors: active){:where(.ds-combobox_placeholder_196k7_324){color:GrayText}}:where(.ds-combobox_menu-list_196k7_333){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_196k7_343){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_196k7_365){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_196k7_381){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_196k7_396){padding-inline-start:24px}:where(.ds-combobox_option--single_196k7_399){justify-content:space-between}:where(.ds-combobox_option--disabled_196k7_402){color:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_option--disabled_196k7_402){color:GrayText}}:where(.ds-combobox_option--focus-hover_196k7_410):not(.ds-combobox_option--disabled_196k7_402){border-radius:.125rem;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){:where(.ds-combobox_option--focus-hover_196k7_410):not(.ds-combobox_option--disabled_196k7_402){forced-color-adjust:auto;outline-color:Highlight}}:where(.ds-combobox_option--text_196k7_422){margin-inline-end:8px}:where(.ds-combobox_option--check-icon_196k7_425){margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){:where(.ds-combobox_option--check-icon_196k7_425){fill:CanvasText}}:where(.ds-combobox_option--check-icon--disabled_196k7_435){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_option--check-icon--disabled_196k7_435){fill:GrayText}}:where(.ds-combobox_single-option_196k7_444){display:flex;flex-wrap:nowrap;width:100%}:where(.ds-combobox_multi-option_196k7_450){width:100%}:where(.ds-combobox_single-value_196k7_454){display:flex;align-items:center}:where(.ds-combobox_single-value--text_196k7_458){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}:where(.ds-combobox_leading-icon_196k7_465){margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){:where(.ds-combobox_leading-icon_196k7_465){background-color:Canvas;fill:CanvasText}}:where(.ds-combobox_leading-icon--small_196k7_476),:where(.ds-combobox_leading-icon--selected_196k7_476){margin-block-start:0px}:where(.ds-combobox_leading-icon--disabled_196k7_479){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-combobox_leading-icon--disabled_196k7_479){fill:GrayText}}:where(.ds-combobox_indicator_196k7_488),:where(.ds-combobox_clear_196k7_489){width:3rem;height:3rem;justify-content:center;cursor:pointer}:where(.ds-combobox_indicator--small_196k7_495),:where(.ds-combobox_clear--small_196k7_496){width:2rem;height:2rem}:where(.ds-combobox_indicator--icon_196k7_500),:where(.ds-combobox_clear--icon_196k7_501){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_196k7_508),:where(.ds-combobox_clear--icon--small_196k7_509){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",
@@ -128,8 +128,8 @@ function p(r, a) {
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 p(r, a) {
164
164
  {
165
165
  componentName: "DSInput",
166
166
  componentNameLowercase: "input",
167
- cssFileName: "input.DTu4g_iA.css",
168
- cssFileContent: ':where(.ds-input_input_zq4fq_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_zq4fq_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input_input_zq4fq_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_zq4fq_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_zq4fq_1):focus{outline:revert;outline-offset:revert}:where(.ds-input_input_zq4fq_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_zq4fq_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_zq4fq_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input_input_zq4fq_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input_input_zq4fq_1):hover{border-color:Highlight}}:where(.ds-input_input_zq4fq_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input_input_zq4fq_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input_input_zq4fq_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_zq4fq_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input_input_zq4fq_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_zq4fq_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input_input_zq4fq_1)::-webkit-placeholder,:where(.ds-input_input_zq4fq_1)::placeholder{color:#666;opacity:1}:where(.ds-input_input--invalid_zq4fq_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input_input--invalid_zq4fq_121):active,:where(.ds-input_input--invalid_zq4fq_121):focus,:where(.ds-input_input--invalid_zq4fq_121):focus-visible{border-color:#252525}:where(.ds-input_input--small_zq4fq_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_zq4fq_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input_input_zq4fq_1)::-webkit-outer-spin-button,:where(.ds-input_input_zq4fq_1)::-webkit-inner-spin-button,:where(.ds-input_input_zq4fq_1)::-webkit-search-decoration,:where(.ds-input_input_zq4fq_1)::-webkit-search-cancel-button,:where(.ds-input_input_zq4fq_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_zq4fq_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input_input_zq4fq_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_zq4fq_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input_input_zq4fq_1)[type=range]{accent-color:#E9640C}:where(.ds-input_input_zq4fq_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input_input--small_zq4fq_9){min-height:2rem;height:2rem}:where(.ds-input_input--small_zq4fq_9).ds-input_input--has-leading-icon_zq4fq_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input_input--small_zq4fq_9).ds-input_input--has-action-button_zq4fq_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input_input--small_zq4fq_9).ds-input_input--has-second-action-button_zq4fq_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input_input--has-leading-icon_zq4fq_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input_input--has-action-button_zq4fq_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input_input--has-second-action-button_zq4fq_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input_input--has-affix_zq4fq_197){color:#0000}:where(.ds-input_input--has-affix_zq4fq_197)::placeholder{color:#0000}:where(.ds-input_input--has-affix_zq4fq_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input--has-affix_zq4fq_197)::placeholder{transition-duration:0ms}}:where(.ds-input_input--is-ready_zq4fq_211){color:#252525}:where(.ds-input_input--is-ready_zq4fq_211)::placeholder{color:#666}:where(.ds-input_root_zq4fq_218):has(.ds-input_hint_zq4fq_218) :where(.ds-input_label_zq4fq_218){margin-block-end:4px}:where(.ds-input_wrapper_zq4fq_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input_affix_zq4fq_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_zq4fq_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_zq4fq_228).ds-input_prefix_zq4fq_262{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input_affix_zq4fq_228).ds-input_suffix_zq4fq_268{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input_affix--disabled_zq4fq_274){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input_affix--disabled_zq4fq_274){color:GrayText}}:where(.ds-input_affix--disabled_zq4fq_274).ds-input_prefix_zq4fq_262,:where(.ds-input_affix--disabled_zq4fq_274).ds-input_suffix_zq4fq_268{border-color:#0000001a}:where(.ds-input_affix--readonly_zq4fq_285){background-color:#ededed;position:relative}:where(.ds-input_affix--readonly_zq4fq_285).ds-input_prefix_zq4fq_262,:where(.ds-input_affix--readonly_zq4fq_285).ds-input_suffix_zq4fq_268{border-color:transparent}:where(.ds-input_affix--readonly_zq4fq_285).ds-input_prefix_zq4fq_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_zq4fq_285).ds-input_prefix_zq4fq_262:after{background-color:transparent}}:where(.ds-input_affix--readonly_zq4fq_285).ds-input_suffix_zq4fq_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_zq4fq_285).ds-input_suffix_zq4fq_268:before{background-color:transparent}}:where(.ds-input_leading-icon_zq4fq_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_zq4fq_321){background-color:Canvas;fill:CanvasText}}:where(.ds-input_leading-icon--small_zq4fq_333){margin-inline-start:8px}:where(.ds-input_leading-icon--disabled_zq4fq_336){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-input_leading-icon--disabled_zq4fq_336){fill:GrayText}}:where(.ds-input_action-button_zq4fq_345){grid-area:1/4/2/5}:where(.ds-input_label_zq4fq_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-end:8px}:where(.ds-input_label--hidden_zq4fq_363){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_zq4fq_376){color:GrayText}}:where(.ds-input_hint_zq4fq_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_zq4fq_396){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.BnIvK65P.css",
174
- cssFileContent: ":where(.ds-input-file_root_1snnq_1) :where(.ds-input-file_browse-button--is-dragging-filled_1snnq_4){background-color:#444}:where(.ds-input-file_root_1snnq_1) :where(.ds-input-file_browse-button--is-dragging-filled_1snnq_4) span{pointer-events:none}:where(.ds-input-file_root_1snnq_1) :where(.ds-input-file_browse-button--is-dragging_1snnq_4){background-color:#ededed}:where(.ds-input-file_root_1snnq_1) :where(.ds-input-file_browse-button--is-dragging_1snnq_4) span{pointer-events:none}:where(.ds-input-file_root_1snnq_1):has(.ds-input-file_hint_1snnq_1) :where(.ds-input-file_label_1snnq_1){margin-block-end:4px}:where(.ds-input-file_label_1snnq_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_1snnq_35){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_1snnq_48){color:GrayText}}:where(.ds-input-file_hint_1snnq_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_1snnq_68){margin-block-start:8px}:where(.ds-input-file_dropzone_1snnq_72){border:1px dashed #B1B1B1;padding:32px;text-align:center;cursor:pointer}:where(.ds-input-file_dropzone--disabled_1snnq_78){cursor:not-allowed;color:#00000080;border-color:#0000001a}@media screen and (forced-colors: active){:where(.ds-input-file_dropzone--disabled_1snnq_78){color:GrayText;border-color:GrayText}}:where(.ds-input-file_dropzone--disabled_1snnq_78) svg{fill:currentColor}:where(.ds-input-file_dropzone--invalid_1snnq_92){border-color:#d43b3b}:where(.ds-input-file_dropzone--is-dragging_1snnq_95){background-color:#ededed}:where(.ds-input-file_dropzone--is-dragging_1snnq_95) :where(.ds-input-file_hint-drop-zone_1snnq_98){pointer-events:none}:where(.ds-input-file_dropzone_1snnq_72) :where(.ds-input-file_upload-icon_1snnq_101){margin-block-end:12px}:where(.ds-input-file_dropzone_1snnq_72) :where(.ds-input-file_browse-button-dropzone--is-dragging_1snnq_104){pointer-events:none}:where(.ds-input-file_dropzone_1snnq_72) :where(.ds-input-file_instructions_1snnq_107){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_1snnq_72) :where(.ds-input-file_hint-drop-zone_1snnq_98){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_1snnq_72){transition:border-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-file_dropzone_1snnq_72){transition-duration:0ms}}:where(.ds-input-file_input_1snnq_144){display:none}:where(.ds-input-file_required-sr-info_1snnq_148){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
175
  },
176
176
  {
177
177
  componentName: "DSInputNumber",
178
178
  componentNameLowercase: "inputnumber",
179
- cssFileName: "Button.C8sNwIeW.css, InputNumber.BoiCIR1f.css",
180
- 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;inset:-1px -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-number_input_1yj2k_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-number_input--small_1yj2k_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-number_input_1yj2k_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_1yj2k_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1yj2k_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-number_input_1yj2k_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-number_input_1yj2k_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1yj2k_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-number_input_1yj2k_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_1yj2k_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-number_input_1yj2k_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-number_input_1yj2k_1):hover{border-color:Highlight}}:where(.ds-input-number_input_1yj2k_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-number_input_1yj2k_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-number_input_1yj2k_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1yj2k_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-number_input_1yj2k_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-number_input_1yj2k_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-number_input_1yj2k_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-number_input_1yj2k_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-number_input_1yj2k_1)::-webkit-placeholder,:where(.ds-input-number_input_1yj2k_1)::placeholder{color:#666;opacity:1}:where(.ds-input-number_input--invalid_1yj2k_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-number_input--invalid_1yj2k_121):active,:where(.ds-input-number_input--invalid_1yj2k_121):focus,:where(.ds-input-number_input--invalid_1yj2k_121):focus-visible{border-color:#252525}:where(.ds-input-number_input--small_1yj2k_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_1yj2k_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-number_input_1yj2k_1)::-webkit-outer-spin-button,:where(.ds-input-number_input_1yj2k_1)::-webkit-inner-spin-button,:where(.ds-input-number_input_1yj2k_1)::-webkit-search-decoration,:where(.ds-input-number_input_1yj2k_1)::-webkit-search-cancel-button,:where(.ds-input-number_input_1yj2k_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input-number_input_1yj2k_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-number_input_1yj2k_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_1yj2k_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input-number_input_1yj2k_1)[type=range]{accent-color:#E9640C}:where(.ds-input-number_input_1yj2k_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input-number_input--small_1yj2k_9){min-height:2rem;height:2rem}:where(.ds-input-number_input--small_1yj2k_9).ds-input-number_input--has-leading-icon_1yj2k_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-number_input--small_1yj2k_9).ds-input-number_input--has-action-button_1yj2k_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-number_input--small_1yj2k_9).ds-input-number_input--has-second-action-button_1yj2k_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-number_input--has-leading-icon_1yj2k_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-number_input--has-action-button_1yj2k_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-number_input--has-second-action-button_1yj2k_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-number_input--has-affix_1yj2k_197){color:#0000}:where(.ds-input-number_input--has-affix_1yj2k_197)::placeholder{color:#0000}:where(.ds-input-number_input--has-affix_1yj2k_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-number_input--has-affix_1yj2k_197)::placeholder{transition-duration:0ms}}:where(.ds-input-number_input--is-ready_1yj2k_211){color:#252525}:where(.ds-input-number_input--is-ready_1yj2k_211)::placeholder{color:#666}:where(.ds-input-number_input_1yj2k_1){grid-area:1/1/2/4}:where(.ds-input-number_root_1yj2k_222):has(.ds-input-number_hint_1yj2k_222) :where(.ds-input-number_label_1yj2k_222){margin-block-end:4px}:where(.ds-input-number_wrapper_1yj2k_226){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-number_affix_1yj2k_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_1yj2k_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_1yj2k_232).ds-input-number_prefix_1yj2k_266{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input-number_affix_1yj2k_232).ds-input-number_suffix_1yj2k_272{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input-number_affix--disabled_1yj2k_278){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input-number_affix--disabled_1yj2k_278){color:GrayText}}:where(.ds-input-number_affix--disabled_1yj2k_278).ds-input-number_prefix_1yj2k_266,:where(.ds-input-number_affix--disabled_1yj2k_278).ds-input-number_suffix_1yj2k_272{border-color:#0000001a}:where(.ds-input-number_affix--readonly_1yj2k_289){background-color:#ededed;position:relative}:where(.ds-input-number_affix--readonly_1yj2k_289).ds-input-number_prefix_1yj2k_266,:where(.ds-input-number_affix--readonly_1yj2k_289).ds-input-number_suffix_1yj2k_272{border-color:transparent}:where(.ds-input-number_affix--readonly_1yj2k_289).ds-input-number_prefix_1yj2k_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_1yj2k_289).ds-input-number_prefix_1yj2k_266:after{background-color:transparent}}:where(.ds-input-number_affix--readonly_1yj2k_289).ds-input-number_suffix_1yj2k_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_1yj2k_289).ds-input-number_suffix_1yj2k_272:before{background-color:transparent}}:where(.ds-input-number_action-button_1yj2k_325){grid-area:1/4/2/5}:where(.ds-input-number_label_1yj2k_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-end:8px}:where(.ds-input-number_label--hidden_1yj2k_343){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-number_label--disabled_1yj2k_356){color:GrayText}}:where(.ds-input-number_hint_1yj2k_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_1yj2k_376){margin-block-start:8px}:where(.ds-input-number_wrapper_1yj2k_226){gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}:where(.ds-input-number_action-button_1yj2k_325){grid-area:1/5/2/6}:where(.ds-input-number_second-action-button_1yj2k_389){grid-area:1/4/2/5}:where(.ds-input-number_value-announcer_1yj2k_393){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}'
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}'
181
181
  },
182
182
  {
183
183
  componentName: "DSInputPassword",
184
184
  componentNameLowercase: "inputpassword",
185
- cssFileName: "InputPassword.Dk3_vNLV.css",
186
- cssFileContent: ":where(.ds-input-password_input_22l92_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-password_input--small_22l92_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-password_input_22l92_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_22l92_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_22l92_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-password_input_22l92_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-password_input_22l92_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_22l92_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-password_input_22l92_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_22l92_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-password_input_22l92_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-password_input_22l92_1):hover{border-color:Highlight}}:where(.ds-input-password_input_22l92_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-password_input_22l92_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-password_input_22l92_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_22l92_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-password_input_22l92_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-password_input_22l92_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-password_input_22l92_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-password_input_22l92_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-password_input_22l92_1)::-webkit-placeholder,:where(.ds-input-password_input_22l92_1)::placeholder{color:#666;opacity:1}:where(.ds-input-password_input--invalid_22l92_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-password_input--invalid_22l92_121):active,:where(.ds-input-password_input--invalid_22l92_121):focus,:where(.ds-input-password_input--invalid_22l92_121):focus-visible{border-color:#252525}:where(.ds-input-password_input--small_22l92_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_22l92_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-password_input_22l92_1)::-webkit-outer-spin-button,:where(.ds-input-password_input_22l92_1)::-webkit-inner-spin-button,:where(.ds-input-password_input_22l92_1)::-webkit-search-decoration,:where(.ds-input-password_input_22l92_1)::-webkit-search-cancel-button,:where(.ds-input-password_input_22l92_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_22l92_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-password_input_22l92_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_22l92_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input-password_input_22l92_1)[type=range]{accent-color:#E9640C}:where(.ds-input-password_input_22l92_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input-password_input--small_22l92_9){min-height:2rem;height:2rem}:where(.ds-input-password_input--small_22l92_9).ds-input-password_input--has-leading-icon_22l92_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-password_input--small_22l92_9).ds-input-password_input--has-action-button_22l92_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-password_input--small_22l92_9).ds-input-password_input--has-second-action-button_22l92_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-password_input--has-leading-icon_22l92_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-password_input--has-action-button_22l92_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-password_input--has-second-action-button_22l92_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-password_input--has-affix_22l92_197){color:#0000}:where(.ds-input-password_input--has-affix_22l92_197)::placeholder{color:#0000}:where(.ds-input-password_input--has-affix_22l92_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-password_input--has-affix_22l92_197)::placeholder{transition-duration:0ms}}:where(.ds-input-password_input--is-ready_22l92_211){color:#252525}:where(.ds-input-password_input--is-ready_22l92_211)::placeholder{color:#666}:where(.ds-input-password_root_22l92_218):has(.ds-input-password_hint_22l92_218) :where(.ds-input-password_label_22l92_218){margin-block-end:4px}:where(.ds-input-password_wrapper_22l92_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-password_action-button_22l92_228){grid-area:1/4/2/5}:where(.ds-input-password_label_22l92_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-end:8px}:where(.ds-input-password_label--hidden_22l92_246){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_22l92_259){color:GrayText}}:where(.ds-input-password_hint_22l92_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_22l92_279){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}"
187
187
  },
188
188
  {
189
189
  componentName: "DSInputSearch",
190
190
  componentNameLowercase: "inputsearch",
191
- cssFileName: "InputSearch.C1_4cVCi.css",
192
- cssFileContent: ":where(.ds-input-search_input_142qf_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-search_input--small_142qf_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input-search_input_142qf_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_142qf_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_142qf_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-search_input_142qf_1):focus{outline:revert;outline-offset:revert}:where(.ds-input-search_input_142qf_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_142qf_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-search_input_142qf_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_142qf_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input-search_input_142qf_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input-search_input_142qf_1):hover{border-color:Highlight}}:where(.ds-input-search_input_142qf_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input-search_input_142qf_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input-search_input_142qf_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_142qf_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input-search_input_142qf_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input-search_input_142qf_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input-search_input_142qf_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input-search_input_142qf_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input-search_input_142qf_1)::-webkit-placeholder,:where(.ds-input-search_input_142qf_1)::placeholder{color:#666;opacity:1}:where(.ds-input-search_input--invalid_142qf_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input-search_input--invalid_142qf_121):active,:where(.ds-input-search_input--invalid_142qf_121):focus,:where(.ds-input-search_input--invalid_142qf_121):focus-visible{border-color:#252525}:where(.ds-input-search_input--small_142qf_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_142qf_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input-search_input_142qf_1)::-webkit-outer-spin-button,:where(.ds-input-search_input_142qf_1)::-webkit-inner-spin-button,:where(.ds-input-search_input_142qf_1)::-webkit-search-decoration,:where(.ds-input-search_input_142qf_1)::-webkit-search-cancel-button,:where(.ds-input-search_input_142qf_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_142qf_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input-search_input_142qf_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_142qf_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input-search_input_142qf_1)[type=range]{accent-color:#E9640C}:where(.ds-input-search_input_142qf_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input-search_input--small_142qf_9){min-height:2rem;height:2rem}:where(.ds-input-search_input--small_142qf_9).ds-input-search_input--has-leading-icon_142qf_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input-search_input--small_142qf_9).ds-input-search_input--has-action-button_142qf_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input-search_input--small_142qf_9).ds-input-search_input--has-second-action-button_142qf_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input-search_input--has-leading-icon_142qf_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input-search_input--has-action-button_142qf_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input-search_input--has-second-action-button_142qf_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input-search_input--has-affix_142qf_197){color:#0000}:where(.ds-input-search_input--has-affix_142qf_197)::placeholder{color:#0000}:where(.ds-input-search_input--has-affix_142qf_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input-search_input--has-affix_142qf_197)::placeholder{transition-duration:0ms}}:where(.ds-input-search_input--is-ready_142qf_211){color:#252525}:where(.ds-input-search_input--is-ready_142qf_211)::placeholder{color:#666}:where(.ds-input-search_root_142qf_218):has(.ds-input-search_hint_142qf_218) :where(.ds-input-search_label_142qf_218){margin-block-end:4px}:where(.ds-input-search_wrapper_142qf_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input-search_action-button_142qf_228){grid-area:1/4/2/5}:where(.ds-input-search_second-action-button_142qf_232){grid-area:1/3/2/4}:where(.ds-input-search_label_142qf_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-end:8px}:where(.ds-input-search_label--hidden_142qf_250){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_142qf_263){color:GrayText}}:where(.ds-input-search_hint_142qf_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_142qf_283){margin-block-start:8px}"
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 p(r, a) {
200
200
  {
201
201
  componentName: "DSLinkButton",
202
202
  componentNameLowercase: "linkbutton",
203
- cssFileName: "LinkButton.B86yacK5.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;inset:-1px -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",
@@ -236,8 +236,8 @@ function p(r, a) {
236
236
  {
237
237
  componentName: "DSRadioGroup",
238
238
  componentNameLowercase: "radiogroup",
239
- cssFileName: "RadioGroup.CM2mYOzc.css, radio.CgpGvYc-.css",
240
- cssFileContent: ':where(.ds-radio-group_root_12fot_1){display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}:where(.ds-radio-group_root--horizontal_12fot_9){flex-direction:row}:where(.ds-radio-group_root--invalid_12fot_12){margin-block-start:-16px}:where(.ds-radio_root_2idos_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:grid;grid-template-areas:"dot label";grid-template-columns:auto 1fr;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;max-width:fit-content}:where(.ds-radio_root--disabled_2idos_24){cursor:not-allowed}:where(.ds-radio_root--with-custom-area_2idos_27){max-width:none}:where(.ds-radio_root--with-custom-area--above_2idos_30){grid-template-areas:"custom-area custom-area" "dot label";grid-template-columns:auto 1fr;grid-template-rows:auto}:where(.ds-radio_radio_2idos_36){grid-area:dot;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}:where(.ds-radio_radio_2idos_36){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-radio_radio_2idos_36){transition-duration:0ms}}:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){background-color:Highlight}}:where(.ds-radio_radio--invalid_2idos_78){border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}:where(.ds-radio_label_2idos_83){grid-area:label;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;width:100%;max-width:34em;display:grid;grid-template-areas:"label custom-area" "hint hint";grid-template-columns:auto minmax(auto,1fr)}:where(.ds-radio_label--bold_2idos_100){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-radio_label--with-custom-area_2idos_111){column-gap:8px}:where(.ds-radio_custom-area_2idos_115){grid-area:custom-area;margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}:where(.ds-radio_custom-area--above_2idos_123){overflow-y:visible;max-height:unset;margin-inline-start:0px}:where(.ds-radio_hint_2idos_129){grid-area:hint;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-column:span 2;opacity:1}:where(.ds-radio_hint_2idos_129){transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-radio_hint_2idos_129){transition-duration:0ms}}:where(.ds-radio_hint--visible_2idos_153){margin-block-start:4px;margin-block-end:4px}:where(.ds-radio_hint--unchecked-hidden_2idos_157){height:0;opacity:0;pointer-events:none}:where(.ds-radio_input_2idos_163){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-radio_input_2idos_163):checked+:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){opacity:1}:where(.ds-radio_input_2idos_163):disabled+:where(.ds-radio_radio_2idos_36){border-color:#00000080}:where(.ds-radio_input_2idos_163):disabled+:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){background-color:#00000080}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):disabled+:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){background-color:GrayText}}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):disabled+:where(.ds-radio_radio_2idos_36){border-color:GrayText}}:where(.ds-radio_input_2idos_163):disabled~:where(.ds-radio_label_2idos_83){color:#00000080}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):disabled~:where(.ds-radio_label_2idos_83){color:GrayText}}:where(.ds-radio_input_2idos_163):focus{outline:none}:where(.ds-radio_input_2idos_163):focus+:where(.ds-radio_radio_2idos_36){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):focus+:where(.ds-radio_radio_2idos_36){forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):focus+:where(.ds-radio_radio_2idos_36){border-color:Highlight}}@supports selector(:focus-visible){:where(.ds-radio_input_2idos_163):focus{outline:none}:where(.ds-radio_input_2idos_163):focus+:where(.ds-radio_radio_2idos_36){outline:revert;outline-offset:revert}:where(.ds-radio_input_2idos_163):focus-visible{outline:none}:where(.ds-radio_input_2idos_163):focus-visible+:where(.ds-radio_radio_2idos_36){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):focus-visible+:where(.ds-radio_radio_2idos_36){forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-radio_input_2idos_163):focus-visible+:where(.ds-radio_radio_2idos_36){border-color:Highlight}}}@media (hover: hover){:where(.ds-radio_input_2idos_163):hover:not(:disabled)+:where(.ds-radio_radio_2idos_36){background-color:#0000001a}:where(.ds-radio_input_2idos_163):hover:not(:disabled)+:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){background-color:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-radio_input_2idos_163):hover:not(:disabled)+:where(.ds-radio_radio_2idos_36) :where(.ds-radio_dot_2idos_54){background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-radio_input_2idos_163):hover:not(:disabled)+:where(.ds-radio_radio_2idos_36){border-color:Highlight}}'
239
+ cssFileName: "RadioGroup.q1lQ-HIZ.css, radio.CsfCywxz.css",
240
+ cssFileContent: ':where(.ds-radio-group_fieldset--custom-area-above_1r3gv_1){min-inline-size:auto}:where(.ds-radio-group_root_1r3gv_5){display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}:where(.ds-radio-group_root--horizontal_1r3gv_13){flex-direction:row}:where(.ds-radio-group_root--invalid_1r3gv_16){margin-block-start:-16px}:where(.ds-radio-group_root--custom-area-above_1r3gv_19){display:grid;justify-content:start;align-items:start;row-gap:20px;column-gap:var(--ds-spacing-dynamic-xs)}:where(.ds-radio-group_root--custom-area-above--horizontal_1r3gv_26){grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}:where(.ds-radio_root_95tvb_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:grid;grid-template-areas:"dot label";grid-template-columns:auto 1fr;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;max-width:fit-content}:where(.ds-radio_root--disabled_95tvb_24){cursor:not-allowed}:where(.ds-radio_root--with-custom-area_95tvb_27){max-width:none}:where(.ds-radio_root--with-custom-area--above_95tvb_30){min-width:10rem;max-width:25rem;grid-template-areas:"custom-area custom-area" "dot label";grid-template-columns:auto 1fr;grid-template-rows:auto}:where(.ds-radio_radio_95tvb_38){grid-area:dot;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}:where(.ds-radio_radio_95tvb_38){transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-radio_radio_95tvb_38){transition-duration:0ms}}:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){transition-duration:0ms}}@media screen and (forced-colors: active){:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){background-color:Highlight}}:where(.ds-radio_radio--invalid_95tvb_80){border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}:where(.ds-radio_label_95tvb_85){grid-area:label;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;width:100%;max-width:34em;display:grid;grid-template-areas:"label custom-area" "hint hint";grid-template-columns:auto minmax(auto,1fr)}:where(.ds-radio_label--bold_95tvb_102){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-radio_label--with-custom-area_95tvb_113){column-gap:8px}:where(.ds-radio_custom-area_95tvb_117){grid-area:custom-area;margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}:where(.ds-radio_custom-area--disabled_95tvb_125){opacity:.5}:where(.ds-radio_custom-area--above_95tvb_128){overflow-y:visible;max-height:unset;height:fit-content;margin-inline-start:0px}:where(.ds-radio_hint_95tvb_135){grid-area:hint;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-column:span 2;opacity:1}:where(.ds-radio_hint_95tvb_135){transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-radio_hint_95tvb_135){transition-duration:0ms}}:where(.ds-radio_hint--visible_95tvb_159){margin-block-start:4px;margin-block-end:4px}:where(.ds-radio_hint--unchecked-hidden_95tvb_163){height:0;opacity:0;pointer-events:none}:where(.ds-radio_input_95tvb_169){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-radio_input_95tvb_169):checked+:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){opacity:1}:where(.ds-radio_input_95tvb_169):disabled+:where(.ds-radio_radio_95tvb_38){border-color:#00000080}:where(.ds-radio_input_95tvb_169):disabled+:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){background-color:#00000080}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):disabled+:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){background-color:GrayText}}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):disabled+:where(.ds-radio_radio_95tvb_38){border-color:GrayText}}:where(.ds-radio_input_95tvb_169):disabled~:where(.ds-radio_label_95tvb_85){color:#00000080}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):disabled~:where(.ds-radio_label_95tvb_85){color:GrayText}}:where(.ds-radio_input_95tvb_169):focus{outline:none}:where(.ds-radio_input_95tvb_169):focus+:where(.ds-radio_radio_95tvb_38){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):focus+:where(.ds-radio_radio_95tvb_38){forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):focus+:where(.ds-radio_radio_95tvb_38){border-color:Highlight}}@supports selector(:focus-visible){:where(.ds-radio_input_95tvb_169):focus{outline:none}:where(.ds-radio_input_95tvb_169):focus+:where(.ds-radio_radio_95tvb_38){outline:revert;outline-offset:revert}:where(.ds-radio_input_95tvb_169):focus-visible{outline:none}:where(.ds-radio_input_95tvb_169):focus-visible+:where(.ds-radio_radio_95tvb_38){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):focus-visible+:where(.ds-radio_radio_95tvb_38){forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){:where(.ds-radio_input_95tvb_169):focus-visible+:where(.ds-radio_radio_95tvb_38){border-color:Highlight}}}@media (hover: hover){:where(.ds-radio_input_95tvb_169):hover:not(:disabled)+:where(.ds-radio_radio_95tvb_38){background-color:#0000001a}:where(.ds-radio_input_95tvb_169):hover:not(:disabled)+:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){background-color:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-radio_input_95tvb_169):hover:not(:disabled)+:where(.ds-radio_radio_95tvb_38) :where(.ds-radio_dot_95tvb_56){background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-radio_input_95tvb_169):hover:not(:disabled)+:where(.ds-radio_radio_95tvb_38){border-color:Highlight}}'
241
241
  },
242
242
  {
243
243
  componentName: "DSScroller",
@@ -248,8 +248,8 @@ function p(r, a) {
248
248
  {
249
249
  componentName: "DSSelect",
250
250
  componentNameLowercase: "select",
251
- cssFileName: "Select.COxLltX7.css",
252
- cssFileContent: ':where(.ds-select_root_1qg6z_1):has(.ds-select_hint_1qg6z_1) :where(.ds-select_label_1qg6z_1){margin-block-end:4px}:where(.ds-select_wrapper_1qg6z_5){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-select_affix_1qg6z_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_1qg6z_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_1qg6z_11).ds-select_prefix_1qg6z_45{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-select_affix_1qg6z_11).ds-select_suffix_1qg6z_51{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-select_affix--disabled_1qg6z_57){color:#00000080}@media screen and (forced-colors: active){:where(.ds-select_affix--disabled_1qg6z_57){color:GrayText}}:where(.ds-select_affix--disabled_1qg6z_57).ds-select_prefix_1qg6z_45,:where(.ds-select_affix--disabled_1qg6z_57).ds-select_suffix_1qg6z_51{border-color:#0000001a}:where(.ds-select_affix--readonly_1qg6z_68){background-color:#ededed;position:relative}:where(.ds-select_affix--readonly_1qg6z_68).ds-select_prefix_1qg6z_45,:where(.ds-select_affix--readonly_1qg6z_68).ds-select_suffix_1qg6z_51{border-color:transparent}:where(.ds-select_affix--readonly_1qg6z_68).ds-select_prefix_1qg6z_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_1qg6z_68).ds-select_prefix_1qg6z_45:after{background-color:transparent}}:where(.ds-select_affix--readonly_1qg6z_68).ds-select_suffix_1qg6z_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_1qg6z_68).ds-select_suffix_1qg6z_51:before{background-color:transparent}}:where(.ds-select_action-button_1qg6z_104){grid-area:1/4/2/5}:where(.ds-select_label_1qg6z_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-select_label--hidden_1qg6z_122){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_1qg6z_135){color:GrayText}}:where(.ds-select_hint_1qg6z_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_1qg6z_155){margin-block-start:8px}:where(.ds-select_select-wrapper_1qg6z_159){display:grid;grid-template-columns:1fr max-content;align-items:center}:where(.ds-select_select_1qg6z_159){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-select_select--small_1qg6z_173){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-select_select_1qg6z_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}:where(.ds-select_select_1qg6z_159):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1qg6z_159):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-select_select_1qg6z_159):focus{outline:revert;outline-offset:revert}:where(.ds-select_select_1qg6z_159):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1qg6z_159):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-select_select_1qg6z_159){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_1qg6z_159){transition-duration:0ms}}@media (hover: hover){:where(.ds-select_select_1qg6z_159):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-select_select_1qg6z_159):hover{border-color:Highlight}}:where(.ds-select_select_1qg6z_159){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-select_select_1qg6z_159)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-select_select_1qg6z_159)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1qg6z_159)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-select_select_1qg6z_159)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-select_select_1qg6z_159)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-select_select_1qg6z_159)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-select_select_1qg6z_159):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-select_select_1qg6z_159)::-webkit-placeholder,:where(.ds-select_select_1qg6z_159)::placeholder{color:#666;opacity:1}:where(.ds-select_select--invalid_1qg6z_285){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-select_select--invalid_1qg6z_285):active,:where(.ds-select_select--invalid_1qg6z_285):focus,:where(.ds-select_select--invalid_1qg6z_285):focus-visible{border-color:#252525}:where(.ds-select_select--small_1qg6z_173){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_1qg6z_159){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-select_select_1qg6z_159)::-webkit-outer-spin-button,:where(.ds-select_select_1qg6z_159)::-webkit-inner-spin-button,:where(.ds-select_select_1qg6z_159)::-webkit-search-decoration,:where(.ds-select_select_1qg6z_159)::-webkit-search-cancel-button,:where(.ds-select_select_1qg6z_159)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-select_select_1qg6z_159)::-webkit-date-and-time-value{text-align:left}:where(.ds-select_select_1qg6z_159):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_1qg6z_159)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-select_select_1qg6z_159)[type=range]{accent-color:#E9640C}:where(.ds-select_select_1qg6z_159)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-select_select--small_1qg6z_173){min-height:2rem;height:2rem}:where(.ds-select_select--small_1qg6z_173).ds-select_input--has-leading-icon_1qg6z_343{padding-inline-start:calc(16px + 1rem)}:where(.ds-select_select--small_1qg6z_173).ds-select_input--has-action-button_1qg6z_346{padding-inline-end:calc(2rem + 8px)}:where(.ds-select_select--small_1qg6z_173).ds-select_input--has-second-action-button_1qg6z_349{padding-inline-end:calc(4rem + 8px)}:where(.ds-select_select--has-leading-icon_1qg6z_352){padding-inline-start:calc(32px + 1rem)}:where(.ds-select_select--has-action-button_1qg6z_355){padding-inline-end:calc(3rem + 16px)}:where(.ds-select_select--has-second-action-button_1qg6z_358){padding-inline-end:calc(6rem + 16px)}:where(.ds-select_select--has-affix_1qg6z_361){color:#0000}:where(.ds-select_select--has-affix_1qg6z_361)::placeholder{color:#0000}:where(.ds-select_select--has-affix_1qg6z_361)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-select_select--has-affix_1qg6z_361)::placeholder{transition-duration:0ms}}:where(.ds-select_select--is-ready_1qg6z_375){color:#252525}:where(.ds-select_select--is-ready_1qg6z_375)::placeholder{color:#666}:where(.ds-select_select_1qg6z_159){appearance:none;padding-inline-end:48px;text-overflow:ellipsis}:where(.ds-select_select--small_1qg6z_173){padding-inline-end:32px}:where(.ds-select_select_1qg6z_159):disabled{opacity:1}:where(.ds-select_select--placeholder_1qg6z_393){color:#666}@media screen and (forced-colors: active){:where(.ds-select_select--placeholder_1qg6z_393){color:GrayText}}:where(.ds-select_select_1qg6z_159) 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_1qg6z_159) option,:where(.ds-select_select_1qg6z_159) optgroup{background-color:#fff;color:#252525;font-style:normal}:where(.ds-select_select_1qg6z_159) 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_1qg6z_159) option:disabled{color:#00000080}:where(.ds-select_chevron_1qg6z_443){grid-area:1/2/2/2;margin-inline-end:16px}:where(.ds-select_chevron--small_1qg6z_447){margin-inline-end:8px}:where(.ds-select_chevron--disabled_1qg6z_450){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 p(r, a) {
260
260
  {
261
261
  componentName: "DSSlider",
262
262
  componentNameLowercase: "slider",
263
- cssFileName: "Slider.DPEmJ3HD.css, input.DTu4g_iA.css",
264
- cssFileContent: ':where(.ds-slider_root_164e2_1){min-width:256px}:where(.ds-slider_root_164e2_1):has(.ds-slider_hint_164e2_4) :where(.ds-slider_label_164e2_4){margin-block-end:4px}:where(.ds-slider_root_164e2_1):has(.ds-slider_hint_164e2_4) :where(.ds-slider_number-input_164e2_7){grid-row-end:span 2}:where(.ds-slider_label-hint-input-wrapper_164e2_11){display:grid;grid-template-columns:1fr max-content;align-items:center;margin-block-end:14px}:where(.ds-slider_label_164e2_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}:where(.ds-slider_label--hidden_164e2_31){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_164e2_44){color:GrayText}}:where(.ds-slider_hint_164e2_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_164e2_7){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_164e2_73){min-width:44px;max-width:115px}:where(.ds-slider_min-max-label-wrapper_164e2_78){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_164e2_92){color:GrayText}}:where(.ds-slider_min-label_164e2_97){transform:translate(calc(12px - 50%))}:where(.ds-slider_max-label_164e2_101){transform:translate(calc(-12px + 50%))}:where(.ds-slider_slider-wrapper_164e2_105){position:relative;min-height:26px}:where(.ds-slider_slider_164e2_105){-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_164e2_105):hover~:where(.ds-slider_value-tooltip_164e2_124),:where(.ds-slider_slider_164e2_105):active~:where(.ds-slider_value-tooltip_164e2_124),:where(.ds-slider_slider_164e2_105):focus-visible~:where(.ds-slider_value-tooltip_164e2_124){opacity:100%}@media (hover: hover){:where(.ds-slider_slider_164e2_105):hover:not(:disabled)~:where(.ds-slider_proxy-thumb_164e2_128){background-color:#ededed}}:where(.ds-slider_slider_164e2_105):focus{outline:none}@supports selector(:focus-visible){:where(.ds-slider_slider_164e2_105):focus~:where(.ds-slider_proxy-thumb_164e2_128){outline:revert;outline-offset:revert}:where(.ds-slider_slider_164e2_105):focus-visible~:where(.ds-slider_proxy-thumb_164e2_128){outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){:where(.ds-slider_slider_164e2_105):focus-visible~:where(.ds-slider_proxy-thumb_164e2_128){forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-slider_slider_164e2_105):disabled{cursor:not-allowed}:where(.ds-slider_slider_164e2_105)::-webkit-slider-runnable-track{visibility:hidden}:where(.ds-slider_slider_164e2_105)::-moz-range-track{visibility:hidden}:where(.ds-slider_slider_164e2_105)::-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_164e2_105)::-moz-range-thumb{opacity:0;border:1px solid transparent;height:24px;width:24px;border-radius:50%}:where(.ds-slider_proxy-thumb_164e2_128){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_164e2_206){background-color:#fff;border-color:#00000080}:where(.ds-slider_proxy-thumb--disabled_164e2_206):hover{background-color:#fff}@media screen and (forced-colors: active){:where(.ds-slider_proxy-thumb_164e2_128){border-color:Highlight}:where(.ds-slider_proxy-thumb--disabled_164e2_206){background-color:GrayText;border-color:GrayText}:where(.ds-slider_proxy-thumb--disabled_164e2_206):hover{background-color:GrayText}}:where(.ds-slider_proxy-thumb_164e2_128){transition:background-color var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_proxy-thumb_164e2_128){transition-duration:0ms}}:where(.ds-slider_custom-track_164e2_235){position:absolute;z-index:1;pointer-events:none}:where(.ds-slider_custom-track--progress_164e2_240){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_164e2_240){background-color:Highlight}}:where(.ds-slider_custom-track--runnable_164e2_252){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_164e2_252){border-color:CanvasText}}:where(.ds-slider_custom-track--disabled_164e2_266){background-color:#0000001a}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--disabled_164e2_266){border-color:CanvasText}}:where(.ds-slider_custom-track--disabled_164e2_266).ds-slider_custom-track--progress_164e2_240{height:6px;top:11px}@media screen and (forced-colors: active){:where(.ds-slider_custom-track--disabled_164e2_266).ds-slider_custom-track--progress_164e2_240{background-color:GrayText;border-color:GrayText}}:where(.ds-slider_tick-wrapper_164e2_286){position:absolute;top:calc(50% - 2px);width:100%;height:6px;pointer-events:none;z-index:1}:where(.ds-slider_tick_164e2_286){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_164e2_286){background-color:Highlight}}:where(.ds-slider_value-tooltip_164e2_124){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_164e2_124){transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_value-tooltip_164e2_124){transition-duration:0ms}}:where(.ds-slider_value-tooltip--visible_164e2_345){opacity:100%}:where(.ds-slider_value-tooltip--disabled_164e2_348){color:#00000080;background-color:#dadada}@media screen and (forced-colors: active){:where(.ds-slider_value-tooltip--disabled_164e2_348){color:GrayText}}:where(.ds-slider_value-tooltip--disabled_164e2_348):after{background-color:#dadada}:where(.ds-input_input_zq4fq_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_zq4fq_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-input_input_zq4fq_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_zq4fq_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_zq4fq_1):focus{outline:revert;outline-offset:revert}:where(.ds-input_input_zq4fq_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_zq4fq_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_zq4fq_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-input_input_zq4fq_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-input_input_zq4fq_1):hover{border-color:Highlight}}:where(.ds-input_input_zq4fq_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-input_input_zq4fq_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-input_input_zq4fq_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-input_input_zq4fq_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-input_input_zq4fq_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-input_input_zq4fq_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-input_input_zq4fq_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-input_input_zq4fq_1)::-webkit-placeholder,:where(.ds-input_input_zq4fq_1)::placeholder{color:#666;opacity:1}:where(.ds-input_input--invalid_zq4fq_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-input_input--invalid_zq4fq_121):active,:where(.ds-input_input--invalid_zq4fq_121):focus,:where(.ds-input_input--invalid_zq4fq_121):focus-visible{border-color:#252525}:where(.ds-input_input--small_zq4fq_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_zq4fq_1){min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}:where(.ds-input_input_zq4fq_1)::-webkit-outer-spin-button,:where(.ds-input_input_zq4fq_1)::-webkit-inner-spin-button,:where(.ds-input_input_zq4fq_1)::-webkit-search-decoration,:where(.ds-input_input_zq4fq_1)::-webkit-search-cancel-button,:where(.ds-input_input_zq4fq_1)::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}:where(.ds-input_input_zq4fq_1)::-webkit-date-and-time-value{text-align:left}:where(.ds-input_input_zq4fq_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_zq4fq_1)[type=search]{appearance:none;-webkit-appearance:none}:where(.ds-input_input_zq4fq_1)[type=range]{accent-color:#E9640C}:where(.ds-input_input_zq4fq_1)[type=number]{-moz-appearance:textfield;appearance:textfield}:where(.ds-input_input--small_zq4fq_9){min-height:2rem;height:2rem}:where(.ds-input_input--small_zq4fq_9).ds-input_input--has-leading-icon_zq4fq_179{padding-inline-start:calc(16px + 1rem)}:where(.ds-input_input--small_zq4fq_9).ds-input_input--has-action-button_zq4fq_182{padding-inline-end:calc(2rem + 8px)}:where(.ds-input_input--small_zq4fq_9).ds-input_input--has-second-action-button_zq4fq_185{padding-inline-end:calc(4rem + 8px)}:where(.ds-input_input--has-leading-icon_zq4fq_179){padding-inline-start:calc(32px + 1rem)}:where(.ds-input_input--has-action-button_zq4fq_182){padding-inline-end:calc(3rem + 16px)}:where(.ds-input_input--has-second-action-button_zq4fq_185){padding-inline-end:calc(6rem + 16px)}:where(.ds-input_input--has-affix_zq4fq_197){color:#0000}:where(.ds-input_input--has-affix_zq4fq_197)::placeholder{color:#0000}:where(.ds-input_input--has-affix_zq4fq_197)::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){:where(.ds-input_input--has-affix_zq4fq_197)::placeholder{transition-duration:0ms}}:where(.ds-input_input--is-ready_zq4fq_211){color:#252525}:where(.ds-input_input--is-ready_zq4fq_211)::placeholder{color:#666}:where(.ds-input_root_zq4fq_218):has(.ds-input_hint_zq4fq_218) :where(.ds-input_label_zq4fq_218){margin-block-end:4px}:where(.ds-input_wrapper_zq4fq_222){display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}:where(.ds-input_affix_zq4fq_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_zq4fq_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_zq4fq_228).ds-input_prefix_zq4fq_262{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-input_affix_zq4fq_228).ds-input_suffix_zq4fq_268{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-input_affix--disabled_zq4fq_274){color:#00000080}@media screen and (forced-colors: active){:where(.ds-input_affix--disabled_zq4fq_274){color:GrayText}}:where(.ds-input_affix--disabled_zq4fq_274).ds-input_prefix_zq4fq_262,:where(.ds-input_affix--disabled_zq4fq_274).ds-input_suffix_zq4fq_268{border-color:#0000001a}:where(.ds-input_affix--readonly_zq4fq_285){background-color:#ededed;position:relative}:where(.ds-input_affix--readonly_zq4fq_285).ds-input_prefix_zq4fq_262,:where(.ds-input_affix--readonly_zq4fq_285).ds-input_suffix_zq4fq_268{border-color:transparent}:where(.ds-input_affix--readonly_zq4fq_285).ds-input_prefix_zq4fq_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_zq4fq_285).ds-input_prefix_zq4fq_262:after{background-color:transparent}}:where(.ds-input_affix--readonly_zq4fq_285).ds-input_suffix_zq4fq_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_zq4fq_285).ds-input_suffix_zq4fq_268:before{background-color:transparent}}:where(.ds-input_leading-icon_zq4fq_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_zq4fq_321){background-color:Canvas;fill:CanvasText}}:where(.ds-input_leading-icon--small_zq4fq_333){margin-inline-start:8px}:where(.ds-input_leading-icon--disabled_zq4fq_336){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-input_leading-icon--disabled_zq4fq_336){fill:GrayText}}:where(.ds-input_action-button_zq4fq_345){grid-area:1/4/2/5}:where(.ds-input_label_zq4fq_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-end:8px}:where(.ds-input_label--hidden_zq4fq_363){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_zq4fq_376){color:GrayText}}:where(.ds-input_hint_zq4fq_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_zq4fq_396){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",
@@ -302,8 +302,8 @@ function p(r, a) {
302
302
  {
303
303
  componentName: "DSTextarea",
304
304
  componentNameLowercase: "textarea",
305
- cssFileName: "Textarea.y3MW7VW0.css",
306
- cssFileContent: ':where(.ds-textarea_textarea_16wji_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-textarea_textarea--small_16wji_9){padding-inline-start:7px;padding-inline-end:7px}:where(.ds-textarea_textarea_16wji_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_16wji_1):focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_16wji_1):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-textarea_textarea_16wji_1):focus{outline:revert;outline-offset:revert}:where(.ds-textarea_textarea_16wji_1):focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_16wji_1):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-textarea_textarea_16wji_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_16wji_1){transition-duration:0ms}}@media (hover: hover){:where(.ds-textarea_textarea_16wji_1):hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){:where(.ds-textarea_textarea_16wji_1):hover{border-color:Highlight}}:where(.ds-textarea_textarea_16wji_1){background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}:where(.ds-textarea_textarea_16wji_1)[readonly]{background-color:#ededed;border-color:transparent;color:#252525}:where(.ds-textarea_textarea_16wji_1)[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_16wji_1)[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){:where(.ds-textarea_textarea_16wji_1)[readonly]:focus{outline:revert;outline-offset:revert}:where(.ds-textarea_textarea_16wji_1)[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){:where(.ds-textarea_textarea_16wji_1)[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}:where(.ds-textarea_textarea_16wji_1):disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}:where(.ds-textarea_textarea_16wji_1)::-webkit-placeholder,:where(.ds-textarea_textarea_16wji_1)::placeholder{color:#666;opacity:1}:where(.ds-textarea_textarea--invalid_16wji_121){border-color:#d43b3b;outline-color:#d43b3b}:where(.ds-textarea_textarea--invalid_16wji_121):active,:where(.ds-textarea_textarea--invalid_16wji_121):focus,:where(.ds-textarea_textarea--invalid_16wji_121):focus-visible{border-color:#252525}:where(.ds-textarea_textarea--small_16wji_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_16wji_1){padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}:where(.ds-textarea_textarea--resize-auto_16wji_145){resize:none;overflow-y:hidden}:where(.ds-textarea_textarea--small_16wji_9){padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}:where(.ds-textarea_root_16wji_155):has(.ds-textarea_hint_16wji_155) :where(.ds-textarea_label_16wji_155){margin-block-end:4px}:where(.ds-textarea_affix_16wji_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_16wji_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_16wji_159).ds-textarea_prefix_16wji_193{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}:where(.ds-textarea_affix_16wji_159).ds-textarea_suffix_16wji_199{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}:where(.ds-textarea_affix--disabled_16wji_205){color:#00000080}@media screen and (forced-colors: active){:where(.ds-textarea_affix--disabled_16wji_205){color:GrayText}}:where(.ds-textarea_affix--disabled_16wji_205).ds-textarea_prefix_16wji_193,:where(.ds-textarea_affix--disabled_16wji_205).ds-textarea_suffix_16wji_199{border-color:#0000001a}:where(.ds-textarea_affix--readonly_16wji_216){background-color:#ededed;position:relative}:where(.ds-textarea_affix--readonly_16wji_216).ds-textarea_prefix_16wji_193,:where(.ds-textarea_affix--readonly_16wji_216).ds-textarea_suffix_16wji_199{border-color:transparent}:where(.ds-textarea_affix--readonly_16wji_216).ds-textarea_prefix_16wji_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_16wji_216).ds-textarea_prefix_16wji_193:after{background-color:transparent}}:where(.ds-textarea_affix--readonly_16wji_216).ds-textarea_suffix_16wji_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_16wji_216).ds-textarea_suffix_16wji_199:before{background-color:transparent}}:where(.ds-textarea_leading-icon_16wji_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_16wji_252){background-color:Canvas;fill:CanvasText}}:where(.ds-textarea_leading-icon--small_16wji_264){margin-inline-start:8px}:where(.ds-textarea_leading-icon--disabled_16wji_267){fill:#00000080}@media screen and (forced-colors: active){:where(.ds-textarea_leading-icon--disabled_16wji_267){fill:GrayText}}:where(.ds-textarea_action-button_16wji_276){grid-area:1/4/2/5}:where(.ds-textarea_label_16wji_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-end:8px}:where(.ds-textarea_label--hidden_16wji_294){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_16wji_307){color:GrayText}}:where(.ds-textarea_hint_16wji_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_16wji_327){margin-block-start:8px}:where(.ds-textarea_footer_16wji_331){display:flex;justify-content:flex-end;margin-block-start:8px}:where(.ds-textarea_footer--has-system-feedback_16wji_336){gap:24px;justify-content:space-between}:where(.ds-textarea_feedback_16wji_327){margin-block-start:0}:where(.ds-textarea_char-count_16wji_345){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_16wji_358){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}'
307
307
  },
308
308
  {
309
309
  componentName: "DSTitle",
@@ -341,6 +341,6 @@ function p(r, a) {
341
341
  }
342
342
  export {
343
343
  u as getMetaIconLinks,
344
- f as getResetStyles,
345
- p as getSSRStyles
344
+ p as getResetStyles,
345
+ f as getSSRStyles
346
346
  };