@stihl-design-system/components 1.0.0-RC.3 → 1.0.0-RC.5

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 (176) hide show
  1. package/Klarna.svg +1 -0
  2. package/Mastercard.svg +2 -0
  3. package/PayPal.svg +2 -0
  4. package/Placeholder.svg +1 -0
  5. package/Visa.svg +2 -0
  6. package/arialiveregions.BvZhV6hb.js +27 -0
  7. package/arialiveregions.d.ts +1 -0
  8. package/assets/CustomReactSelect.Bsphydqt.css +1 -0
  9. package/assets/Fieldset.D0jHAGRL.css +1 -0
  10. package/assets/Icon.Duy_0R8w.css +1 -0
  11. package/assets/InputPassword.VCNO8ANM.css +1 -0
  12. package/assets/InputSearch.BMRAb95l.css +1 -0
  13. package/assets/InputStepper.BKjqNi-i.css +1 -0
  14. package/assets/Notification.Bg63cvs4.css +1 -0
  15. package/assets/RadioGroup.Bz3_xkZU.css +1 -0
  16. package/assets/Select.Bz1TImkI.css +1 -0
  17. package/assets/Textarea.D2h5cW_t.css +1 -0
  18. package/assets/Toast.BzVaebc0.css +1 -0
  19. package/assets/arialiveregions.GsGx2USO.css +1 -0
  20. package/assets/{asterisk.C-o6rbGQ.css → asterisk.JlyPArZu.css} +1 -1
  21. package/assets/button.BdxtFZKx.css +1 -0
  22. package/assets/buttonround.pR4StXA7.css +1 -0
  23. package/assets/checkbox.BjIn2stV.css +1 -0
  24. package/assets/dialog.CKwM2EBH.css +1 -0
  25. package/assets/floatingactionbutton.CUvMbEMf.css +1 -0
  26. package/assets/heading.CCbuI4X-.css +1 -0
  27. package/assets/input.71tOIrpp.css +1 -0
  28. package/assets/link.D61tKkSK.css +1 -0
  29. package/assets/linkstandalone.Bx8Uvo0G.css +1 -0
  30. package/assets/logo.C05WqGId.css +1 -0
  31. package/assets/optioncheckbox.BdRJHcSw.css +1 -0
  32. package/assets/radio.ewRpPo4W.css +1 -0
  33. package/assets/spinner.LuV09jaU.css +1 -0
  34. package/assets/switch.Ds-I_ybT.css +1 -0
  35. package/assets/{systemfeedback.WE3wClZ3.css → systemfeedback.BzJATHDd.css} +1 -1
  36. package/assets/text.B-CTuGgI.css +1 -0
  37. package/assets/{title.CE0Dm7PI.css → title.DlhX9K3W.css} +1 -1
  38. package/asterisk.Cjbk-xZi.js +8 -0
  39. package/button.DlFWwHuA.js +135 -0
  40. package/buttonround.eYOQM994.js +118 -0
  41. package/checkbox.DNHdo6_n.js +113 -0
  42. package/checkboxgroup.DqWlzAeR.js +9 -0
  43. package/chunks/AriaLiveRegions.utils.DzWI5KCU.js +31 -0
  44. package/{checkboxgroup.Cfxz9bk6.js → chunks/CheckboxGroup.DsQ6lI5a.js} +38 -31
  45. package/chunks/{CustomReactSelect.uzWNynay.js → CustomReactSelect.5dHi6PEO.js} +873 -917
  46. package/chunks/Fieldset.B1vsrHNv.js +99 -0
  47. package/chunks/Icon.n4XZrQ4N.js +223 -0
  48. package/chunks/{Input.utils.Bly6ZzLI.js → Input.utils.AKWCNkpA.js} +12 -8
  49. package/chunks/InputPassword.DTqI58Z4.js +140 -0
  50. package/chunks/InputSearch.IwQATLKh.js +189 -0
  51. package/chunks/InputStepper.Jew1ETB6.js +291 -0
  52. package/chunks/Notification.DbflCBIL.js +93 -0
  53. package/chunks/RadioGroup.BO4pbAJw.js +132 -0
  54. package/chunks/RadioGroup.module.BBZwHDjW.js +11 -0
  55. package/chunks/Select.COdS787F.js +191 -0
  56. package/chunks/Textarea.oqCrSopu.js +195 -0
  57. package/chunks/Toast.BLGKvAvZ.js +89 -0
  58. package/chunks/{circle-info-colored.DLY6BTL4.js → circle-info-colored.D2pp54gf.js} +3 -3
  59. package/chunks/{jsx-runtime.C-kxDJ4g.js → jsx-runtime.C115EyI4.js} +3 -7
  60. package/{combobox.BXHAo4Wx.js → combobox.CRlhqmuO.js} +8 -8
  61. package/components/AriaLiveRegions/AriaLiveRegions.d.ts +4 -0
  62. package/components/AriaLiveRegions/AriaLiveRegions.utils.d.ts +5 -0
  63. package/components/AriaLiveRegions/AriaLiveRegions.utils.test.d.ts +1 -0
  64. package/components/Checkbox/Checkbox.d.ts +1 -1
  65. package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +1 -1
  66. package/components/Dialog/Dialog.d.ts +11 -0
  67. package/components/Dialog/Dialog.utils.d.ts +0 -0
  68. package/components/Fieldset/Fieldset.utils.d.ts +1 -1
  69. package/components/Notification/Notification.d.ts +26 -0
  70. package/components/Notification/Notification.test.d.ts +1 -0
  71. package/components/Notification/Notification.utils.d.ts +5 -0
  72. package/components/Radio/Radio.d.ts +11 -3
  73. package/components/RadioGroup/RadioGroup.d.ts +6 -3
  74. package/components/RadioGroup/RadioGroup.utils.d.ts +5 -3
  75. package/components/RadioGroup/RadioGroup.utils.test.d.ts +1 -0
  76. package/components/Toast/Toast.d.ts +21 -0
  77. package/components/Toast/Toast.utils.d.ts +9 -0
  78. package/components/Toast/ToastManager.d.ts +6 -0
  79. package/components/Toast/ToastManager.test.d.ts +1 -0
  80. package/components/Toast/ToastManager.utils.d.ts +2 -0
  81. package/components/Toast/ToastManager.utils.test.d.ts +1 -0
  82. package/customreactselect.CD58gwtp.js +13 -0
  83. package/dialog.d.ts +1 -0
  84. package/dialog.qd2pOyVc.js +45 -0
  85. package/fieldset.aY3V2jK2.js +11 -0
  86. package/floatingactionbutton.CGV3YFQq.js +87 -0
  87. package/heading.BTNroD1E.js +50 -0
  88. package/icon.D3RXjzh4.js +8 -0
  89. package/index.d.ts +24 -0
  90. package/index.es.js +140 -45
  91. package/input.BAxvG272.js +236 -0
  92. package/inputpassword.mn9qFlfs.js +12 -0
  93. package/inputsearch.qQJj9yFd.js +13 -0
  94. package/inputstepper.DhbHujiM.js +13 -0
  95. package/link.SAcKvzJ3.js +115 -0
  96. package/linkstandalone.DNe0Nydm.js +79 -0
  97. package/{logo.C_oJ8isW.js → logo.BR_CUXFl.js} +16 -16
  98. package/notification.CnJOdQza.js +9 -0
  99. package/notification.d.ts +1 -0
  100. package/{optioncheckbox.-DRnW_ch.js → optioncheckbox.C4l2UIak.js} +9 -9
  101. package/package.json +30 -26
  102. package/partials/index.js +51 -79
  103. package/radio.epf54-sG.js +115 -0
  104. package/radiogroup.CiENWRos.js +11 -0
  105. package/select.DLYav8gw.js +12 -0
  106. package/spinner.DEtbkdfi.js +58 -0
  107. package/styles/scss/_index.scss +1 -0
  108. package/styles/scss/lib/_animation.scss +20 -5
  109. package/styles/scss/lib/_container-query.scss +3 -3
  110. package/styles/scss/lib/_grid-sidebar-sidebar.scss +2 -0
  111. package/styles/scss/lib/_grid-sidebar.scss +14 -7
  112. package/styles/scss/lib/_link.scss +48 -41
  113. package/styles/scss/lib/_media-query.scss +3 -3
  114. package/styles/scss/lib/_shadow.scss +10 -0
  115. package/styles/scss/lib/_theme.scss +7 -5
  116. package/styles/scss/lib/_transition.scss +26 -7
  117. package/switch.BezS5z0Y.js +65 -0
  118. package/{systemfeedback.C7iXO5A1.js → systemfeedback.CUWch42u.js} +3 -3
  119. package/text.CrYUewrP.js +57 -0
  120. package/textarea.hLgeYdsI.js +12 -0
  121. package/title.Dvp8LKJt.js +36 -0
  122. package/toast.BR7QuHOG.js +10 -0
  123. package/toast.d.ts +1 -0
  124. package/toastmanager.DBp8B1e3.js +96 -0
  125. package/toastmanager.d.ts +1 -0
  126. package/utils/index.d.ts +1 -0
  127. package/utils/remove-spaces.d.ts +6 -0
  128. package/utils/remove-spaces.test.d.ts +1 -0
  129. package/utils/vitest.setup.d.ts +2 -0
  130. package/assets/CustomReactSelect.BdwXfLLO.css +0 -1
  131. package/assets/RadioGroup.Ur8Ro-XL.css +0 -1
  132. package/assets/button.DJvR-58w.css +0 -1
  133. package/assets/buttonround.BlfQkmMV.css +0 -1
  134. package/assets/checkbox.BsFEWfQe.css +0 -1
  135. package/assets/fieldset.xazpUXJX.css +0 -1
  136. package/assets/floatingactionbutton.D7ywURL3.css +0 -1
  137. package/assets/heading.CGFucb-C.css +0 -1
  138. package/assets/icon.CB-KQmw4.css +0 -1
  139. package/assets/input.BcP5kkZ2.css +0 -1
  140. package/assets/inputpassword.C3Uyj7oA.css +0 -1
  141. package/assets/inputsearch.tL3e9-Ob.css +0 -1
  142. package/assets/inputstepper.paPJix5A.css +0 -1
  143. package/assets/link.V7pJOW1p.css +0 -1
  144. package/assets/linkstandalone.D3RbBp23.css +0 -1
  145. package/assets/logo.BbHYgnWo.css +0 -1
  146. package/assets/optioncheckbox.C-K1FLhc.css +0 -1
  147. package/assets/radio.CSHQGdpr.css +0 -1
  148. package/assets/select.D2qBxaHP.css +0 -1
  149. package/assets/spinner.C5rBmKiF.css +0 -1
  150. package/assets/switch.sqve8ApJ.css +0 -1
  151. package/assets/text.DDAveG7E.css +0 -1
  152. package/assets/textarea.BKbocznb.css +0 -1
  153. package/asterisk.DU8THnoC.js +0 -8
  154. package/button.BUUGRxIp.js +0 -135
  155. package/buttonround.CKc-a-hd.js +0 -118
  156. package/checkbox.C2Ga9yTK.js +0 -112
  157. package/chunks/RadioGroup.module.bi3leRes.js +0 -11
  158. package/customreactselect.CipgVXTR.js +0 -13
  159. package/fieldset.DGcIKzDI.js +0 -98
  160. package/floatingactionbutton.DzHD39NY.js +0 -87
  161. package/heading.DqGbFfj2.js +0 -50
  162. package/icon.PX9_1kNB.js +0 -215
  163. package/input.o8OT6rxJ.js +0 -236
  164. package/inputpassword.-MXq8baU.js +0 -139
  165. package/inputsearch.CoYTSjox.js +0 -188
  166. package/inputstepper.BBMQr6kM.js +0 -290
  167. package/link.BN6AZfhG.js +0 -115
  168. package/linkstandalone.4-fyRd08.js +0 -79
  169. package/radio.Bhu9OUY-.js +0 -79
  170. package/radiogroup.oILRMrX-.js +0 -102
  171. package/select.OGcreXnT.js +0 -190
  172. package/spinner.Diy_EeFY.js +0 -58
  173. package/switch.BjoFKMQC.js +0 -65
  174. package/text.CPU8IUqY.js +0 -57
  175. package/textarea.kc_Sfbgr.js +0 -193
  176. package/title.icX0VDiO.js +0 -36
@@ -1 +0,0 @@
1
- ._root_1ydhm_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-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end: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;border-radius:50%;padding:0}._root_1ydhm_125:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1ydhm_125:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1ydhm_125:focus{outline:revert;outline-offset:revert}._root_1ydhm_125:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1ydhm_125:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._root_1ydhm_125{transition-duration:0ms}}._root--highlight_1ydhm_194,._root--dark-highlight_1ydhm_194{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_1ydhm_194:hover,._root--dark-highlight_1ydhm_194:hover{background-color:#e9640c}}._root--highlight_1ydhm_194[aria-disabled=true],._root--dark-highlight_1ydhm_194[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_1ydhm_194[aria-disabled=true]:before,._root--dark-highlight_1ydhm_194[aria-disabled=true]:before{background-color:transparent}._root--highlight_1ydhm_194[aria-disabled=true] svg,._root--dark-highlight_1ydhm_194[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_1ydhm_194[aria-disabled=true],._root--dark-highlight_1ydhm_194[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_1ydhm_194:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1ydhm_194:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_1ydhm_194:focus{outline:revert;outline-offset:revert}._root--dark-highlight_1ydhm_194:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1ydhm_194:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_1ydhm_194[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_1ydhm_194[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_1ydhm_194[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_1ydhm_194[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_1ydhm_272{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_1ydhm_272:hover{background-color:#444}}._root--filled_1ydhm_272[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_1ydhm_272[aria-disabled=true]:before{background-color:transparent}._root--filled_1ydhm_272[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_1ydhm_272[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_1ydhm_300{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_1ydhm_300:hover{background-color:#0000001a}}._root--outline_1ydhm_300[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_1ydhm_300[aria-disabled=true]:before{background-color:transparent}._root--outline_1ydhm_300[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_1ydhm_300[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_1ydhm_327{color:#252525}@media (hover: hover){._root--ghost_1ydhm_327:hover{background-color:#0000001a}}._root--ghost_1ydhm_327[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_1ydhm_327[aria-disabled=true]:before{background-color:transparent}._root--ghost_1ydhm_327[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_1ydhm_327[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_1ydhm_352{padding-inline-start:0;padding-inline-end:0;min-width:0px;color:#252525}._root--ghost-flush_1ydhm_352._root--small_1ydhm_358{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_1ydhm_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_1ydhm_352:before{transition-duration:0ms}}._root--ghost-flush_1ydhm_352:focus,._root--ghost-flush_1ydhm_352:focus-visible{outline:none}._root--ghost-flush_1ydhm_352:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1ydhm_352:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_1ydhm_352:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_1ydhm_352:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1ydhm_352:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_1ydhm_352:hover:before{background-color:#0000001a}}._root--ghost-flush_1ydhm_352[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_1ydhm_352[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_1ydhm_352[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_1ydhm_352[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_1ydhm_433{background-color:#f8f8f8;color:#252525}._root--dark-filled_1ydhm_433:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1ydhm_433:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_1ydhm_433:focus{outline:revert;outline-offset:revert}._root--dark-filled_1ydhm_433:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1ydhm_433:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_1ydhm_433:hover{background-color:#dadada}}._root--dark-filled_1ydhm_433[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_1ydhm_433[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_1ydhm_433[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_1ydhm_433[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_1ydhm_492{border-color:#f8f8f8;color:#fff}._root--dark-outline_1ydhm_492:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1ydhm_492:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_1ydhm_492:focus{outline:revert;outline-offset:revert}._root--dark-outline_1ydhm_492:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1ydhm_492:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_1ydhm_492:hover{background-color:#ffffff26}}._root--dark-outline_1ydhm_492[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_1ydhm_492[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_1ydhm_492[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_1ydhm_492[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_1ydhm_550{color:#fff}._root--dark-ghost_1ydhm_550:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1ydhm_550:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_1ydhm_550:focus{outline:revert;outline-offset:revert}._root--dark-ghost_1ydhm_550:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1ydhm_550:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_1ydhm_550:hover{background-color:#ffffff26}}._root--dark-ghost_1ydhm_550[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_1ydhm_550[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_1ydhm_550[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_1ydhm_550[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_1ydhm_606{color:#fff}._root--dark-ghost-flush_1ydhm_606:focus,._root--dark-ghost-flush_1ydhm_606:focus-visible{outline:none}._root--dark-ghost-flush_1ydhm_606:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1ydhm_606:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_1ydhm_606:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_1ydhm_606:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1ydhm_606:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_1ydhm_606:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_1ydhm_606[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_1ydhm_606[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_1ydhm_606[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_1ydhm_606[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--icon-left_1ydhm_665{flex-direction:row-reverse}._root--small_1ydhm_358{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_1ydhm_358._root--ghost-flush_1ydhm_352:before{right:-8px;left:-8px}._root--icon-only_1ydhm_681{width:3rem;height:3rem}._root--icon-only-small_1ydhm_685{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._loader_1ydhm_692{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_1ydhm_692 svg{fill:currentColor}._icon--hidden_1ydhm_704{opacity:0}._label--hidden_1ydhm_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_1ydhm_720{opacity:0}
@@ -1 +0,0 @@
1
- ._root_10jm0_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_10jm0_144{cursor:not-allowed}._checkbox_10jm0_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_10jm0_148{transition-duration:0ms}}._checkbox_10jm0_148 ._icon-check_10jm0_162,._checkbox_10jm0_148 ._icon-minus_10jm0_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_10jm0_148 ._icon-check_10jm0_162,._checkbox_10jm0_148 ._icon-minus_10jm0_163{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_10jm0_148 ._icon-check_10jm0_162,._checkbox_10jm0_148 ._icon-minus_10jm0_163{fill:CanvasText}}._checkbox--invalid_10jm0_184{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label--hidden_10jm0_189,._input_10jm0_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_10jm0_202:checked+._checkbox_10jm0_148 ._icon-check_10jm0_162{opacity:1}._input_10jm0_202:indeterminate+._checkbox_10jm0_148 ._icon-minus_10jm0_163{opacity:1}._input_10jm0_202:indeterminate+._checkbox_10jm0_148 ._icon-check_10jm0_162{opacity:0}._input_10jm0_202:disabled+._checkbox_10jm0_148{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._input_10jm0_202:disabled+._checkbox_10jm0_148{border-color:GrayText}}._input_10jm0_202:disabled+._checkbox_10jm0_148 svg{fill:#00000080}@media screen and (forced-colors: active){._input_10jm0_202:disabled+._checkbox_10jm0_148 svg{fill:GrayText}}._input_10jm0_202:disabled~._label_10jm0_189{color:#00000080}@media screen and (forced-colors: active){._input_10jm0_202:disabled~._label_10jm0_189{color:GrayText}}._input_10jm0_202:focus{outline:none}._input_10jm0_202:focus+._checkbox_10jm0_148{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_10jm0_202:focus+._checkbox_10jm0_148{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_10jm0_202:focus{outline:none}._input_10jm0_202:focus+._checkbox_10jm0_148{outline:revert;outline-offset:revert}@media screen and (forced-colors: active){._input_10jm0_202:focus+._checkbox_10jm0_148{border-color:Highlight}}._input_10jm0_202:focus-visible{outline:none}._input_10jm0_202:focus-visible+._checkbox_10jm0_148{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_10jm0_202:focus-visible+._checkbox_10jm0_148{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_10jm0_202:focus-visible+._checkbox_10jm0_148{border-color:Highlight}}}@media (hover: hover){._input_10jm0_202:hover:not(:disabled)+._checkbox_10jm0_148{background-color:#0000001a}._input_10jm0_202:hover:not(:disabled)+._checkbox_10jm0_148 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._input_10jm0_202:hover:not(:disabled)+._checkbox_10jm0_148 svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){._input_10jm0_202:hover:not(:disabled)+._checkbox_10jm0_148{border-color:Highlight}}._feedback_10jm0_316{margin-block-start:16px}
@@ -1 +0,0 @@
1
- ._root_189b3_63{border:none;padding:0;margin:0}._child-wrapper_189b3_69{margin-block-start:24px}._child-wrapper_189b3_69>*:not(:first-child){margin-block-start:24px}._legend_189b3_76{padding-inline-start:0;padding-inline-end:0}._legend--utility--m_189b3_80{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_189b3_91{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-block-start:8px}._description--small_189b3_104{margin-block-start:4px}._system-feedback_189b3_108{margin-block-start:16px;margin-block-end:32px}
@@ -1 +0,0 @@
1
- ._root_1milf_63{display:flex;justify-content:center;align-items:center;border:1px solid transparent;min-height:3.5rem;min-width:3.5rem;transform:translateZ(0);background-color:#fff;color:#252525;box-shadow:0 2px 8px #0003,0 1px 3px #0006;cursor:pointer;position:relative;border-radius:50%;padding:0;transition:background-color .3s ease,color .3s ease}._root_1milf_63:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1milf_63:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1milf_63:focus{outline:revert;outline-offset:revert}._root_1milf_63:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1milf_63:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._root_1milf_63{transition-duration:0ms}}@media (hover: hover){._root_1milf_63:hover{background:#ededed}}._root--dark_1milf_120{background-color:#050505;color:#fff;box-shadow:0 2px 8px #fff3,0 1px 3px #fff6}._root--dark_1milf_120:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_1milf_120:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark_1milf_120:focus{outline:revert;outline-offset:revert}._root--dark_1milf_120:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_1milf_120:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark_1milf_120:hover{background-color:#444}}._root--small_1milf_160{min-height:2rem;min-width:2rem}._root_1milf_63[aria-disabled=true]{background-color:#fff;color:#00000080;cursor:not-allowed}._root_1milf_63[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root_1milf_63[aria-disabled=true]{color:GrayText;border-color:GrayText}}._loader_1milf_179{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_1milf_179 svg{fill:currentColor}._icon--hidden_1milf_191{opacity:0}._label--hidden_1milf_195{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_d88h5_63{color:#252525}._root--x-large_d88h5_66{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.625rem;line-height:1.2}@media (min-width: 1024px){._root--x-large_d88h5_66{font-size:1.875rem;line-height:1.25}}._root--x-large-uppercase_d88h5_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.625rem;line-height:1.2}@media (min-width: 1024px){._root--x-large-uppercase_d88h5_80{font-size:1.875rem;line-height:1.25}}._root--large_d88h5_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.375rem;line-height:1.25}@media (min-width: 1024px){._root--large_d88h5_94{font-size:1.625rem;line-height:1.2}}._root--large-uppercase_d88h5_108{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-uppercase_d88h5_108{font-size:1.625rem;line-height:1.2}}._root--medium_d88h5_122{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_d88h5_130{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_d88h5_138{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_d88h5_146{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_d88h5_154{color:#fff}
@@ -1 +0,0 @@
1
- ._image_109vr_63{display:inline-block;vertical-align:top;width:1rem;height:1rem;min-width:1rem;min-height:1rem;pointer-events:none}._image--theme-dark_109vr_72{fill:#fff}._image--size-medium_109vr_75{width:.75rem;height:.75rem;min-width:.75rem;min-height:.75rem}._image--size-small_109vr_81{width:.625rem;height:.625rem;min-width:.625rem;min-height:.625rem}._image--size-x-small_109vr_87{width:.5rem;height:.5rem;min-width:.5rem;min-height:.5rem}@media screen and (forced-colors: active){._image_109vr_63{fill:CanvasText}}
@@ -1 +0,0 @@
1
- ._input_1swsi_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-inline-start:15px;padding-inline-end:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_1swsi_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1swsi_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1swsi_187:focus{outline:revert;outline-offset:revert}._input_1swsi_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1swsi_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_1swsi_187{transition-duration:0ms}}@media (hover: hover){._input_1swsi_187:hover{background:#0000001a}}._input_1swsi_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_1swsi_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1swsi_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1swsi_187[readonly]:focus{outline:revert;outline-offset:revert}._input_1swsi_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1swsi_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1swsi_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_1swsi_187::-webkit-placeholder,._input_1swsi_187::placeholder{color:#666;opacity:1}._input--invalid_1swsi_297{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_1swsi_297:active,._input--invalid_1swsi_297:focus,._input--invalid_1swsi_297:focus-visible{border-color:#252525}._input--small_1swsi_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-inline-start:7px;padding-inline-end:7px}._input_1swsi_187::-webkit-outer-spin-button,._input_1swsi_187::-webkit-inner-spin-button,._input_1swsi_187::-webkit-search-decoration,._input_1swsi_187::-webkit-search-cancel-button,._input_1swsi_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1swsi_187::-webkit-date-and-time-value{text-align:left}._input_1swsi_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_1swsi_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1swsi_187[type=range]{accent-color:#E9640C}._input_1swsi_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_1swsi_304{min-height:2rem;height:2rem}._input--small_1swsi_304._input--has-leading-icon_1swsi_350{padding-inline-start:calc(16px + 1rem)}._input--small_1swsi_304._input--has-action-button_1swsi_353{padding-inline-end:calc(2rem + 8px)}._input--small_1swsi_304._input--has-second-action-button_1swsi_356{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_1swsi_350{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_1swsi_353{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_1swsi_356{padding-inline-end:calc(6rem + 16px)}._input--has-affix_1swsi_368{color:#0000}._input--has-affix_1swsi_368::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_1swsi_368::placeholder{transition-duration:0ms}}._input--is-ready_1swsi_380{color:#252525}._input--is-ready_1swsi_380::placeholder{color:#666}._root_1swsi_387{align-self:end}._root_1swsi_387:has(._hint_1swsi_395) ._label_1swsi_395{margin-block-end:4px}._wrapper_1swsi_399{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_1swsi_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-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_1swsi_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-inline-start:7px;padding-inline-end:7px}._affix--disabled_1swsi_437{color:#00000080}._affix--disabled_1swsi_437._prefix_1swsi_440,._affix--disabled_1swsi_437._affix_1swsi_405{border-color:#0000001a}._affix--readonly_1swsi_443{background-color:#ededed;height:100%}._affix_1swsi_405._prefix_1swsi_440{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_1swsi_405._suffix_1swsi_453{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_1swsi_460{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_1swsi_460{background-color:Canvas;fill:CanvasText}}._leading-icon--small_1swsi_472{margin-inline-start:8px}._leading-icon--disabled_1swsi_475{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_1swsi_475{fill:GrayText}}._action-button_1swsi_484{grid-area:1/4/2/5}._label_1swsi_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-block-end:8px}._label--hidden_1swsi_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_1swsi_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-block-end:8px}._feedback_1swsi_528{margin-block-end:8px;margin-block-start:8px}
@@ -1 +0,0 @@
1
- ._input_8z84y_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-inline-start:15px;padding-inline-end:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_8z84y_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z84y_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_8z84y_187:focus{outline:revert;outline-offset:revert}._input_8z84y_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z84y_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_8z84y_187{transition-duration:0ms}}@media (hover: hover){._input_8z84y_187:hover{background:#0000001a}}._input_8z84y_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_8z84y_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z84y_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_8z84y_187[readonly]:focus{outline:revert;outline-offset:revert}._input_8z84y_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_8z84y_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_8z84y_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_8z84y_187::-webkit-placeholder,._input_8z84y_187::placeholder{color:#666;opacity:1}._input--invalid_8z84y_297{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_8z84y_297:active,._input--invalid_8z84y_297:focus,._input--invalid_8z84y_297:focus-visible{border-color:#252525}._input--small_8z84y_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-inline-start:7px;padding-inline-end:7px}._input_8z84y_187::-webkit-outer-spin-button,._input_8z84y_187::-webkit-inner-spin-button,._input_8z84y_187::-webkit-search-decoration,._input_8z84y_187::-webkit-search-cancel-button,._input_8z84y_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_8z84y_187::-webkit-date-and-time-value{text-align:left}._input_8z84y_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_8z84y_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_8z84y_187[type=range]{accent-color:#E9640C}._input_8z84y_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_8z84y_304{min-height:2rem;height:2rem}._input--small_8z84y_304._input--has-leading-icon_8z84y_350{padding-inline-start:calc(16px + 1rem)}._input--small_8z84y_304._input--has-action-button_8z84y_353{padding-inline-end:calc(2rem + 8px)}._input--small_8z84y_304._input--has-second-action-button_8z84y_356{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_8z84y_350{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_8z84y_353{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_8z84y_356{padding-inline-end:calc(6rem + 16px)}._input--has-affix_8z84y_368{color:#0000}._input--has-affix_8z84y_368::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_8z84y_368::placeholder{transition-duration:0ms}}._input--is-ready_8z84y_380{color:#252525}._input--is-ready_8z84y_380::placeholder{color:#666}._root_8z84y_387{align-self:end}._root_8z84y_387:has(._hint_8z84y_395) ._label_8z84y_395{margin-block-end:4px}._wrapper_8z84y_399{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_8z84y_405{grid-area:1/4/2/5}._label_8z84y_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-block-end:8px}._label--hidden_8z84y_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_8z84y_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-block-end:8px}._feedback_8z84y_449{margin-block-end:8px;margin-block-start:8px}
@@ -1 +0,0 @@
1
- ._input_17rym_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-inline-start:15px;padding-inline-end:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_17rym_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_17rym_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_17rym_187:focus{outline:revert;outline-offset:revert}._input_17rym_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_17rym_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_17rym_187{transition-duration:0ms}}@media (hover: hover){._input_17rym_187:hover{background:#0000001a}}._input_17rym_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_17rym_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_17rym_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_17rym_187[readonly]:focus{outline:revert;outline-offset:revert}._input_17rym_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_17rym_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_17rym_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_17rym_187::-webkit-placeholder,._input_17rym_187::placeholder{color:#666;opacity:1}._input--invalid_17rym_297{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_17rym_297:active,._input--invalid_17rym_297:focus,._input--invalid_17rym_297:focus-visible{border-color:#252525}._input--small_17rym_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-inline-start:7px;padding-inline-end:7px}._input_17rym_187::-webkit-outer-spin-button,._input_17rym_187::-webkit-inner-spin-button,._input_17rym_187::-webkit-search-decoration,._input_17rym_187::-webkit-search-cancel-button,._input_17rym_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_17rym_187::-webkit-date-and-time-value{text-align:left}._input_17rym_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_17rym_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_17rym_187[type=range]{accent-color:#E9640C}._input_17rym_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_17rym_304{min-height:2rem;height:2rem}._input--small_17rym_304._input--has-leading-icon_17rym_350{padding-inline-start:calc(16px + 1rem)}._input--small_17rym_304._input--has-action-button_17rym_353{padding-inline-end:calc(2rem + 8px)}._input--small_17rym_304._input--has-second-action-button_17rym_356{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_17rym_350{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_17rym_353{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_17rym_356{padding-inline-end:calc(6rem + 16px)}._input--has-affix_17rym_368{color:#0000}._input--has-affix_17rym_368::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_17rym_368::placeholder{transition-duration:0ms}}._input--is-ready_17rym_380{color:#252525}._input--is-ready_17rym_380::placeholder{color:#666}._root_17rym_387{align-self:end}._root_17rym_387:has(._hint_17rym_395) ._label_17rym_395{margin-block-end:4px}._wrapper_17rym_399{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_17rym_405{grid-area:1/4/2/5}._second-action-button_17rym_409{grid-area:1/3/2/4}._label_17rym_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-block-end:8px}._label--hidden_17rym_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_17rym_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-block-end:8px}._feedback_17rym_453{margin-block-end:8px;margin-block-start:8px}
@@ -1 +0,0 @@
1
- ._input_134nb_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-inline-start:15px;padding-inline-end:15px;width:100%;min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5;grid-area:1/1/2/4}._input_134nb_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_134nb_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_134nb_187:focus{outline:revert;outline-offset:revert}._input_134nb_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_134nb_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._input_134nb_187{transition-duration:0ms}}@media (hover: hover){._input_134nb_187:hover{background:#0000001a}}._input_134nb_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_134nb_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_134nb_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_134nb_187[readonly]:focus{outline:revert;outline-offset:revert}._input_134nb_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_134nb_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_134nb_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_134nb_187::-webkit-placeholder,._input_134nb_187::placeholder{color:#666;opacity:1}._input--invalid_134nb_298{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_134nb_298:active,._input--invalid_134nb_298:focus,._input--invalid_134nb_298:focus-visible{border-color:#252525}._input--small_134nb_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-inline-start:7px;padding-inline-end:7px}._input_134nb_187::-webkit-outer-spin-button,._input_134nb_187::-webkit-inner-spin-button,._input_134nb_187::-webkit-search-decoration,._input_134nb_187::-webkit-search-cancel-button,._input_134nb_187::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_134nb_187::-webkit-date-and-time-value{text-align:left}._input_134nb_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_134nb_187[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_134nb_187[type=range]{accent-color:#E9640C}._input_134nb_187[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_134nb_305{min-height:2rem;height:2rem}._input--small_134nb_305._input--has-leading-icon_134nb_351{padding-inline-start:calc(16px + 1rem)}._input--small_134nb_305._input--has-action-button_134nb_354{padding-inline-end:calc(2rem + 8px)}._input--small_134nb_305._input--has-second-action-button_134nb_357{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_134nb_351{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_134nb_354{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_134nb_357{padding-inline-end:calc(6rem + 16px)}._input--has-affix_134nb_369{color:#0000}._input--has-affix_134nb_369::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._input--has-affix_134nb_369::placeholder{transition-duration:0ms}}._input--is-ready_134nb_381{color:#252525}._input--is-ready_134nb_381::placeholder{color:#666}._root_134nb_388{align-self:end}._root_134nb_388:has(._hint_134nb_396) ._label_134nb_396{margin-block-end:4px}._wrapper_134nb_400{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_134nb_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-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_134nb_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-inline-start:7px;padding-inline-end:7px}._affix--disabled_134nb_438{color:#00000080}._affix--disabled_134nb_438._prefix_134nb_441,._affix--disabled_134nb_438._affix_134nb_406{border-color:#0000001a}._affix--readonly_134nb_444{background-color:#ededed;height:100%}._affix_134nb_406._prefix_134nb_441{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_134nb_406._suffix_134nb_454{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_134nb_461{grid-area:1/4/2/5}._label_134nb_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-block-end:8px}._label--hidden_134nb_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_134nb_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-block-end:8px}._feedback_134nb_505{margin-block-end:8px;margin-block-start:8px}._wrapper_134nb_400{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}._action-button_134nb_461{grid-area:1/5/2/6}._second-action-button_134nb_519{grid-area:1/4/2/5}._value-announcer_134nb_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_1rqzw_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-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end: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_1rqzw_125:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1rqzw_125:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1rqzw_125:focus{outline:revert;outline-offset:revert}._root_1rqzw_125:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1rqzw_125:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._root_1rqzw_125{transition-duration:0ms}}._root--highlight_1rqzw_191,._root--dark-highlight_1rqzw_191{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_1rqzw_191:hover,._root--dark-highlight_1rqzw_191:hover{background-color:#e9640c}}._root--highlight_1rqzw_191[aria-disabled=true],._root--dark-highlight_1rqzw_191[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_1rqzw_191[aria-disabled=true]:before,._root--dark-highlight_1rqzw_191[aria-disabled=true]:before{background-color:transparent}._root--highlight_1rqzw_191[aria-disabled=true] svg,._root--dark-highlight_1rqzw_191[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_1rqzw_191[aria-disabled=true],._root--dark-highlight_1rqzw_191[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_1rqzw_191:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1rqzw_191:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_1rqzw_191:focus{outline:revert;outline-offset:revert}._root--dark-highlight_1rqzw_191:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1rqzw_191:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_1rqzw_191[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_1rqzw_191[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_1rqzw_191[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_1rqzw_191[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_1rqzw_269{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_1rqzw_269:hover{background-color:#444}}._root--filled_1rqzw_269[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_1rqzw_269[aria-disabled=true]:before{background-color:transparent}._root--filled_1rqzw_269[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_1rqzw_269[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_1rqzw_297{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_1rqzw_297:hover{background-color:#0000001a}}._root--outline_1rqzw_297[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_1rqzw_297[aria-disabled=true]:before{background-color:transparent}._root--outline_1rqzw_297[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_1rqzw_297[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_1rqzw_324{color:#252525}@media (hover: hover){._root--ghost_1rqzw_324:hover{background-color:#0000001a}}._root--ghost_1rqzw_324[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_1rqzw_324[aria-disabled=true]:before{background-color:transparent}._root--ghost_1rqzw_324[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_1rqzw_324[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_1rqzw_349{padding-inline-start:0;padding-inline-end:0;min-width:0px;color:#252525}._root--ghost-flush_1rqzw_349._root--small_1rqzw_355{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_1rqzw_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_1rqzw_349:before{transition-duration:0ms}}._root--ghost-flush_1rqzw_349:focus,._root--ghost-flush_1rqzw_349:focus-visible{outline:none}._root--ghost-flush_1rqzw_349:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1rqzw_349:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_1rqzw_349:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_1rqzw_349:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1rqzw_349:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_1rqzw_349:hover:before{background-color:#0000001a}}._root--ghost-flush_1rqzw_349[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_1rqzw_349[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_1rqzw_349[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_1rqzw_349[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_1rqzw_430{background-color:#f8f8f8;color:#252525}._root--dark-filled_1rqzw_430:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1rqzw_430:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_1rqzw_430:focus{outline:revert;outline-offset:revert}._root--dark-filled_1rqzw_430:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1rqzw_430:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_1rqzw_430:hover{background-color:#dadada}}._root--dark-filled_1rqzw_430[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_1rqzw_430[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_1rqzw_430[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_1rqzw_430[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_1rqzw_489{border-color:#f8f8f8;color:#fff}._root--dark-outline_1rqzw_489:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1rqzw_489:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_1rqzw_489:focus{outline:revert;outline-offset:revert}._root--dark-outline_1rqzw_489:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1rqzw_489:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_1rqzw_489:hover{background-color:#ffffff26}}._root--dark-outline_1rqzw_489[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_1rqzw_489[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_1rqzw_489[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_1rqzw_489[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_1rqzw_547{color:#fff}._root--dark-ghost_1rqzw_547:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1rqzw_547:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_1rqzw_547:focus{outline:revert;outline-offset:revert}._root--dark-ghost_1rqzw_547:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1rqzw_547:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_1rqzw_547:hover{background-color:#ffffff26}}._root--dark-ghost_1rqzw_547[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_1rqzw_547[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_1rqzw_547[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_1rqzw_547[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_1rqzw_603{color:#fff}._root--dark-ghost-flush_1rqzw_603:focus,._root--dark-ghost-flush_1rqzw_603:focus-visible{outline:none}._root--dark-ghost-flush_1rqzw_603:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1rqzw_603:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_1rqzw_603:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_1rqzw_603:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1rqzw_603:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_1rqzw_603:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_1rqzw_603[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_1rqzw_603[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_1rqzw_603[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_1rqzw_603[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--icon-left_1rqzw_662{flex-direction:row-reverse}._root--small_1rqzw_355{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_1rqzw_355._root--ghost-flush_1rqzw_349:before{right:-8px;left:-8px}._root--icon-only_1rqzw_678{width:3rem;height:3rem}._root--icon-only-small_1rqzw_682{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._label--hidden_1rqzw_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_p84sd_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-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root_p84sd_63:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_p84sd_63:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_p84sd_63:focus{outline:revert;outline-offset:revert}._root_p84sd_63:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_p84sd_63:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_p84sd_63:link,._root_p84sd_63:visited{color:#252525}@media (hover: hover){._root_p84sd_63:hover{background-color:#0000001a;color:#252525}}._root_p84sd_63:active{background-color:#0000001a;color:#252525}._root_p84sd_63 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root_p84sd_63{transition-duration:0ms}}._root--highlight_p84sd_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-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root--highlight_p84sd_134:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root--highlight_p84sd_134:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--highlight_p84sd_134:focus{outline:revert;outline-offset:revert}._root--highlight_p84sd_134:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root--highlight_p84sd_134:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--highlight_p84sd_134:link,._root--highlight_p84sd_134:visited{color:#1e71a1}@media (hover: hover){._root--highlight_p84sd_134:hover{background-color:#0000001a;color:#19618b}}._root--highlight_p84sd_134:active{background-color:#0000001a;color:#19618b}._root--highlight_p84sd_134 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root--highlight_p84sd_134{transition-duration:0ms}}._root--neutral-dark_p84sd_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-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root--neutral-dark_p84sd_205:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--neutral-dark_p84sd_205:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--neutral-dark_p84sd_205:focus{outline:revert;outline-offset:revert}._root--neutral-dark_p84sd_205:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--neutral-dark_p84sd_205:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--neutral-dark_p84sd_205:link,._root--neutral-dark_p84sd_205:visited{color:#fff}@media (hover: hover){._root--neutral-dark_p84sd_205:hover{background-color:#ffffff26;color:#fff}}._root--neutral-dark_p84sd_205:active{background-color:#ffffff26;color:#fff}._root--neutral-dark_p84sd_205 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root--neutral-dark_p84sd_205{transition-duration:0ms}}._root--highlight-dark_p84sd_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-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}._root--highlight-dark_p84sd_276:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--highlight-dark_p84sd_276:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--highlight-dark_p84sd_276:focus{outline:revert;outline-offset:revert}._root--highlight-dark_p84sd_276:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--highlight-dark_p84sd_276:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--highlight-dark_p84sd_276:link,._root--highlight-dark_p84sd_276:visited{color:#8dcfe8}@media (hover: hover){._root--highlight-dark_p84sd_276:hover{background-color:#ffffff26;color:#8dcfe8}}._root--highlight-dark_p84sd_276:active{background-color:#ffffff26;color:#8dcfe8}._root--highlight-dark_p84sd_276 svg{fill:currentColor}@media (prefers-reduced-motion: reduce){._root--highlight-dark_p84sd_276{transition-duration:0ms}}._root--active_p84sd_347{text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}._root--icon-left_p84sd_353{flex-direction:row-reverse}
@@ -1 +0,0 @@
1
- ._anchor_12s9w_63,._svg_12s9w_64{display:block;min-width:7.125rem;max-width:10rem}._anchor_12s9w_63{text-decoration:none}._anchor_12s9w_63:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._anchor_12s9w_63:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._anchor_12s9w_63:focus{outline:revert;outline-offset:revert}._anchor_12s9w_63:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._anchor_12s9w_63:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._anchor--dark_12s9w_103:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._anchor--dark_12s9w_103:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._anchor--dark_12s9w_103:focus{outline:revert;outline-offset:revert}._anchor--dark_12s9w_103:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._anchor--dark_12s9w_103:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._svg-background_12s9w_134{fill:#fff}._svg-background--dark_12s9w_137,._svg-text_12s9w_140{fill:#f37a1f}._svg-text--dark_12s9w_143{fill:#fff}
@@ -1 +0,0 @@
1
- ._root_1sig6_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_1sig6_144{cursor:not-allowed}._checkbox_1sig6_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_1sig6_148{transition-duration:0ms}}._checkbox_1sig6_148 ._icon-check_1sig6_162{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_1sig6_148 ._icon-check_1sig6_162{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_1sig6_148 ._icon-check_1sig6_162{fill:CanvasText}}._checkbox--checked_1sig6_181 ._icon-check_1sig6_162{opacity:1}._checkbox--disabled_1sig6_184._checkbox_1sig6_148{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._checkbox--disabled_1sig6_184._checkbox_1sig6_148{border-color:GrayText}}._checkbox--disabled_1sig6_184._checkbox_1sig6_148 svg{fill:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_1sig6_184._checkbox_1sig6_148 svg{fill:GrayText}}._checkbox--disabled_1sig6_184~._label_1sig6_201{color:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_1sig6_184~._label_1sig6_201{color:GrayText}}._label_1sig6_201{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}
@@ -1 +0,0 @@
1
- ._root_vnfdb_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_vnfdb_82{cursor:not-allowed}._radio_vnfdb_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_vnfdb_86{transition-duration:0ms}}._radio_vnfdb_86 ._dot_vnfdb_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_vnfdb_86 ._dot_vnfdb_101{transition-duration:0ms}}@media screen and (forced-colors: active){._radio_vnfdb_86 ._dot_vnfdb_101{background-color:Highlight}}._radio--invalid_vnfdb_123{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label_vnfdb_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_vnfdb_138,._input_vnfdb_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_vnfdb_151:checked+._radio_vnfdb_86 ._dot_vnfdb_101{opacity:1}._input_vnfdb_151:disabled+._radio_vnfdb_86{border-color:#00000080}._input_vnfdb_151:disabled+._radio_vnfdb_86 ._dot_vnfdb_101{background-color:#dadada}@media screen and (forced-colors: active){._input_vnfdb_151:disabled+._radio_vnfdb_86 ._dot_vnfdb_101{background-color:GrayText}}@media screen and (forced-colors: active){._input_vnfdb_151:disabled+._radio_vnfdb_86{border-color:GrayText}}._input_vnfdb_151:disabled~._label_vnfdb_128{color:#00000080}@media screen and (forced-colors: active){._input_vnfdb_151:disabled~._label_vnfdb_128{color:GrayText}}._input_vnfdb_151:focus{outline:none}._input_vnfdb_151:focus+._radio_vnfdb_86{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_vnfdb_151:focus+._radio_vnfdb_86{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_vnfdb_151:focus+._radio_vnfdb_86{border-color:Highlight}}@supports selector(:focus-visible){._input_vnfdb_151:focus{outline:none}._input_vnfdb_151:focus+._radio_vnfdb_86{outline:revert;outline-offset:revert}._input_vnfdb_151:focus-visible{outline:none}._input_vnfdb_151:focus-visible+._radio_vnfdb_86{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_vnfdb_151:focus-visible+._radio_vnfdb_86{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_vnfdb_151:focus-visible+._radio_vnfdb_86{border-color:Highlight}}}@media (hover: hover){._input_vnfdb_151:hover:not(:disabled)+._radio_vnfdb_86{background-color:#0000001a}._input_vnfdb_151:hover:not(:disabled)+._radio_vnfdb_86 ._dot_vnfdb_101{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){._input_vnfdb_151:hover:not(:disabled)+._radio_vnfdb_86 ._dot_vnfdb_101{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._input_vnfdb_151:hover:not(:disabled)+._radio_vnfdb_86{border-color:Highlight}}
@@ -1 +0,0 @@
1
- ._root_quxca_187{align-self:end}._root_quxca_187:has(._hint_quxca_195) ._label_quxca_195{margin-block-end:4px}._wrapper_quxca_199{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_quxca_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-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_quxca_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-inline-start:7px;padding-inline-end:7px}._affix--disabled_quxca_237{color:#00000080}._affix--disabled_quxca_237._prefix_quxca_240,._affix--disabled_quxca_237._affix_quxca_205{border-color:#0000001a}._affix--readonly_quxca_243{background-color:#ededed;height:100%}._affix_quxca_205._prefix_quxca_240{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_quxca_205._suffix_quxca_253{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_quxca_260{grid-area:1/4/2/5}._label_quxca_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-block-end:8px}._label--hidden_quxca_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_quxca_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-block-end:8px}._feedback_quxca_304{margin-block-end:8px;margin-block-start:8px}._select-wrapper_quxca_309{display:grid;grid-template-columns:1fr max-content;align-items:center}._select_quxca_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-inline-start:15px;padding-inline-end: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-inline-end:48px;text-overflow:ellipsis}._select_quxca_309:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_quxca_309:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_quxca_309:focus{outline:revert;outline-offset:revert}._select_quxca_309:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_quxca_309:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._select_quxca_309{transition-duration:0ms}}@media (hover: hover){._select_quxca_309:hover{background:#0000001a}}._select_quxca_309[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_quxca_309[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_quxca_309[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_quxca_309[readonly]:focus{outline:revert;outline-offset:revert}._select_quxca_309[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_quxca_309[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_quxca_309:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_quxca_309::-webkit-placeholder,._select_quxca_309::placeholder{color:#666;opacity:1}._select--invalid_quxca_428{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_quxca_428:active,._select--invalid_quxca_428:focus,._select--invalid_quxca_428:focus-visible{border-color:#252525}._select--small_quxca_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-inline-start:7px;padding-inline-end:7px}._select_quxca_309::-webkit-outer-spin-button,._select_quxca_309::-webkit-inner-spin-button,._select_quxca_309::-webkit-search-decoration,._select_quxca_309::-webkit-search-cancel-button,._select_quxca_309::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_quxca_309::-webkit-date-and-time-value{text-align:left}._select_quxca_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_quxca_309[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_quxca_309[type=range]{accent-color:#E9640C}._select_quxca_309[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_quxca_435{min-height:2rem;height:2rem}._select--small_quxca_435._input--has-leading-icon_quxca_481{padding-inline-start:calc(16px + 1rem)}._select--small_quxca_435._input--has-action-button_quxca_484{padding-inline-end:calc(2rem + 8px)}._select--small_quxca_435._input--has-second-action-button_quxca_487{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_quxca_490{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_quxca_493{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_quxca_496{padding-inline-end:calc(6rem + 16px)}._select--has-affix_quxca_499{color:#0000}._select--has-affix_quxca_499::placeholder{color:#0000;transition:color .3s ease}@media (prefers-reduced-motion: reduce){._select--has-affix_quxca_499::placeholder{transition-duration:0ms}}._select--is-ready_quxca_511{color:#252525}._select--is-ready_quxca_511::placeholder{color:#666}._select--small_quxca_435{padding-inline-end:32px}._select_quxca_309:disabled{opacity:1}._select--placeholder_quxca_523{color:#666}@media screen and (forced-colors: active){._select--placeholder_quxca_523{color:GrayText}}._chevron_quxca_532{grid-area:1/2/2/2;margin-inline-end:16px}._chevron--small_quxca_536{margin-inline-end:8px}._chevron--disabled_quxca_539{fill:#00000080}
@@ -1 +0,0 @@
1
- ._root_1xfbe_63{display:inline-flex;vertical-align:top;margin:0;padding:0}._root-size-small_1xfbe_69{height:1rem;width:1rem}._root-size-medium_1xfbe_73{height:2rem;width:2rem}._root-size-large_1xfbe_77{height:2.5rem;width:2.5rem}._root-size-x-large_1xfbe_81{height:4rem;width:4rem}._root-size-inherit_1xfbe_85{height:inherit;width:inherit}._root_1xfbe_63>svg{position:relative;transform:translateZ(0);animation:_rotate_1xfbe_1 var(--ds-animation-duration, 1.1s) linear infinite;width:inherit;height:inherit}@keyframes _rotate_1xfbe_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._screenReaderOnly_1xfbe_105{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_1gc2h_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:0;border:0;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_1gc2h_63{transition-duration:0ms}}._root--label-right_1gc2h_91{flex-direction:row-reverse}._root--stretched_1gc2h_94{justify-content:space-between;width:100%}@media (hover: hover){._root_1gc2h_63:hover ._switch_1gc2h_99{background-color:#0000001a}}._root_1gc2h_63:focus ._switch_1gc2h_99:before,._root_1gc2h_63:focus ._loader_1gc2h_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_1gc2h_63:focus ._switch_1gc2h_99:before,._root_1gc2h_63:focus ._loader_1gc2h_104:before{border-color:Highlight}}@supports selector(:focus-visible){._root_1gc2h_63:focus ._switch_1gc2h_99:before,._root_1gc2h_63:focus ._loader_1gc2h_104:before{content:none}._root_1gc2h_63:focus-visible ._switch_1gc2h_99:before,._root_1gc2h_63:focus-visible ._loader_1gc2h_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_1gc2h_63:focus-visible ._switch_1gc2h_99:before,._root_1gc2h_63:focus-visible ._loader_1gc2h_104:before{border-color:Highlight}}}._root_1gc2h_63[aria-disabled=true]._root_1gc2h_63{cursor:not-allowed}._root_1gc2h_63[aria-disabled=true] ._switch_1gc2h_99{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){._root_1gc2h_63[aria-disabled=true] ._switch_1gc2h_99{border-color:GrayText}}._root_1gc2h_63[aria-disabled=true] ._thumb_1gc2h_157{background-color:#00000080}._root_1gc2h_63[aria-disabled=true] ._thumb_1gc2h_157 svg{opacity:0}@media screen and (forced-colors: active){._root_1gc2h_63[aria-disabled=true] ._thumb_1gc2h_157{background-color:CanvasText}._root_1gc2h_63[aria-disabled=true] ._thumb_1gc2h_157 svg{fill:Canvas}}@media (hover: hover){._root--checked_1gc2h_172:hover ._switch_1gc2h_99{background-color:#d9480f}._root--checked_1gc2h_172:hover ._thumb_1gc2h_157{background-color:#ededed}._root--checked_1gc2h_172:hover ._thumb_1gc2h_157 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_1gc2h_172:hover ._thumb_1gc2h_157{background-color:CanvasText}._root--checked_1gc2h_172:hover ._thumb_1gc2h_157 svg{fill:Canvas}}._root--checked_1gc2h_172 ._switch_1gc2h_99{background-color:#e9640c}._root--checked_1gc2h_172 ._thumb_1gc2h_157{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}._root--checked_1gc2h_172 ._thumb_1gc2h_157 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){._root--checked_1gc2h_172 ._thumb_1gc2h_157{background-color:CanvasText}._root--checked_1gc2h_172 ._thumb_1gc2h_157 svg{fill:Canvas}}@media (hover: hover){._root--checked_1gc2h_172[aria-disabled=true]:hover ._thumb_1gc2h_157 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_1gc2h_172[aria-disabled=true]:hover ._thumb_1gc2h_157{background-color:CanvasText}._root--checked_1gc2h_172[aria-disabled=true]:hover ._thumb_1gc2h_157 svg{fill:Canvas}}._root--checked_1gc2h_172[aria-disabled=true] ._switch_1gc2h_99{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){._root--checked_1gc2h_172[aria-disabled=true] ._switch_1gc2h_99{border-color:GrayText}}._root--checked_1gc2h_172[aria-disabled=true] ._thumb_1gc2h_157{background-color:#fff}._root--checked_1gc2h_172[aria-disabled=true] ._thumb_1gc2h_157 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){._root--checked_1gc2h_172[aria-disabled=true] ._thumb_1gc2h_157{background-color:CanvasText}._root--checked_1gc2h_172[aria-disabled=true] ._thumb_1gc2h_157 svg{fill:Canvas}}._switch_1gc2h_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_1gc2h_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_1gc2h_157 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){._thumb_1gc2h_157{background-color:CanvasText}._thumb_1gc2h_157 svg{fill:Canvas}}._loader_1gc2h_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_1gc2h_104 svg{fill:#00000080}@media screen and (forced-colors: active){._loader_1gc2h_104 svg{fill:CanvasText}}
@@ -1 +0,0 @@
1
- ._root_16s1v_63{margin:0;padding:0;border:none;color:#252525}._root--large_16s1v_69{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:1.25rem;line-height:1.6}._root--large-bold_16s1v_79{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;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6}._root--medium_16s1v_89{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.5}._root--medium-bold_16s1v_99{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;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5}._root--small_16s1v_109{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}._root--small-bold_16s1v_119{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;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14}._root--x-small_16s1v_129{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:.75rem;line-height:1.33}._root--x-small-bold_16s1v_139{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;overflow-wrap:break-word;font-weight:400;font-size:.75rem;line-height:1.33}._root--xx-small_16s1v_149{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:.625rem;line-height:1.6}._root--theme-dark_16s1v_159{color:#fff}
@@ -1 +0,0 @@
1
- ._textarea_1elbe_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-inline-start:15px;padding-inline-end:15px;width:100%;padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}._textarea_1elbe_187:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_1elbe_187:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_1elbe_187:focus{outline:revert;outline-offset:revert}._textarea_1elbe_187:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_1elbe_187:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (prefers-reduced-motion: reduce){._textarea_1elbe_187{transition-duration:0ms}}@media (hover: hover){._textarea_1elbe_187:hover{background:#0000001a}}._textarea_1elbe_187[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._textarea_1elbe_187[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_1elbe_187[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_1elbe_187[readonly]:focus{outline:revert;outline-offset:revert}._textarea_1elbe_187[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_1elbe_187[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_1elbe_187:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._textarea_1elbe_187::-webkit-placeholder,._textarea_1elbe_187::placeholder{color:#666;opacity:1}._textarea--invalid_1elbe_297{border-color:#d43b3b;outline-color:#d43b3b}._textarea--invalid_1elbe_297:active,._textarea--invalid_1elbe_297:focus,._textarea--invalid_1elbe_297:focus-visible{border-color:#252525}._textarea--small_1elbe_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-inline-start:7px;padding-inline-end:7px}._textarea--resize-auto_1elbe_316{resize:none;overflow-y:hidden}._textarea--small_1elbe_304{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}._root_1elbe_326{align-self:end}._root_1elbe_326:has(._hint_1elbe_334) ._label_1elbe_334{margin-block-end:4px}._affix_1elbe_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-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_1elbe_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-inline-start:7px;padding-inline-end:7px}._affix--disabled_1elbe_370{color:#00000080}._affix--disabled_1elbe_370._prefix_1elbe_373,._affix--disabled_1elbe_370._affix_1elbe_338{border-color:#0000001a}._affix--readonly_1elbe_376{background-color:#ededed;height:100%}._affix_1elbe_338._prefix_1elbe_373{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_1elbe_338._suffix_1elbe_386{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_1elbe_393{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_1elbe_393{background-color:Canvas;fill:CanvasText}}._leading-icon--small_1elbe_405{margin-inline-start:8px}._leading-icon--disabled_1elbe_408{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_1elbe_408{fill:GrayText}}._action-button_1elbe_417{grid-area:1/4/2/5}._label_1elbe_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-block-end:8px}._label--hidden_1elbe_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_1elbe_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-block-end:8px}._feedback_1elbe_461{margin-block-end:8px;margin-block-start:8px}._char-count_1elbe_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-block-start:8px}._char-count-announcer_1elbe_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,8 +0,0 @@
1
- "use client";
2
- import { j as s } from "./chunks/jsx-runtime.C-kxDJ4g.js";
3
- import './assets/asterisk.C-o6rbGQ.css';const o = "_root_psns0_63", t = {
4
- root: o
5
- }, e = () => /* @__PURE__ */ s.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 e } from "./chunks/index.CvOaL64Y.js";
4
- import { u as a } from "./chunks/useBreakpoint.5xBNDiCf.js";
5
- import { DSIcon as F } from "./icon.PX9_1kNB.js";
6
- import { DSSpinner as S } from "./spinner.Diy_EeFY.js";
7
- import './assets/button.DJvR-58w.css';const x = "_root_1yf8n_125", j = "_root--highlight_1yf8n_192", L = "_root--dark-highlight_1yf8n_192", C = "_root--filled_1yf8n_270", N = "_root--outline_1yf8n_298", B = "_root--ghost_1yf8n_325", E = "_root--ghost-flush_1yf8n_350", R = "_root--small_1yf8n_356", T = "_root--dark-filled_1yf8n_431", V = "_root--dark-outline_1yf8n_490", q = "_root--dark-ghost_1yf8n_548", w = "_root--dark-ghost-flush_1yf8n_604", A = "_root--icon-left_1yf8n_663", J = "_root--icon-only_1yf8n_679", K = "_root--icon-only-small_1yf8n_683", M = "_loader_1yf8n_690", P = "_icon--hidden_1yf8n_702", Q = "_label--hidden_1yf8n_706", U = "_label--loading_1yf8n_718", o = {
8
- root: x,
9
- "root--highlight": "_root--highlight_1yf8n_192",
10
- rootHighlight: j,
11
- "root--dark-highlight": "_root--dark-highlight_1yf8n_192",
12
- rootDarkHighlight: L,
13
- "root--filled": "_root--filled_1yf8n_270",
14
- rootFilled: C,
15
- "root--outline": "_root--outline_1yf8n_298",
16
- rootOutline: N,
17
- "root--ghost": "_root--ghost_1yf8n_325",
18
- rootGhost: B,
19
- "root--ghost-flush": "_root--ghost-flush_1yf8n_350",
20
- rootGhostFlush: E,
21
- "root--small": "_root--small_1yf8n_356",
22
- rootSmall: R,
23
- "root--dark-filled": "_root--dark-filled_1yf8n_431",
24
- rootDarkFilled: T,
25
- "root--dark-outline": "_root--dark-outline_1yf8n_490",
26
- rootDarkOutline: V,
27
- "root--dark-ghost": "_root--dark-ghost_1yf8n_548",
28
- rootDarkGhost: q,
29
- "root--dark-ghost-flush": "_root--dark-ghost-flush_1yf8n_604",
30
- rootDarkGhostFlush: w,
31
- "root--icon-left": "_root--icon-left_1yf8n_663",
32
- rootIconLeft: A,
33
- "root--icon-only": "_root--icon-only_1yf8n_679",
34
- rootIconOnly: J,
35
- "root--icon-only-small": "_root--icon-only-small_1yf8n_683",
36
- rootIconOnlySmall: K,
37
- loader: M,
38
- "icon--hidden": "_icon--hidden_1yf8n_702",
39
- iconHidden: P,
40
- "label--hidden": "_label--hidden_1yf8n_706",
41
- labelHidden: Q,
42
- "label--loading": "_label--loading_1yf8n_718",
43
- labelLoading: U
44
- }, z = ({
45
- children: y,
46
- aria: u,
47
- className: k,
48
- dataTrackingid: m,
49
- disabled: h = !1,
50
- hideLabel: s = !1,
51
- iconName: d,
52
- iconPosition: D = "left",
53
- iconSource: f,
54
- isFlush: n = !1,
55
- loading: r = !1,
56
- size: i = "medium",
57
- theme: l = "light",
58
- variant: t = "filled",
59
- onClick: c,
60
- ...b
61
- }) => {
62
- const O = e(o.root, k, {
63
- // variant
64
- [o.rootFilled]: t === "filled",
65
- [o.rootHighlight]: t === "highlight",
66
- [o.rootOutline]: t === "outline",
67
- [o.rootGhost]: t === "ghost" && n !== !0,
68
- // isFlush
69
- [o.rootGhostFlush]: t === "ghost" && n === !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" && n !== !0,
75
- // dark isFlush
76
- [o.rootDarkGhostFlush]: l === "dark" && t === "ghost" && n === !0,
77
- // size
78
- [o.rootSmall]: i === "small",
79
- // icon position
80
- [o.rootIconLeft]: D === "left",
81
- // icon only
82
- [o.rootIconOnly]: a(s) && i === "medium",
83
- [o.rootIconOnlySmall]: a(s) && i === "small"
84
- }), p = e(o.label, {
85
- // hide label only visually to keep them available for assistive technologies
86
- [o.labelHidden]: a(s),
87
- // set label opacity to 0 when loading to prevent button size from changing
88
- [o.labelLoading]: r
89
- }), G = e(o.icon, {
90
- // set icon opacity to 0 when loading to prevent button size from changing
91
- [o.iconHidden]: r
92
- }), H = l === "light" && t === "filled" || l === "dark" && t === "outline" || l === "dark" && t === "ghost" ? "dark" : "light", I = (g) => {
93
- if (h || r) {
94
- g.preventDefault();
95
- return;
96
- }
97
- c && c(g);
98
- };
99
- return /* @__PURE__ */ _.jsxs(
100
- "button",
101
- {
102
- className: O,
103
- "data-trackingid": m,
104
- type: "submit",
105
- onClick: I,
106
- ...u,
107
- ...b,
108
- "aria-disabled": h || r,
109
- "aria-busy": r,
110
- children: [
111
- r && /* @__PURE__ */ _.jsx(
112
- S,
113
- {
114
- className: o.loader,
115
- aria: { "aria-label": "Loading state" }
116
- }
117
- ),
118
- /* @__PURE__ */ _.jsx("span", { className: p, children: y }),
119
- (d || f) && /* @__PURE__ */ _.jsx(
120
- F,
121
- {
122
- name: d,
123
- theme: H,
124
- source: f,
125
- className: G,
126
- "aria-hidden": "true"
127
- }
128
- )
129
- ]
130
- }
131
- );
132
- };
133
- export {
134
- z 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.PX9_1kNB.js";
5
- import { DSSpinner as p } from "./spinner.Diy_EeFY.js";
6
- import './assets/buttonround.BlfQkmMV.css';const F = "_root_1ydhm_125", O = "_root--highlight_1ydhm_194", G = "_root--dark-highlight_1ydhm_194", I = "_root--filled_1ydhm_272", S = "_root--outline_1ydhm_300", x = "_root--ghost_1ydhm_327", j = "_root--ghost-flush_1ydhm_352", L = "_root--small_1ydhm_358", C = "_root--dark-filled_1ydhm_433", N = "_root--dark-outline_1ydhm_492", R = "_root--dark-ghost_1ydhm_550", B = "_root--dark-ghost-flush_1ydhm_606", E = "_root--icon-left_1ydhm_665", T = "_root--icon-only_1ydhm_681", q = "_root--icon-only-small_1ydhm_685", w = "_loader_1ydhm_692", z = "_icon--hidden_1ydhm_704", A = "_label--hidden_1ydhm_708", J = "_label--loading_1ydhm_720", o = {
7
- root: F,
8
- "root--highlight": "_root--highlight_1ydhm_194",
9
- rootHighlight: O,
10
- "root--dark-highlight": "_root--dark-highlight_1ydhm_194",
11
- rootDarkHighlight: G,
12
- "root--filled": "_root--filled_1ydhm_272",
13
- rootFilled: I,
14
- "root--outline": "_root--outline_1ydhm_300",
15
- rootOutline: S,
16
- "root--ghost": "_root--ghost_1ydhm_327",
17
- rootGhost: x,
18
- "root--ghost-flush": "_root--ghost-flush_1ydhm_352",
19
- rootGhostFlush: j,
20
- "root--small": "_root--small_1ydhm_358",
21
- rootSmall: L,
22
- "root--dark-filled": "_root--dark-filled_1ydhm_433",
23
- rootDarkFilled: C,
24
- "root--dark-outline": "_root--dark-outline_1ydhm_492",
25
- rootDarkOutline: N,
26
- "root--dark-ghost": "_root--dark-ghost_1ydhm_550",
27
- rootDarkGhost: R,
28
- "root--dark-ghost-flush": "_root--dark-ghost-flush_1ydhm_606",
29
- rootDarkGhostFlush: B,
30
- "root--icon-left": "_root--icon-left_1ydhm_665",
31
- rootIconLeft: E,
32
- "root--icon-only": "_root--icon-only_1ydhm_681",
33
- rootIconOnly: T,
34
- "root--icon-only-small": "_root--icon-only-small_1ydhm_685",
35
- rootIconOnlySmall: q,
36
- loader: w,
37
- "icon--hidden": "_icon--hidden_1ydhm_704",
38
- iconHidden: z,
39
- "label--hidden": "_label--hidden_1ydhm_708",
40
- labelHidden: A,
41
- "label--loading": "_label--loading_1ydhm_720",
42
- labelLoading: J
43
- }, U = ({
44
- children: e,
45
- aria: c,
46
- className: m,
47
- dataTrackingid: y,
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
- m,
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
- ), u = d(o.label, o.labelHidden, {
70
- // set label opacity to 0 when loading to prevent button size from changing
71
- [o.labelLoading]: t
72
- }), f = d(o.icon, {
73
- // set icon opacity to 0 when loading to prevent button size from changing
74
- [o.iconHidden]: t
75
- }), b = h === "light" && l === "filled" ? "dark" : "light", D = (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": y,
87
- type: "button",
88
- onClick: D,
89
- ...c,
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: u, children: e }),
102
- (i || n) && /* @__PURE__ */ r.jsx(
103
- H,
104
- {
105
- name: i,
106
- theme: b,
107
- source: n,
108
- className: f,
109
- "aria-hidden": "true"
110
- }
111
- )
112
- ]
113
- }
114
- );
115
- };
116
- export {
117
- U as DSButtonRound
118
- };