@stihl-design-system/components 1.0.0-RC.26 → 1.0.0-RC.28

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 (111) hide show
  1. package/{accordion.CBaDU14g.js → accordion.B9X4Vlig.js} +1 -1
  2. package/{actionbutton.DEJsLxnQ.js → actionbutton.7x4F7a0U.js} +1 -1
  3. package/{actionlink.Cs6BTCA3.js → actionlink.CV0n19ik.js} +1 -1
  4. package/assets/Accordion.BHWEZCmu.css +1 -0
  5. package/assets/CustomReactSelect.Dq5Hoqv2.css +1 -0
  6. package/assets/{Fieldset.Cy5r0K7n.css → Fieldset.CW9dBvAo.css} +1 -1
  7. package/assets/InputFile.BVgHILAZ.css +1 -0
  8. package/assets/InputPassword.CBpkWGy7.css +1 -0
  9. package/assets/InputSearch.CnPJYH8L.css +1 -0
  10. package/assets/InputStepper.U2h9Kd0t.css +1 -0
  11. package/assets/Select.U7xsC0o1.css +1 -0
  12. package/assets/Slider.DzwSjDPV.css +1 -0
  13. package/assets/Textarea.C4IEEOFR.css +1 -0
  14. package/assets/banner.D9EiZqqR.css +1 -0
  15. package/assets/input.CuIHvnD5.css +1 -0
  16. package/assets/radio.ipbv7OMF.css +1 -0
  17. package/assets/scroller.Hszs1Yq4.css +1 -0
  18. package/banner.CgQdUb_c.js +55 -0
  19. package/banner.d.ts +2 -0
  20. package/{checkboxgroup.YK8H0YoX.js → checkboxgroup.Bylq97Q9.js} +2 -2
  21. package/chipgroup.BWpqUzXF.js +209 -0
  22. package/chunks/Accordion.BvHroAyn.js +154 -0
  23. package/chunks/ActionButton.BlhiiU3l.js +165 -0
  24. package/chunks/ActionLink.BvFL6rgb.js +138 -0
  25. package/chunks/{CheckboxGroup.DHzpgOWp.js → CheckboxGroup.D4MQD0i0.js} +1 -1
  26. package/chunks/{CustomReactSelect.DWdh3k_q.js → CustomReactSelect.D9B928kB.js} +440 -438
  27. package/chunks/Fieldset.BgZMYAH-.js +74 -0
  28. package/chunks/Header.BSvyYrIV.js +368 -0
  29. package/chunks/InputFile.rC7NJYrU.js +218 -0
  30. package/chunks/InputPassword.5-r36K86.js +132 -0
  31. package/chunks/InputSearch.D4Q99_nR.js +170 -0
  32. package/chunks/InputStepper.EsPAGCFJ.js +259 -0
  33. package/chunks/{NavigationTabs.CuOXq0b7.js → NavigationTabs.BofhX8bD.js} +1 -1
  34. package/chunks/{RadioGroup.okEm_-NA.js → RadioGroup.CRP8_vsg.js} +2 -2
  35. package/chunks/Select.lveq1iBY.js +158 -0
  36. package/chunks/Slider.D9MHH4cZ.js +292 -0
  37. package/chunks/{Tabs.C4qGWCcD.js → Tabs.Bl4K3Kjn.js} +1 -1
  38. package/chunks/Textarea.BRfh8ykm.js +161 -0
  39. package/chunks/is-animation-disabled.CUl4N3LI.js +20 -0
  40. package/combobox.pMk_oggm.js +60 -0
  41. package/components/Banner/Banner.d.ts +32 -0
  42. package/components/Banner/Banner.utils.d.ts +2 -0
  43. package/components/Combobox/Combobox.d.ts +4 -0
  44. package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +1 -1
  45. package/components/Scroller/Scroller.d.ts +20 -0
  46. package/components/Scroller/Scroller.utils.d.ts +3 -0
  47. package/components/Tabs/TabList/TabList.d.ts +1 -1
  48. package/components/Tabs/TabList/TabList.utils.d.ts +0 -4
  49. package/{customreactselect.BvuvCDyE.js → customreactselect.-DGMZMFu.js} +2 -3
  50. package/{fieldset.DM9ELUJa.js → fieldset.BR9fZReW.js} +1 -1
  51. package/{header.DLrTpc-W.js → header.Z4Oxj_xL.js} +1 -1
  52. package/index.d.ts +4 -0
  53. package/index.es.js +202 -195
  54. package/input.DAneVu7p.js +199 -0
  55. package/{inputfile.Cmkxf4Vq.js → inputfile.CB-QTIDn.js} +2 -3
  56. package/{inputpassword.CYfGcUE-.js → inputpassword.B_A0JDkz.js} +2 -3
  57. package/{inputsearch.CecX8gHD.js → inputsearch.DUgTkPWm.js} +2 -3
  58. package/{inputstepper.CFgfHjM_.js → inputstepper.DKmlBa0Y.js} +2 -3
  59. package/{navigationtabs.B86G8ODY.js → navigationtabs.DQ1kE-h4.js} +2 -2
  60. package/package.json +2 -2
  61. package/partials/index.js +107 -85
  62. package/partials/lib/partials.d.ts +1 -1
  63. package/radio.z-Mi3J6t.js +134 -0
  64. package/{radiogroup.C2PkTHnF.js → radiogroup.Bk36A24U.js} +3 -3
  65. package/scroller.CCA6kFR6.js +123 -0
  66. package/scroller.d.ts +2 -0
  67. package/{select.CmGQdpsV.js → select.4wUa3vMT.js} +2 -3
  68. package/{slider.DGmVtnxs.js → slider.BicJfJzc.js} +2 -2
  69. package/styles/scss/ds/index.scss +1 -0
  70. package/styles/scss/ds/lib/ds-internal/_index.scss +1 -0
  71. package/styles/scss/ds/lib/ds-internal/_input.scss +187 -0
  72. package/styles/scss/ds/lib/input.scss +26 -0
  73. package/tablist.Dzwe0_J4.js +256 -0
  74. package/{tabs.Dby_2Hyz.js → tabs.yudjJk9d.js} +2 -2
  75. package/{textarea.yOTo23Pd.js → textarea.BynOgkpo.js} +2 -3
  76. package/{topbar.qNB9efbF.js → topbar.Bccms0xZ.js} +1 -1
  77. package/utils/get-rect.d.ts +4 -0
  78. package/utils/get-rect.test.d.ts +1 -0
  79. package/utils/index.d.ts +2 -1
  80. package/utils/is-animation-disabled.d.ts +14 -0
  81. package/utils/is-animation-disabled.test.d.ts +1 -0
  82. package/assets/Accordion.DOcfZwq8.css +0 -1
  83. package/assets/CustomReactSelect.B8l6al4B.css +0 -1
  84. package/assets/InputFile.Dqjz53mb.css +0 -1
  85. package/assets/InputPassword.CkHF5zCh.css +0 -1
  86. package/assets/InputSearch.BV8Q2EUL.css +0 -1
  87. package/assets/InputStepper.DzzrAdma.css +0 -1
  88. package/assets/Select.e1fTfWmm.css +0 -1
  89. package/assets/Slider.C8i4U4iT.css +0 -1
  90. package/assets/Textarea.BGV7Z0Z9.css +0 -1
  91. package/assets/input.Cj4tF_F7.css +0 -1
  92. package/assets/radio.CqaNn1Gz.css +0 -1
  93. package/chipgroup.Bp_v9IQu.js +0 -186
  94. package/chunks/Accordion.eVOD7J_8.js +0 -154
  95. package/chunks/ActionButton.Ck1rGqgm.js +0 -165
  96. package/chunks/ActionLink.DnUNjoAT.js +0 -138
  97. package/chunks/Fieldset.BX46NuLh.js +0 -74
  98. package/chunks/Header.CsrzyVil.js +0 -356
  99. package/chunks/InputFile.vkkg5Pab.js +0 -220
  100. package/chunks/InputPassword.BQU09DJh.js +0 -136
  101. package/chunks/InputSearch.CXL9ThpX.js +0 -174
  102. package/chunks/InputStepper.BhLQVAlo.js +0 -263
  103. package/chunks/Select.D3IUIdPJ.js +0 -162
  104. package/chunks/Slider.CPG4Btbq.js +0 -292
  105. package/chunks/Textarea.D4vXRg_U.js +0 -163
  106. package/combobox.DIB07SNA.js +0 -58
  107. package/input.D4OiEI8g.js +0 -203
  108. package/radio.Dm9bDBzM.js +0 -134
  109. package/tablist.CcCURua8.js +0 -266
  110. package/utils/isAnimationDisabled.d.ts +0 -1
  111. /package/components/{Tabs/TabList/TabList.utils.test.d.ts → Banner/Banner.test.d.ts} +0 -0
@@ -6,7 +6,7 @@ import "react";
6
6
  import "./heading.BXFBZhKv.js";
7
7
  import "./chunks/Icon.C0161Glk.js";
8
8
  import "./numberindicator.Ddf3ESi7.js";
9
- import { D as s } from "./chunks/Accordion.eVOD7J_8.js";
9
+ import { D as s } from "./chunks/Accordion.BvHroAyn.js";
10
10
  export {
11
11
  s as DSAccordion
12
12
  };
@@ -5,7 +5,7 @@ import "./chunks/index.CEyLAtio.js";
5
5
  import "react";
6
6
  import "./chunks/Icon.C0161Glk.js";
7
7
  import "./numberindicator.Ddf3ESi7.js";
8
- import { D as c } from "./chunks/ActionButton.Ck1rGqgm.js";
8
+ import { D as c } from "./chunks/ActionButton.BlhiiU3l.js";
9
9
  export {
10
10
  c as DSActionButton
11
11
  };
@@ -3,7 +3,7 @@ import "react/jsx-runtime";
3
3
  import "./chunks/index.CgTHIF3K.js";
4
4
  import "./chunks/index.CEyLAtio.js";
5
5
  import "./chunks/Icon.C0161Glk.js";
6
- import { D as c } from "./chunks/ActionLink.DnUNjoAT.js";
6
+ import { D as c } from "./chunks/ActionLink.BvFL6rgb.js";
7
7
  import "react";
8
8
  import "./numberindicator.Ddf3ESi7.js";
9
9
  export {
@@ -0,0 +1 @@
1
+ .ds-accordion_details_wpym3_1{max-width:44.9375rem;border-bottom:1px solid #B1B1B1}.ds-accordion_details_wpym3_1:only-of-type{border-bottom:none}.ds-accordion_details_wpym3_1::details-content{block-size:0;overflow:hidden;opacity:0;transition-property:block-size,content-visibility,opacity;transition-behavior:allow-discrete;transition-duration:var(--ds-animation-duration, .25s);transition-timing-function:cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_details_wpym3_1::details-content{transition-duration:0ms}}.ds-accordion_details_wpym3_1[open]::details-content{overflow:visible;transition-timing-function:cubic-bezier(0,0,.5,1);block-size:auto;block-size:calc-size(auto);opacity:1}.ds-accordion_details_wpym3_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-accordion_details_wpym3_1 a:not([class]))[href^="http://"]:after,:where(.ds-accordion_details_wpym3_1 a:not([class]))[href^="https://"]:after,:where(.ds-accordion_details_wpym3_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-accordion_details_wpym3_1 a:not([class]){color:#252525}.ds-accordion_details_wpym3_1 a:not([class]):link,.ds-accordion_details_wpym3_1 a:not([class]):visited{color:#252525}.ds-accordion_details_wpym3_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-accordion_details_wpym3_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_details_wpym3_1 a:not([class]):hover{background-color:Canvas}}.ds-accordion_details_wpym3_1 a:not([class])[href^="http://"]:after,.ds-accordion_details_wpym3_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-accordion_details_wpym3_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-accordion_details_wpym3_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-accordion_details_wpym3_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_details_wpym3_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-accordion_details_wpym3_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-accordion_details_wpym3_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_details_wpym3_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_details_wpym3_1 a:not([class]){transition-duration:0ms}}.ds-accordion_summary_wpym3_115{cursor:pointer;padding-block-start:12px;padding-inline-end:16px;padding-block-end:12px;padding-inline-start:16px;list-style:none}.ds-accordion_summary_wpym3_115:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary_wpym3_115:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_summary_wpym3_115:focus{outline:revert;outline-offset:revert}.ds-accordion_summary_wpym3_115:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary_wpym3_115:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_summary_wpym3_115::-webkit-details-marker{display:none}.ds-accordion_summary--utility--m_wpym3_154{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-accordion_summary_wpym3_115{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_summary_wpym3_115{transition-duration:0ms}}@media (hover: hover){.ds-accordion_summary_wpym3_115:hover{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary_wpym3_115:hover{background-color:Highlight}}.ds-accordion_summary--flush_wpym3_183{color:#252525;position:relative;padding-inline-start:0;padding-inline-end:0}@media (hover: hover){.ds-accordion_summary--flush_wpym3_183:hover:before{background-color:#ededed}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary--flush_wpym3_183:hover:before{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-accordion_summary--flush_wpym3_183:hover{background-color:transparent}}.ds-accordion_summary--flush_wpym3_183:before{content:"";position:absolute;top:0;right:-16px;bottom:0;left:-16px}.ds-accordion_summary--flush_wpym3_183:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-accordion_summary--flush_wpym3_183:before{transition-duration:0ms}}.ds-accordion_summary--flush_wpym3_183:focus,.ds-accordion_summary--flush_wpym3_183:focus-visible{outline:none}.ds-accordion_summary--flush_wpym3_183:focus:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary--flush_wpym3_183:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-accordion_summary--flush_wpym3_183:focus:before{outline:revert;outline-offset:revert}.ds-accordion_summary--flush_wpym3_183:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-accordion_summary--flush_wpym3_183:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}.ds-accordion_summary--small_wpym3_251{padding-block-start:8px;padding-block-end:8px}.ds-accordion_summary-content-wrapper_wpym3_256{display:flex;justify-content:space-between;align-items:center;gap:16px}.ds-accordion_summary-content-wrapper--flush_wpym3_262{position:relative;z-index:1}.ds-accordion_summary-content-wrapper--chevron-left_wpym3_266{flex-flow:row-reverse;justify-content:flex-end}.ds-accordion_heading-summary-wrapper_wpym3_271{flex-grow:1}.ds-accordion_heading-summary_wpym3_271{display:flex;justify-content:space-between;align-items:center;gap:16px}.ds-accordion_hint_wpym3_282{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;margin-block-start:4px}.ds-accordion_icon_wpym3_296{transform:rotate(0)}.ds-accordion_icon_wpym3_296{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_icon_wpym3_296{transition-duration:0ms}}.ds-accordion_icon--open_wpym3_307{transform:rotate(-180deg)}.ds-accordion_icon--open_wpym3_307{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-accordion_icon--open_wpym3_307{transition-duration:0ms}}.ds-accordion_content-wrapper_wpym3_319{padding-block-start:4px;padding-inline-end:16px;padding-block-end:32px;padding-inline-start:16px}.ds-accordion_content-wrapper--flush_wpym3_325{padding-inline-start:0;padding-inline-end:0}.ds-accordion_content-wrapper--small_wpym3_329{padding-block-start:4px;padding-block-end:20px}
@@ -0,0 +1 @@
1
+ :where(.ds-combobox_root_jesxu_1){align-self:end}.ds-combobox_root_jesxu_1:has(.ds-combobox_hint_jesxu_10) .ds-combobox_label_jesxu_10{margin-block-end:4px}.ds-combobox_wrapper_jesxu_14{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-combobox_action-button_jesxu_20{grid-area:1/4/2/5}.ds-combobox_label_jesxu_10{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-combobox_label--hidden_jesxu_38{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-combobox_label--disabled_jesxu_51{color:GrayText}}.ds-combobox_label--required_jesxu_55:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-combobox_hint_jesxu_10{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-combobox_feedback_jesxu_76{margin-block-end:8px;margin-block-start:8px}:where(.ds-combobox_select_jesxu_81){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_jesxu_89){padding-inline-start:7px;padding-inline-end:7px}.ds-combobox_select_jesxu_81{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-combobox_select_jesxu_81:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_jesxu_81:focus{outline:revert;outline-offset:revert}.ds-combobox_select_jesxu_81:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_jesxu_81{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select_jesxu_81{transition-duration:0ms}}@media (hover: hover){.ds-combobox_select_jesxu_81:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select_jesxu_81:hover{border-color:Highlight}}.ds-combobox_select_jesxu_81{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-combobox_select_jesxu_81[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-combobox_select_jesxu_81[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_jesxu_81[readonly]:focus{outline:revert;outline-offset:revert}.ds-combobox_select_jesxu_81[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_jesxu_81:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-combobox_select_jesxu_81::-webkit-placeholder,.ds-combobox_select_jesxu_81::placeholder{color:#666;opacity:1}.ds-combobox_select--invalid_jesxu_201{border-color:#d43b3b;outline-color:#d43b3b}.ds-combobox_select--invalid_jesxu_201:active,.ds-combobox_select--invalid_jesxu_201:focus,.ds-combobox_select--invalid_jesxu_201:focus-visible{border-color:#252525}.ds-combobox_select--small_jesxu_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}.ds-combobox_select_jesxu_81{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-combobox_select_jesxu_81::-webkit-outer-spin-button,.ds-combobox_select_jesxu_81::-webkit-inner-spin-button,.ds-combobox_select_jesxu_81::-webkit-search-decoration,.ds-combobox_select_jesxu_81::-webkit-search-cancel-button,.ds-combobox_select_jesxu_81::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_jesxu_81::-webkit-date-and-time-value{text-align:left}.ds-combobox_select_jesxu_81:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_jesxu_81[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_jesxu_81[type=range]{accent-color:#E9640C}.ds-combobox_select_jesxu_81[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-combobox_select--small_jesxu_89{min-height:2rem;height:2rem}.ds-combobox_select--small_jesxu_89.ds-combobox_input--has-leading-icon_jesxu_259{padding-inline-start:calc(16px + 1rem)}.ds-combobox_select--small_jesxu_89.ds-combobox_input--has-action-button_jesxu_262{padding-inline-end:calc(2rem + 8px)}.ds-combobox_select--small_jesxu_89.ds-combobox_input--has-second-action-button_jesxu_265{padding-inline-end:calc(4rem + 8px)}.ds-combobox_select--has-leading-icon_jesxu_268{padding-inline-start:calc(32px + 1rem)}.ds-combobox_select--has-action-button_jesxu_271{padding-inline-end:calc(3rem + 16px)}.ds-combobox_select--has-second-action-button_jesxu_274{padding-inline-end:calc(6rem + 16px)}.ds-combobox_select--has-affix_jesxu_277{color:#0000}.ds-combobox_select--has-affix_jesxu_277::placeholder{color:#0000}.ds-combobox_select--has-affix_jesxu_277::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select--has-affix_jesxu_277::placeholder{transition-duration:0ms}}.ds-combobox_select--is-ready_jesxu_291{color:#252525}.ds-combobox_select--is-ready_jesxu_291::placeholder{color:#666}.ds-combobox_select_jesxu_81{border-radius:0}.ds-combobox_select_jesxu_81.ds-combobox_select--disabled_jesxu_301{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81.ds-combobox_select--disabled_jesxu_301{color:GrayText}}.ds-combobox_select_jesxu_81.ds-combobox_select--focused_jesxu_312{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81.ds-combobox_select--focused_jesxu_312{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-combobox_select_jesxu_81.ds-combobox_select--focused_jesxu_312{outline-color:Highlight}}@media (hover: hover){.ds-combobox_select--hovered_jesxu_329{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select--hovered_jesxu_329{border-color:Highlight}}.ds-combobox_placeholder_jesxu_339{color:#666}@media screen and (forced-colors: active){.ds-combobox_placeholder_jesxu_339{color:GrayText}}.ds-combobox_menu-list_jesxu_348{padding-block-start:8px;padding-block-end:7px;padding-inline-start:0;padding-inline-end:0;background-color:#fff;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_menu-list_jesxu_348{forced-color-adjust:auto;outline-color:Highlight}}.ds-combobox_group-heading_jesxu_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:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}.ds-combobox_option_jesxu_387{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;align-items:center}.ds-combobox_option--small_jesxu_403{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}.ds-combobox_option--single_jesxu_418{justify-content:space-between}.ds-combobox_option--disabled_jesxu_421{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--disabled_jesxu_421{color:GrayText}}.ds-combobox_option--focus-hover_jesxu_429:not(.ds-combobox_option--disabled_jesxu_421){background-color:#0000001a;padding-block-start:10px;padding-block-end:10px;border:2px solid #252525;border-left:none;border-right:none}@media screen and (forced-colors: active){.ds-combobox_option--focus-hover_jesxu_429:not(.ds-combobox_option--disabled_jesxu_421){background-color:Canvas;border-color:Highlight}}.ds-combobox_option--focus-hover_jesxu_429.ds-combobox_option--small_jesxu_403:not(.ds-combobox_option--disabled_jesxu_421){padding-block-start:6px;padding-block-end:6px}.ds-combobox_option--text_jesxu_447{margin-inline-end:8px}.ds-combobox_option--check-icon_jesxu_450{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){.ds-combobox_option--check-icon_jesxu_450{fill:CanvasText}}.ds-combobox_option--check-icon--disabled_jesxu_460{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--check-icon--disabled_jesxu_460{fill:GrayText}}.ds-combobox_single-option_jesxu_469{display:flex;flex-wrap:nowrap;width:100%}.ds-combobox_multi-option_jesxu_475{width:100%}.ds-combobox_single-value_jesxu_479{display:flex;align-items:center}.ds-combobox_single-value--text_jesxu_483{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds-combobox_leading-icon_jesxu_490{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){.ds-combobox_leading-icon_jesxu_490{background-color:Canvas;fill:CanvasText}}.ds-combobox_leading-icon--small_jesxu_501,.ds-combobox_leading-icon--selected_jesxu_501{margin-block-start:0px}.ds-combobox_leading-icon--disabled_jesxu_504{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_leading-icon--disabled_jesxu_504{fill:GrayText}}.ds-combobox_indicator_jesxu_513,.ds-combobox_clear_jesxu_514{width:3rem;height:3rem;justify-content:center;cursor:pointer}.ds-combobox_indicator--small_jesxu_520,.ds-combobox_clear--small_jesxu_521{width:2rem;height:2rem}.ds-combobox_indicator--icon_jesxu_525,.ds-combobox_clear--icon_jesxu_526{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}.ds-combobox_indicator--icon--small_jesxu_533,.ds-combobox_clear--icon--small_jesxu_534{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
@@ -1 +1 @@
1
- :where(.ds-fieldset_root_1omgq_1){margin:0}.ds-fieldset_root_1omgq_1{padding:0;border:none}@media screen and (forced-colors: active){.ds-fieldset_root_1omgq_1:disabled{color:GrayText}}.ds-fieldset_root_1omgq_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_1omgq_1 a:not([class]))[href^="http://"]:after,:where(.ds-fieldset_root_1omgq_1 a:not([class]))[href^="https://"]:after,:where(.ds-fieldset_root_1omgq_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-fieldset_root_1omgq_1 a:not([class]){color:#252525}.ds-fieldset_root_1omgq_1 a:not([class]):link,.ds-fieldset_root_1omgq_1 a:not([class]):visited{color:#252525}.ds-fieldset_root_1omgq_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-fieldset_root_1omgq_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-fieldset_root_1omgq_1 a:not([class]):hover{background-color:Canvas}}.ds-fieldset_root_1omgq_1 a:not([class])[href^="http://"]:after,.ds-fieldset_root_1omgq_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-fieldset_root_1omgq_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-fieldset_root_1omgq_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1omgq_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-fieldset_root_1omgq_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-fieldset_root_1omgq_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1omgq_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-fieldset_root_1omgq_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-fieldset_root_1omgq_1 a:not([class]){transition-duration:0ms}}.ds-fieldset_child-wrapper_1omgq_98{margin-block-start:24px}.ds-fieldset_child-wrapper_1omgq_98>*:not(:first-child){margin-block-start:24px}.ds-fieldset_legend_1omgq_105{padding-inline-start:0;padding-inline-end:0}.ds-fieldset_legend--utility--m_1omgq_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}.ds-fieldset_description_1omgq_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:32rem;margin-block-start:8px}.ds-fieldset_description--small_1omgq_135{margin-block-start:4px}.ds-fieldset_system-feedback_1omgq_139{margin-block-start:16px;margin-block-end:32px}
1
+ :where(.ds-fieldset_root_dtiam_1){margin:0}.ds-fieldset_root_dtiam_1{padding:0;border:none}@media screen and (forced-colors: active){.ds-fieldset_root_dtiam_1:disabled{color:GrayText}}.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}.ds-fieldset_root_dtiam_1 a:not([class]){color:#252525}.ds-fieldset_root_dtiam_1 a:not([class]):link,.ds-fieldset_root_dtiam_1 a:not([class]):visited{color:#252525}.ds-fieldset_root_dtiam_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-fieldset_root_dtiam_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-fieldset_root_dtiam_1 a:not([class]):hover{background-color:Canvas}}.ds-fieldset_root_dtiam_1 a:not([class])[href^="http://"]:after,.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")}.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")}.ds-fieldset_root_dtiam_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_dtiam_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-fieldset_root_dtiam_1 a:not([class]):focus{outline:revert;outline-offset:revert}.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){.ds-fieldset_root_dtiam_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.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){.ds-fieldset_root_dtiam_1 a:not([class]){transition-duration:0ms}}.ds-fieldset_child-wrapper_dtiam_98{margin-block-start:24px}.ds-fieldset_child-wrapper_dtiam_98>*:not(:first-child){margin-block-start:24px}.ds-fieldset_legend_dtiam_105{padding-inline-start:0;padding-inline-end:0}.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}.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}.ds-fieldset_description--small_dtiam_135{margin-block-start:4px}.ds-fieldset_system-feedback_dtiam_139{margin-block-start:16px;margin-block-end:32px}
@@ -0,0 +1 @@
1
+ .ds-input-file_root_38v94_1 .ds-input-file_browse-button--is-dragging-filled_38v94_4{background-color:#444}.ds-input-file_root_38v94_1 .ds-input-file_browse-button--is-dragging-filled_38v94_4 span{pointer-events:none}.ds-input-file_root_38v94_1 .ds-input-file_browse-button--is-dragging_38v94_4{background-color:#ededed}.ds-input-file_root_38v94_1 .ds-input-file_browse-button--is-dragging_38v94_4 span{pointer-events:none}:where(.ds-input-file_root_38v94_1){align-self:end}.ds-input-file_root_38v94_1:has(.ds-input-file_hint_38v94_1) .ds-input-file_label_38v94_1{margin-block-end:4px}.ds-input-file_label_38v94_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}.ds-input-file_label--hidden_38v94_44{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-file_label--disabled_38v94_57{color:GrayText}}.ds-input-file_label--required_38v94_61:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-input-file_hint_38v94_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}.ds-input-file_feedback_38v94_82{margin-block-end:8px;margin-block-start:8px}.ds-input-file_dropzone_38v94_87{border:1px dashed #B1B1B1;padding:32px;text-align:center;cursor:pointer}.ds-input-file_dropzone--disabled_38v94_93{cursor:not-allowed;color:#00000080;border-color:#0000001a}@media screen and (forced-colors: active){.ds-input-file_dropzone--disabled_38v94_93{color:GrayText;border-color:GrayText}}.ds-input-file_dropzone--disabled_38v94_93 svg{fill:currentColor}.ds-input-file_dropzone--invalid_38v94_107{border-color:#d43b3b}.ds-input-file_dropzone--is-dragging_38v94_110{background-color:#ededed}.ds-input-file_dropzone--is-dragging_38v94_110 .ds-input-file_hint-drop-zone_38v94_113{pointer-events:none}.ds-input-file_dropzone_38v94_87 .ds-input-file_upload-icon_38v94_116{margin-block-end:12px}.ds-input-file_dropzone_38v94_87 .ds-input-file_browse-button-dropzone--is-dragging_38v94_119{pointer-events:none}.ds-input-file_dropzone_38v94_87 .ds-input-file_instructions_38v94_122{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}.ds-input-file_dropzone_38v94_87 .ds-input-file_hint-drop-zone_38v94_113{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}.ds-input-file_dropzone_38v94_87{transition:border-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-file_dropzone_38v94_87{transition-duration:0ms}}.ds-input-file_input_38v94_159{display:none}.ds-input-file_required-sr-info_38v94_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}
@@ -0,0 +1 @@
1
+ :where(.ds-input-password_input_1w67t_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-password_input--small_1w67t_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-password_input_1w67t_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-password_input_1w67t_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1w67t_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1w67t_1:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1w67t_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1w67t_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1w67t_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input_1w67t_1{transition-duration:0ms}}@media (hover: hover){.ds-input-password_input_1w67t_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-password_input_1w67t_1:hover{border-color:Highlight}}.ds-input-password_input_1w67t_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-password_input_1w67t_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-password_input_1w67t_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1w67t_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1w67t_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1w67t_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1w67t_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1w67t_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-password_input_1w67t_1::-webkit-placeholder,.ds-input-password_input_1w67t_1::placeholder{color:#666;opacity:1}.ds-input-password_input--invalid_1w67t_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-password_input--invalid_1w67t_121:active,.ds-input-password_input--invalid_1w67t_121:focus,.ds-input-password_input--invalid_1w67t_121:focus-visible{border-color:#252525}.ds-input-password_input--small_1w67t_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}.ds-input-password_input_1w67t_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-password_input_1w67t_1::-webkit-outer-spin-button,.ds-input-password_input_1w67t_1::-webkit-inner-spin-button,.ds-input-password_input_1w67t_1::-webkit-search-decoration,.ds-input-password_input_1w67t_1::-webkit-search-cancel-button,.ds-input-password_input_1w67t_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1w67t_1::-webkit-date-and-time-value{text-align:left}.ds-input-password_input_1w67t_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1w67t_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1w67t_1[type=range]{accent-color:#E9640C}.ds-input-password_input_1w67t_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-password_input--small_1w67t_9{min-height:2rem;height:2rem}.ds-input-password_input--small_1w67t_9.ds-input-password_input--has-leading-icon_1w67t_179{padding-inline-start:calc(16px + 1rem)}.ds-input-password_input--small_1w67t_9.ds-input-password_input--has-action-button_1w67t_182{padding-inline-end:calc(2rem + 8px)}.ds-input-password_input--small_1w67t_9.ds-input-password_input--has-second-action-button_1w67t_185{padding-inline-end:calc(4rem + 8px)}.ds-input-password_input--has-leading-icon_1w67t_179{padding-inline-start:calc(32px + 1rem)}.ds-input-password_input--has-action-button_1w67t_182{padding-inline-end:calc(3rem + 16px)}.ds-input-password_input--has-second-action-button_1w67t_185{padding-inline-end:calc(6rem + 16px)}.ds-input-password_input--has-affix_1w67t_197{color:#0000}.ds-input-password_input--has-affix_1w67t_197::placeholder{color:#0000}.ds-input-password_input--has-affix_1w67t_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input--has-affix_1w67t_197::placeholder{transition-duration:0ms}}.ds-input-password_input--is-ready_1w67t_211{color:#252525}.ds-input-password_input--is-ready_1w67t_211::placeholder{color:#666}:where(.ds-input-password_root_1w67t_218){align-self:end}.ds-input-password_root_1w67t_218:has(.ds-input-password_hint_1w67t_227) .ds-input-password_label_1w67t_227{margin-block-end:4px}.ds-input-password_wrapper_1w67t_231{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-password_action-button_1w67t_237{grid-area:1/4/2/5}.ds-input-password_label_1w67t_227{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-password_label--hidden_1w67t_255{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-password_label--disabled_1w67t_268{color:GrayText}}.ds-input-password_label--required_1w67t_272:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-input-password_hint_1w67t_227{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-password_feedback_1w67t_293{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ .ds-input-search_root_1vxk1_1{align-self:auto}:where(.ds-input-search_input_1vxk1_5){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-search_input--small_1vxk1_13){padding-inline-start:7px;padding-inline-end:7px}.ds-input-search_input_1vxk1_5{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-search_input_1vxk1_5:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_1vxk1_5:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_1vxk1_5:focus{outline:revert;outline-offset:revert}.ds-input-search_input_1vxk1_5:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_1vxk1_5:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_1vxk1_5{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input_1vxk1_5{transition-duration:0ms}}@media (hover: hover){.ds-input-search_input_1vxk1_5:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-search_input_1vxk1_5:hover{border-color:Highlight}}.ds-input-search_input_1vxk1_5{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-search_input_1vxk1_5[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-search_input_1vxk1_5[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_1vxk1_5[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_1vxk1_5[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-search_input_1vxk1_5[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_1vxk1_5[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_1vxk1_5:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-search_input_1vxk1_5::-webkit-placeholder,.ds-input-search_input_1vxk1_5::placeholder{color:#666;opacity:1}.ds-input-search_input--invalid_1vxk1_125{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-search_input--invalid_1vxk1_125:active,.ds-input-search_input--invalid_1vxk1_125:focus,.ds-input-search_input--invalid_1vxk1_125:focus-visible{border-color:#252525}.ds-input-search_input--small_1vxk1_13{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-search_input_1vxk1_5{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-search_input_1vxk1_5::-webkit-outer-spin-button,.ds-input-search_input_1vxk1_5::-webkit-inner-spin-button,.ds-input-search_input_1vxk1_5::-webkit-search-decoration,.ds-input-search_input_1vxk1_5::-webkit-search-cancel-button,.ds-input-search_input_1vxk1_5::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_1vxk1_5::-webkit-date-and-time-value{text-align:left}.ds-input-search_input_1vxk1_5:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_1vxk1_5[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_1vxk1_5[type=range]{accent-color:#E9640C}.ds-input-search_input_1vxk1_5[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-search_input--small_1vxk1_13{min-height:2rem;height:2rem}.ds-input-search_input--small_1vxk1_13.ds-input-search_input--has-leading-icon_1vxk1_183{padding-inline-start:calc(16px + 1rem)}.ds-input-search_input--small_1vxk1_13.ds-input-search_input--has-action-button_1vxk1_186{padding-inline-end:calc(2rem + 8px)}.ds-input-search_input--small_1vxk1_13.ds-input-search_input--has-second-action-button_1vxk1_189{padding-inline-end:calc(4rem + 8px)}.ds-input-search_input--has-leading-icon_1vxk1_183{padding-inline-start:calc(32px + 1rem)}.ds-input-search_input--has-action-button_1vxk1_186{padding-inline-end:calc(3rem + 16px)}.ds-input-search_input--has-second-action-button_1vxk1_189{padding-inline-end:calc(6rem + 16px)}.ds-input-search_input--has-affix_1vxk1_201{color:#0000}.ds-input-search_input--has-affix_1vxk1_201::placeholder{color:#0000}.ds-input-search_input--has-affix_1vxk1_201::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input--has-affix_1vxk1_201::placeholder{transition-duration:0ms}}.ds-input-search_input--is-ready_1vxk1_215{color:#252525}.ds-input-search_input--is-ready_1vxk1_215::placeholder{color:#666}:where(.ds-input-search_root_1vxk1_1){align-self:end}.ds-input-search_root_1vxk1_1:has(.ds-input-search_hint_1vxk1_231) .ds-input-search_label_1vxk1_231{margin-block-end:4px}.ds-input-search_wrapper_1vxk1_235{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-search_action-button_1vxk1_241{grid-area:1/4/2/5}.ds-input-search_second-action-button_1vxk1_245{grid-area:1/3/2/4}.ds-input-search_label_1vxk1_231{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-search_label--hidden_1vxk1_263{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-search_label--disabled_1vxk1_276{color:GrayText}}.ds-input-search_label--required_1vxk1_280:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-input-search_hint_1vxk1_231{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-search_feedback_1vxk1_301{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ :where(.ds-input-stepper_input_17fno_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-stepper_input--small_17fno_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_input_17fno_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-stepper_input_17fno_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_17fno_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_17fno_1:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_17fno_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_17fno_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_17fno_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input_17fno_1{transition-duration:0ms}}@media (hover: hover){.ds-input-stepper_input_17fno_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-stepper_input_17fno_1:hover{border-color:Highlight}}.ds-input-stepper_input_17fno_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-stepper_input_17fno_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-stepper_input_17fno_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_17fno_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_17fno_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_17fno_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_17fno_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_17fno_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-stepper_input_17fno_1::-webkit-placeholder,.ds-input-stepper_input_17fno_1::placeholder{color:#666;opacity:1}.ds-input-stepper_input--invalid_17fno_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-stepper_input--invalid_17fno_121:active,.ds-input-stepper_input--invalid_17fno_121:focus,.ds-input-stepper_input--invalid_17fno_121:focus-visible{border-color:#252525}.ds-input-stepper_input--small_17fno_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}.ds-input-stepper_input_17fno_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-stepper_input_17fno_1::-webkit-outer-spin-button,.ds-input-stepper_input_17fno_1::-webkit-inner-spin-button,.ds-input-stepper_input_17fno_1::-webkit-search-decoration,.ds-input-stepper_input_17fno_1::-webkit-search-cancel-button,.ds-input-stepper_input_17fno_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_17fno_1::-webkit-date-and-time-value{text-align:left}.ds-input-stepper_input_17fno_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_17fno_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_17fno_1[type=range]{accent-color:#E9640C}.ds-input-stepper_input_17fno_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-stepper_input--small_17fno_9{min-height:2rem;height:2rem}.ds-input-stepper_input--small_17fno_9.ds-input-stepper_input--has-leading-icon_17fno_179{padding-inline-start:calc(16px + 1rem)}.ds-input-stepper_input--small_17fno_9.ds-input-stepper_input--has-action-button_17fno_182{padding-inline-end:calc(2rem + 8px)}.ds-input-stepper_input--small_17fno_9.ds-input-stepper_input--has-second-action-button_17fno_185{padding-inline-end:calc(4rem + 8px)}.ds-input-stepper_input--has-leading-icon_17fno_179{padding-inline-start:calc(32px + 1rem)}.ds-input-stepper_input--has-action-button_17fno_182{padding-inline-end:calc(3rem + 16px)}.ds-input-stepper_input--has-second-action-button_17fno_185{padding-inline-end:calc(6rem + 16px)}.ds-input-stepper_input--has-affix_17fno_197{color:#0000}.ds-input-stepper_input--has-affix_17fno_197::placeholder{color:#0000}.ds-input-stepper_input--has-affix_17fno_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input--has-affix_17fno_197::placeholder{transition-duration:0ms}}.ds-input-stepper_input--is-ready_17fno_211{color:#252525}.ds-input-stepper_input--is-ready_17fno_211::placeholder{color:#666}.ds-input-stepper_input_17fno_1{grid-area:1/1/2/4}:where(.ds-input-stepper_root_17fno_222){align-self:end}.ds-input-stepper_root_17fno_222:has(.ds-input-stepper_hint_17fno_231) .ds-input-stepper_label_17fno_231{margin-block-end:4px}.ds-input-stepper_wrapper_17fno_235{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-stepper_affix_17fno_241{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input-stepper_affix--small_17fno_262{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_affix--disabled_17fno_275{color:#00000080}@media screen and (forced-colors: active){.ds-input-stepper_affix--disabled_17fno_275{color:GrayText}}.ds-input-stepper_affix--disabled_17fno_275.ds-input-stepper_prefix_17fno_283,.ds-input-stepper_affix--disabled_17fno_275.ds-input-stepper_affix_17fno_241{border-color:#0000001a}.ds-input-stepper_affix--readonly_17fno_286{background-color:#ededed;height:100%}.ds-input-stepper_affix_17fno_241.ds-input-stepper_prefix_17fno_283{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input-stepper_affix_17fno_241.ds-input-stepper_suffix_17fno_296{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input-stepper_action-button_17fno_303{grid-area:1/4/2/5}.ds-input-stepper_label_17fno_231{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-stepper_label--hidden_17fno_321{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-stepper_label--disabled_17fno_334{color:GrayText}}.ds-input-stepper_label--required_17fno_338:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-input-stepper_hint_17fno_231{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-stepper_feedback_17fno_359{margin-block-end:8px;margin-block-start:8px}.ds-input-stepper_wrapper_17fno_235{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}.ds-input-stepper_action-button_17fno_303{grid-area:1/5/2/6}.ds-input-stepper_second-action-button_17fno_373{grid-area:1/4/2/5}.ds-input-stepper_value-announcer_17fno_377{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}
@@ -0,0 +1 @@
1
+ :where(.ds-select_root_bilx9_1){align-self:end}.ds-select_root_bilx9_1:has(.ds-select_hint_bilx9_10) .ds-select_label_bilx9_10{margin-block-end:4px}.ds-select_wrapper_bilx9_14{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-select_affix_bilx9_20{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-select_affix--small_bilx9_41{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_affix--disabled_bilx9_54{color:#00000080}@media screen and (forced-colors: active){.ds-select_affix--disabled_bilx9_54{color:GrayText}}.ds-select_affix--disabled_bilx9_54.ds-select_prefix_bilx9_62,.ds-select_affix--disabled_bilx9_54.ds-select_affix_bilx9_20{border-color:#0000001a}.ds-select_affix--readonly_bilx9_65{background-color:#ededed;height:100%}.ds-select_affix_bilx9_20.ds-select_prefix_bilx9_62{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-select_affix_bilx9_20.ds-select_suffix_bilx9_75{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-select_action-button_bilx9_82{grid-area:1/4/2/5}.ds-select_label_bilx9_10{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-select_label--hidden_bilx9_100{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-select_label--disabled_bilx9_113{color:GrayText}}.ds-select_label--required_bilx9_117:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-select_hint_bilx9_10{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-select_feedback_bilx9_138{margin-block-end:8px;margin-block-start:8px}.ds-select_select-wrapper_bilx9_143{display:grid;grid-template-columns:1fr max-content;align-items:center}:where(.ds-select_select_bilx9_143){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-select_select--small_bilx9_157){padding-inline-start:7px;padding-inline-end:7px}.ds-select_select_bilx9_143{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_bilx9_143:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_bilx9_143:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_bilx9_143:focus{outline:revert;outline-offset:revert}.ds-select_select_bilx9_143:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_bilx9_143:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_bilx9_143{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select_bilx9_143{transition-duration:0ms}}@media (hover: hover){.ds-select_select_bilx9_143:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-select_select_bilx9_143:hover{border-color:Highlight}}.ds-select_select_bilx9_143{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-select_select_bilx9_143[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-select_select_bilx9_143[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_bilx9_143[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_bilx9_143[readonly]:focus{outline:revert;outline-offset:revert}.ds-select_select_bilx9_143[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_bilx9_143[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_bilx9_143:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-select_select_bilx9_143::-webkit-placeholder,.ds-select_select_bilx9_143::placeholder{color:#666;opacity:1}.ds-select_select--invalid_bilx9_269{border-color:#d43b3b;outline-color:#d43b3b}.ds-select_select--invalid_bilx9_269:active,.ds-select_select--invalid_bilx9_269:focus,.ds-select_select--invalid_bilx9_269:focus-visible{border-color:#252525}.ds-select_select--small_bilx9_157{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-select_select_bilx9_143{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-select_select_bilx9_143::-webkit-outer-spin-button,.ds-select_select_bilx9_143::-webkit-inner-spin-button,.ds-select_select_bilx9_143::-webkit-search-decoration,.ds-select_select_bilx9_143::-webkit-search-cancel-button,.ds-select_select_bilx9_143::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_bilx9_143::-webkit-date-and-time-value{text-align:left}.ds-select_select_bilx9_143:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_bilx9_143[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_bilx9_143[type=range]{accent-color:#E9640C}.ds-select_select_bilx9_143[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-select_select--small_bilx9_157{min-height:2rem;height:2rem}.ds-select_select--small_bilx9_157.ds-select_input--has-leading-icon_bilx9_327{padding-inline-start:calc(16px + 1rem)}.ds-select_select--small_bilx9_157.ds-select_input--has-action-button_bilx9_330{padding-inline-end:calc(2rem + 8px)}.ds-select_select--small_bilx9_157.ds-select_input--has-second-action-button_bilx9_333{padding-inline-end:calc(4rem + 8px)}.ds-select_select--has-leading-icon_bilx9_336{padding-inline-start:calc(32px + 1rem)}.ds-select_select--has-action-button_bilx9_339{padding-inline-end:calc(3rem + 16px)}.ds-select_select--has-second-action-button_bilx9_342{padding-inline-end:calc(6rem + 16px)}.ds-select_select--has-affix_bilx9_345{color:#0000}.ds-select_select--has-affix_bilx9_345::placeholder{color:#0000}.ds-select_select--has-affix_bilx9_345::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select--has-affix_bilx9_345::placeholder{transition-duration:0ms}}.ds-select_select--is-ready_bilx9_359{color:#252525}.ds-select_select--is-ready_bilx9_359::placeholder{color:#666}.ds-select_select_bilx9_143{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}.ds-select_select--small_bilx9_157{padding-inline-end:32px}.ds-select_select_bilx9_143:disabled{opacity:1}.ds-select_select--placeholder_bilx9_384{color:#666}@media screen and (forced-colors: active){.ds-select_select--placeholder_bilx9_384{color:GrayText}}.ds-select_select_bilx9_143 option{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_bilx9_143 option,.ds-select_select_bilx9_143 optgroup{background-color:#fff;color:#252525;font-style:normal}.ds-select_select_bilx9_143 optgroup{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-select_select_bilx9_143 option:disabled{color:#00000080}.ds-select_chevron_bilx9_423{grid-area:1/2/2/2;margin-inline-end:16px}.ds-select_chevron--small_bilx9_427{margin-inline-end:8px}.ds-select_chevron--disabled_bilx9_430{fill:#00000080}
@@ -0,0 +1 @@
1
+ :where(.ds-slider_root_1p0nf_1){align-self:end}.ds-slider_root_1p0nf_1{min-width:256px}.ds-slider_root_1p0nf_1:has(.ds-slider_hint_1p0nf_13) .ds-slider_label_1p0nf_13{margin-block-end:4px}.ds-slider_root_1p0nf_1:has(.ds-slider_hint_1p0nf_13) .ds-slider_number-input_1p0nf_16{grid-row-end:span 2}.ds-slider_label-hint-input-wrapper_1p0nf_20{display:grid;grid-template-columns:1fr max-content;align-items:center;margin-block-end:14px}.ds-slider_label_1p0nf_13{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content}.ds-slider_label--hidden_1p0nf_40{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-slider_label--disabled_1p0nf_53{color:GrayText}}.ds-slider_hint_1p0nf_13{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;grid-row-start:2;grid-row-end:span 1}.ds-slider_number-input_1p0nf_16{justify-self:end;grid-row-start:0;grid-row-end:span 1;margin-inline-start:32px;max-width:150px;min-width:64px}.ds-slider_number-input--small_1p0nf_82{min-width:44px;max-width:115px}.ds-slider_min-max-label-wrapper_1p0nf_87{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:flex;justify-content:space-between}@media screen and (forced-colors: active){.ds-slider_min-max-label-wrapper--disabled_1p0nf_101{color:GrayText}}.ds-slider_min-label_1p0nf_106{transform:translate(calc(12px - 50%))}.ds-slider_max-label_1p0nf_110{transform:translate(calc(-12px + 50%))}.ds-slider_slider-wrapper_1p0nf_114{position:relative;min-height:26px}.ds-slider_slider_1p0nf_114{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:24px;margin:0;position:absolute;margin-block-start:2px}.ds-slider_slider_1p0nf_114:hover~.ds-slider_value-tooltip_1p0nf_138,.ds-slider_slider_1p0nf_114:active~.ds-slider_value-tooltip_1p0nf_138,.ds-slider_slider_1p0nf_114:focus-visible~.ds-slider_value-tooltip_1p0nf_138{opacity:100%}@media (hover: hover){.ds-slider_slider_1p0nf_114:hover:not(:disabled)~.ds-slider_proxy-thumb_1p0nf_142{background-color:#ededed}}.ds-slider_slider_1p0nf_114:focus{outline:none}@supports selector(:focus-visible){.ds-slider_slider_1p0nf_114:focus~.ds-slider_proxy-thumb_1p0nf_142{outline:revert;outline-offset:revert}.ds-slider_slider_1p0nf_114:focus-visible~.ds-slider_proxy-thumb_1p0nf_142{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-slider_slider_1p0nf_114:focus-visible~.ds-slider_proxy-thumb_1p0nf_142{forced-color-adjust:auto;outline-color:Highlight}}}.ds-slider_slider_1p0nf_114:disabled{cursor:not-allowed}.ds-slider_slider_1p0nf_114::-webkit-slider-runnable-track{visibility:hidden}.ds-slider_slider_1p0nf_114::-moz-range-track{visibility:hidden}.ds-slider_slider_1p0nf_114::-webkit-slider-thumb{opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;height:24px;width:24px;border-radius:50%}.ds-slider_slider_1p0nf_114::-moz-range-thumb{opacity:0;border:1px solid transparent;height:24px;width:24px;border-radius:50%}.ds-slider_proxy-thumb_1p0nf_142{background-color:#fff;border:1px solid #252525;height:24px;width:24px;border-radius:50%;z-index:2;position:absolute;pointer-events:none;top:calc(50% + 1px);left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-50%)}.ds-slider_proxy-thumb--disabled_1p0nf_209{background-color:#fff;border-color:#00000080}.ds-slider_proxy-thumb--disabled_1p0nf_209:hover{background-color:#fff}@media screen and (forced-colors: active){.ds-slider_proxy-thumb_1p0nf_142{border-color:Highlight}.ds-slider_proxy-thumb--disabled_1p0nf_209{background-color:GrayText;border-color:GrayText}.ds-slider_proxy-thumb--disabled_1p0nf_209:hover{background-color:GrayText}}.ds-slider_proxy-thumb_1p0nf_142{transition:background-color var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-slider_proxy-thumb_1p0nf_142{transition-duration:0ms}}.ds-slider_custom-track_1p0nf_238{position:absolute;z-index:1;pointer-events:none}.ds-slider_custom-track--progress_1p0nf_243{background-color:#e9640c;height:8px;top:10px;border-top-left-radius:4px;border-bottom-left-radius:4px}@media screen and (forced-colors: active){.ds-slider_custom-track--progress_1p0nf_243{background-color:Highlight}}.ds-slider_custom-track--runnable_1p0nf_255{background-color:#8c8c8c;height:6px;top:11px;right:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid transparent}@media screen and (forced-colors: active){.ds-slider_custom-track--runnable_1p0nf_255{border-color:CanvasText}}.ds-slider_custom-track--disabled_1p0nf_269{background-color:#0000001a}@media screen and (forced-colors: active){.ds-slider_custom-track--disabled_1p0nf_269{border-color:CanvasText}}.ds-slider_custom-track--disabled_1p0nf_269.ds-slider_custom-track--progress_1p0nf_243{height:6px;top:11px}@media screen and (forced-colors: active){.ds-slider_custom-track--disabled_1p0nf_269.ds-slider_custom-track--progress_1p0nf_243{background-color:GrayText;border-color:GrayText}}.ds-slider_tick-wrapper_1p0nf_289{position:absolute;top:calc(50% - 2px);width:100%;height:6px;pointer-events:none;z-index:1}.ds-slider_tick_1p0nf_289{position:absolute;top:50%;width:4px;height:4px;border-radius:50%;background-color:#fff;transform:translateY(-50%)}@media screen and (forced-colors: active){.ds-slider_tick_1p0nf_289{background-color:Highlight}}:where(.ds-slider_value-tooltip_1p0nf_138){font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;opacity:0;z-index:3;color:#fff;background-color:#444;border:1px solid transparent;padding-block:3px;padding-inline:5px;min-width:32px;min-height:24px;text-align:center;position:absolute;left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-29px)}:where(.ds-slider_value-tooltip_1p0nf_138):after{content:"";position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%,-50%) rotate(45deg);width:6px;height:6px;background-color:#444;z-index:2;border-right:1px solid transparent;border-bottom:1px solid transparent}:where(.ds-slider_value-tooltip_1p0nf_138){transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_value-tooltip_1p0nf_138){transition-duration:0ms}}.ds-slider_value-tooltip--visible_1p0nf_361{opacity:100%}.ds-slider_value-tooltip--disabled_1p0nf_364{color:#00000080;background-color:#dadada}@media screen and (forced-colors: active){.ds-slider_value-tooltip--disabled_1p0nf_364{color:GrayText}}.ds-slider_value-tooltip--disabled_1p0nf_364:after{background-color:#dadada}
@@ -0,0 +1 @@
1
+ :where(.ds-textarea_textarea_4ig16_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-textarea_textarea--small_4ig16_9){padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_textarea_4ig16_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-textarea_textarea_4ig16_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_4ig16_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_4ig16_1:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_4ig16_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_4ig16_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_4ig16_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-textarea_textarea_4ig16_1{transition-duration:0ms}}@media (hover: hover){.ds-textarea_textarea_4ig16_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-textarea_textarea_4ig16_1:hover{border-color:Highlight}}.ds-textarea_textarea_4ig16_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-textarea_textarea_4ig16_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-textarea_textarea_4ig16_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_4ig16_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_4ig16_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_4ig16_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_4ig16_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_4ig16_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-textarea_textarea_4ig16_1::-webkit-placeholder,.ds-textarea_textarea_4ig16_1::placeholder{color:#666;opacity:1}.ds-textarea_textarea--invalid_4ig16_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-textarea_textarea--invalid_4ig16_121:active,.ds-textarea_textarea--invalid_4ig16_121:focus,.ds-textarea_textarea--invalid_4ig16_121:focus-visible{border-color:#252525}.ds-textarea_textarea--small_4ig16_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}.ds-textarea_textarea_4ig16_1{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}.ds-textarea_textarea--resize-auto_4ig16_145{resize:none;overflow-y:hidden}.ds-textarea_textarea--small_4ig16_9{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}:where(.ds-textarea_root_4ig16_155){align-self:end}.ds-textarea_root_4ig16_155:has(.ds-textarea_hint_4ig16_164) .ds-textarea_label_4ig16_164{margin-block-end:4px}.ds-textarea_affix_4ig16_168{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-textarea_affix--small_4ig16_189{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_affix--disabled_4ig16_202{color:#00000080}@media screen and (forced-colors: active){.ds-textarea_affix--disabled_4ig16_202{color:GrayText}}.ds-textarea_affix--disabled_4ig16_202.ds-textarea_prefix_4ig16_210,.ds-textarea_affix--disabled_4ig16_202.ds-textarea_affix_4ig16_168{border-color:#0000001a}.ds-textarea_affix--readonly_4ig16_213{background-color:#ededed;height:100%}.ds-textarea_affix_4ig16_168.ds-textarea_prefix_4ig16_210{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-textarea_affix_4ig16_168.ds-textarea_suffix_4ig16_223{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-textarea_leading-icon_4ig16_230{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-textarea_leading-icon_4ig16_230{background-color:Canvas;fill:CanvasText}}.ds-textarea_leading-icon--small_4ig16_242{margin-inline-start:8px}.ds-textarea_leading-icon--disabled_4ig16_245{fill:#00000080}@media screen and (forced-colors: active){.ds-textarea_leading-icon--disabled_4ig16_245{fill:GrayText}}.ds-textarea_action-button_4ig16_254{grid-area:1/4/2/5}.ds-textarea_label_4ig16_164{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-textarea_label--hidden_4ig16_272{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-textarea_label--disabled_4ig16_285{color:GrayText}}.ds-textarea_label--required_4ig16_289:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-textarea_hint_4ig16_164{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-textarea_feedback_4ig16_310{margin-block-end:8px;margin-block-start:8px}.ds-textarea_char-count_4ig16_315{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-end;margin-block-start:8px}.ds-textarea_char-count-announcer_4ig16_331{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}
@@ -0,0 +1 @@
1
+ .ds-banner_root_19afy_1{background-color:#252525;color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border:1px solid transparent;padding-inline-start:15px;padding-inline-end:7px;padding-block-start:7px;padding-block-end:7px}.ds-banner_root--secondary_19afy_14{color:#252525;background-color:#dadada}.ds-banner_root--highlight_19afy_18{color:#252525;background-color:#f37a1f}.ds-banner_root--hide-close-button_19afy_22{grid-template-columns:1fr;gap:0px;padding-inline-end:16px}.ds-banner_content_19afy_28{grid-column:1/2;display:flex;align-items:center;min-height:2rem}@media (min-width: 768px){.ds-banner_content_19afy_28{justify-content:center}}.ds-banner_close-button_19afy_40{grid-column:2}
@@ -0,0 +1 @@
1
+ :where(.ds-input_input_7p6p4_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_7p6p4_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input_input_7p6p4_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input_input_7p6p4_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_7p6p4_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_7p6p4_1:focus{outline:revert;outline-offset:revert}.ds-input_input_7p6p4_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_7p6p4_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_7p6p4_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input_7p6p4_1{transition-duration:0ms}}@media (hover: hover){.ds-input_input_7p6p4_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input_input_7p6p4_1:hover{border-color:Highlight}}.ds-input_input_7p6p4_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input_input_7p6p4_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input_input_7p6p4_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_7p6p4_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_7p6p4_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input_input_7p6p4_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_7p6p4_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_7p6p4_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input_input_7p6p4_1::-webkit-placeholder,.ds-input_input_7p6p4_1::placeholder{color:#666;opacity:1}.ds-input_input--invalid_7p6p4_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input_input--invalid_7p6p4_121:active,.ds-input_input--invalid_7p6p4_121:focus,.ds-input_input--invalid_7p6p4_121:focus-visible{border-color:#252525}.ds-input_input--small_7p6p4_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}.ds-input_input_7p6p4_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input_input_7p6p4_1::-webkit-outer-spin-button,.ds-input_input_7p6p4_1::-webkit-inner-spin-button,.ds-input_input_7p6p4_1::-webkit-search-decoration,.ds-input_input_7p6p4_1::-webkit-search-cancel-button,.ds-input_input_7p6p4_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_7p6p4_1::-webkit-date-and-time-value{text-align:left}.ds-input_input_7p6p4_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_7p6p4_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_7p6p4_1[type=range]{accent-color:#E9640C}.ds-input_input_7p6p4_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input_input--small_7p6p4_9{min-height:2rem;height:2rem}.ds-input_input--small_7p6p4_9.ds-input_input--has-leading-icon_7p6p4_179{padding-inline-start:calc(16px + 1rem)}.ds-input_input--small_7p6p4_9.ds-input_input--has-action-button_7p6p4_182{padding-inline-end:calc(2rem + 8px)}.ds-input_input--small_7p6p4_9.ds-input_input--has-second-action-button_7p6p4_185{padding-inline-end:calc(4rem + 8px)}.ds-input_input--has-leading-icon_7p6p4_179{padding-inline-start:calc(32px + 1rem)}.ds-input_input--has-action-button_7p6p4_182{padding-inline-end:calc(3rem + 16px)}.ds-input_input--has-second-action-button_7p6p4_185{padding-inline-end:calc(6rem + 16px)}.ds-input_input--has-affix_7p6p4_197{color:#0000}.ds-input_input--has-affix_7p6p4_197::placeholder{color:#0000}.ds-input_input--has-affix_7p6p4_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input--has-affix_7p6p4_197::placeholder{transition-duration:0ms}}.ds-input_input--is-ready_7p6p4_211{color:#252525}.ds-input_input--is-ready_7p6p4_211::placeholder{color:#666}:where(.ds-input_root_7p6p4_218){align-self:end}.ds-input_root_7p6p4_218:has(.ds-input_hint_7p6p4_227) .ds-input_label_7p6p4_227{margin-block-end:4px}.ds-input_wrapper_7p6p4_231{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input_affix_7p6p4_237{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input_affix--small_7p6p4_258{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_affix--disabled_7p6p4_271{color:#00000080}@media screen and (forced-colors: active){.ds-input_affix--disabled_7p6p4_271{color:GrayText}}.ds-input_affix--disabled_7p6p4_271.ds-input_prefix_7p6p4_279,.ds-input_affix--disabled_7p6p4_271.ds-input_affix_7p6p4_237{border-color:#0000001a}.ds-input_affix--readonly_7p6p4_282{background-color:#ededed;height:100%}.ds-input_affix_7p6p4_237.ds-input_prefix_7p6p4_279{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input_affix_7p6p4_237.ds-input_suffix_7p6p4_292{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input_leading-icon_7p6p4_299{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-input_leading-icon_7p6p4_299{background-color:Canvas;fill:CanvasText}}.ds-input_leading-icon--small_7p6p4_311{margin-inline-start:8px}.ds-input_leading-icon--disabled_7p6p4_314{fill:#00000080}@media screen and (forced-colors: active){.ds-input_leading-icon--disabled_7p6p4_314{fill:GrayText}}.ds-input_action-button_7p6p4_323{grid-area:1/4/2/5}.ds-input_label_7p6p4_227{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input_label--hidden_7p6p4_341{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input_label--disabled_7p6p4_354{color:GrayText}}.ds-input_label--required_7p6p4_358:after{content:"*";margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ds-input_hint_7p6p4_227{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input_feedback_7p6p4_379{margin-block-end:8px;margin-block-start:8px}
@@ -0,0 +1 @@
1
+ .ds-radio_root_12vrw_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}.ds-radio_root--disabled_12vrw_24{cursor:not-allowed}.ds-radio_root--with-custom-area_12vrw_27{max-width:none}.ds-radio_root--with-custom-area--above_12vrw_30{grid-template-areas:"custom-area custom-area" "dot label";grid-template-columns:auto 1fr;grid-template-rows:auto}.ds-radio_radio_12vrw_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}.ds-radio_radio_12vrw_36{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_12vrw_36{transition-duration:0ms}}.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{background-color:Highlight}}.ds-radio_radio--invalid_12vrw_78{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-radio_label_12vrw_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)}.ds-radio_label--bold_12vrw_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}.ds-radio_label--hidden_12vrw_111{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_label--with-custom-area_12vrw_123{column-gap:8px}.ds-radio_custom-area_12vrw_127{grid-area:custom-area;margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}.ds-radio_custom-area--above_12vrw_135{overflow-y:visible;max-height:unset;margin-inline-start:0px}.ds-radio_hint_12vrw_141{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}.ds-radio_hint_12vrw_141{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-radio_hint_12vrw_141{transition-duration:0ms}}.ds-radio_hint--visible_12vrw_165{margin-block-start:4px;margin-block-end:4px}.ds-radio_hint--unchecked-hidden_12vrw_169{height:0;opacity:0}.ds-radio_hint--hidden_12vrw_173,.ds-radio_input_12vrw_186{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_input_12vrw_186:checked+.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{opacity:1}.ds-radio_input_12vrw_186:disabled+.ds-radio_radio_12vrw_36{border-color:#00000080}.ds-radio_input_12vrw_186:disabled+.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{background-color:#00000080}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:disabled+.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{background-color:GrayText}}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:disabled+.ds-radio_radio_12vrw_36{border-color:GrayText}}.ds-radio_input_12vrw_186:disabled~.ds-radio_label_12vrw_83{color:#00000080}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:disabled~.ds-radio_label_12vrw_83{color:GrayText}}.ds-radio_input_12vrw_186:focus{outline:none}.ds-radio_input_12vrw_186:focus+.ds-radio_radio_12vrw_36{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:focus+.ds-radio_radio_12vrw_36{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:focus+.ds-radio_radio_12vrw_36{border-color:Highlight}}@supports selector(:focus-visible){.ds-radio_input_12vrw_186:focus{outline:none}.ds-radio_input_12vrw_186:focus+.ds-radio_radio_12vrw_36{outline:revert;outline-offset:revert}.ds-radio_input_12vrw_186:focus-visible{outline:none}.ds-radio_input_12vrw_186:focus-visible+.ds-radio_radio_12vrw_36{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:focus-visible+.ds-radio_radio_12vrw_36{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_12vrw_186:focus-visible+.ds-radio_radio_12vrw_36{border-color:Highlight}}}@media (hover: hover){.ds-radio_input_12vrw_186:hover:not(:disabled)+.ds-radio_radio_12vrw_36{background-color:#0000001a}.ds-radio_input_12vrw_186:hover:not(:disabled)+.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{background-color:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_12vrw_186:hover:not(:disabled)+.ds-radio_radio_12vrw_36 .ds-radio_dot_12vrw_54{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_12vrw_186:hover:not(:disabled)+.ds-radio_radio_12vrw_36{border-color:Highlight}}
@@ -0,0 +1 @@
1
+ .ds-scroller_root_3ktti_1{position:relative;grid-column:main-start/main-end}.ds-scroller_scroll-wrapper_3ktti_6{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;position:relative;scrollbar-width:none}.ds-scroller_scroll-wrapper_3ktti_6::-webkit-scrollbar{display:none}.ds-scroller_scroll-wrapper_3ktti_6:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-scroller_scroll-wrapper_3ktti_6:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-scroller_scroll-wrapper_3ktti_6:focus{outline:revert;outline-offset:revert}.ds-scroller_scroll-wrapper_3ktti_6:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-scroller_scroll-wrapper_3ktti_6:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-scroller_scroller_3ktti_45{display:flex;flex-wrap:nowrap;min-width:min-content}.ds-scroller_scroller_3ktti_45:has(ul) ul{padding:0;margin:0;list-style:none;display:flex}.ds-scroller_scroller_3ktti_45:has(li) li{white-space:nowrap}.ds-scroller_scroll-button_3ktti_60{position:absolute;top:50%;transform:translateY(-50%)}.ds-scroller_scroll-button--hidden_3ktti_65{opacity:0;pointer-events:none}.ds-scroller_scroll-button--right_3ktti_69{right:0}.ds-scroller_scroll-button_3ktti_60{transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-scroller_scroll-button_3ktti_60{transition-duration:0ms}}
@@ -0,0 +1,55 @@
1
+ "use client";
2
+ import { jsx as H, jsxs as x } from "react/jsx-runtime";
3
+ import { d as D } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as N } from "./chunks/index.CEyLAtio.js";
5
+ import { D as j } from "./chunks/Button.CC0qEsuR.js";
6
+ import './assets/banner.D9EiZqqR.css';const k = "ds-banner_root_19afy_1", P = "ds-banner_root--secondary_19afy_14", z = "ds-banner_root--highlight_19afy_18", E = "ds-banner_root--hide-close-button_19afy_22", L = "ds-banner_content_19afy_28", $ = "ds-banner_close-button_19afy_40", d = {
7
+ root: k,
8
+ rootSecondary: P,
9
+ rootHighlight: z,
10
+ rootHideCloseButton: E,
11
+ content: L,
12
+ closeButton: $
13
+ }, G = (y) => {
14
+ const t = D.c(30);
15
+ let e, s, n, o, l, f;
16
+ t[0] !== y ? ({
17
+ className: s,
18
+ closeButtonProps: n,
19
+ children: e,
20
+ variant: f,
21
+ onClose: o,
22
+ ...l
23
+ } = y, t[0] = y, t[1] = e, t[2] = s, t[3] = n, t[4] = o, t[5] = l, t[6] = f) : (e = t[1], s = t[2], n = t[3], o = t[4], l = t[5], f = t[6]);
24
+ const h = f === void 0 ? "default" : f;
25
+ let r;
26
+ t[7] !== n ? (r = n || {}, t[7] = n, t[8] = r) : r = t[8];
27
+ let a, _;
28
+ t[9] !== r ? ({
29
+ label: _,
30
+ ...a
31
+ } = r, t[9] = r, t[10] = a, t[11] = _) : (a = t[10], _ = t[11]);
32
+ const g = _ === void 0 ? "Close banner" : _, B = h === "secondary", p = h === "highlight", C = !o;
33
+ let m;
34
+ t[12] !== s || t[13] !== B || t[14] !== p || t[15] !== C ? (m = N(d.root, s, {
35
+ [d.rootSecondary]: B,
36
+ [d.rootHighlight]: p,
37
+ [d.rootHideCloseButton]: C
38
+ }), t[12] = s, t[13] = B, t[14] = p, t[15] = C, t[16] = m) : m = t[16];
39
+ const v = m;
40
+ let u;
41
+ t[17] === Symbol.for("react.memo_cache_sentinel") ? (u = N(d.content), t[17] = u) : u = t[17];
42
+ const S = u;
43
+ let c;
44
+ t[18] !== e ? (c = /* @__PURE__ */ H("div", { className: S, children: e }), t[18] = e, t[19] = c) : c = t[19];
45
+ let i;
46
+ t[20] !== g || t[21] !== o || t[22] !== a || t[23] !== h ? (i = o && /* @__PURE__ */ H(j, { ...a, hideLabel: !0, iconName: "cross", variant: "ghost", className: d.closeButton, size: "small", onClick: o, type: "button", theme: h === "default" ? "dark" : "light", children: g }), t[20] = g, t[21] = o, t[22] = a, t[23] = h, t[24] = i) : i = t[24];
47
+ let b;
48
+ return t[25] !== l || t[26] !== v || t[27] !== i || t[28] !== c ? (b = /* @__PURE__ */ x("div", { className: v, ...l, children: [
49
+ c,
50
+ i
51
+ ] }), t[25] = l, t[26] = v, t[27] = i, t[28] = c, t[29] = b) : b = t[29], b;
52
+ };
53
+ export {
54
+ G as DSBanner
55
+ };
package/banner.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export * from './components/Banner/Banner'
2
+ export {}
@@ -2,8 +2,8 @@
2
2
  import "react/jsx-runtime";
3
3
  import "./chunks/index.CgTHIF3K.js";
4
4
  import "./chunks/index.CEyLAtio.js";
5
- import "./chunks/Fieldset.BX46NuLh.js";
6
- import { D as e } from "./chunks/CheckboxGroup.DHzpgOWp.js";
5
+ import "./chunks/Fieldset.BgZMYAH-.js";
6
+ import { D as e } from "./chunks/CheckboxGroup.D4MQD0i0.js";
7
7
  export {
8
8
  e as DSCheckboxGroup
9
9
  };
@@ -0,0 +1,209 @@
1
+ "use client";
2
+ import { jsxs as ce, jsx as le } from "react/jsx-runtime";
3
+ import { useState as Z, useRef as ne, useEffect as q, createElement as ae } from "react";
4
+ import { d as ue } from "./chunks/index.CgTHIF3K.js";
5
+ import { c as se } from "./chunks/index.CEyLAtio.js";
6
+ import { u as de } from "./chunks/useBreakpoint.CMOR9ZOB.js";
7
+ import { g as fe } from "./chunks/AriaLiveRegions.utils.Cb327d_2.js";
8
+ import { v as me, e as pe, a as he } from "./chunks/Chip.DifLxHH7.js";
9
+ import './assets/chipgroup.BGxjdSDX.css';const ge = "ds-chip-group_label--hidden_3zmt2_1", be = "ds-chip-group_root_3zmt2_14", ie = {
10
+ labelHidden: ge,
11
+ root: be
12
+ }, Re = (i) => {
13
+ const e = ue.c(61);
14
+ let d, b, p, g, c, v, S, D, E, L, I, y;
15
+ e[0] !== i ? ({
16
+ chips: d,
17
+ id: p,
18
+ label: g,
19
+ className: b,
20
+ hideLabel: S,
21
+ isRemovable: D,
22
+ lang: E,
23
+ selectionMode: L,
24
+ size: I,
25
+ translations: y,
26
+ onChipsChange: c,
27
+ ...v
28
+ } = i, e[0] = i, e[1] = d, e[2] = b, e[3] = p, e[4] = g, e[5] = c, e[6] = v, e[7] = S, e[8] = D, e[9] = E, e[10] = L, e[11] = I, e[12] = y) : (d = e[1], b = e[2], p = e[3], g = e[4], c = e[5], v = e[6], S = e[7], D = e[8], E = e[9], L = e[10], I = e[11], y = e[12]);
29
+ const oe = S === void 0 ? !1 : S, u = D === void 0 ? !1 : D, x = E === void 0 ? "en" : E, f = L === void 0 ? "single" : L, J = I === void 0 ? "medium" : I;
30
+ process.env.NODE_ENV !== "production" && me({
31
+ chips: d,
32
+ id: p,
33
+ label: g
34
+ });
35
+ const [t, w] = Z(null);
36
+ let K;
37
+ e[13] !== d ? (K = () => d.map(ve), e[13] = d, e[14] = K) : K = e[14];
38
+ const [s, $] = Z(K), ee = ne(null), [a, P] = Z();
39
+ let N;
40
+ e[15] === Symbol.for("react.memo_cache_sentinel") ? (N = [], e[15] = N) : N = e[15];
41
+ const _ = ne(N);
42
+ let R, M;
43
+ e[16] !== d ? (R = () => {
44
+ $(d.map(ye));
45
+ }, M = [d], e[16] = d, e[17] = R, e[18] = M) : (R = e[17], M = e[18]), q(R, M);
46
+ let T, z;
47
+ e[19] === Symbol.for("react.memo_cache_sentinel") ? (T = () => {
48
+ he();
49
+ const o = () => P("keydown"), r = () => P(null), h = () => P(null);
50
+ return document.addEventListener("keydown", o), document.addEventListener("mousedown", r), document.addEventListener("touchstart", h), () => {
51
+ document.removeEventListener("keydown", o), document.removeEventListener("mousedown", r), document.removeEventListener("touchstart", h);
52
+ };
53
+ }, z = [], e[19] = T, e[20] = z) : (T = e[19], z = e[20]), q(T, z);
54
+ let B;
55
+ e[21] !== t || e[22] !== a ? (B = () => {
56
+ var o;
57
+ t !== null && _.current[t] && a === "keydown" && ((o = _.current[t]) == null || o.focus());
58
+ }, e[21] = t, e[22] = a, e[23] = B) : B = e[23];
59
+ let F;
60
+ e[24] !== t ? (F = [t], e[24] = t, e[25] = F) : F = e[25], q(B, F);
61
+ let G;
62
+ e[26] !== s.length || e[27] !== t || e[28] !== a ? (G = () => {
63
+ a === "keydown" && t !== null && s.length > 0 && _.current.forEach((o, r) => {
64
+ o && (o.tabIndex = r === t ? 0 : -1, r === t && o.focus());
65
+ });
66
+ }, e[26] = s.length, e[27] = t, e[28] = a, e[29] = G) : G = e[29];
67
+ let H;
68
+ e[30] !== s ? (H = [s], e[30] = s, e[31] = H) : H = e[31], q(G, H);
69
+ let k, C;
70
+ if (e[32] !== s || e[33] !== t || e[34] !== a || e[35] !== u || e[36] !== c || e[37] !== f) {
71
+ C = (l) => {
72
+ if (t === null)
73
+ return;
74
+ let n = t;
75
+ e: switch (l.key) {
76
+ case "a": {
77
+ (l.metaKey || l.ctrlKey) && (l.preventDefault(), o());
78
+ break e;
79
+ }
80
+ case "ArrowRight":
81
+ case "ArrowDown": {
82
+ l.shiftKey && f === "multiple" && !u ? (n = t + 1 > s.length - 1 ? s.length - 1 : t + 1, t !== n ? (r(t), r(n)) : s[t].isSelected || r(t)) : (n = (t + 1) % s.length, l.preventDefault());
83
+ break e;
84
+ }
85
+ case "ArrowLeft":
86
+ case "ArrowUp": {
87
+ l.shiftKey && f === "multiple" && !u ? (n = t - 1 < 0 ? 0 : t - 1, t !== n ? (r(t), r(n)) : s[0].isSelected || r(0)) : (n = (t - 1 + s.length) % s.length, l.preventDefault());
88
+ break e;
89
+ }
90
+ case "Enter":
91
+ case " ": {
92
+ if (l.preventDefault(), u) {
93
+ Y(n);
94
+ return;
95
+ } else
96
+ h(n);
97
+ break e;
98
+ }
99
+ case "Backspace": {
100
+ u && Y(n), l.preventDefault();
101
+ return;
102
+ }
103
+ default:
104
+ return;
105
+ }
106
+ w(n);
107
+ };
108
+ const o = () => {
109
+ if (f !== "multiple")
110
+ return;
111
+ const l = s.map(we);
112
+ $(l), A(`${l.length} items selected`), c && c(l);
113
+ }, r = (l) => {
114
+ if (u)
115
+ return;
116
+ const n = s.map(ke);
117
+ n[l].disabled || (n[l].isSelected = !0, A(`${n[l].label} selected, ${n.filter(Ce).length} items selected`), $(n), c && c(n));
118
+ }, h = (l) => {
119
+ if (u)
120
+ return;
121
+ const n = [...s];
122
+ n[l].disabled || (f === "single" ? n.forEach((m, U) => {
123
+ U === l ? (m.isSelected = !m.isSelected, A(`${m.label} ${m.isSelected ? "selected" : "not selected"}`)) : m.isSelected = !1;
124
+ }) : f === "multiple" && (n[l].isSelected = !n[l].isSelected, A(`${n[l].label} ${n[l].isSelected ? "selected" : "not selected"}, ${n.filter(Se).length} items selected`)), $(n), c && c(n));
125
+ }, Y = (l) => {
126
+ var U;
127
+ const n = s[l], m = s.filter((te, re) => re !== l).map(De);
128
+ if ($(m), A(`${n.label} removed, ${m.length} items remaining`), a === "keydown")
129
+ if (m.length > 0) {
130
+ const te = Math.min(l, m.length - 1);
131
+ w(te);
132
+ } else
133
+ (U = ee.current) == null || U.focus(), w(null);
134
+ c && c(m);
135
+ };
136
+ k = (l) => {
137
+ u ? Y(l) : s[l].disabled || h(l);
138
+ };
139
+ const A = Ee;
140
+ e[32] = s, e[33] = t, e[34] = a, e[35] = u, e[36] = c, e[37] = f, e[38] = k, e[39] = C;
141
+ } else
142
+ k = e[38], C = e[39];
143
+ let V;
144
+ e[40] !== t ? (V = (o) => t === null || t === o ? 0 : -1, e[40] = t, e[41] = V) : V = e[41];
145
+ const Q = V, W = de(oe);
146
+ let j;
147
+ e[42] !== b ? (j = se(ie.root, b), e[42] = b, e[43] = j) : j = e[43];
148
+ const X = j;
149
+ let O;
150
+ return e[44] !== s || e[45] !== t || e[46] !== Q || e[47] !== k || e[48] !== C || e[49] !== W || e[50] !== p || e[51] !== a || e[52] !== u || e[53] !== g || e[54] !== x || e[55] !== v || e[56] !== X || e[57] !== f || e[58] !== J || e[59] !== y ? (O = s.length === 0 ? null : /* @__PURE__ */ ce("div", { children: [
151
+ /* @__PURE__ */ le("div", { id: p, className: se({
152
+ [ie.labelHidden]: W
153
+ }), children: g }),
154
+ s.length > 0 && /* @__PURE__ */ le("div", { ref: ee, role: "grid", "aria-labelledby": p, "aria-multiselectable": f === "multiple", tabIndex: -1, onKeyDown: C, onFocus: () => {
155
+ t === null ? (_.current[0].focus(), a === "keydown" && w(0)) : a === "keydown" && w(t);
156
+ }, onBlur: () => w(null), className: X, ...v, children: s.map((o, r) => /* @__PURE__ */ ae(pe, { ...o, key: `${o.id}-${r}`, groupId: p, tabIndex: Q(r), onClick: (h) => {
157
+ k(r), o.onClick && o.onClick(h);
158
+ }, "data-focused": t === r, isRemovable: u, lang: x, selectionMode: f, size: J, translations: y, ref: (h) => {
159
+ _.current[r] = h;
160
+ } })) })
161
+ ] }), e[44] = s, e[45] = t, e[46] = Q, e[47] = k, e[48] = C, e[49] = W, e[50] = p, e[51] = a, e[52] = u, e[53] = g, e[54] = x, e[55] = v, e[56] = X, e[57] = f, e[58] = J, e[59] = y, e[60] = O) : O = e[60], O;
162
+ };
163
+ function ve(i) {
164
+ return {
165
+ ...i
166
+ };
167
+ }
168
+ function ye(i) {
169
+ return {
170
+ ...i
171
+ };
172
+ }
173
+ function we(i) {
174
+ return {
175
+ ...i,
176
+ selected: !i.disabled
177
+ };
178
+ }
179
+ function ke(i) {
180
+ return {
181
+ ...i
182
+ };
183
+ }
184
+ function Ce(i) {
185
+ const {
186
+ isSelected: e
187
+ } = i;
188
+ return e;
189
+ }
190
+ function Se(i) {
191
+ const {
192
+ isSelected: e
193
+ } = i;
194
+ return e;
195
+ }
196
+ function De(i) {
197
+ return {
198
+ ...i
199
+ };
200
+ }
201
+ function Ee(i) {
202
+ const e = fe();
203
+ e && (e.innerText = i, setTimeout(() => {
204
+ e.innerText = "";
205
+ }, 350));
206
+ }
207
+ export {
208
+ Re as DSChipGroup
209
+ };