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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/README.md +1 -1
  2. package/arialiveregions.49Zyf6mj.js +27 -0
  3. package/arialiveregions.d.ts +1 -0
  4. package/assets/CustomReactSelect.B0rJLjN0.css +1 -0
  5. package/assets/Fieldset.xazpUXJX.css +1 -0
  6. package/assets/InputPassword.C3Uyj7oA.css +1 -0
  7. package/assets/InputSearch.tL3e9-Ob.css +1 -0
  8. package/assets/InputStepper.paPJix5A.css +1 -0
  9. package/assets/Notification.CCCbfXEz.css +1 -0
  10. package/assets/RadioGroup.Ur8Ro-XL.css +1 -0
  11. package/assets/Select.D2qBxaHP.css +1 -0
  12. package/assets/Textarea.BKbocznb.css +1 -0
  13. package/assets/Toast.CAP_EwDX.css +1 -0
  14. package/assets/arialiveregions.VnhjP8Gr.css +1 -0
  15. package/assets/asterisk.C-o6rbGQ.css +1 -0
  16. package/assets/button.BuIpnG-S.css +1 -0
  17. package/assets/buttonround.C3ph5Yyu.css +1 -0
  18. package/assets/checkbox.BsFEWfQe.css +1 -0
  19. package/assets/dialog.BGK3mgk7.css +1 -0
  20. package/assets/heading.CGFucb-C.css +1 -0
  21. package/assets/input.BcP5kkZ2.css +1 -0
  22. package/assets/link.DQy_OhwC.css +1 -0
  23. package/assets/linkstandalone.Dh6bE5Fb.css +1 -0
  24. package/assets/radio.CSHQGdpr.css +1 -0
  25. package/assets/switch.sqve8ApJ.css +1 -0
  26. package/assets/title.CE0Dm7PI.css +1 -0
  27. package/asterisk.DU8THnoC.js +8 -0
  28. package/button.DX_nxoJC.js +135 -0
  29. package/buttonround.CXsBk9nL.js +118 -0
  30. package/{checkbox.Bx5D_GAe.js → checkbox.B43oeMeC.js} +30 -30
  31. package/checkboxgroup.C7aCjYds.js +9 -0
  32. package/chunks/AriaLiveRegions.utils.DzWI5KCU.js +31 -0
  33. package/{checkboxgroup.gQwSHy4i.js → chunks/CheckboxGroup.CS6Q_TeZ.js} +27 -20
  34. package/chunks/{CustomReactSelect.Pvkkof1f.js → CustomReactSelect.DtmbYZUf.js} +516 -510
  35. package/chunks/Fieldset.BokeZzG5.js +99 -0
  36. package/chunks/Icon.9gDIp6p4.js +217 -0
  37. package/chunks/{Input.utils.Bly6ZzLI.js → Input.utils.AKWCNkpA.js} +12 -8
  38. package/chunks/InputPassword.jpUCijp7.js +140 -0
  39. package/chunks/InputSearch.BmOtAZcR.js +190 -0
  40. package/chunks/InputStepper.DTKjUL4U.js +291 -0
  41. package/chunks/Notification.CUPOlHAX.js +93 -0
  42. package/{radiogroup.7ptQiohb.js → chunks/RadioGroup.DpwnVv7u.js} +37 -29
  43. package/chunks/RadioGroup.module.bi3leRes.js +11 -0
  44. package/chunks/Select.DkDZo0ky.js +193 -0
  45. package/chunks/Textarea.C938p79X.js +195 -0
  46. package/chunks/Toast.CLYrwQVO.js +89 -0
  47. package/chunks/{circle-info-colored.DLY6BTL4.js → circle-info-colored.D2pp54gf.js} +3 -3
  48. package/chunks/whatsapp.CPpu-7Nn.js +10 -0
  49. package/{combobox.BOJ7aq_B.js → combobox.BaSkiD6f.js} +7 -7
  50. package/components/AriaLiveRegions/AriaLiveRegions.d.ts +4 -0
  51. package/components/AriaLiveRegions/AriaLiveRegions.utils.d.ts +5 -0
  52. package/components/AriaLiveRegions/AriaLiveRegions.utils.test.d.ts +1 -0
  53. package/components/Checkbox/Checkbox.d.ts +1 -1
  54. package/components/CheckboxGroup/CheckboxGroup.d.ts +1 -1
  55. package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +1 -1
  56. package/components/Dialog/Dialog.d.ts +11 -0
  57. package/components/Dialog/Dialog.utils.d.ts +0 -0
  58. package/components/Fieldset/Fieldset.d.ts +1 -1
  59. package/components/Fieldset/Fieldset.utils.d.ts +1 -1
  60. package/components/Heading/Heading.utils.d.ts +1 -1
  61. package/components/Logo/Logo.d.ts +4 -2
  62. package/components/Logo/Logo.utils.d.ts +1 -0
  63. package/components/Notification/Notification.d.ts +26 -0
  64. package/components/Notification/Notification.test.d.ts +1 -0
  65. package/components/Notification/Notification.utils.d.ts +5 -0
  66. package/components/RadioGroup/RadioGroup.d.ts +1 -1
  67. package/components/RadioGroup/RadioGroup.utils.d.ts +1 -1
  68. package/components/Toast/Toast.d.ts +21 -0
  69. package/components/Toast/Toast.utils.d.ts +9 -0
  70. package/components/Toast/ToastManager.d.ts +6 -0
  71. package/components/Toast/ToastManager.test.d.ts +1 -0
  72. package/components/Toast/ToastManager.utils.d.ts +2 -0
  73. package/components/Toast/ToastManager.utils.test.d.ts +1 -0
  74. package/customreactselect.LTbjaBN2.js +13 -0
  75. package/dialog.BkXwcbUh.js +45 -0
  76. package/dialog.d.ts +1 -0
  77. package/fieldset.BXOWK-B-.js +11 -0
  78. package/{floatingactionbutton.BtQVIj6W.js → floatingactionbutton.-nDRRiXY.js} +9 -9
  79. package/heading.DqGbFfj2.js +50 -0
  80. package/icon.Cpp_9L1I.js +8 -0
  81. package/index.d.ts +24 -0
  82. package/index.es.js +138 -45
  83. package/input.BM6tyRUm.js +236 -0
  84. package/inputpassword.DUxH1K_k.js +12 -0
  85. package/inputsearch.B-vePHle.js +13 -0
  86. package/inputstepper.C2ypADPI.js +13 -0
  87. package/link.B4XZoLDj.js +115 -0
  88. package/linkstandalone.BSfd95Pd.js +79 -0
  89. package/{logo.DXWgPUY4.js → logo.C_oJ8isW.js} +25 -24
  90. package/notification.CxxAOdNV.js +9 -0
  91. package/notification.d.ts +1 -0
  92. package/{optioncheckbox.CYikfEsE.js → optioncheckbox.CUV1MQhh.js} +3 -3
  93. package/package.json +4 -4
  94. package/radio.Bhu9OUY-.js +79 -0
  95. package/radiogroup.CMJ1b38q.js +11 -0
  96. package/select.DFJK2mHF.js +12 -0
  97. package/{spinner.CSzQEBx2.js → spinner.BskX4ovu.js} +1 -1
  98. package/styles/scss/_index.scss +1 -0
  99. package/styles/scss/lib/_animation.scss +18 -4
  100. package/styles/scss/lib/_grid-extended.scss +2 -2
  101. package/styles/scss/lib/_grid-sidebar-sidebar.scss +4 -2
  102. package/styles/scss/lib/_grid-sidebar.scss +6 -6
  103. package/styles/scss/lib/_heading.scss +14 -1
  104. package/styles/scss/lib/_link.scss +10 -9
  105. package/styles/scss/lib/_shadow.scss +10 -0
  106. package/styles/scss/lib/_text.scss +4 -0
  107. package/styles/scss/lib/_theme.scss +7 -5
  108. package/switch.Bx2tDKx0.js +65 -0
  109. package/{systemfeedback.rBgdiL5T.js → systemfeedback.4Hkfigi-.js} +1 -1
  110. package/textarea.DPy3TJJf.js +12 -0
  111. package/title.icX0VDiO.js +36 -0
  112. package/toast.C-Yg5EoE.js +10 -0
  113. package/toast.d.ts +1 -0
  114. package/toastmanager.DQ_-eTrx.js +96 -0
  115. package/toastmanager.d.ts +1 -0
  116. package/types/icon-types.d.ts +1 -1
  117. package/utils/vitest.setup.d.ts +2 -0
  118. package/assets/CustomReactSelect.bVnR5yBP.css +0 -1
  119. package/assets/RadioGroup.SF2fv4CL.css +0 -1
  120. package/assets/asterisk.Bz7RZnKb.css +0 -1
  121. package/assets/button.C6ZbQtZ-.css +0 -1
  122. package/assets/buttonround.CjJUeMND.css +0 -1
  123. package/assets/checkbox.Bbc6PYDK.css +0 -1
  124. package/assets/fieldset.DTFs_koU.css +0 -1
  125. package/assets/heading.5HpYs7wS.css +0 -1
  126. package/assets/input.GpXQJqEO.css +0 -1
  127. package/assets/inputpassword.B9J1hCcj.css +0 -1
  128. package/assets/inputsearch.BY0BGFPK.css +0 -1
  129. package/assets/inputstepper.B0oC1URa.css +0 -1
  130. package/assets/link.Di4qXro5.css +0 -1
  131. package/assets/linkstandalone.239FeO2E.css +0 -1
  132. package/assets/radio.pqc9u_wx.css +0 -1
  133. package/assets/select.DLOQ6wu0.css +0 -1
  134. package/assets/switch.DVlaePGM.css +0 -1
  135. package/assets/textarea.BNOpd7Nf.css +0 -1
  136. package/assets/title.1dq1eWy9.css +0 -1
  137. package/asterisk.BlYjsfkN.js +0 -8
  138. package/button.Di5XtChf.js +0 -135
  139. package/buttonround._w4KDbHE.js +0 -118
  140. package/chunks/RadioGroup.module.B35YQcsb.js +0 -11
  141. package/customreactselect.DPHXAssl.js +0 -13
  142. package/fieldset.yE6WV6Ls.js +0 -98
  143. package/heading.C6k7Gakb.js +0 -44
  144. package/icon.CmAhxgHK.js +0 -215
  145. package/input.vP5xcwzV.js +0 -236
  146. package/inputpassword.BiQ8ORmn.js +0 -139
  147. package/inputsearch.BA9N3RRc.js +0 -188
  148. package/inputstepper.Cyxeg2Cj.js +0 -290
  149. package/link.BoSdsZHj.js +0 -115
  150. package/linkstandalone.BoN7nARO.js +0 -79
  151. package/radio.DTO5-Yzf.js +0 -79
  152. package/select.Dx80W7cW.js +0 -190
  153. package/switch.BwGtQdnx.js +0 -65
  154. package/textarea.C8tp1ciU.js +0 -193
  155. package/title.BT-uIobN.js +0 -36
  156. /package/assets/{icon.CB-KQmw4.css → Icon.CB-KQmw4.css} +0 -0
@@ -1 +0,0 @@
1
- ._root_17bx8_63{margin-left:2px;font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,sans-serif;line-height:0}
@@ -1 +0,0 @@
1
- ._root_1d0tz_125{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;padding:11px 23px;display:flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;max-width:fit-content;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease;position:relative}._root_1d0tz_125:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1d0tz_125:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1d0tz_125:focus{outline:revert;outline-offset:revert}._root_1d0tz_125:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1d0tz_125:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._root_1d0tz_125{transition-duration:0ms}}._root--highlight_1d0tz_192,._root--dark-highlight_1d0tz_192{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_1d0tz_192:hover,._root--dark-highlight_1d0tz_192:hover{background-color:#e9640c}}._root--highlight_1d0tz_192[aria-disabled=true],._root--dark-highlight_1d0tz_192[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_1d0tz_192[aria-disabled=true]:before,._root--dark-highlight_1d0tz_192[aria-disabled=true]:before{background-color:transparent}._root--highlight_1d0tz_192[aria-disabled=true] svg,._root--dark-highlight_1d0tz_192[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_1d0tz_192[aria-disabled=true],._root--dark-highlight_1d0tz_192[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_1d0tz_192:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1d0tz_192:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_1d0tz_192:focus{outline:revert;outline-offset:revert}._root--dark-highlight_1d0tz_192:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1d0tz_192:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_1d0tz_192[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_1d0tz_192[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_1d0tz_192[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_1d0tz_192[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_1d0tz_270{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_1d0tz_270:hover{background-color:#444}}._root--filled_1d0tz_270[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_1d0tz_270[aria-disabled=true]:before{background-color:transparent}._root--filled_1d0tz_270[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_1d0tz_270[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_1d0tz_298{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_1d0tz_298:hover{background-color:#0000001a}}._root--outline_1d0tz_298[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_1d0tz_298[aria-disabled=true]:before{background-color:transparent}._root--outline_1d0tz_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_1d0tz_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_1d0tz_325{color:#252525}@media (hover: hover){._root--ghost_1d0tz_325:hover{background-color:#0000001a}}._root--ghost_1d0tz_325[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_1d0tz_325[aria-disabled=true]:before{background-color:transparent}._root--ghost_1d0tz_325[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_1d0tz_325[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_1d0tz_350{padding-left:0;padding-right:0;min-width:0px;color:#252525}._root--ghost-flush_1d0tz_350._root--small_1d0tz_356{padding-left:0;padding-right:0;min-width:0px}._root--ghost-flush_1d0tz_350:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px;transition:background-color .3s ease,color .3s ease}@media (prefers-reduced-motion: reduce){._root--ghost-flush_1d0tz_350:before{transition-duration:0ms}}._root--ghost-flush_1d0tz_350:focus,._root--ghost-flush_1d0tz_350:focus-visible{outline:none}._root--ghost-flush_1d0tz_350:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1d0tz_350:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_1d0tz_350:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_1d0tz_350:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1d0tz_350:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_1d0tz_350:hover:before{background-color:#0000001a}}._root--ghost-flush_1d0tz_350[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_1d0tz_350[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_1d0tz_350[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_1d0tz_350[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_1d0tz_431{background-color:#f8f8f8;color:#252525}._root--dark-filled_1d0tz_431:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1d0tz_431:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_1d0tz_431:focus{outline:revert;outline-offset:revert}._root--dark-filled_1d0tz_431:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1d0tz_431:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_1d0tz_431:hover{background-color:#dadada}}._root--dark-filled_1d0tz_431[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_1d0tz_431[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_1d0tz_431[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_1d0tz_431[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_1d0tz_490{border-color:#f8f8f8;color:#fff}._root--dark-outline_1d0tz_490:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1d0tz_490:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_1d0tz_490:focus{outline:revert;outline-offset:revert}._root--dark-outline_1d0tz_490:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1d0tz_490:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_1d0tz_490:hover{background-color:#ffffff26}}._root--dark-outline_1d0tz_490[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_1d0tz_490[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_1d0tz_490[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_1d0tz_490[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_1d0tz_548{color:#fff}._root--dark-ghost_1d0tz_548:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1d0tz_548:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_1d0tz_548:focus{outline:revert;outline-offset:revert}._root--dark-ghost_1d0tz_548:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1d0tz_548:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_1d0tz_548:hover{background-color:#ffffff26}}._root--dark-ghost_1d0tz_548[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_1d0tz_548[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_1d0tz_548[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_1d0tz_548[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_1d0tz_604{color:#fff}._root--dark-ghost-flush_1d0tz_604:focus,._root--dark-ghost-flush_1d0tz_604:focus-visible{outline:none}._root--dark-ghost-flush_1d0tz_604:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1d0tz_604:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_1d0tz_604:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_1d0tz_604:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1d0tz_604:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_1d0tz_604:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_1d0tz_604[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_1d0tz_604[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_1d0tz_604[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_1d0tz_604[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--icon-left_1d0tz_663{flex-direction:row-reverse}._root--small_1d0tz_356{min-height:2rem;min-width:2rem;padding:5px 15px}._root--small_1d0tz_356._root--ghost-flush_1d0tz_350:before{right:-8px;left:-8px}._root--icon-only_1d0tz_679{width:3rem;height:3rem}._root--icon-only-small_1d0tz_683{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._loader_1d0tz_690{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_1d0tz_690 svg{fill:currentColor}._icon--hidden_1d0tz_702{opacity:0}._label--hidden_1d0tz_706{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}._label--loading_1d0tz_718{opacity:0}
@@ -1 +0,0 @@
1
- ._root_utdfh_125{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;display:flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;max-width:fit-content;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease;position:relative;border-radius:50%;padding:0}._root_utdfh_125:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_utdfh_125:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_utdfh_125:focus{outline:revert;outline-offset:revert}._root_utdfh_125:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_utdfh_125:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._root_utdfh_125{transition-duration:0ms}}._root--highlight_utdfh_194,._root--dark-highlight_utdfh_194{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_utdfh_194:hover,._root--dark-highlight_utdfh_194:hover{background-color:#e9640c}}._root--highlight_utdfh_194[aria-disabled=true],._root--dark-highlight_utdfh_194[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_utdfh_194[aria-disabled=true]:before,._root--dark-highlight_utdfh_194[aria-disabled=true]:before{background-color:transparent}._root--highlight_utdfh_194[aria-disabled=true] svg,._root--dark-highlight_utdfh_194[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_utdfh_194[aria-disabled=true],._root--dark-highlight_utdfh_194[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_utdfh_194:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_utdfh_194:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_utdfh_194:focus{outline:revert;outline-offset:revert}._root--dark-highlight_utdfh_194:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_utdfh_194:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_utdfh_194[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_utdfh_194[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_utdfh_194[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_utdfh_194[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_utdfh_272{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_utdfh_272:hover{background-color:#444}}._root--filled_utdfh_272[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_utdfh_272[aria-disabled=true]:before{background-color:transparent}._root--filled_utdfh_272[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_utdfh_272[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_utdfh_300{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_utdfh_300:hover{background-color:#0000001a}}._root--outline_utdfh_300[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_utdfh_300[aria-disabled=true]:before{background-color:transparent}._root--outline_utdfh_300[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_utdfh_300[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_utdfh_327{color:#252525}@media (hover: hover){._root--ghost_utdfh_327:hover{background-color:#0000001a}}._root--ghost_utdfh_327[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_utdfh_327[aria-disabled=true]:before{background-color:transparent}._root--ghost_utdfh_327[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_utdfh_327[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_utdfh_352{padding-left:0;padding-right:0;min-width:0px;color:#252525}._root--ghost-flush_utdfh_352._root--small_utdfh_358{padding-left:0;padding-right:0;min-width:0px}._root--ghost-flush_utdfh_352:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px;transition:background-color .3s ease,color .3s ease}@media (prefers-reduced-motion: reduce){._root--ghost-flush_utdfh_352:before{transition-duration:0ms}}._root--ghost-flush_utdfh_352:focus,._root--ghost-flush_utdfh_352:focus-visible{outline:none}._root--ghost-flush_utdfh_352:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_utdfh_352:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_utdfh_352:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_utdfh_352:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_utdfh_352:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_utdfh_352:hover:before{background-color:#0000001a}}._root--ghost-flush_utdfh_352[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_utdfh_352[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_utdfh_352[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_utdfh_352[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_utdfh_433{background-color:#f8f8f8;color:#252525}._root--dark-filled_utdfh_433:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_utdfh_433:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_utdfh_433:focus{outline:revert;outline-offset:revert}._root--dark-filled_utdfh_433:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_utdfh_433:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_utdfh_433:hover{background-color:#dadada}}._root--dark-filled_utdfh_433[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_utdfh_433[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_utdfh_433[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_utdfh_433[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_utdfh_492{border-color:#f8f8f8;color:#fff}._root--dark-outline_utdfh_492:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_utdfh_492:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_utdfh_492:focus{outline:revert;outline-offset:revert}._root--dark-outline_utdfh_492:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_utdfh_492:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_utdfh_492:hover{background-color:#ffffff26}}._root--dark-outline_utdfh_492[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_utdfh_492[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_utdfh_492[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_utdfh_492[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_utdfh_550{color:#fff}._root--dark-ghost_utdfh_550:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_utdfh_550:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_utdfh_550:focus{outline:revert;outline-offset:revert}._root--dark-ghost_utdfh_550:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_utdfh_550:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_utdfh_550:hover{background-color:#ffffff26}}._root--dark-ghost_utdfh_550[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_utdfh_550[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_utdfh_550[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_utdfh_550[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_utdfh_606{color:#fff}._root--dark-ghost-flush_utdfh_606:focus,._root--dark-ghost-flush_utdfh_606:focus-visible{outline:none}._root--dark-ghost-flush_utdfh_606:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_utdfh_606:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_utdfh_606:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_utdfh_606:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_utdfh_606:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_utdfh_606:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_utdfh_606[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_utdfh_606[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_utdfh_606[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_utdfh_606[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--icon-left_utdfh_665{flex-direction:row-reverse}._root--small_utdfh_358{min-height:2rem;min-width:2rem;padding:5px 15px}._root--small_utdfh_358._root--ghost-flush_utdfh_352:before{right:-8px;left:-8px}._root--icon-only_utdfh_681{width:3rem;height:3rem}._root--icon-only-small_utdfh_685{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._loader_utdfh_692{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_utdfh_692 svg{fill:currentColor}._icon--hidden_utdfh_704{opacity:0}._label--hidden_utdfh_708{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}._label--loading_utdfh_720{opacity:0}
@@ -1 +0,0 @@
1
- ._root_1upux_125{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._root--disabled_1upux_144{cursor:not-allowed}._checkbox_1upux_148{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative;transition:background-color .3s ease}@media (prefers-reduced-motion: reduce){._checkbox_1upux_148{transition-duration:0ms}}._checkbox_1upux_148 ._icon-check_1upux_162,._checkbox_1upux_148 ._icon-minus_1upux_163{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);transition:opacity .3s ease,fill .3s ease}@media (prefers-reduced-motion: reduce){._checkbox_1upux_148 ._icon-check_1upux_162,._checkbox_1upux_148 ._icon-minus_1upux_163{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_1upux_148 ._icon-check_1upux_162,._checkbox_1upux_148 ._icon-minus_1upux_163{fill:CanvasText}}._checkbox--invalid_1upux_184{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label--hidden_1upux_189,._input_1upux_202{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}._input_1upux_202:checked+._checkbox_1upux_148 ._icon-check_1upux_162{opacity:1}._input_1upux_202:indeterminate+._checkbox_1upux_148 ._icon-minus_1upux_163{opacity:1}._input_1upux_202:indeterminate+._checkbox_1upux_148 ._icon-check_1upux_162{opacity:0}._input_1upux_202:disabled+._checkbox_1upux_148{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._input_1upux_202:disabled+._checkbox_1upux_148{border-color:GrayText}}._input_1upux_202:disabled+._checkbox_1upux_148 svg{fill:#00000080}@media screen and (forced-colors: active){._input_1upux_202:disabled+._checkbox_1upux_148 svg{fill:GrayText}}._input_1upux_202:disabled~._label_1upux_189{color:#00000080}@media screen and (forced-colors: active){._input_1upux_202:disabled~._label_1upux_189{color:GrayText}}._input_1upux_202:focus{outline:none}._input_1upux_202:focus+._checkbox_1upux_148{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_1upux_202:focus+._checkbox_1upux_148{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1upux_202:focus{outline:none}._input_1upux_202:focus+._checkbox_1upux_148{outline:revert;outline-offset:revert}@media screen and (forced-colors: active){._input_1upux_202:focus+._checkbox_1upux_148{border-color:Highlight}}._input_1upux_202:focus-visible{outline:none}._input_1upux_202:focus-visible+._checkbox_1upux_148{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_1upux_202:focus-visible+._checkbox_1upux_148{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_1upux_202:focus-visible+._checkbox_1upux_148{border-color:Highlight}}}@media (hover: hover){._input_1upux_202:hover:not(:disabled)+._checkbox_1upux_148{background-color:#0000001a}._input_1upux_202:hover:not(:disabled)+._checkbox_1upux_148 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._input_1upux_202:hover:not(:disabled)+._checkbox_1upux_148 svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){._input_1upux_202:hover:not(:disabled)+._checkbox_1upux_148{border-color:Highlight}}._feedback_1upux_316{margin-top:16px}
@@ -1 +0,0 @@
1
- ._root_atnr0_63{border:none;padding:0;margin:0}._child-wrapper_atnr0_69{margin-top:24px}._child-wrapper_atnr0_69>*:not(:first-child){margin-top:24px}._legend_atnr0_76{padding-inline:0}._legend--utility--m_atnr0_79{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._description_atnr0_90{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:inline-block;max-width:32rem;margin-top:8px}._description--small_atnr0_103{margin-top:4px}._system-feedback_atnr0_107{margin-top:16px;margin-bottom:32px}
@@ -1 +0,0 @@
1
- ._root_tyh2a_63{color:#252525}._root--x-large_tyh2a_66{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2}@media (min-width: 1024px){._root--x-large_tyh2a_66{font-size:1.875rem;line-height:1.25}}._root--large_tyh2a_80{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25}@media (min-width: 1024px){._root--large_tyh2a_80{font-size:1.625rem;line-height:1.2}}._root--medium_tyh2a_94{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2}._root--medium-uppercase_tyh2a_102{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2}._root--small_tyh2a_110{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5}._root--small-uppercase_tyh2a_118{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5}._root--theme-dark_tyh2a_126{color:#fff}
@@ -1 +0,0 @@
1
- ._input_hw550_187{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;transition:background-color .3s ease,color .3s ease;background:transparent;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-left:15px;padding-right:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_hw550_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_hw550_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_hw550_187:focus{outline:revert;outline-offset:revert}._input_hw550_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_hw550_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_hw550_187{transition-duration:0ms}}@media (hover: hover){._input_hw550_187:hover{background:#0000001a}}._input_hw550_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_hw550_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_hw550_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_hw550_187[readonly]:focus{outline:revert;outline-offset:revert}._input_hw550_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_hw550_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_hw550_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_hw550_187::-webkit-placeholder,._input_hw550_187::placeholder{color:#666;opacity:1}._input--invalid_hw550_297{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_hw550_297:active,._input--invalid_hw550_297:focus,._input--invalid_hw550_297:focus-visible{border-color:#252525}._input--small_hw550_304{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._input_hw550_187::-webkit-outer-spin-button,._input_hw550_187::-webkit-inner-spin-button,._input_hw550_187::-webkit-search-decoration,._input_hw550_187::-webkit-search-cancel-button,._input_hw550_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_hw550_187::-webkit-date-and-time-value{text-align:left}._input_hw550_187: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}._input_hw550_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_hw550_187[type=range]{accent-color:#E9640C}._input_hw550_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_hw550_304{min-height:2rem;height:2rem}._input--small_hw550_304._input--has-leading-icon_hw550_350{padding-left:calc(16px + 1rem)}._input--small_hw550_304._input--has-action-button_hw550_353{padding-right:calc(2rem + 8px)}._input--small_hw550_304._input--has-second-action-button_hw550_356{padding-right:calc(4rem + 8px)}._input--has-leading-icon_hw550_350{padding-left:calc(32px + 1rem)}._input--has-action-button_hw550_353{padding-right:calc(3rem + 16px)}._input--has-second-action-button_hw550_356{padding-right:calc(6rem + 16px)}._input--has-affix_hw550_368{color:#0000}._input--has-affix_hw550_368::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_hw550_368::placeholder{transition-duration:0ms}}._input--is-ready_hw550_380{color:#252525}._input--is-ready_hw550_380::placeholder{color:#666}._root_hw550_387{align-self:end}._root_hw550_387:has(._hint_hw550_395) ._label_hw550_395{margin-bottom:4px}._wrapper_hw550_399{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_hw550_405{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-left:15px;padding-right:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_hw550_425{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._affix--disabled_hw550_437{color:#00000080}._affix--disabled_hw550_437._prefix_hw550_440,._affix--disabled_hw550_437._affix_hw550_405{border-color:#0000001a}._affix--readonly_hw550_443{background-color:#ededed;height:100%}._affix_hw550_405._prefix_hw550_440{margin-left:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_hw550_405._suffix_hw550_453{margin-right:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_hw550_460{grid-area:1/1/2/2;order:1;margin-left:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_hw550_460{background-color:Canvas;fill:CanvasText}}._leading-icon--small_hw550_472{margin-left:8px}._leading-icon--disabled_hw550_475{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_hw550_475{fill:GrayText}}._action-button_hw550_484{grid-area:1/4/2/5}._label_hw550_395{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-bottom:8px}._label--hidden_hw550_501{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}._hint_hw550_395{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-bottom:8px}._feedback_hw550_528{margin-bottom:8px;margin-top:8px}
@@ -1 +0,0 @@
1
- ._input_w95w8_187{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;transition:background-color .3s ease,color .3s ease;background:transparent;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-left:15px;padding-right:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_w95w8_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_w95w8_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_w95w8_187:focus{outline:revert;outline-offset:revert}._input_w95w8_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_w95w8_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_w95w8_187{transition-duration:0ms}}@media (hover: hover){._input_w95w8_187:hover{background:#0000001a}}._input_w95w8_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_w95w8_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_w95w8_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_w95w8_187[readonly]:focus{outline:revert;outline-offset:revert}._input_w95w8_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_w95w8_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_w95w8_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_w95w8_187::-webkit-placeholder,._input_w95w8_187::placeholder{color:#666;opacity:1}._input--invalid_w95w8_297{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_w95w8_297:active,._input--invalid_w95w8_297:focus,._input--invalid_w95w8_297:focus-visible{border-color:#252525}._input--small_w95w8_304{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._input_w95w8_187::-webkit-outer-spin-button,._input_w95w8_187::-webkit-inner-spin-button,._input_w95w8_187::-webkit-search-decoration,._input_w95w8_187::-webkit-search-cancel-button,._input_w95w8_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_w95w8_187::-webkit-date-and-time-value{text-align:left}._input_w95w8_187: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}._input_w95w8_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_w95w8_187[type=range]{accent-color:#E9640C}._input_w95w8_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_w95w8_304{min-height:2rem;height:2rem}._input--small_w95w8_304._input--has-leading-icon_w95w8_350{padding-left:calc(16px + 1rem)}._input--small_w95w8_304._input--has-action-button_w95w8_353{padding-right:calc(2rem + 8px)}._input--small_w95w8_304._input--has-second-action-button_w95w8_356{padding-right:calc(4rem + 8px)}._input--has-leading-icon_w95w8_350{padding-left:calc(32px + 1rem)}._input--has-action-button_w95w8_353{padding-right:calc(3rem + 16px)}._input--has-second-action-button_w95w8_356{padding-right:calc(6rem + 16px)}._input--has-affix_w95w8_368{color:#0000}._input--has-affix_w95w8_368::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_w95w8_368::placeholder{transition-duration:0ms}}._input--is-ready_w95w8_380{color:#252525}._input--is-ready_w95w8_380::placeholder{color:#666}._root_w95w8_387{align-self:end}._root_w95w8_387:has(._hint_w95w8_395) ._label_w95w8_395{margin-bottom:4px}._wrapper_w95w8_399{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_w95w8_405{grid-area:1/4/2/5}._label_w95w8_395{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-bottom:8px}._label--hidden_w95w8_422{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}._hint_w95w8_395{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-bottom:8px}._feedback_w95w8_449{margin-bottom:8px;margin-top:8px}
@@ -1 +0,0 @@
1
- ._input_1a6n9_187{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;transition:background-color .3s ease,color .3s ease;background:transparent;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-left:15px;padding-right:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_1a6n9_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1a6n9_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1a6n9_187:focus{outline:revert;outline-offset:revert}._input_1a6n9_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1a6n9_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_1a6n9_187{transition-duration:0ms}}@media (hover: hover){._input_1a6n9_187:hover{background:#0000001a}}._input_1a6n9_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_1a6n9_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1a6n9_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1a6n9_187[readonly]:focus{outline:revert;outline-offset:revert}._input_1a6n9_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1a6n9_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1a6n9_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_1a6n9_187::-webkit-placeholder,._input_1a6n9_187::placeholder{color:#666;opacity:1}._input--invalid_1a6n9_297{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_1a6n9_297:active,._input--invalid_1a6n9_297:focus,._input--invalid_1a6n9_297:focus-visible{border-color:#252525}._input--small_1a6n9_304{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._input_1a6n9_187::-webkit-outer-spin-button,._input_1a6n9_187::-webkit-inner-spin-button,._input_1a6n9_187::-webkit-search-decoration,._input_1a6n9_187::-webkit-search-cancel-button,._input_1a6n9_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1a6n9_187::-webkit-date-and-time-value{text-align:left}._input_1a6n9_187: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}._input_1a6n9_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1a6n9_187[type=range]{accent-color:#E9640C}._input_1a6n9_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_1a6n9_304{min-height:2rem;height:2rem}._input--small_1a6n9_304._input--has-leading-icon_1a6n9_350{padding-left:calc(16px + 1rem)}._input--small_1a6n9_304._input--has-action-button_1a6n9_353{padding-right:calc(2rem + 8px)}._input--small_1a6n9_304._input--has-second-action-button_1a6n9_356{padding-right:calc(4rem + 8px)}._input--has-leading-icon_1a6n9_350{padding-left:calc(32px + 1rem)}._input--has-action-button_1a6n9_353{padding-right:calc(3rem + 16px)}._input--has-second-action-button_1a6n9_356{padding-right:calc(6rem + 16px)}._input--has-affix_1a6n9_368{color:#0000}._input--has-affix_1a6n9_368::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_1a6n9_368::placeholder{transition-duration:0ms}}._input--is-ready_1a6n9_380{color:#252525}._input--is-ready_1a6n9_380::placeholder{color:#666}._root_1a6n9_387{align-self:end}._root_1a6n9_387:has(._hint_1a6n9_395) ._label_1a6n9_395{margin-bottom:4px}._wrapper_1a6n9_399{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_1a6n9_405{grid-area:1/4/2/5}._second-action-button_1a6n9_409{grid-area:1/3/2/4}._label_1a6n9_395{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-bottom:8px}._label--hidden_1a6n9_426{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}._hint_1a6n9_395{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-bottom:8px}._feedback_1a6n9_453{margin-bottom:8px;margin-top:8px}
@@ -1 +0,0 @@
1
- ._input_1bk6v_187{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;transition:background-color .3s ease,color .3s ease;background:transparent;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-left:15px;padding-right:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5;grid-area:1/1/2/4}._input_1bk6v_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1bk6v_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1bk6v_187:focus{outline:revert;outline-offset:revert}._input_1bk6v_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1bk6v_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_1bk6v_187{transition-duration:0ms}}@media (hover: hover){._input_1bk6v_187:hover{background:#0000001a}}._input_1bk6v_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_1bk6v_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1bk6v_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1bk6v_187[readonly]:focus{outline:revert;outline-offset:revert}._input_1bk6v_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1bk6v_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1bk6v_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_1bk6v_187::-webkit-placeholder,._input_1bk6v_187::placeholder{color:#666;opacity:1}._input--invalid_1bk6v_298{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_1bk6v_298:active,._input--invalid_1bk6v_298:focus,._input--invalid_1bk6v_298:focus-visible{border-color:#252525}._input--small_1bk6v_305{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._input_1bk6v_187::-webkit-outer-spin-button,._input_1bk6v_187::-webkit-inner-spin-button,._input_1bk6v_187::-webkit-search-decoration,._input_1bk6v_187::-webkit-search-cancel-button,._input_1bk6v_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1bk6v_187::-webkit-date-and-time-value{text-align:left}._input_1bk6v_187: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}._input_1bk6v_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1bk6v_187[type=range]{accent-color:#E9640C}._input_1bk6v_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_1bk6v_305{min-height:2rem;height:2rem}._input--small_1bk6v_305._input--has-leading-icon_1bk6v_351{padding-left:calc(16px + 1rem)}._input--small_1bk6v_305._input--has-action-button_1bk6v_354{padding-right:calc(2rem + 8px)}._input--small_1bk6v_305._input--has-second-action-button_1bk6v_357{padding-right:calc(4rem + 8px)}._input--has-leading-icon_1bk6v_351{padding-left:calc(32px + 1rem)}._input--has-action-button_1bk6v_354{padding-right:calc(3rem + 16px)}._input--has-second-action-button_1bk6v_357{padding-right:calc(6rem + 16px)}._input--has-affix_1bk6v_369{color:#0000}._input--has-affix_1bk6v_369::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_1bk6v_369::placeholder{transition-duration:0ms}}._input--is-ready_1bk6v_381{color:#252525}._input--is-ready_1bk6v_381::placeholder{color:#666}._root_1bk6v_388{align-self:end}._root_1bk6v_388:has(._hint_1bk6v_396) ._label_1bk6v_396{margin-bottom:4px}._wrapper_1bk6v_400{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_1bk6v_406{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-left:15px;padding-right:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_1bk6v_426{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._affix--disabled_1bk6v_438{color:#00000080}._affix--disabled_1bk6v_438._prefix_1bk6v_441,._affix--disabled_1bk6v_438._affix_1bk6v_406{border-color:#0000001a}._affix--readonly_1bk6v_444{background-color:#ededed;height:100%}._affix_1bk6v_406._prefix_1bk6v_441{margin-left:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_1bk6v_406._suffix_1bk6v_454{margin-right:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_1bk6v_461{grid-area:1/4/2/5}._label_1bk6v_396{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-bottom:8px}._label--hidden_1bk6v_478{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}._hint_1bk6v_396{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-bottom:8px}._feedback_1bk6v_505{margin-bottom:8px;margin-top:8px}._wrapper_1bk6v_400{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}._action-button_1bk6v_461{grid-area:1/5/2/6}._second-action-button_1bk6v_519{grid-area:1/4/2/5}._value-announcer_1bk6v_523{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}
@@ -1 +0,0 @@
1
- ._root_1mghf_125{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;padding:11px 23px;display:flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;max-width:fit-content;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root_1mghf_125:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1mghf_125:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1mghf_125:focus{outline:revert;outline-offset:revert}._root_1mghf_125:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1mghf_125:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._root_1mghf_125{transition-duration:0ms}}._root--highlight_1mghf_191,._root--dark-highlight_1mghf_191{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_1mghf_191:hover,._root--dark-highlight_1mghf_191:hover{background-color:#e9640c}}._root--highlight_1mghf_191[aria-disabled=true],._root--dark-highlight_1mghf_191[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_1mghf_191[aria-disabled=true]:before,._root--dark-highlight_1mghf_191[aria-disabled=true]:before{background-color:transparent}._root--highlight_1mghf_191[aria-disabled=true] svg,._root--dark-highlight_1mghf_191[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_1mghf_191[aria-disabled=true],._root--dark-highlight_1mghf_191[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_1mghf_191:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1mghf_191:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_1mghf_191:focus{outline:revert;outline-offset:revert}._root--dark-highlight_1mghf_191:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1mghf_191:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_1mghf_191[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_1mghf_191[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_1mghf_191[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_1mghf_191[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_1mghf_269{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_1mghf_269:hover{background-color:#444}}._root--filled_1mghf_269[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_1mghf_269[aria-disabled=true]:before{background-color:transparent}._root--filled_1mghf_269[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_1mghf_269[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_1mghf_297{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_1mghf_297:hover{background-color:#0000001a}}._root--outline_1mghf_297[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_1mghf_297[aria-disabled=true]:before{background-color:transparent}._root--outline_1mghf_297[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_1mghf_297[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_1mghf_324{color:#252525}@media (hover: hover){._root--ghost_1mghf_324:hover{background-color:#0000001a}}._root--ghost_1mghf_324[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_1mghf_324[aria-disabled=true]:before{background-color:transparent}._root--ghost_1mghf_324[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_1mghf_324[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_1mghf_349{padding-left:0;padding-right:0;min-width:0px;color:#252525}._root--ghost-flush_1mghf_349._root--small_1mghf_355{padding-left:0;padding-right:0;min-width:0px}._root--ghost-flush_1mghf_349:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px;transition:background-color .3s ease,color .3s ease}@media (prefers-reduced-motion: reduce){._root--ghost-flush_1mghf_349:before{transition-duration:0ms}}._root--ghost-flush_1mghf_349:focus,._root--ghost-flush_1mghf_349:focus-visible{outline:none}._root--ghost-flush_1mghf_349:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1mghf_349:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_1mghf_349:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_1mghf_349:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1mghf_349:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_1mghf_349:hover:before{background-color:#0000001a}}._root--ghost-flush_1mghf_349[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_1mghf_349[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_1mghf_349[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_1mghf_349[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_1mghf_430{background-color:#f8f8f8;color:#252525}._root--dark-filled_1mghf_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1mghf_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_1mghf_430:focus{outline:revert;outline-offset:revert}._root--dark-filled_1mghf_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1mghf_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_1mghf_430:hover{background-color:#dadada}}._root--dark-filled_1mghf_430[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_1mghf_430[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_1mghf_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_1mghf_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_1mghf_489{border-color:#f8f8f8;color:#fff}._root--dark-outline_1mghf_489:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1mghf_489:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_1mghf_489:focus{outline:revert;outline-offset:revert}._root--dark-outline_1mghf_489:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1mghf_489:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_1mghf_489:hover{background-color:#ffffff26}}._root--dark-outline_1mghf_489[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_1mghf_489[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_1mghf_489[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_1mghf_489[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_1mghf_547{color:#fff}._root--dark-ghost_1mghf_547:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1mghf_547:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_1mghf_547:focus{outline:revert;outline-offset:revert}._root--dark-ghost_1mghf_547:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1mghf_547:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_1mghf_547:hover{background-color:#ffffff26}}._root--dark-ghost_1mghf_547[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_1mghf_547[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_1mghf_547[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_1mghf_547[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_1mghf_603{color:#fff}._root--dark-ghost-flush_1mghf_603:focus,._root--dark-ghost-flush_1mghf_603:focus-visible{outline:none}._root--dark-ghost-flush_1mghf_603:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1mghf_603:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_1mghf_603:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_1mghf_603:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1mghf_603:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_1mghf_603:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_1mghf_603[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_1mghf_603[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_1mghf_603[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_1mghf_603[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--icon-left_1mghf_662{flex-direction:row-reverse}._root--small_1mghf_355{min-height:2rem;min-width:2rem;padding:5px 15px}._root--small_1mghf_355._root--ghost-flush_1mghf_349:before{right:-8px;left:-8px}._root--icon-only_1mghf_678{width:3rem;height:3rem}._root--icon-only-small_1mghf_682{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._label--hidden_1mghf_689{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}
@@ -1 +0,0 @@
1
- ._root_q7zcl_63{color:#252525;font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:inline-flex;align-items:center;gap:6px;padding:2px 4px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root_q7zcl_63:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_q7zcl_63:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_q7zcl_63:focus{outline:revert;outline-offset:revert}._root_q7zcl_63:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_q7zcl_63:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_q7zcl_63:link,._root_q7zcl_63:visited{color:#252525}@media (hover: hover){._root_q7zcl_63:hover{background-color:#0000001a;color:#252525}}._root_q7zcl_63:active{background-color:#0000001a;color:#252525}._root_q7zcl_63 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root_q7zcl_63{transition-duration:0ms}}._root--highlight_q7zcl_134{color:#1e71a1;font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:inline-flex;align-items:center;gap:6px;padding:2px 4px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root--highlight_q7zcl_134:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root--highlight_q7zcl_134:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--highlight_q7zcl_134:focus{outline:revert;outline-offset:revert}._root--highlight_q7zcl_134:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root--highlight_q7zcl_134:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--highlight_q7zcl_134:link,._root--highlight_q7zcl_134:visited{color:#1e71a1}@media (hover: hover){._root--highlight_q7zcl_134:hover{background-color:#0000001a;color:#19618b}}._root--highlight_q7zcl_134:active{background-color:#0000001a;color:#19618b}._root--highlight_q7zcl_134 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root--highlight_q7zcl_134{transition-duration:0ms}}._root--neutral-dark_q7zcl_205{color:#fff;font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:inline-flex;align-items:center;gap:6px;padding:2px 4px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root--neutral-dark_q7zcl_205:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--neutral-dark_q7zcl_205:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--neutral-dark_q7zcl_205:focus{outline:revert;outline-offset:revert}._root--neutral-dark_q7zcl_205:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--neutral-dark_q7zcl_205:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--neutral-dark_q7zcl_205:link,._root--neutral-dark_q7zcl_205:visited{color:#fff}@media (hover: hover){._root--neutral-dark_q7zcl_205:hover{background-color:#ffffff26;color:#fff}}._root--neutral-dark_q7zcl_205:active{background-color:#ffffff26;color:#fff}._root--neutral-dark_q7zcl_205 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root--neutral-dark_q7zcl_205{transition-duration:0ms}}._root--highlight-dark_q7zcl_276{color:#8dcfe8;font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:inline-flex;align-items:center;gap:6px;padding:2px 4px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root--highlight-dark_q7zcl_276:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--highlight-dark_q7zcl_276:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--highlight-dark_q7zcl_276:focus{outline:revert;outline-offset:revert}._root--highlight-dark_q7zcl_276:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--highlight-dark_q7zcl_276:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--highlight-dark_q7zcl_276:link,._root--highlight-dark_q7zcl_276:visited{color:#8dcfe8}@media (hover: hover){._root--highlight-dark_q7zcl_276:hover{background-color:#ffffff26;color:#8dcfe8}}._root--highlight-dark_q7zcl_276:active{background-color:#ffffff26;color:#8dcfe8}._root--highlight-dark_q7zcl_276 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root--highlight-dark_q7zcl_276{transition-duration:0ms}}._root--active_q7zcl_347{text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}._root--icon-left_q7zcl_353{flex-direction:row-reverse}
@@ -1 +0,0 @@
1
- ._root_6ckz7_63{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._root--disabled_6ckz7_82{cursor:not-allowed}._radio_6ckz7_86{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative;transition:background-color .3s ease}@media (prefers-reduced-motion: reduce){._radio_6ckz7_86{transition-duration:0ms}}._radio_6ckz7_86 ._dot_6ckz7_101{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#f37a1f;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);transition:opacity .3s ease,background-color .3s ease}@media (prefers-reduced-motion: reduce){._radio_6ckz7_86 ._dot_6ckz7_101{transition-duration:0ms}}@media screen and (forced-colors: active){._radio_6ckz7_86 ._dot_6ckz7_101{background-color:Highlight}}._radio--invalid_6ckz7_123{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label_6ckz7_128{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._label--hidden_6ckz7_138,._input_6ckz7_151{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}._input_6ckz7_151:checked+._radio_6ckz7_86 ._dot_6ckz7_101{opacity:1}._input_6ckz7_151:disabled+._radio_6ckz7_86{border-color:#00000080}._input_6ckz7_151:disabled+._radio_6ckz7_86 ._dot_6ckz7_101{background-color:#dadada}@media screen and (forced-colors: active){._input_6ckz7_151:disabled+._radio_6ckz7_86 ._dot_6ckz7_101{background-color:GrayText}}@media screen and (forced-colors: active){._input_6ckz7_151:disabled+._radio_6ckz7_86{border-color:GrayText}}._input_6ckz7_151:disabled~._label_6ckz7_128{color:#00000080}@media screen and (forced-colors: active){._input_6ckz7_151:disabled~._label_6ckz7_128{color:GrayText}}._input_6ckz7_151:focus{outline:none}._input_6ckz7_151:focus+._radio_6ckz7_86{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_6ckz7_151:focus+._radio_6ckz7_86{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_6ckz7_151:focus+._radio_6ckz7_86{border-color:Highlight}}@supports selector(:focus-visible){._input_6ckz7_151:focus{outline:none}._input_6ckz7_151:focus+._radio_6ckz7_86{outline:revert;outline-offset:revert}._input_6ckz7_151:focus-visible{outline:none}._input_6ckz7_151:focus-visible+._radio_6ckz7_86{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_6ckz7_151:focus-visible+._radio_6ckz7_86{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_6ckz7_151:focus-visible+._radio_6ckz7_86{border-color:Highlight}}}@media (hover: hover){._input_6ckz7_151:hover:not(:disabled)+._radio_6ckz7_86{background-color:#0000001a}._input_6ckz7_151:hover:not(:disabled)+._radio_6ckz7_86 ._dot_6ckz7_101{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){._input_6ckz7_151:hover:not(:disabled)+._radio_6ckz7_86 ._dot_6ckz7_101{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._input_6ckz7_151:hover:not(:disabled)+._radio_6ckz7_86{border-color:Highlight}}
@@ -1 +0,0 @@
1
- ._root_1kpli_187{align-self:end}._root_1kpli_187:has(._hint_1kpli_195) ._label_1kpli_195{margin-bottom:4px}._wrapper_1kpli_199{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_1kpli_205{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-left:15px;padding-right:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_1kpli_225{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._affix--disabled_1kpli_237{color:#00000080}._affix--disabled_1kpli_237._prefix_1kpli_240,._affix--disabled_1kpli_237._affix_1kpli_205{border-color:#0000001a}._affix--readonly_1kpli_243{background-color:#ededed;height:100%}._affix_1kpli_205._prefix_1kpli_240{margin-left:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_1kpli_205._suffix_1kpli_253{margin-right:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_1kpli_260{grid-area:1/4/2/5}._label_1kpli_195{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-bottom:8px}._label--hidden_1kpli_277{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}._hint_1kpli_195{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-bottom:8px}._feedback_1kpli_304{margin-bottom:8px;margin-top:8px}._select-wrapper_1kpli_309{display:grid;grid-template-columns:1fr max-content;align-items:center}._select_1kpli_309{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;transition:background-color .3s ease,color .3s ease;background:transparent;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-left:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:48px;text-overflow:ellipsis}._select_1kpli_309:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1kpli_309:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_1kpli_309:focus{outline:revert;outline-offset:revert}._select_1kpli_309:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1kpli_309:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._select_1kpli_309{transition-duration:0ms}}@media (hover: hover){._select_1kpli_309:hover{background:#0000001a}}._select_1kpli_309[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_1kpli_309[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1kpli_309[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_1kpli_309[readonly]:focus{outline:revert;outline-offset:revert}._select_1kpli_309[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_1kpli_309[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_1kpli_309:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_1kpli_309::-webkit-placeholder,._select_1kpli_309::placeholder{color:#666;opacity:1}._select--invalid_1kpli_428{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_1kpli_428:active,._select--invalid_1kpli_428:focus,._select--invalid_1kpli_428:focus-visible{border-color:#252525}._select--small_1kpli_435{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._select_1kpli_309::-webkit-outer-spin-button,._select_1kpli_309::-webkit-inner-spin-button,._select_1kpli_309::-webkit-search-decoration,._select_1kpli_309::-webkit-search-cancel-button,._select_1kpli_309::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_1kpli_309::-webkit-date-and-time-value{text-align:left}._select_1kpli_309: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}._select_1kpli_309[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_1kpli_309[type=range]{accent-color:#E9640C}._select_1kpli_309[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_1kpli_435{min-height:2rem;height:2rem}._select--small_1kpli_435._input--has-leading-icon_1kpli_481{padding-left:calc(16px + 1rem)}._select--small_1kpli_435._input--has-action-button_1kpli_484{padding-right:calc(2rem + 8px)}._select--small_1kpli_435._input--has-second-action-button_1kpli_487{padding-right:calc(4rem + 8px)}._select--has-leading-icon_1kpli_490{padding-left:calc(32px + 1rem)}._select--has-action-button_1kpli_493{padding-right:calc(3rem + 16px)}._select--has-second-action-button_1kpli_496{padding-right:calc(6rem + 16px)}._select--has-affix_1kpli_499{color:#0000}._select--has-affix_1kpli_499::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._select--has-affix_1kpli_499::placeholder{transition-duration:0ms}}._select--is-ready_1kpli_511{color:#252525}._select--is-ready_1kpli_511::placeholder{color:#666}._select--small_1kpli_435{padding-right:32px}._select_1kpli_309:disabled{opacity:1}._select--placeholder_1kpli_523{color:#666}@media screen and (forced-colors: active){._select--placeholder_1kpli_523{color:GrayText}}._chevron_1kpli_532{grid-area:1/2/2/2;margin-right:16px}._chevron--small_1kpli_536{margin-right:8px}._chevron--disabled_1kpli_539{fill:#00000080}
@@ -1 +0,0 @@
1
- ._root_ik5go_63{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0px;border:0px;text-align:left;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:background-color .3s ease,transform .3s ease,opacity .3s ease}@media (prefers-reduced-motion: reduce){._root_ik5go_63{transition-duration:0ms}}._root--label-right_ik5go_91{flex-direction:row-reverse}._root--stretched_ik5go_94{justify-content:space-between;width:100%}@media (hover: hover){._root_ik5go_63:hover ._switch_ik5go_99{background-color:#0000001a}}._root_ik5go_63:focus ._switch_ik5go_99:before,._root_ik5go_63:focus ._loader_ik5go_104:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_ik5go_63:focus ._switch_ik5go_99:before,._root_ik5go_63:focus ._loader_ik5go_104:before{border-color:Highlight}}@supports selector(:focus-visible){._root_ik5go_63:focus ._switch_ik5go_99:before,._root_ik5go_63:focus ._loader_ik5go_104:before{content:none}._root_ik5go_63:focus-visible ._switch_ik5go_99:before,._root_ik5go_63:focus-visible ._loader_ik5go_104:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_ik5go_63:focus-visible ._switch_ik5go_99:before,._root_ik5go_63:focus-visible ._loader_ik5go_104:before{border-color:Highlight}}}._root_ik5go_63[aria-disabled=true]._root_ik5go_63{cursor:not-allowed}._root_ik5go_63[aria-disabled=true] ._switch_ik5go_99{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){._root_ik5go_63[aria-disabled=true] ._switch_ik5go_99{border-color:GrayText}}._root_ik5go_63[aria-disabled=true] ._thumb_ik5go_157{background-color:#00000080}._root_ik5go_63[aria-disabled=true] ._thumb_ik5go_157 svg{opacity:0}@media screen and (forced-colors: active){._root_ik5go_63[aria-disabled=true] ._thumb_ik5go_157{background-color:CanvasText}._root_ik5go_63[aria-disabled=true] ._thumb_ik5go_157 svg{fill:Canvas}}@media (hover: hover){._root--checked_ik5go_172:hover ._switch_ik5go_99{background-color:#d9480f}._root--checked_ik5go_172:hover ._thumb_ik5go_157{background-color:#ededed}._root--checked_ik5go_172:hover ._thumb_ik5go_157 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_ik5go_172:hover ._thumb_ik5go_157{background-color:CanvasText}._root--checked_ik5go_172:hover ._thumb_ik5go_157 svg{fill:Canvas}}._root--checked_ik5go_172 ._switch_ik5go_99{background-color:#e9640c}._root--checked_ik5go_172 ._thumb_ik5go_157{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}._root--checked_ik5go_172 ._thumb_ik5go_157 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){._root--checked_ik5go_172 ._thumb_ik5go_157{background-color:CanvasText}._root--checked_ik5go_172 ._thumb_ik5go_157 svg{fill:Canvas}}@media (hover: hover){._root--checked_ik5go_172[aria-disabled=true]:hover ._thumb_ik5go_157 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_ik5go_172[aria-disabled=true]:hover ._thumb_ik5go_157{background-color:CanvasText}._root--checked_ik5go_172[aria-disabled=true]:hover ._thumb_ik5go_157 svg{fill:Canvas}}._root--checked_ik5go_172[aria-disabled=true] ._switch_ik5go_99{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){._root--checked_ik5go_172[aria-disabled=true] ._switch_ik5go_99{border-color:GrayText}}._root--checked_ik5go_172[aria-disabled=true] ._thumb_ik5go_157{background-color:#fff}._root--checked_ik5go_172[aria-disabled=true] ._thumb_ik5go_157 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){._root--checked_ik5go_172[aria-disabled=true] ._thumb_ik5go_157{background-color:CanvasText}._root--checked_ik5go_172[aria-disabled=true] ._thumb_ik5go_157 svg{fill:Canvas}}._switch_ik5go_99{border:1px solid #252525;border-radius:6.25rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}._thumb_ik5go_157{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}._thumb_ik5go_157 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){._thumb_ik5go_157{background-color:CanvasText}._thumb_ik5go_157 svg{fill:Canvas}}._loader_ik5go_104{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}._loader_ik5go_104 svg{fill:#00000080}@media screen and (forced-colors: active){._loader_ik5go_104 svg{fill:CanvasText}}
@@ -1 +0,0 @@
1
- ._textarea_au2z2_187{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;transition:background-color .3s ease,color .3s ease;background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding:15px;width:100%;min-height:5.875rem;resize:vertical}._textarea_au2z2_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_au2z2_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_au2z2_187:focus{outline:revert;outline-offset:revert}._textarea_au2z2_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_au2z2_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._textarea_au2z2_187{transition-duration:0ms}}@media (hover: hover){._textarea_au2z2_187:hover{background:#0000001a}}._textarea_au2z2_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._textarea_au2z2_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_au2z2_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_au2z2_187[readonly]:focus{outline:revert;outline-offset:revert}._textarea_au2z2_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_au2z2_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_au2z2_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._textarea_au2z2_187::-webkit-placeholder,._textarea_au2z2_187::placeholder{color:#666;opacity:1}._textarea--invalid_au2z2_297{border-color:#d43b3b;outline-color:#d43b3b}._textarea--invalid_au2z2_297:active,._textarea--invalid_au2z2_297:focus,._textarea--invalid_au2z2_297:focus-visible{border-color:#252525}._textarea--small_au2z2_304{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._textarea--resize-auto_au2z2_316{resize:none;overflow-y:hidden}._textarea--small_au2z2_304{padding-top:8px;padding-bottom:8px;min-height:4.875rem}._root_au2z2_326{align-self:end}._root_au2z2_326:has(._hint_au2z2_334) ._label_au2z2_334{margin-bottom:4px}._affix_au2z2_338{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-left:15px;padding-right:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_au2z2_358{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-left:7px;padding-right:7px}._affix--disabled_au2z2_370{color:#00000080}._affix--disabled_au2z2_370._prefix_au2z2_373,._affix--disabled_au2z2_370._affix_au2z2_338{border-color:#0000001a}._affix--readonly_au2z2_376{background-color:#ededed;height:100%}._affix_au2z2_338._prefix_au2z2_373{margin-left:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_au2z2_338._suffix_au2z2_386{margin-right:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_au2z2_393{grid-area:1/1/2/2;order:1;margin-left:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_au2z2_393{background-color:Canvas;fill:CanvasText}}._leading-icon--small_au2z2_405{margin-left:8px}._leading-icon--disabled_au2z2_408{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_au2z2_408{fill:GrayText}}._action-button_au2z2_417{grid-area:1/4/2/5}._label_au2z2_334{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-bottom:8px}._label--hidden_au2z2_434{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}._hint_au2z2_334{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-bottom:8px}._feedback_au2z2_461{margin-bottom:8px;margin-top:8px}._char-count_au2z2_466{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;color:#252525;display:flex;justify-content:flex-end;margin-top:8px}._char-count-announcer_au2z2_481{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}
@@ -1 +0,0 @@
1
- ._root_1yriq_63{color:#252525}._root--x-large_1yriq_66{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2}@media (min-width: 1024px){._root--x-large_1yriq_66{font-size:1.875rem;line-height:1.25}}._root--large_1yriq_80{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25}@media (min-width: 1024px){._root--large_1yriq_80{font-size:1.625rem;line-height:1.2}}._root--theme-dark_1yriq_94{color:#fff}._root_1yriq_63>._dash_1yriq_97{display:block}
@@ -1,8 +0,0 @@
1
- "use client";
2
- import { j as o } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import './assets/asterisk.Bz7RZnKb.css';const s = "_root_17bx8_63", t = {
4
- root: s
5
- }, e = () => /* @__PURE__ */ o.jsx("span", { className: t.root, "aria-hidden": "true", children: "*" });
6
- export {
7
- e as Asterisk
8
- };
@@ -1,135 +0,0 @@
1
- "use client";
2
- import { j as _ } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import { c as n } from "./chunks/index.CvOaL64Y.js";
4
- import { u as e } from "./chunks/useBreakpoint.5xBNDiCf.js";
5
- import { DSIcon as I } from "./icon.CmAhxgHK.js";
6
- import { DSSpinner as F } from "./spinner.CSzQEBx2.js";
7
- import './assets/button.C6ZbQtZ-.css';const S = "_root_1d0tz_125", x = "_root--highlight_1d0tz_192", j = "_root--dark-highlight_1d0tz_192", L = "_root--filled_1d0tz_270", C = "_root--outline_1d0tz_298", N = "_root--ghost_1d0tz_325", B = "_root--ghost-flush_1d0tz_350", E = "_root--small_1d0tz_356", R = "_root--dark-filled_1d0tz_431", T = "_root--dark-outline_1d0tz_490", V = "_root--dark-ghost_1d0tz_548", q = "_root--dark-ghost-flush_1d0tz_604", w = "_root--icon-left_1d0tz_663", A = "_root--icon-only_1d0tz_679", J = "_root--icon-only-small_1d0tz_683", K = "_loader_1d0tz_690", M = "_icon--hidden_1d0tz_702", P = "_label--hidden_1d0tz_706", Q = "_label--loading_1d0tz_718", o = {
8
- root: S,
9
- "root--highlight": "_root--highlight_1d0tz_192",
10
- rootHighlight: x,
11
- "root--dark-highlight": "_root--dark-highlight_1d0tz_192",
12
- rootDarkHighlight: j,
13
- "root--filled": "_root--filled_1d0tz_270",
14
- rootFilled: L,
15
- "root--outline": "_root--outline_1d0tz_298",
16
- rootOutline: C,
17
- "root--ghost": "_root--ghost_1d0tz_325",
18
- rootGhost: N,
19
- "root--ghost-flush": "_root--ghost-flush_1d0tz_350",
20
- rootGhostFlush: B,
21
- "root--small": "_root--small_1d0tz_356",
22
- rootSmall: E,
23
- "root--dark-filled": "_root--dark-filled_1d0tz_431",
24
- rootDarkFilled: R,
25
- "root--dark-outline": "_root--dark-outline_1d0tz_490",
26
- rootDarkOutline: T,
27
- "root--dark-ghost": "_root--dark-ghost_1d0tz_548",
28
- rootDarkGhost: V,
29
- "root--dark-ghost-flush": "_root--dark-ghost-flush_1d0tz_604",
30
- rootDarkGhostFlush: q,
31
- "root--icon-left": "_root--icon-left_1d0tz_663",
32
- rootIconLeft: w,
33
- "root--icon-only": "_root--icon-only_1d0tz_679",
34
- rootIconOnly: A,
35
- "root--icon-only-small": "_root--icon-only-small_1d0tz_683",
36
- rootIconOnlySmall: J,
37
- loader: K,
38
- "icon--hidden": "_icon--hidden_1d0tz_702",
39
- iconHidden: M,
40
- "label--hidden": "_label--hidden_1d0tz_706",
41
- labelHidden: P,
42
- "label--loading": "_label--loading_1d0tz_718",
43
- labelLoading: Q
44
- }, $ = ({
45
- children: k,
46
- aria: f,
47
- className: z,
48
- dataTrackingid: m,
49
- disabled: a = !1,
50
- hideLabel: s = !1,
51
- iconName: h,
52
- iconPosition: D = "left",
53
- iconSource: c,
54
- isFlush: d = !1,
55
- loading: r = !1,
56
- size: i = "medium",
57
- theme: l = "light",
58
- variant: t = "filled",
59
- onClick: g,
60
- ...b
61
- }) => {
62
- const y = n(o.root, z, {
63
- // variant
64
- [o.rootFilled]: t === "filled",
65
- [o.rootHighlight]: t === "highlight",
66
- [o.rootOutline]: t === "outline",
67
- [o.rootGhost]: t === "ghost" && d !== !0,
68
- // isFlush
69
- [o.rootGhostFlush]: t === "ghost" && d === !0,
70
- // dark theme
71
- [o.rootDarkFilled]: l === "dark" && t === "filled",
72
- [o.rootDarkHighlight]: l === "dark" && t === "highlight",
73
- [o.rootDarkOutline]: l === "dark" && t === "outline",
74
- [o.rootDarkGhost]: l === "dark" && t === "ghost" && d !== !0,
75
- // dark isFlush
76
- [o.rootDarkGhostFlush]: l === "dark" && t === "ghost" && d === !0,
77
- // size
78
- [o.rootSmall]: i === "small",
79
- // icon position
80
- [o.rootIconLeft]: D === "left",
81
- // icon only
82
- [o.rootIconOnly]: e(s) && i === "medium",
83
- [o.rootIconOnlySmall]: e(s) && i === "small"
84
- }), O = n(o.label, {
85
- // hide label only visually to keep them available for assistive technologies
86
- [o.labelHidden]: e(s),
87
- // set label opacity to 0 when loading to prevent button size from changing
88
- [o.labelLoading]: r
89
- }), p = n(o.icon, {
90
- // set icon opacity to 0 when loading to prevent button size from changing
91
- [o.iconHidden]: r
92
- }), G = l === "light" && t === "filled" || l === "dark" && t === "outline" || l === "dark" && t === "ghost" ? "dark" : "light", H = (u) => {
93
- if (a || r) {
94
- u.preventDefault();
95
- return;
96
- }
97
- g && g(u);
98
- };
99
- return /* @__PURE__ */ _.jsxs(
100
- "button",
101
- {
102
- className: y,
103
- "data-trackingid": m,
104
- type: "submit",
105
- onClick: H,
106
- ...f,
107
- ...b,
108
- "aria-disabled": a || r,
109
- "aria-busy": r,
110
- children: [
111
- r && /* @__PURE__ */ _.jsx(
112
- F,
113
- {
114
- className: o.loader,
115
- aria: { "aria-label": "Loading state" }
116
- }
117
- ),
118
- /* @__PURE__ */ _.jsx("span", { className: O, children: k }),
119
- (h || c) && /* @__PURE__ */ _.jsx(
120
- I,
121
- {
122
- name: h,
123
- theme: G,
124
- source: c,
125
- className: p,
126
- "aria-hidden": "true"
127
- }
128
- )
129
- ]
130
- }
131
- );
132
- };
133
- export {
134
- $ as DSButton
135
- };
@@ -1,118 +0,0 @@
1
- "use client";
2
- import { j as r } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import { c as d } from "./chunks/index.CvOaL64Y.js";
4
- import { DSIcon as H } from "./icon.CmAhxgHK.js";
5
- import { DSSpinner as p } from "./spinner.CSzQEBx2.js";
6
- import './assets/buttonround.CjJUeMND.css';const F = "_root_utdfh_125", O = "_root--highlight_utdfh_194", G = "_root--dark-highlight_utdfh_194", I = "_root--filled_utdfh_272", S = "_root--outline_utdfh_300", x = "_root--ghost_utdfh_327", j = "_root--ghost-flush_utdfh_352", L = "_root--small_utdfh_358", C = "_root--dark-filled_utdfh_433", N = "_root--dark-outline_utdfh_492", R = "_root--dark-ghost_utdfh_550", B = "_root--dark-ghost-flush_utdfh_606", E = "_root--icon-left_utdfh_665", T = "_root--icon-only_utdfh_681", q = "_root--icon-only-small_utdfh_685", w = "_loader_utdfh_692", z = "_icon--hidden_utdfh_704", A = "_label--hidden_utdfh_708", J = "_label--loading_utdfh_720", o = {
7
- root: F,
8
- "root--highlight": "_root--highlight_utdfh_194",
9
- rootHighlight: O,
10
- "root--dark-highlight": "_root--dark-highlight_utdfh_194",
11
- rootDarkHighlight: G,
12
- "root--filled": "_root--filled_utdfh_272",
13
- rootFilled: I,
14
- "root--outline": "_root--outline_utdfh_300",
15
- rootOutline: S,
16
- "root--ghost": "_root--ghost_utdfh_327",
17
- rootGhost: x,
18
- "root--ghost-flush": "_root--ghost-flush_utdfh_352",
19
- rootGhostFlush: j,
20
- "root--small": "_root--small_utdfh_358",
21
- rootSmall: L,
22
- "root--dark-filled": "_root--dark-filled_utdfh_433",
23
- rootDarkFilled: C,
24
- "root--dark-outline": "_root--dark-outline_utdfh_492",
25
- rootDarkOutline: N,
26
- "root--dark-ghost": "_root--dark-ghost_utdfh_550",
27
- rootDarkGhost: R,
28
- "root--dark-ghost-flush": "_root--dark-ghost-flush_utdfh_606",
29
- rootDarkGhostFlush: B,
30
- "root--icon-left": "_root--icon-left_utdfh_665",
31
- rootIconLeft: E,
32
- "root--icon-only": "_root--icon-only_utdfh_681",
33
- rootIconOnly: T,
34
- "root--icon-only-small": "_root--icon-only-small_utdfh_685",
35
- rootIconOnlySmall: q,
36
- loader: w,
37
- "icon--hidden": "_icon--hidden_utdfh_704",
38
- iconHidden: z,
39
- "label--hidden": "_label--hidden_utdfh_708",
40
- labelHidden: A,
41
- "label--loading": "_label--loading_utdfh_720",
42
- labelLoading: J
43
- }, U = ({
44
- children: e,
45
- aria: u,
46
- className: f,
47
- dataTrackingid: c,
48
- disabled: _ = !1,
49
- iconName: i = "placeholder",
50
- iconSource: n,
51
- loading: t = !1,
52
- theme: h = "light",
53
- variant: l = "filled",
54
- onClick: s,
55
- ...g
56
- }) => {
57
- const k = d(
58
- o.root,
59
- o.rootIconOnlySmall,
60
- f,
61
- {
62
- // variant
63
- [o.rootFilled]: l === "filled",
64
- [o.rootHighlight]: l === "highlight",
65
- // dark theme
66
- [o.rootDarkFilled]: h === "dark" && l === "filled",
67
- [o.rootDarkHighlight]: h === "dark" && l === "highlight"
68
- }
69
- ), m = d(o.label, o.labelHidden, {
70
- // set label opacity to 0 when loading to prevent button size from changing
71
- [o.labelLoading]: t
72
- }), b = d(o.icon, {
73
- // set icon opacity to 0 when loading to prevent button size from changing
74
- [o.iconHidden]: t
75
- }), D = h === "light" && l === "filled" ? "dark" : "light", y = (a) => {
76
- if (_ || t) {
77
- a.preventDefault();
78
- return;
79
- }
80
- s && s(a);
81
- };
82
- return /* @__PURE__ */ r.jsxs(
83
- "button",
84
- {
85
- className: k,
86
- "data-trackingid": c,
87
- type: "button",
88
- onClick: y,
89
- ...u,
90
- ...g,
91
- "aria-disabled": _ || t,
92
- "aria-busy": t,
93
- children: [
94
- t && /* @__PURE__ */ r.jsx(
95
- p,
96
- {
97
- className: o.loader,
98
- aria: { "aria-label": "Loading state" }
99
- }
100
- ),
101
- /* @__PURE__ */ r.jsx("span", { className: m, children: e }),
102
- (i || n) && /* @__PURE__ */ r.jsx(
103
- H,
104
- {
105
- name: i,
106
- theme: D,
107
- source: n,
108
- className: b,
109
- "aria-hidden": "true"
110
- }
111
- )
112
- ]
113
- }
114
- );
115
- };
116
- export {
117
- U as DSButtonRound
118
- };
@@ -1,11 +0,0 @@
1
- "use client";
2
- import '../assets/RadioGroup.SF2fv4CL.css';const o = "_root_zsg4m_63", t = "_root--horizontal_zsg4m_71", r = "_root--invalid_zsg4m_74", n = {
3
- root: o,
4
- "root--horizontal": "_root--horizontal_zsg4m_71",
5
- rootHorizontal: t,
6
- "root--invalid": "_root--invalid_zsg4m_74",
7
- rootInvalid: r
8
- };
9
- export {
10
- n as s
11
- };
@@ -1,13 +0,0 @@
1
- "use client";
2
- import "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import "./chunks/index.CvOaL64Y.js";
4
- import "react";
5
- import { C as l } from "./chunks/CustomReactSelect.Pvkkof1f.js";
6
- import "./chunks/useBreakpoint.5xBNDiCf.js";
7
- import "./asterisk.BlYjsfkN.js";
8
- import "./icon.CmAhxgHK.js";
9
- import "./systemfeedback.rBgdiL5T.js";
10
- import "./optioncheckbox.CYikfEsE.js";
11
- export {
12
- l as CustomReactSelect
13
- };