@stihl-design-system/components 1.0.0-RC.47 → 1.0.0-RC.49

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 (271) hide show
  1. package/{accordion.BQ7vavIt.js → accordion.D4XR2R7e.js} +2 -2
  2. package/{actionbutton.C7lqEmBx.js → actionbutton.C8hePX-D.js} +3 -3
  3. package/{actioncard.dgVHW0BC.js → actioncard.C-HzRqYB.js} +1 -1
  4. package/{actionlink.CL6v1mQA.js → actionlink.dccc5JQV.js} +3 -3
  5. package/{arialiveregions.DC1Gq9Lo.js → arialiveregions.BniSDuPM.js} +9 -10
  6. package/assets/Accordion.RlqWqpGo.css +1 -0
  7. package/assets/ActionButton.Dw2FeIaW.css +1 -0
  8. package/assets/ActionCard.DeWHOXFn.css +1 -0
  9. package/assets/ActionLink.B1Jjaf7k.css +1 -0
  10. package/assets/Button.Bi1KUKMv.css +1 -0
  11. package/assets/Checkbox.C6RWhy0V.css +1 -0
  12. package/assets/Chip.DfamkUPw.css +1 -0
  13. package/assets/CustomReactSelect.CvWMmrAU.css +1 -0
  14. package/assets/Dialog.6AkQo8ew.css +1 -0
  15. package/assets/Drawer.CDOlX809.css +1 -0
  16. package/assets/Fieldset.BbLGXCWa.css +1 -0
  17. package/assets/InputFile.CDtghZtl.css +1 -0
  18. package/assets/InputNumber.BNpO9p7n.css +1 -0
  19. package/assets/InputPassword.BgZo-RUc.css +1 -0
  20. package/assets/InputSearch.BROFFTK9.css +1 -0
  21. package/assets/LinkButton.IKIlFnpH.css +1 -0
  22. package/assets/LinkCard.CqjmRkfO.css +1 -0
  23. package/assets/Notification.2B81JHOp.css +1 -0
  24. package/assets/Pagination.DH71DZ0j.css +1 -0
  25. package/assets/Popover.58Tb0dOt.css +1 -0
  26. package/assets/Select.CfTN3CJo.css +1 -0
  27. package/assets/Slider.B4kzL60S.css +1 -0
  28. package/assets/{SystemFeedback.DYi9QetY.css → SystemFeedback.DVMml_h9.css} +1 -1
  29. package/assets/TextUtility.BThulfyl.css +1 -0
  30. package/assets/Textarea.BO4AcRJD.css +1 -0
  31. package/assets/buttonround.syTU1QSI.css +1 -0
  32. package/assets/chipgroup.DtCnsmS7.css +1 -0
  33. package/assets/filelist.B-Ru0GP_.css +1 -0
  34. package/assets/input.Dy8VS73e.css +1 -0
  35. package/assets/numberindicator.CtbitPQ8.css +1 -0
  36. package/assets/progressindicator.BK8L7Bd4.css +1 -0
  37. package/assets/radio.9hUUyg8R.css +1 -0
  38. package/assets/skeleton.D9MOCUK4.css +1 -0
  39. package/assets/switch.8v7Wp1Fj.css +1 -0
  40. package/assets/tabpane.DDaeSDQb.css +1 -0
  41. package/assets/text.BwGsYzGM.css +1 -0
  42. package/assets/tooltip.C_BL2kou.css +1 -0
  43. package/{banner.BlB_7xue.js → banner.DO7GsDL_.js} +1 -1
  44. package/{breadcrumb.DajORKq7.js → breadcrumb.DYov6vtt.js} +3 -3
  45. package/{button.EooIlFBI.js → button.qxcuzbnv.js} +2 -2
  46. package/buttonround.BO7_ewzA.js +101 -0
  47. package/{checkbox.NJj9qMnx.js → checkbox.C9kyIY9P.js} +4 -5
  48. package/{checkboxgroup.DELdyn0X.js → checkboxgroup.kEUxnKLf.js} +2 -2
  49. package/{chip.C4h8Hm9g.js → chip.5ktNLRYf.js} +3 -3
  50. package/chipgroup.kRU3Z98U.js +226 -0
  51. package/chunks/Accordion.gih2ni1d.js +179 -0
  52. package/chunks/ActionButton.B-wm5sUy.js +194 -0
  53. package/chunks/ActionCard.HYDpsdai.js +227 -0
  54. package/chunks/ActionLink.D0KzqbH4.js +166 -0
  55. package/chunks/{AriaLiveRegions.utils.BPvIKT6B.js → AriaLiveRegions.utils.xoETe2Ps.js} +14 -16
  56. package/chunks/{Breadcrumb.Ccm79ver.js → Breadcrumb.I2G-T0zc.js} +2 -2
  57. package/chunks/Button.CCol--xy.js +165 -0
  58. package/chunks/Checkbox.BxOGR1bR.js +96 -0
  59. package/chunks/CheckboxGroup.TneO0tuE.js +85 -0
  60. package/chunks/Chip.DffaXMkV.js +148 -0
  61. package/chunks/{CustomReactSelect.oEQpO9iN.js → CustomReactSelect.DTAavYaz.js} +282 -277
  62. package/chunks/Dialog.guuxflWL.js +101 -0
  63. package/chunks/{Drawer.CDe_g99S.js → Drawer.CjUZu6GW.js} +27 -28
  64. package/chunks/Fieldset.BBMuLKps.js +94 -0
  65. package/chunks/{Flag.X9tB3Mfv.js → Flag.CbQYBzVC.js} +12 -13
  66. package/chunks/{Header.bLSdAY9-.js → Header.CvcGSuhX.js} +1 -1
  67. package/chunks/{Input.utils.CkmzxIrU.js → Input.utils.Wycy2SzG.js} +23 -25
  68. package/chunks/InputFile.CkULfdaW.js +260 -0
  69. package/chunks/InputNumber.Fn2YbF_s.js +250 -0
  70. package/chunks/InputPassword.DtT9yrlx.js +129 -0
  71. package/chunks/InputSearch.BoAfGqoH.js +157 -0
  72. package/chunks/LinkButton.BxG7fx1O.js +150 -0
  73. package/chunks/LinkCard.BPvA2tuc.js +200 -0
  74. package/chunks/{MegaMenu.DbunD_yW.js → MegaMenu.udXR1H3W.js} +1 -1
  75. package/chunks/{NavigationTabList.CyrKNAer.js → NavigationTabList.thzA1pU8.js} +1 -1
  76. package/chunks/{NavigationTabs.DVBe-Wt3.js → NavigationTabs.BWewgBch.js} +1 -1
  77. package/chunks/Notification.C_o7Ge6Q.js +91 -0
  78. package/chunks/Pagination.BrOMUJMi.js +272 -0
  79. package/chunks/Popover.CxZZ_y1Z.js +230 -0
  80. package/chunks/RadioGroup.CO91_5hA.js +136 -0
  81. package/chunks/Select.EzoMdk1u.js +157 -0
  82. package/chunks/Slider.CX38t4Sk.js +330 -0
  83. package/chunks/{Stepper.KBRikedB.js → Stepper.Ds_aIEF8.js} +68 -69
  84. package/chunks/SystemFeedback.DhWcYjnu.js +43 -0
  85. package/chunks/{Tabs.xXn4zpGp.js → Tabs.BHVlgp7L.js} +2 -2
  86. package/chunks/Text.utils.DzlY9pJS.js +9 -0
  87. package/chunks/TextUtility.BZLwqyic.js +82 -0
  88. package/chunks/Textarea.vuJgvW6_.js +192 -0
  89. package/chunks/{Toast.NZfb7z3q.js → Toast.V_ZUAsf2.js} +1 -1
  90. package/chunks/translate.DSb-TdWR.js +2460 -0
  91. package/{combobox.CPsl2TC0.js → combobox.C6cPz4AJ.js} +1 -1
  92. package/components/Accordion/Accordion.d.ts +5 -0
  93. package/components/ActionButton/ActionButton.d.ts +5 -1
  94. package/components/ActionLink/ActionLink.d.ts +1 -1
  95. package/components/Button/Button.utils.d.ts +1 -1
  96. package/components/Checkbox/Checkbox.d.ts +8 -1
  97. package/components/CheckboxGroup/CheckboxGroup.d.ts +9 -1
  98. package/components/ChipGroup/Chip.d.ts +2 -0
  99. package/components/ChipGroup/ChipGroup.d.ts +12 -2
  100. package/components/ChipGroup/ChipGroup.utils.d.ts +39 -15
  101. package/components/Combobox/Combobox.utils.d.ts +66 -9
  102. package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +5 -1
  103. package/components/Combobox/CustomReactSelect/CustomReactSelect.utils.d.ts +1 -1
  104. package/components/Fieldset/Fieldset.d.ts +9 -2
  105. package/components/Input/Input.d.ts +8 -1
  106. package/components/InputFile/FileList/FileList.d.ts +4 -2
  107. package/components/InputFile/FileList/FilePreview/FilePreview.d.ts +8 -2
  108. package/components/InputFile/FileList/ProgressIndicator/ProgressIndicator.d.ts +8 -2
  109. package/components/InputFile/InputFile.d.ts +12 -2
  110. package/components/InputFile/InputFile.utils.d.ts +41 -23
  111. package/components/InputNumber/InputNumber.d.ts +8 -1
  112. package/components/InputPassword/InputPassword.d.ts +8 -1
  113. package/components/InputSearch/InputSearch.d.ts +8 -1
  114. package/components/LinkCard/LinkCard.d.ts +10 -4
  115. package/components/LinkCard/LinkCard.utils.d.ts +2 -2
  116. package/components/NumberIndicator/NumberIndicator.d.ts +6 -1
  117. package/components/Pagination/Pagination.d.ts +10 -3
  118. package/components/Pagination/Pagination.utils.d.ts +22 -9
  119. package/components/Popover/Popover.d.ts +9 -1
  120. package/components/Popover/Popover.utils.d.ts +3 -2
  121. package/components/Radio/Radio.d.ts +5 -0
  122. package/components/RadioGroup/RadioGroup.d.ts +8 -0
  123. package/components/Select/Select.d.ts +8 -1
  124. package/components/Slider/Slider.d.ts +8 -1
  125. package/components/Stepper/Step.d.ts +1 -1
  126. package/components/Stepper/Step.utils.d.ts +1 -1
  127. package/components/Stepper/Stepper.d.ts +4 -1
  128. package/components/Stepper/Stepper.utils.d.ts +9 -4
  129. package/components/SystemFeedback/SystemFeedback.d.ts +9 -1
  130. package/components/Textarea/Textarea.d.ts +8 -1
  131. package/{customreactselect.D7BJg-2s.js → customreactselect.L0zSh3Tg.js} +4 -4
  132. package/{dialog.BlprGigG.js → dialog.Ddq8o8Od.js} +2 -2
  133. package/{drawer.BoyrTFi1.js → drawer.rbbjQvqL.js} +2 -2
  134. package/{fieldset.D_e2-vo_.js → fieldset.BHf3XK2q.js} +3 -3
  135. package/filelist.CabPo1pv.js +143 -0
  136. package/filepreview.B2Ot9SZ7.js +97 -0
  137. package/{flag.0vpitrQ-.js → flag.fX6LAgty.js} +3 -4
  138. package/{floatingactionbutton.BrdE1vi2.js → floatingactionbutton.BwCiybnc.js} +1 -1
  139. package/{header.C3AqYBtz.js → header.BCeCjYfG.js} +1 -1
  140. package/index.es.js +203 -204
  141. package/input.Dh0ws-9j.js +187 -0
  142. package/inputfile.0CCdkjg5.js +17 -0
  143. package/{inputnumber.Box5R2An.js → inputnumber.D2cmptaH.js} +8 -9
  144. package/{inputpassword.CBc8GNwI.js → inputpassword.C53Kg4EA.js} +4 -4
  145. package/inputsearch.BrsIDUSW.js +14 -0
  146. package/link.DEZDbUgq.js +81 -0
  147. package/{linkbutton.DxEPueLb.js → linkbutton._X50W2Md.js} +3 -3
  148. package/{linkcard.CCY-VFWN.js → linkcard.CrspFGLZ.js} +3 -3
  149. package/{logo.D7LnRA1E.js → logo.D6BTxbxv.js} +0 -1
  150. package/{megamenu.C8OynEzk.js → megamenu.odVCUm4c.js} +2 -2
  151. package/{navigationtablist.iSQd5PX4.js → navigationtablist.n9DrtYe5.js} +2 -2
  152. package/{navigationtabs.FtkVv_qV.js → navigationtabs.D0mSyAtK.js} +2 -2
  153. package/{notification.Cqg8HpJ8.js → notification._X8-8vOa.js} +2 -2
  154. package/numberindicator.DsK65Bj3.js +39 -0
  155. package/package.json +6 -1
  156. package/pagination.B7Hrx_sk.js +14 -0
  157. package/partials/index.js +72 -72
  158. package/{popover.DYiEGSnj.js → popover.BBaqL7y9.js} +3 -3
  159. package/product-card-example-8.webp +0 -0
  160. package/progressindicator.CAb_O3VK.js +74 -0
  161. package/radio.DjToa2aV.js +148 -0
  162. package/{radiogroup.wqgExwrG.js → radiogroup.mc-8lw65.js} +3 -3
  163. package/{scroller.Dqnsxq2M.js → scroller.CgWp2WXG.js} +10 -11
  164. package/{select.DkKuGI6O.js → select.DTZ6a6Ag.js} +5 -6
  165. package/skeleton.BmkcNeRD.js +148 -0
  166. package/{skiptocontent.CRQywi6J.js → skiptocontent.BsRpWvyu.js} +4 -4
  167. package/{slider.BOjqQp9n.js → slider.BMGAihY0.js} +3 -3
  168. package/{step.C6zDRCBu.js → step.DCQ6CawJ.js} +1 -1
  169. package/stepper.D7-7BdSv.js +15 -0
  170. package/styles/js/index.es.js +3 -1
  171. package/styles/js/lib/animation.d.ts +2 -0
  172. package/styles/scss/ds/index.scss +2 -0
  173. package/styles/scss/ds/lib/animation.scss +4 -0
  174. package/styles/scss/ds/lib/border-width.scss +3 -0
  175. package/styles/scss/ds/lib/ds-internal/_input.scss +65 -21
  176. package/styles/scss/ds/lib/ds-internal/_link-button.scss +4 -2
  177. package/styles/scss/ds/lib/ds-internal/_link.scss +23 -3
  178. package/styles/scss/ds/lib/input.scss +12 -7
  179. package/styles/scss/ds/lib/link.scss +2 -2
  180. package/styles/scss/ds/lib/radius.scss +5 -0
  181. package/{switch.CuNNdrkD.js → switch.tM2XBag8.js} +2 -2
  182. package/{systemfeedback.Da0wX0Eb.js → systemfeedback.BPPOht_9.js} +1 -1
  183. package/{tablist.BjKwrLz9.js → tablist.BAm0_UIG.js} +22 -23
  184. package/{tabpane.7vMXUKFX.js → tabpane.B9rZghU6.js} +1 -1
  185. package/{tabs.-U2k6Oll.js → tabs.BgTdWbTe.js} +3 -3
  186. package/text.BEO_ZfJq.js +72 -0
  187. package/{textarea.BWznY6Gg.js → textarea.Cki-uMkZ.js} +5 -6
  188. package/{textutility.CBLuAdaa.js → textutility.BypzssPt.js} +2 -2
  189. package/{toast.D9XLSgJg.js → toast.s0Hfuh5i.js} +2 -2
  190. package/{toastmanager.V5E05qgI.js → toastmanager.CPIPn4Io.js} +19 -20
  191. package/{tooltip.a1aWHK00.js → tooltip.BFQG-7VR.js} +1 -1
  192. package/{topbar.BdGK62KJ.js → topbar.Bbct-XkB.js} +3 -3
  193. package/utils/translate.d.ts +22 -6
  194. package/assets/Accordion.DPu2l_Kg.css +0 -1
  195. package/assets/ActionButton.DcQYatF1.css +0 -1
  196. package/assets/ActionCard.gRQVVFWz.css +0 -1
  197. package/assets/ActionLink.B62Aa8y9.css +0 -1
  198. package/assets/Button.BI6zz6Fw.css +0 -1
  199. package/assets/Checkbox.DknHnS9a.css +0 -1
  200. package/assets/Chip.CYhVB1Jh.css +0 -1
  201. package/assets/CustomReactSelect.lKMLwL7n.css +0 -1
  202. package/assets/Dialog.BKwWy1g2.css +0 -1
  203. package/assets/Drawer.IRb7Vc1n.css +0 -1
  204. package/assets/Fieldset.C4Fx4-UV.css +0 -1
  205. package/assets/InputFile.ne7gwc_5.css +0 -1
  206. package/assets/InputNumber.BIdsQuFc.css +0 -1
  207. package/assets/InputPassword.YSKTDTA1.css +0 -1
  208. package/assets/InputSearch.C3qtDQcj.css +0 -1
  209. package/assets/LinkButton.CmEE7Od_.css +0 -1
  210. package/assets/LinkCard.pJtgJRIh.css +0 -1
  211. package/assets/Notification.BO0Mu9No.css +0 -1
  212. package/assets/Pagination.OLmfdASf.css +0 -1
  213. package/assets/Popover.mL5g23EK.css +0 -1
  214. package/assets/Select.CDP-1_K9.css +0 -1
  215. package/assets/Slider.Cu7MgNph.css +0 -1
  216. package/assets/TextUtility.bwkCWEiV.css +0 -1
  217. package/assets/Textarea.Hsq68tg1.css +0 -1
  218. package/assets/buttonround.rmUb58WF.css +0 -1
  219. package/assets/chipgroup.BGxjdSDX.css +0 -1
  220. package/assets/filelist.cP3O1JeJ.css +0 -1
  221. package/assets/input.BEBgyvkK.css +0 -1
  222. package/assets/numberindicator.DSpNPJcs.css +0 -1
  223. package/assets/progressindicator.Dxrigyne.css +0 -1
  224. package/assets/radio.DsHt-9om.css +0 -1
  225. package/assets/skeleton.BjozXDiQ.css +0 -1
  226. package/assets/switch.fwcMI6o7.css +0 -1
  227. package/assets/tabpane.o34hshTz.css +0 -1
  228. package/assets/text.Doa-APfR.css +0 -1
  229. package/assets/tooltip.DrSplliO.css +0 -1
  230. package/buttonround.BeQakrPs.js +0 -101
  231. package/chipgroup.BKjeuuM0.js +0 -213
  232. package/chunks/Accordion.8kTbiPxs.js +0 -173
  233. package/chunks/ActionButton.CBV1-_HP.js +0 -188
  234. package/chunks/ActionCard.Dbq2VqyZ.js +0 -227
  235. package/chunks/ActionLink.BXxDS1Gg.js +0 -161
  236. package/chunks/Button.COycNYUI.js +0 -160
  237. package/chunks/Checkbox.CMshaWIU.js +0 -88
  238. package/chunks/CheckboxGroup.D3D1spfJ.js +0 -79
  239. package/chunks/Chip.DCJYE513.js +0 -157
  240. package/chunks/Dialog.lJXxzgu2.js +0 -102
  241. package/chunks/Fieldset.DOjI3DlI.js +0 -91
  242. package/chunks/InputFile.DYXvF6vT.js +0 -260
  243. package/chunks/InputNumber.CkWpchPo.js +0 -240
  244. package/chunks/InputPassword.21E6XMr5.js +0 -121
  245. package/chunks/InputSearch.Dy3EKa9f.js +0 -149
  246. package/chunks/LinkButton.BCHTLFMJ.js +0 -150
  247. package/chunks/LinkCard.BYmTwsS5.js +0 -197
  248. package/chunks/Notification.BjyLiO2h.js +0 -91
  249. package/chunks/Pagination.CJikF9Cw.js +0 -247
  250. package/chunks/Popover.ByaoNwGK.js +0 -221
  251. package/chunks/RadioGroup.Bh2X6pT9.js +0 -130
  252. package/chunks/Select.KWb09VmF.js +0 -147
  253. package/chunks/Slider.CxnIy51F.js +0 -309
  254. package/chunks/SystemFeedback.4osheYxC.js +0 -38
  255. package/chunks/Text.utils.BZ4nTZVu.js +0 -11
  256. package/chunks/TextUtility.BPrxUX-x.js +0 -82
  257. package/chunks/Textarea.CAOqZMUi.js +0 -181
  258. package/chunks/translate.nuU7uChI.js +0 -8
  259. package/filelist.DfAt2xJa.js +0 -128
  260. package/filepreview.Defs34bv.js +0 -94
  261. package/input.ChMzyHej.js +0 -175
  262. package/inputfile.DZIUs1EC.js +0 -18
  263. package/inputsearch.DzzYb-C0.js +0 -15
  264. package/link.aU1f2Xzu.js +0 -81
  265. package/numberindicator.Q7g4J3Ry.js +0 -36
  266. package/pagination.DA4PMLOq.js +0 -14
  267. package/progressindicator.DpmERE8T.js +0 -53
  268. package/radio.KQ8CUM3_.js +0 -137
  269. package/skeleton.DUkBgXxO.js +0 -148
  270. package/stepper.DHl3_XU9.js +0 -16
  271. package/text.CnP3baHy.js +0 -72
@@ -1 +0,0 @@
1
- .ds-input-file_root_1s9kg_1{display:grid;row-gap:16px;margin-block-start:32px}.ds-input-file_file-wrapper_1s9kg_7{display:grid;grid-template-columns:auto 1fr auto;column-gap:8px;grid-auto-rows:auto auto;row-gap:4px;padding-block-end:15px;border-bottom:1px solid #B1B1B1}.ds-input-file_file-wrapper--invalid_1s9kg_16{border-color:#d43b3b}.ds-input-file_file-details_1s9kg_20{padding-block:6px;display:flex;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400}.ds-input-file_file-name_1s9kg_34{overflow-wrap:anywhere}.ds-input-file_file-size_1s9kg_38{padding-inline-start:8px;padding-block-start:3px;color:#666;white-space:nowrap;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400}.ds-input-file_progress-bar_1s9kg_54{grid-column:2;margin-block-end:4px}.ds-input-file_feedback_1s9kg_59{grid-column:2;padding-block:0}
@@ -1 +0,0 @@
1
- :where(.ds-input_input_1x68c_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1x68c_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input_input_1x68c_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400}.ds-input_input_1x68c_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-input_input_1x68c_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_1x68c_1:focus{outline:revert;outline-offset:revert}.ds-input_input_1x68c_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-input_input_1x68c_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_1x68c_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-input_input_1x68c_1{transition-duration:0ms}}@media(hover:hover){.ds-input_input_1x68c_1:hover{background:#0000001a}}@media screen and (hover:hover)and (forced-colors:active){.ds-input_input_1x68c_1:hover{border-color:Highlight}}.ds-input_input_1x68c_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input_input_1x68c_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input_input_1x68c_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-input_input_1x68c_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_1x68c_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input_input_1x68c_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-input_input_1x68c_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_1x68c_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input_input_1x68c_1::-webkit-placeholder,.ds-input_input_1x68c_1::placeholder{color:#666;opacity:1}.ds-input_input--invalid_1x68c_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input_input--invalid_1x68c_121:active,.ds-input_input--invalid_1x68c_121:focus,.ds-input_input--invalid_1x68c_121:focus-visible{border-color:#252525}.ds-input_input--small_1x68c_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400}.ds-input_input_1x68c_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input_input_1x68c_1::-webkit-outer-spin-button,.ds-input_input_1x68c_1::-webkit-inner-spin-button,.ds-input_input_1x68c_1::-webkit-search-decoration,.ds-input_input_1x68c_1::-webkit-search-cancel-button,.ds-input_input_1x68c_1::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-input_input_1x68c_1::-webkit-date-and-time-value{text-align:left}.ds-input_input_1x68c_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-input_input_1x68c_1[type=search]{appearance:none;-webkit-appearance:none}.ds-input_input_1x68c_1[type=range]{accent-color:#E9640C}.ds-input_input_1x68c_1[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-input_input--small_1x68c_9{min-height:2rem;height:2rem}.ds-input_input--small_1x68c_9.ds-input_input--has-leading-icon_1x68c_179{padding-inline-start:calc(16px + 1rem)}.ds-input_input--small_1x68c_9.ds-input_input--has-action-button_1x68c_182{padding-inline-end:calc(2rem + 8px)}.ds-input_input--small_1x68c_9.ds-input_input--has-second-action-button_1x68c_185{padding-inline-end:calc(4rem + 8px)}.ds-input_input--has-leading-icon_1x68c_179{padding-inline-start:calc(32px + 1rem)}.ds-input_input--has-action-button_1x68c_182{padding-inline-end:calc(3rem + 16px)}.ds-input_input--has-second-action-button_1x68c_185{padding-inline-end:calc(6rem + 16px)}.ds-input_input--has-affix_1x68c_197{color:#0000}.ds-input_input--has-affix_1x68c_197::placeholder{color:#0000}.ds-input_input--has-affix_1x68c_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-input_input--has-affix_1x68c_197::placeholder{transition-duration:0ms}}.ds-input_input--is-ready_1x68c_211{color:#252525}.ds-input_input--is-ready_1x68c_211::placeholder{color:#666}.ds-input_root_1x68c_218:has(.ds-input_hint_1x68c_218) .ds-input_label-wrapper_1x68c_218{margin-block-end:2px}.ds-input_wrapper_1x68c_222{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input_affix_1x68c_228{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input_affix--small_1x68c_249{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400;padding-inline-start:7px;padding-inline-end:7px}.ds-input_affix_1x68c_228.ds-input_prefix_1x68c_262{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input_affix_1x68c_228.ds-input_suffix_1x68c_268{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input_affix--disabled_1x68c_274{color:#00000080}@media screen and (forced-colors:active){.ds-input_affix--disabled_1x68c_274{color:GrayText}}.ds-input_affix--disabled_1x68c_274.ds-input_prefix_1x68c_262,.ds-input_affix--disabled_1x68c_274.ds-input_suffix_1x68c_268{border-color:#0000001a}.ds-input_affix--readonly_1x68c_285{background-color:#ededed;position:relative}.ds-input_affix--readonly_1x68c_285.ds-input_prefix_1x68c_262,.ds-input_affix--readonly_1x68c_285.ds-input_suffix_1x68c_268{border-color:transparent}.ds-input_affix--readonly_1x68c_285.ds-input_prefix_1x68c_262:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors:active){.ds-input_affix--readonly_1x68c_285.ds-input_prefix_1x68c_262:after{background-color:transparent}}.ds-input_affix--readonly_1x68c_285.ds-input_suffix_1x68c_268:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors:active){.ds-input_affix--readonly_1x68c_285.ds-input_suffix_1x68c_268:before{background-color:transparent}}.ds-input_leading-icon_1x68c_321{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors:active){.ds-input_leading-icon_1x68c_321{background-color:Canvas;fill:CanvasText}}.ds-input_leading-icon--small_1x68c_333{margin-inline-start:8px}.ds-input_leading-icon--disabled_1x68c_336{fill:#00000080}@media screen and (forced-colors:active){.ds-input_leading-icon--disabled_1x68c_336{fill:GrayText}}.ds-input_action-button_1x68c_345{grid-area:1/4/2/5}.ds-input_label_1x68c_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors:active){.ds-input_label--disabled_1x68c_364{color:GrayText}}.ds-input_label-wrapper_1x68c_218{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-input_label-wrapper--hidden_1x68c_376{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-input_hint_1x68c_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400;display:block;max-width:34em;margin-block-end:8px}.ds-input_feedback_1x68c_404{margin-block-start:8px}
@@ -1 +0,0 @@
1
- .ds-number-indicator_root_1ga96_1{font-family:STIHL Contraface Digital Text Demi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;align-items:center;justify-content:center;text-wrap:nowrap;border-radius:.625rem;border:1px solid transparent;min-width:.625rem;min-height:.625rem;background-color:#0000001a}.ds-number-indicator_root--has-content_1ga96_23{min-height:1.25rem;min-width:1.25rem;padding-inline:5px}.ds-number-indicator_root--highlight_1ga96_28{background-color:#f37a1f}@media screen and (forced-colors:active){.ds-number-indicator_root_1ga96_1{forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}.ds-number-indicator_root--highlight_1ga96_28{border-color:Highlight;color:Highlight}.ds-number-indicator_root--highlight_1ga96_28:not(.ds-number-indicator_root--has-content_1ga96_23){background-color:Highlight;border-color:Highlight}}
@@ -1 +0,0 @@
1
- .ds-input-file_root_s1g77_1{display:flex;flex-direction:row;align-items:center}.ds-input-file_bar-background_s1g77_7{position:relative;width:100%;height:6px;background-color:#ededed;border-radius:3px;overflow:hidden}@media screen and (forced-colors:active){.ds-input-file_bar-background_s1g77_7{height:8px;margin-block:-1px;border:1px solid transparent;border-color:CanvasText}}.ds-input-file_bar-fill_s1g77_24{height:6px;border-radius:3px;background-color:#1e71a1}.ds-input-file_bar-fill--error_s1g77_29{background-color:#d43b3b}.ds-input-file_bar-fill_s1g77_24{transition:width var(--ds-animation-duration, .4s) linear}@media(prefers-reduced-motion:reduce){.ds-input-file_bar-fill_s1g77_24{transition-duration:0ms}}.ds-input-file_bar-fill-indeterminate_s1g77_40{width:42.05%;position:absolute;height:100%;border-radius:3px;background-color:#1e71a1;animation-name:ds-input-file_indeterminate-progress_s1g77_1;animation-duration:1.6s;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.ds-input-file_bar-fill-indeterminate_s1g77_40{animation-duration:0s}}@media screen and (forced-colors:active){.ds-input-file_bar-fill_s1g77_24{background-color:Highlight}}.ds-input-file_percent-label_s1g77_61{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400;min-width:2.25rem;color:#666}.ds-input-file_progress-text_s1g77_75{gap:8px;grid-column:2;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400;color:#666;margin-block-end:4px}.ds-input-file_progress-bar_s1g77_91{gap:12px}.ds-input-file_sr-only_s1g77_95{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}@keyframes ds-input-file_indeterminate-progress_s1g77_1{0%{left:-37.89%;animation-timing-function:ease-in}25%{left:0;animation-timing-function:ease-out}50%{left:95.84%;animation-timing-function:ease-in}75%{left:-8.55%;animation-timing-function:ease-out}to{left:-37.89%;animation-timing-function:ease-in}}
@@ -1 +0,0 @@
1
- .ds-radio_root_jzkwe_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400;color:#252525;display:grid;grid-template-areas:"dot label";grid-template-columns:auto 1fr;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;max-width:fit-content}.ds-radio_root--disabled_jzkwe_24{cursor:not-allowed}.ds-radio_root--with-custom-area_jzkwe_27{max-width:none}.ds-radio_root--with-custom-area--above_jzkwe_30{min-width:10rem;max-width:25rem;grid-template-areas:"custom-area custom-area" "dot label";grid-template-columns:auto 1fr;grid-template-rows:auto}.ds-radio_radio_jzkwe_38{grid-area:dot;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}.ds-radio_radio_jzkwe_38{transition:background-color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-radio_radio_jzkwe_38{transition-duration:0ms}}.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{transition-duration:0ms}}@media screen and (forced-colors:active){.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{background-color:Highlight}}.ds-radio_radio--invalid_jzkwe_80{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-radio_label_jzkwe_85{grid-area:label;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400;width:100%;max-width:34em;display:grid;grid-template-areas:"label custom-area" "hint hint";grid-template-columns:auto minmax(auto,1fr)}.ds-radio_label--bold_jzkwe_102{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.426;font-weight:700;font-synthesis-weight:none}.ds-radio_label--with-custom-area_jzkwe_114{column-gap:8px}.ds-radio_custom-area_jzkwe_118{grid-area:custom-area;margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}.ds-radio_custom-area--disabled_jzkwe_126{opacity:.5}.ds-radio_custom-area--above_jzkwe_129{overflow-y:visible;max-height:unset;height:fit-content;margin-inline-start:0px}.ds-radio_hint_jzkwe_136{grid-area:hint;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400;display:block;max-width:34em;grid-column:span 2;opacity:1}.ds-radio_hint_jzkwe_136{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media(prefers-reduced-motion:reduce){.ds-radio_hint_jzkwe_136{transition-duration:0ms}}.ds-radio_hint--visible_jzkwe_160{margin-block-start:4px;margin-block-end:4px}.ds-radio_hint--unchecked-hidden_jzkwe_164{height:0;opacity:0;pointer-events:none}.ds-radio_input_jzkwe_170{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-radio_input_jzkwe_170:checked+.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{opacity:1}.ds-radio_input_jzkwe_170:disabled+.ds-radio_radio_jzkwe_38{border-color:#00000080}.ds-radio_input_jzkwe_170:disabled+.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{background-color:#dadada}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:disabled+.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{background-color:GrayText}}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:disabled+.ds-radio_radio_jzkwe_38{border-color:GrayText}}.ds-radio_input_jzkwe_170:disabled~.ds-radio_label_jzkwe_85{color:#00000080}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:disabled~.ds-radio_label_jzkwe_85{color:GrayText}}.ds-radio_input_jzkwe_170:focus{outline:none}.ds-radio_input_jzkwe_170:focus+.ds-radio_radio_jzkwe_38{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:focus+.ds-radio_radio_jzkwe_38{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:focus+.ds-radio_radio_jzkwe_38{border-color:Highlight}}@supports selector(:focus-visible){.ds-radio_input_jzkwe_170:focus{outline:none}.ds-radio_input_jzkwe_170:focus+.ds-radio_radio_jzkwe_38{outline:revert;outline-offset:revert}.ds-radio_input_jzkwe_170:focus-visible{outline:none}.ds-radio_input_jzkwe_170:focus-visible+.ds-radio_radio_jzkwe_38{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:focus-visible+.ds-radio_radio_jzkwe_38{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors:active){.ds-radio_input_jzkwe_170:focus-visible+.ds-radio_radio_jzkwe_38{border-color:Highlight}}}@media(hover:hover){.ds-radio_input_jzkwe_170:hover:not(:disabled)+.ds-radio_radio_jzkwe_38{background-color:#0000001a}.ds-radio_input_jzkwe_170:hover:not(:disabled)+.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{background-color:#d9480f}}@media screen and (hover:hover)and (forced-colors:active){.ds-radio_input_jzkwe_170:hover:not(:disabled)+.ds-radio_radio_jzkwe_38 .ds-radio_dot_jzkwe_56{background-color:Highlight}}@media screen and (hover:hover)and (forced-colors:active){.ds-radio_input_jzkwe_170:hover:not(:disabled)+.ds-radio_radio_jzkwe_38{border-color:Highlight}}
@@ -1 +0,0 @@
1
- @charset "UTF-8";@keyframes ds-skeleton_shimmer-slide_q6f73_1{0%{transform:translate(-100%)}86.49%,to{transform:translate(100%)}}.ds-skeleton_line_q6f73_26{display:block;background-color:#ededed;position:relative;overflow:hidden}.ds-skeleton_line_q6f73_26:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#f8f8f800,#f8f8f8 80%,#f8f8f800)}@media(prefers-reduced-motion:reduce){.ds-skeleton_line_q6f73_26:after{animation:none}}.ds-skeleton_line_q6f73_26{width:100%;border-radius:2px}.ds-skeleton_line--title-x-large_q6f73_57{height:1.95rem}.ds-skeleton_line--title-large_q6f73_60{height:1.71875rem}.ds-skeleton_line--heading-x-large_q6f73_63{height:1.95rem}.ds-skeleton_line--heading-large_q6f73_66{height:1.71875rem}.ds-skeleton_line--heading-medium_q6f73_69,.ds-skeleton_line--heading-small_q6f73_72{height:1.5rem}.ds-skeleton_line--text-large_q6f73_75{height:2rem}.ds-skeleton_line--text-medium_q6f73_78{height:1.5rem}.ds-skeleton_line--text-small_q6f73_81,.ds-skeleton_line--text-x-small_q6f73_84{height:.9975rem}.ds-skeleton_line--text-xx-small_q6f73_87{height:1rem}.ds-skeleton_line--utility-large_q6f73_90{height:1.49625rem}.ds-skeleton_line--utility-medium_q6f73_93{height:1.25rem}.ds-skeleton_line--utility-small_q6f73_96,.ds-skeleton_line--utility-x-small-demi_q6f73_99{height:.9975rem}@media(min-width:1024px){.ds-skeleton_line--title-x-large_q6f73_57,.ds-skeleton_line--heading-x-large_q6f73_63,.ds-skeleton_line--heading-x-large-uppercase_q6f73_106{height:2.34375rem}.ds-skeleton_line--title-large_q6f73_60,.ds-skeleton_line--heading-large_q6f73_66,.ds-skeleton_line--heading-large-uppercase_q6f73_109{height:1.95rem}}.ds-skeleton_line--theme-dark_q6f73_113{display:block;background-color:#252525;position:relative;overflow:hidden}.ds-skeleton_line--theme-dark_q6f73_113:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#6660,#66666680 80%,#6660)}@media(prefers-reduced-motion:reduce){.ds-skeleton_line--theme-dark_q6f73_113:after{animation:none}}.ds-skeleton_multi-line-wrapper_q6f73_143{display:flex;flex-direction:column;gap:4px}.ds-skeleton_multi-line-wrapper_q6f73_143>:last-child{clip-path:inset(0 20% 0 0 round 0 2px 2px 0)}.ds-skeleton_multi-line_q6f73_143{display:block;background-color:#ededed;position:relative;overflow:hidden}.ds-skeleton_multi-line_q6f73_143:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#f8f8f800,#f8f8f8 80%,#f8f8f800)}@media(prefers-reduced-motion:reduce){.ds-skeleton_multi-line_q6f73_143:after{animation:none}}.ds-skeleton_multi-line_q6f73_143{border-radius:2px;width:100%}.ds-skeleton_multi-line--title-x-large_q6f73_182{height:calc(1.95rem - 4px)}.ds-skeleton_multi-line--title-large_q6f73_185{height:calc(1.71875rem - 4px)}.ds-skeleton_multi-line--heading-x-large_q6f73_188{height:calc(1.95rem - 4px)}.ds-skeleton_multi-line--heading-large_q6f73_191{height:calc(1.71875rem - 4px)}.ds-skeleton_multi-line--heading-medium_q6f73_194,.ds-skeleton_multi-line--heading-small_q6f73_197{height:calc(1.5rem - 4px)}.ds-skeleton_multi-line--text-large_q6f73_200{height:calc(2rem - 4px)}.ds-skeleton_multi-line--text-medium_q6f73_203{height:calc(1.5rem - 4px)}.ds-skeleton_multi-line--text-small_q6f73_206,.ds-skeleton_multi-line--text-x-small_q6f73_209{height:calc(.9975rem - 4px)}.ds-skeleton_multi-line--text-xx-small_q6f73_212{height:calc(1rem - 4px)}.ds-skeleton_multi-line--utility-large_q6f73_215{height:calc(1.49625rem - 4px)}.ds-skeleton_multi-line--utility-medium_q6f73_218{height:calc(1.25rem - 4px)}.ds-skeleton_multi-line--utility-small_q6f73_221,.ds-skeleton_multi-line--utility-x-small-demi_q6f73_224{height:calc(.9975rem - 4px)}@media(min-width:1024px){.ds-skeleton_multi-line--title-x-large_q6f73_182,.ds-skeleton_multi-line--heading-x-large_q6f73_188,.ds-skeleton_multi-line--heading-x-large-uppercase_q6f73_231{height:calc(2.34375rem - 4px)}.ds-skeleton_multi-line--title-large_q6f73_185,.ds-skeleton_multi-line--heading-large_q6f73_191,.ds-skeleton_multi-line--heading-large-uppercase_q6f73_234{height:calc(1.95rem - 4px)}}.ds-skeleton_multi-line--theme-dark_q6f73_238{display:block;background-color:#252525;position:relative;overflow:hidden}.ds-skeleton_multi-line--theme-dark_q6f73_238:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#6660,#66666680 80%,#6660)}@media(prefers-reduced-motion:reduce){.ds-skeleton_multi-line--theme-dark_q6f73_238:after{animation:none}}.ds-skeleton_rectangle_q6f73_268{display:block;background-color:#ededed;position:relative;overflow:hidden}.ds-skeleton_rectangle_q6f73_268:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#f8f8f800,#f8f8f8 80%,#f8f8f800)}@media(prefers-reduced-motion:reduce){.ds-skeleton_rectangle_q6f73_268:after{animation:none}}.ds-skeleton_rectangle_q6f73_268{width:100%;height:100%;border-radius:0}.ds-skeleton_rectangle--theme-dark_q6f73_299{display:block;background-color:#252525;position:relative;overflow:hidden}.ds-skeleton_rectangle--theme-dark_q6f73_299:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#6660,#66666680 80%,#6660)}@media(prefers-reduced-motion:reduce){.ds-skeleton_rectangle--theme-dark_q6f73_299:after{animation:none}}.ds-skeleton_circle_q6f73_329{display:block;background-color:#ededed;position:relative;overflow:hidden}.ds-skeleton_circle_q6f73_329:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#f8f8f800,#f8f8f8 80%,#f8f8f800)}@media(prefers-reduced-motion:reduce){.ds-skeleton_circle_q6f73_329:after{animation:none}}.ds-skeleton_circle_q6f73_329{aspect-ratio:1/1;height:auto;width:auto;border-radius:50%}.ds-skeleton_circle--theme-dark_q6f73_361{display:block;background-color:#252525;position:relative;overflow:hidden}.ds-skeleton_circle--theme-dark_q6f73_361:after{content:"";min-width:30rem;transform:translate(-100%);position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;background-position:center;background-repeat:no-repeat;background-size:100% 100%;animation:ds-skeleton_shimmer-slide_q6f73_1 var(--ds-animation-duration, 1.85s) cubic-bezier(.5,0,.5,1) .25s infinite;background-image:linear-gradient(90deg,#6660,#66666680 80%,#6660)}@media(prefers-reduced-motion:reduce){.ds-skeleton_circle--theme-dark_q6f73_361:after{animation:none}}
@@ -1 +0,0 @@
1
- .ds-switch_root_4381h_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.25;font-size-adjust:.414;font-weight:400;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0;border:0;text-align:left;background:transparent;appearance:none;cursor:pointer}.ds-switch_root_4381h_1{transition:background-color var(--ds-animation-duration, .1s) linear}.ds-switch_root_4381h_1{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media(prefers-reduced-motion:reduce){.ds-switch_root_4381h_1{transition-duration:0ms}}.ds-switch_root--label-right_4381h_40{flex-direction:row-reverse}.ds-switch_root--stretched_4381h_43{justify-content:space-between;width:100%}@media(hover:hover){.ds-switch_root_4381h_1:hover .ds-switch_switch_4381h_48{background-color:#0000001a}}.ds-switch_root_4381h_1:focus .ds-switch_switch_4381h_48:before,.ds-switch_root_4381h_1:focus .ds-switch_loader_4381h_53:before{content:"";position:absolute;inset:-5px;border:2px solid #252525;border-radius:2rem}@media screen and (forced-colors:active){.ds-switch_root_4381h_1:focus .ds-switch_switch_4381h_48:before,.ds-switch_root_4381h_1:focus .ds-switch_loader_4381h_53:before{border-color:Highlight}}@supports selector(:focus-visible){.ds-switch_root_4381h_1:focus .ds-switch_switch_4381h_48:before,.ds-switch_root_4381h_1:focus .ds-switch_loader_4381h_53:before{content:none}.ds-switch_root_4381h_1:focus-visible .ds-switch_switch_4381h_48:before,.ds-switch_root_4381h_1:focus-visible .ds-switch_loader_4381h_53:before{content:"";position:absolute;inset:-5px;border:2px solid #252525;border-radius:2rem}@media screen and (forced-colors:active){.ds-switch_root_4381h_1:focus-visible .ds-switch_switch_4381h_48:before,.ds-switch_root_4381h_1:focus-visible .ds-switch_loader_4381h_53:before{border-color:Highlight}}}.ds-switch_root_4381h_1[aria-disabled=true].ds-switch_root_4381h_1{cursor:not-allowed}@media screen and (forced-colors:active){.ds-switch_root_4381h_1[aria-disabled=true].ds-switch_root_4381h_1{color:GrayText}}.ds-switch_root_4381h_1[aria-disabled=true] .ds-switch_switch_4381h_48{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors:active){.ds-switch_root_4381h_1[aria-disabled=true] .ds-switch_switch_4381h_48{border-color:GrayText}}.ds-switch_root_4381h_1[aria-disabled=true] .ds-switch_thumb_4381h_111{background-color:#00000080}.ds-switch_root_4381h_1[aria-disabled=true] .ds-switch_thumb_4381h_111 svg{opacity:0}@media screen and (forced-colors:active){.ds-switch_root_4381h_1[aria-disabled=true] .ds-switch_thumb_4381h_111{background-color:CanvasText}.ds-switch_root_4381h_1[aria-disabled=true] .ds-switch_thumb_4381h_111 svg{fill:Canvas}}@media(hover:hover){.ds-switch_root--checked_4381h_126:hover .ds-switch_switch_4381h_48{background-color:#d9480f}.ds-switch_root--checked_4381h_126:hover .ds-switch_thumb_4381h_111{background-color:#ededed}.ds-switch_root--checked_4381h_126:hover .ds-switch_thumb_4381h_111 svg{fill:#d9480f}}@media screen and (hover:hover)and (forced-colors:active){.ds-switch_root--checked_4381h_126:hover .ds-switch_thumb_4381h_111{background-color:CanvasText}.ds-switch_root--checked_4381h_126:hover .ds-switch_thumb_4381h_111 svg{fill:Canvas}}.ds-switch_root--checked_4381h_126 .ds-switch_switch_4381h_48{background-color:#e9640c}.ds-switch_root--checked_4381h_126 .ds-switch_thumb_4381h_111{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}.ds-switch_root--checked_4381h_126 .ds-switch_thumb_4381h_111 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors:active){.ds-switch_root--checked_4381h_126 .ds-switch_thumb_4381h_111{background-color:CanvasText}.ds-switch_root--checked_4381h_126 .ds-switch_thumb_4381h_111 svg{fill:Canvas}}@media(hover:hover){.ds-switch_root--checked_4381h_126[aria-disabled=true]:hover .ds-switch_thumb_4381h_111 svg{fill:#00000080}}@media screen and (hover:hover)and (forced-colors:active){.ds-switch_root--checked_4381h_126[aria-disabled=true]:hover .ds-switch_thumb_4381h_111{background-color:CanvasText}.ds-switch_root--checked_4381h_126[aria-disabled=true]:hover .ds-switch_thumb_4381h_111 svg{fill:Canvas}}.ds-switch_root--checked_4381h_126[aria-disabled=true] .ds-switch_switch_4381h_48{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors:active){.ds-switch_root--checked_4381h_126[aria-disabled=true] .ds-switch_switch_4381h_48{border-color:GrayText}}.ds-switch_root--checked_4381h_126[aria-disabled=true] .ds-switch_thumb_4381h_111{background-color:#fff}.ds-switch_root--checked_4381h_126[aria-disabled=true] .ds-switch_thumb_4381h_111 svg{opacity:1;fill:#00000080}@media screen and (forced-colors:active){.ds-switch_root--checked_4381h_126[aria-disabled=true] .ds-switch_thumb_4381h_111{background-color:CanvasText}.ds-switch_root--checked_4381h_126[aria-disabled=true] .ds-switch_thumb_4381h_111 svg{fill:Canvas}}.ds-switch_switch_4381h_48{border:1px solid #252525;border-radius:2rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}.ds-switch_thumb_4381h_111{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}.ds-switch_thumb_4381h_111 svg{transition:inherit;opacity:0}@media screen and (forced-colors:active){.ds-switch_thumb_4381h_111{background-color:CanvasText}.ds-switch_thumb_4381h_111 svg{fill:Canvas}}.ds-switch_loader_4381h_53{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:2rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}.ds-switch_loader_4381h_53 svg{fill:#00000080}@media screen and (forced-colors:active){.ds-switch_loader_4381h_53 svg{fill:CanvasText}}
@@ -1 +0,0 @@
1
- .ds-tabs_tabpane_30tnb_1{padding-block:var(--ds-spacing-dynamic-s)}.ds-tabs_tabpane_30tnb_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors:active){.ds-tabs_tabpane_30tnb_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tabpane_30tnb_1:focus{outline:revert;outline-offset:revert}.ds-tabs_tabpane_30tnb_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors:active){.ds-tabs_tabpane_30tnb_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tabpane_30tnb_1[hidden]{display:none}.ds-tabs_tabpane_30tnb_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-tabs_tabpane_30tnb_1 a:not([class]))[href^="http://"]:after,:where(.ds-tabs_tabpane_30tnb_1 a:not([class]))[href^="https://"]:after,:where(.ds-tabs_tabpane_30tnb_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-tabs_tabpane_30tnb_1 a:not([class]){color:#252525}.ds-tabs_tabpane_30tnb_1 a:not([class]):link,.ds-tabs_tabpane_30tnb_1 a:not([class]):visited{color:#252525}.ds-tabs_tabpane_30tnb_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media(hover:hover){.ds-tabs_tabpane_30tnb_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover:hover)and (forced-colors:active){.ds-tabs_tabpane_30tnb_1 a:not([class]):hover{background-color:Canvas}}.ds-tabs_tabpane_30tnb_1 a:not([class])[href^="http://"]:after,.ds-tabs_tabpane_30tnb_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-tabs_tabpane_30tnb_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-tabs_tabpane_30tnb_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-tabs_tabpane_30tnb_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tabpane_30tnb_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-tabs_tabpane_30tnb_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-tabs_tabpane_30tnb_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tabpane_30tnb_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-tabs_tabpane_30tnb_1 a:not([class]){transition-duration:0ms}}
@@ -1 +0,0 @@
1
- :where(.ds-text_root_zy2jj_6){margin:0}.ds-text_root_zy2jj_6{padding:0;border:none;color:#252525}.ds-text_root--large_zy2jj_15{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1.25rem;line-height:1.6;font-size-adjust:.414;font-weight:400}.ds-text_root--large-bold_zy2jj_26{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1.25rem;line-height:1.6;font-size-adjust:.426;font-weight:700;font-synthesis-weight:none}.ds-text_root--medium_zy2jj_38{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.5;font-size-adjust:.414;font-weight:400}.ds-text_root--medium-bold_zy2jj_49{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:1rem;line-height:1.5;font-size-adjust:.426;font-weight:700;font-synthesis-weight:none}.ds-text_root--small_zy2jj_61{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400}.ds-text_root--small-bold_zy2jj_72{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.426;font-weight:700;font-synthesis-weight:none}.ds-text_root--x-small_zy2jj_84{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.75rem;line-height:1.33;font-size-adjust:.414;font-weight:400}.ds-text_root--x-small-bold_zy2jj_95{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.75rem;line-height:1.33;font-size-adjust:.426;font-weight:700;font-synthesis-weight:none}.ds-text_root--xx-small_zy2jj_107{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.625rem;line-height:1.6;font-size-adjust:.414;font-weight:400}.ds-text_root_zy2jj_6 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-text_root_zy2jj_6 a:not([class]))[href^="http://"]:after,:where(.ds-text_root_zy2jj_6 a:not([class]))[href^="https://"]:after,:where(.ds-text_root_zy2jj_6 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-text_root_zy2jj_6 a:not([class]){color:#252525}.ds-text_root_zy2jj_6 a:not([class]):link,.ds-text_root_zy2jj_6 a:not([class]):visited{color:#252525}.ds-text_root_zy2jj_6 a:not([class]):active{background-color:#0000001a;color:#252525}@media(hover:hover){.ds-text_root_zy2jj_6 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover:hover)and (forced-colors:active){.ds-text_root_zy2jj_6 a:not([class]):hover{background-color:Canvas}}.ds-text_root_zy2jj_6 a:not([class])[href^="http://"]:after,.ds-text_root_zy2jj_6 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-text_root_zy2jj_6 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-text_root_zy2jj_6 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-text_root_zy2jj_6 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-text_root_zy2jj_6 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-text_root_zy2jj_6 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors:active){.ds-text_root_zy2jj_6 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-text_root_zy2jj_6 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-text_root_zy2jj_6 a:not([class]){transition-duration:0ms}}.ds-text_root--theme-dark_zy2jj_201{color:#fff}.ds-text_root--theme-dark_zy2jj_201 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-text_root--theme-dark_zy2jj_201 a:not([class]))[href^="http://"]:after,:where(.ds-text_root--theme-dark_zy2jj_201 a:not([class]))[href^="https://"]:after,:where(.ds-text_root--theme-dark_zy2jj_201 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-text_root--theme-dark_zy2jj_201 a:not([class]){color:#fff}.ds-text_root--theme-dark_zy2jj_201 a:not([class]):link,.ds-text_root--theme-dark_zy2jj_201 a:not([class]):visited{color:#fff}.ds-text_root--theme-dark_zy2jj_201 a:not([class]):active{background-color:#ffffff26;color:#fff}@media(hover:hover){.ds-text_root--theme-dark_zy2jj_201 a:not([class]):hover{background-color:#ffffff26;color:#fff}}@media screen and (hover:hover)and (forced-colors:active){.ds-text_root--theme-dark_zy2jj_201 a:not([class]):hover{background-color:Canvas}}.ds-text_root--theme-dark_zy2jj_201 a:not([class])[href^="http://"]:after,.ds-text_root--theme-dark_zy2jj_201 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-text_root--theme-dark_zy2jj_201 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-text_root--theme-dark_zy2jj_201 a:not([class]):focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors:active){.ds-text_root--theme-dark_zy2jj_201 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-text_root--theme-dark_zy2jj_201 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-text_root--theme-dark_zy2jj_201 a:not([class]):focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors:active){.ds-text_root--theme-dark_zy2jj_201 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-text_root--theme-dark_zy2jj_201 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media(prefers-reduced-motion:reduce){.ds-text_root--theme-dark_zy2jj_201 a:not([class]){transition-duration:0ms}}
@@ -1 +0,0 @@
1
- .ds-tooltip_root_8eqja_1{position:relative}.ds-tooltip_tooltip_8eqja_5{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-size:.875rem;line-height:1.14;font-size-adjust:.414;font-weight:400;color:#fff;background-color:#444;border:1px solid transparent;border-radius:.125rem;padding-block:5px;padding-inline:7px;z-index:998;max-width:25rem;opacity:1}.ds-tooltip_tooltip_8eqja_5[data-status=initial],.ds-tooltip_tooltip_8eqja_5[data-status=close]{opacity:0}.ds-tooltip_tooltip_8eqja_5[data-status=open]{transition:opacity var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1)}@media(prefers-reduced-motion:reduce){.ds-tooltip_tooltip_8eqja_5[data-status=open]{transition-duration:0ms}}.ds-tooltip_tooltip_8eqja_5[data-status=close]{transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(.5,0,1,1)}@media(prefers-reduced-motion:reduce){.ds-tooltip_tooltip_8eqja_5[data-status=close]{transition-duration:0ms}}
@@ -1,101 +0,0 @@
1
- "use client";
2
- import { jsxs as J, jsx as z } from "react/jsx-runtime";
3
- import { d as K } from "./chunks/index.cKLI89Eg.js";
4
- import { c as q } from "./chunks/index.DQOqod3i.js";
5
- import { D as P } from "./chunks/Icon.DYtaQgbw.js";
6
- import { DSSpinner as Q } from "./spinner.DtLnsqVV.js";
7
- import { Tooltip as G } from "./tooltip.a1aWHK00.js";
8
- import { forwardRef as U } from "react";
9
- import './assets/buttonround.rmUb58WF.css';const V = "ds-button-round_root_14bhh_1", W = "ds-button-round_root--highlight_14bhh_76", X = "ds-button-round_root--dark-highlight_14bhh_76", Y = "ds-button-round_root--filled_14bhh_152", Z = "ds-button-round_root--dark-filled_14bhh_402", tt = "ds-button-round_root--size-small_14bhh_675", ot = "ds-button-round_root--size-medium_14bhh_681", et = "ds-button-round_icon--hidden_14bhh_688", lt = "ds-button-round_label--hidden_14bhh_692", it = "ds-button-round_label--loading_14bhh_704", nt = "ds-button-round_loader_14bhh_708", e = {
10
- root: V,
11
- rootHighlight: W,
12
- rootDarkHighlight: X,
13
- rootFilled: Y,
14
- rootDarkFilled: Z,
15
- rootSizeSmall: tt,
16
- rootSizeMedium: ot,
17
- iconHidden: et,
18
- labelHidden: lt,
19
- labelLoading: it,
20
- loader: nt
21
- }, st = U((B, E) => {
22
- const t = K.c(55);
23
- let r, a, h, i, n, c, _, g, p, S, k, D, s;
24
- t[0] !== B ? ({
25
- children: a,
26
- aria: r,
27
- className: h,
28
- disabled: _,
29
- iconName: g,
30
- iconSource: i,
31
- loading: p,
32
- size: S,
33
- theme: k,
34
- tooltip: s,
35
- variant: D,
36
- onClick: n,
37
- ...c
38
- } = B, t[0] = B, t[1] = r, t[2] = a, t[3] = h, t[4] = i, t[5] = n, t[6] = c, t[7] = _, t[8] = g, t[9] = p, t[10] = S, t[11] = k, t[12] = D, t[13] = s) : (r = t[1], a = t[2], h = t[3], i = t[4], n = t[5], c = t[6], _ = t[7], g = t[8], p = t[9], S = t[10], k = t[11], D = t[12], s = t[13]);
39
- const N = _ === void 0 ? !1 : _, v = g === void 0 ? "placeholder" : g, o = p === void 0 ? !1 : p, C = S === void 0 ? "small" : S, H = k === void 0 ? "light" : k, d = D === void 0 ? "filled" : D;
40
- let F;
41
- t[14] !== h || t[15] !== C || t[16] !== H || t[17] !== d ? (F = q(e.root, {
42
- [e.rootSizeMedium]: C === "medium",
43
- [e.rootSizeSmall]: C === "small"
44
- }, h, {
45
- [e.rootFilled]: d === "filled",
46
- [e.rootHighlight]: d === "highlight",
47
- [e.rootDarkFilled]: H === "dark" && d === "filled",
48
- [e.rootDarkHighlight]: H === "dark" && d === "highlight"
49
- }), t[14] = h, t[15] = C, t[16] = H, t[17] = d, t[18] = F) : F = t[18];
50
- const O = F;
51
- let x;
52
- t[19] !== o ? (x = q(e.label, e.labelHidden, {
53
- [e.labelLoading]: o
54
- }), t[19] = o, t[20] = x) : x = t[20];
55
- const T = x;
56
- let y;
57
- t[21] !== o ? (y = q(e.icon, {
58
- [e.iconHidden]: o
59
- }), t[21] = o, t[22] = y) : y = t[22];
60
- const w = y, A = H === "light" && d === "filled" ? "dark" : "light";
61
- let L;
62
- t[23] !== N || t[24] !== o || t[25] !== n ? (L = (l) => {
63
- if (N || o) {
64
- l.preventDefault();
65
- return;
66
- }
67
- n && n(l);
68
- }, t[23] = N, t[24] = o, t[25] = n, t[26] = L) : L = t[26];
69
- const I = L, $ = N || o;
70
- let m;
71
- t[27] !== o ? (m = o && /* @__PURE__ */ z(Q, { className: e.loader, aria: {
72
- "aria-label": "Loading state"
73
- } }), t[27] = o, t[28] = m) : m = t[28];
74
- let u;
75
- t[29] !== a || t[30] !== T ? (u = /* @__PURE__ */ z("span", { className: T, children: a }), t[29] = a, t[30] = T, t[31] = u) : u = t[31];
76
- let b;
77
- t[32] !== w || t[33] !== v || t[34] !== i || t[35] !== A ? (b = (v || i) && /* @__PURE__ */ z(P, { name: v, theme: A, source: i, className: w, "aria-hidden": "true" }), t[32] = w, t[33] = v, t[34] = i, t[35] = A, t[36] = b) : b = t[36];
78
- let M;
79
- t[37] !== r || t[38] !== I || t[39] !== o || t[40] !== E || t[41] !== c || t[42] !== O || t[43] !== $ || t[44] !== m || t[45] !== u || t[46] !== b ? (M = /* @__PURE__ */ J("button", { className: O, type: "button", onClick: I, ...r, ...c, "aria-disabled": $, "aria-busy": o, ref: E, children: [
80
- m,
81
- u,
82
- b
83
- ] }), t[37] = r, t[38] = I, t[39] = o, t[40] = E, t[41] = c, t[42] = O, t[43] = $, t[44] = m, t[45] = u, t[46] = b, t[47] = M) : M = t[47];
84
- const R = M;
85
- if (s) {
86
- let l;
87
- t[48] !== R ? (l = /* @__PURE__ */ z(G.Anchor, { children: R }), t[48] = R, t[49] = l) : l = t[49];
88
- let f;
89
- t[50] !== s ? (f = /* @__PURE__ */ z(G.Content, { children: s }), t[50] = s, t[51] = f) : f = t[51];
90
- let j;
91
- return t[52] !== l || t[53] !== f ? (j = /* @__PURE__ */ J(G, { placement: "top", tooltipOffset: 6, children: [
92
- l,
93
- f
94
- ] }), t[52] = l, t[53] = f, t[54] = j) : j = t[54], j;
95
- }
96
- return R;
97
- });
98
- st.displayName = "DSButtonRound";
99
- export {
100
- st as DSButtonRound
101
- };
@@ -1,213 +0,0 @@
1
- "use client";
2
- import { jsxs as de, jsx as Y } from "react/jsx-runtime";
3
- import { useState as W, useRef as Z, useEffect as V, createElement as fe } from "react";
4
- import { d as me } from "./chunks/index.cKLI89Eg.js";
5
- import { c as x } from "./chunks/index.DQOqod3i.js";
6
- import { t as pe } from "./chunks/translate.nuU7uChI.js";
7
- import { u as he } from "./chunks/useBreakpoint.1txsny17.js";
8
- import { f as ge } from "./chunks/AriaLiveRegions.utils.BPvIKT6B.js";
9
- import { v as be, D as Se, e as Ce, d as j } from "./chunks/Chip.DCJYE513.js";
10
- import './assets/chipgroup.BGxjdSDX.css';const ke = "ds-chip-group_label--hidden_3zmt2_1", ye = "ds-chip-group_root_3zmt2_14", ee = {
11
- labelHidden: ke,
12
- root: ye
13
- }, Be = (i) => {
14
- const e = me.c(37);
15
- let r, h, f, S, a, _, C, k, y, w, v, D, $;
16
- e[0] !== i ? ({
17
- chips: r,
18
- id: f,
19
- label: S,
20
- className: h,
21
- disableTooltips: C,
22
- hideLabel: k,
23
- isRemovable: y,
24
- lang: w,
25
- selectionMode: v,
26
- size: D,
27
- translations: $,
28
- onChipsChange: a,
29
- ..._
30
- } = i, e[0] = i, e[1] = r, e[2] = h, e[3] = f, e[4] = S, e[5] = a, e[6] = _, e[7] = C, e[8] = k, e[9] = y, e[10] = w, e[11] = v, e[12] = D, e[13] = $) : (r = e[1], h = e[2], f = e[3], S = e[4], a = e[5], _ = e[6], C = e[7], k = e[8], y = e[9], w = e[10], v = e[11], D = e[12], $ = e[13]);
31
- const te = C === void 0 ? !1 : C, le = k === void 0 ? !1 : k, d = y === void 0 ? !1 : y, q = w === void 0 ? "en" : w, m = v === void 0 ? "single" : v, ne = D === void 0 ? "medium" : D;
32
- process.env.NODE_ENV !== "production" && be({
33
- chips: r,
34
- id: f,
35
- label: S
36
- });
37
- const c = pe($ || Se[q]), [n, g] = W(null);
38
- let A;
39
- e[14] !== r ? (A = () => r.map(we), e[14] = r, e[15] = A) : A = e[15];
40
- const [o, I] = W(A), J = Z(null), [u, P] = W();
41
- let N;
42
- e[16] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (N = [], e[16] = N) : N = e[16];
43
- const E = Z(N);
44
- let K, M;
45
- e[17] !== r ? (M = () => {
46
- I(r.map(ve));
47
- }, K = [r], e[17] = r, e[18] = K, e[19] = M) : (K = e[18], M = e[19]), V(M, K);
48
- let T, G;
49
- e[20] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (T = () => {
50
- const t = () => P("keydown"), l = () => P(null), s = () => P(null);
51
- return document.addEventListener("keydown", t), document.addEventListener("mousedown", l), document.addEventListener("touchstart", s), () => {
52
- document.removeEventListener("keydown", t), document.removeEventListener("mousedown", l), document.removeEventListener("touchstart", s);
53
- };
54
- }, G = [], e[20] = T, e[21] = G) : (T = e[20], G = e[21]), V(T, G);
55
- let R;
56
- e[22] !== n || e[23] !== u ? (R = () => {
57
- n !== null && E.current[n] && u === "keydown" && E.current[n]?.focus();
58
- }, e[22] = n, e[23] = u, e[24] = R) : R = e[24];
59
- let z;
60
- e[25] !== n ? (z = [n], e[25] = n, e[26] = z) : z = e[26], V(R, z);
61
- let B;
62
- e[27] !== o.length || e[28] !== n || e[29] !== u ? (B = () => {
63
- u === "keydown" && n !== null && o.length > 0 && E.current.forEach((t, l) => {
64
- t && (t.tabIndex = l === n ? 0 : -1, l === n && t.focus());
65
- });
66
- }, e[27] = o.length, e[28] = n, e[29] = u, e[30] = B) : B = e[30];
67
- let F;
68
- e[31] !== o ? (F = [o], e[31] = o, e[32] = F) : F = e[32], V(B, F);
69
- const se = (t) => {
70
- if (n === null)
71
- return;
72
- let l = n;
73
- e: switch (t.key) {
74
- case "a": {
75
- (t.metaKey || t.ctrlKey) && (t.preventDefault(), oe());
76
- break e;
77
- }
78
- case "ArrowRight":
79
- case "ArrowDown": {
80
- t.shiftKey && m === "multiple" && !d ? (l = n + 1 > o.length - 1 ? o.length - 1 : n + 1, n !== l ? (b(n), b(l)) : o[n].isSelected || b(n)) : (l = (n + 1) % o.length, t.preventDefault());
81
- break e;
82
- }
83
- case "ArrowLeft":
84
- case "ArrowUp": {
85
- t.shiftKey && m === "multiple" && !d ? (l = n - 1 < 0 ? 0 : n - 1, n !== l ? (b(n), b(l)) : o[0].isSelected || b(0)) : (l = (n - 1 + o.length) % o.length, t.preventDefault());
86
- break e;
87
- }
88
- case "Enter":
89
- case " ": {
90
- if (t.preventDefault(), d) {
91
- U(l), o[l]?.onClick?.(t);
92
- return;
93
- } else
94
- Q(l), o[l]?.onClick?.(t);
95
- break e;
96
- }
97
- case "Backspace": {
98
- d && U(l), t.preventDefault();
99
- return;
100
- }
101
- default:
102
- return;
103
- }
104
- g(l);
105
- }, oe = () => {
106
- if (m !== "multiple")
107
- return;
108
- const t = o.map(De);
109
- I(t);
110
- const l = t.length;
111
- L(c("countSelected", [String(l), j(c, l), c("selected")])), a && a(t);
112
- }, b = (t) => {
113
- if (d)
114
- return;
115
- const l = o.map($e);
116
- if (l[t].disabled)
117
- return;
118
- l[t].isSelected = !0;
119
- const s = l.filter(Ie).length;
120
- L(`${l[t].label} ${c("selected")}, ${c("countSelected", [String(s), j(c, s), c("selected")])}`), I(l), a && a(l);
121
- }, Q = (t) => {
122
- if (d)
123
- return;
124
- const l = [...o];
125
- if (!l[t].disabled) {
126
- if (m === "single")
127
- l.forEach((s, p) => {
128
- p === t ? (s.isSelected = !s.isSelected, L(s.isSelected ? `${s.label} ${c("selected")}` : `${s.label} ${c("notSelected")}`)) : s.isSelected = !1;
129
- });
130
- else if (m === "multiple") {
131
- l[t].isSelected = !l[t].isSelected;
132
- const s = l.filter(Ee).length, p = c("countSelected", [String(s), j(c, s), c("selected")]);
133
- L(l[t].isSelected ? `${l[t].label} ${c("selected")}, ${p}` : `${l[t].label} ${c("notSelected")}, ${p}`);
134
- }
135
- I(l), a && a(l);
136
- }
137
- }, U = (t) => {
138
- const l = o[t], s = o.filter((X, ue) => ue !== t).map(Le);
139
- I(s);
140
- const p = s.length;
141
- if (L(`${l.label} ${c("removed")}, ${c("countRemaining", [String(p), j(c, p), c("remaining")])}`), u === "keydown")
142
- if (s.length > 0) {
143
- const X = Math.min(t, s.length - 1);
144
- g(X);
145
- } else
146
- J.current?.focus(), g(null);
147
- a && a(s);
148
- }, ie = (t) => {
149
- d ? U(t) : o[t].disabled || Q(t);
150
- }, L = _e;
151
- let H;
152
- e[33] !== n ? (H = (t) => n === null || n === t ? 0 : -1, e[33] = n, e[34] = H) : H = e[34];
153
- const ce = H, re = he(le);
154
- let O;
155
- e[35] !== h ? (O = x(ee.root, h), e[35] = h, e[36] = O) : O = e[36];
156
- const ae = O;
157
- return o.length === 0 ? null : /* @__PURE__ */ de("div", { children: [
158
- /* @__PURE__ */ Y("div", { id: f, className: x({
159
- [ee.labelHidden]: re
160
- }) || void 0, children: S }),
161
- o.length > 0 && /* @__PURE__ */ Y("div", { ref: J, role: "grid", "aria-labelledby": f, "aria-multiselectable": m === "multiple", tabIndex: -1, onKeyDown: se, onFocus: () => {
162
- n === null ? (E.current[0].focus(), u === "keydown" && g(0)) : u === "keydown" && g(n);
163
- }, onBlur: () => g(null), className: ae, ..._, children: o.map((t, l) => /* @__PURE__ */ fe(Ce, { ...t, key: `${t.id}-${l}`, "data-focused": n === l, disableTooltips: te, groupId: f, isRemovable: d, lang: q, selectionMode: m, size: ne, tabIndex: ce(l), translations: $, onClick: (s) => {
164
- ie(l), t.onClick && t.onClick(s);
165
- }, ref: (s) => {
166
- E.current[l] = s;
167
- } })) })
168
- ] });
169
- };
170
- function we(i) {
171
- return {
172
- ...i
173
- };
174
- }
175
- function ve(i) {
176
- return {
177
- ...i
178
- };
179
- }
180
- function De(i) {
181
- return {
182
- ...i,
183
- selected: !i.disabled
184
- };
185
- }
186
- function $e(i) {
187
- return {
188
- ...i
189
- };
190
- }
191
- function Ie(i) {
192
- const {
193
- isSelected: e
194
- } = i;
195
- return e;
196
- }
197
- function Ee(i) {
198
- const {
199
- isSelected: e
200
- } = i;
201
- return e;
202
- }
203
- function Le(i) {
204
- return {
205
- ...i
206
- };
207
- }
208
- function _e(i) {
209
- ge(i, "DSChipGroup");
210
- }
211
- export {
212
- Be as DSChipGroup
213
- };
@@ -1,173 +0,0 @@
1
- "use client";
2
- import { jsx as d, jsxs as $ } from "react/jsx-runtime";
3
- import { d as Se } from "./index.cKLI89Eg.js";
4
- import { c as O } from "./index.DQOqod3i.js";
5
- import { forwardRef as ge, useRef as ve, useState as Ce, useImperativeHandle as We, useEffect as fe } from "react";
6
- import { DSHeading as Ne } from "../heading.BHSklXho.js";
7
- import { D as Oe } from "./Icon.DYtaQgbw.js";
8
- import { NumberIndicator as we } from "../numberindicator.Q7g4J3Ry.js";
9
- import { g as k } from "./helpers.CexwVao7.js";
10
- import '../assets/Accordion.DPu2l_Kg.css';const De = "ds-accordion_details_3l1oa_1", be = "ds-accordion_summary_3l1oa_117", xe = "ds-accordion_summary--utility--m_3l1oa_156", Ae = "ds-accordion_summary--flush_3l1oa_185", Ie = "ds-accordion_summary--small_3l1oa_253", Ee = "ds-accordion_summary--x-small_3l1oa_257", Xe = "ds-accordion_summary-content-wrapper_3l1oa_262", Fe = "ds-accordion_summary-content-wrapper--flush_3l1oa_268", Te = "ds-accordion_summary-content-wrapper--chevron-left_3l1oa_272", Pe = "ds-accordion_summary-content-wrapper--x-small_3l1oa_276", Re = "ds-accordion_heading-summary-wrapper_3l1oa_280", Le = "ds-accordion_heading-summary_3l1oa_280", je = "ds-accordion_heading-summary--x-small_3l1oa_290", ze = "ds-accordion_hint_3l1oa_294", Me = "ds-accordion_icon_3l1oa_308", He = "ds-accordion_icon--open_3l1oa_319", Ue = "ds-accordion_icon--open-caret_3l1oa_330", qe = "ds-accordion_content-wrapper_3l1oa_342", Ve = "ds-accordion_content-wrapper--flush_3l1oa_348", Ze = "ds-accordion_content-wrapper--small_3l1oa_352", $e = "ds-accordion_content-wrapper--x-small_3l1oa_356", t = {
11
- details: De,
12
- summary: be,
13
- summaryUtilityM: xe,
14
- summaryFlush: Ae,
15
- summarySmall: Ie,
16
- summaryXSmall: Ee,
17
- summaryContentWrapper: Xe,
18
- summaryContentWrapperFlush: Fe,
19
- summaryContentWrapperChevronLeft: Te,
20
- summaryContentWrapperXSmall: Pe,
21
- headingSummaryWrapper: Re,
22
- headingSummary: Le,
23
- headingSummaryXSmall: je,
24
- hint: ze,
25
- icon: Me,
26
- iconOpen: He,
27
- iconOpenCaret: Ue,
28
- contentWrapper: qe,
29
- contentWrapperFlush: Ve,
30
- contentWrapperSmall: Ze,
31
- contentWrapperXSmall: $e
32
- }, at = ["medium", "small", "x-small"], ot = ["chevron", "caret"], nt = ["left", "right"], ke = ({
33
- children: w,
34
- hint: B,
35
- numberIndicatorValue: e,
36
- numberIndicatorAriaLabel: a,
37
- summary: s
38
- }) => {
39
- if (!w)
40
- throw new Error(k("DSAccordion", "The component requires children to be set."));
41
- if (!s)
42
- throw new Error(k("DSAccordion", "The summary prop is required. Please add the summary prop to the DSAccordion component."));
43
- if (B && (e || e === ""))
44
- throw new Error(k("DSAccordion", "The hint and numberIndicator props cannot be used together. Please remove either the hint prop or the numberIndicatorValue prop."));
45
- (e || e === "") && !a && console.warn(k("DSAccordion", "Please provide a descriptive aria-label for the Number Indicator for better accessibility."));
46
- }, Be = ge((w, B) => {
47
- const e = Se.c(77);
48
- let a, s, l, m, o, p, u, r, D, b, x, A;
49
- e[0] !== w ? ({
50
- children: a,
51
- summary: r,
52
- chevronPosition: D,
53
- className: s,
54
- hint: l,
55
- isFlush: b,
56
- isOpen: x,
57
- numberIndicatorValue: o,
58
- numberIndicatorAriaLabel: m,
59
- size: A,
60
- onToggle: p,
61
- ...u
62
- } = w, e[0] = w, e[1] = a, e[2] = s, e[3] = l, e[4] = m, e[5] = o, e[6] = p, e[7] = u, e[8] = r, e[9] = D, e[10] = b, e[11] = x, e[12] = A) : (a = e[1], s = e[2], l = e[3], m = e[4], o = e[5], p = e[6], u = e[7], r = e[8], D = e[9], b = e[10], x = e[11], A = e[12]);
63
- const ue = D === void 0 ? "right" : D, n = b === void 0 ? !1 : b, i = x === void 0 ? !1 : x, h = A === void 0 ? "medium" : A;
64
- process.env.NODE_ENV !== "production" && ke({
65
- children: a,
66
- hint: l,
67
- numberIndicatorValue: o,
68
- numberIndicatorAriaLabel: m,
69
- summary: r
70
- });
71
- const G = ue === "right" ? "chevron" : "caret", c = ve(null), [he, _e] = Ce(i);
72
- let E;
73
- e[13] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (E = () => c.current, e[13] = E) : E = e[13], We(B, E);
74
- let X;
75
- e[14] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (X = () => {
76
- c.current && _e(c.current.open);
77
- }, e[14] = X) : X = e[14];
78
- let F;
79
- e[15] !== i ? (F = [i], e[15] = i, e[16] = F) : F = e[16], fe(X, F);
80
- let T, P;
81
- e[17] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (T = () => {
82
- const ye = () => {
83
- c.current && _e(c.current.open);
84
- };
85
- return c.current?.addEventListener("toggle", ye), () => {
86
- c.current?.removeEventListener("toggle", ye);
87
- };
88
- }, P = [], e[17] = T, e[18] = P) : (T = e[17], P = e[18]), fe(T, P);
89
- let R, L, j;
90
- const I = typeof r == "object" && r !== void 0;
91
- I && ({
92
- headingSize: R,
93
- headingTag: L,
94
- headingText: j
95
- } = r);
96
- let z;
97
- e[19] !== s ? (z = O(t.details, s), e[19] = s, e[20] = z) : z = e[20];
98
- const J = z, K = h === "small", Q = h === "x-small", Y = !I;
99
- let M;
100
- e[21] !== n || e[22] !== K || e[23] !== Q || e[24] !== Y ? (M = O(t.summary, {
101
- [t.summaryFlush]: n,
102
- [t.summarySmall]: K,
103
- [t.summaryXSmall]: Q,
104
- [t.summaryUtilityM]: Y
105
- }), e[21] = n, e[22] = K, e[23] = Q, e[24] = Y, e[25] = M) : M = e[25];
106
- const ee = M, te = ue === "left", re = h === "x-small";
107
- let H;
108
- e[26] !== n || e[27] !== te || e[28] !== re ? (H = O(t.summaryContentWrapper, {
109
- [t.summaryContentWrapperFlush]: n,
110
- [t.summaryContentWrapperChevronLeft]: te,
111
- [t.summaryContentWrapperXSmall]: re
112
- }), e[26] = n, e[27] = te, e[28] = re, e[29] = H) : H = e[29];
113
- const ae = H, oe = h === "x-small";
114
- let U;
115
- e[30] !== oe ? (U = O(t.headingSummary, {
116
- [t.headingSummaryXSmall]: oe
117
- }), e[30] = oe, e[31] = U) : U = e[31];
118
- const ne = U, se = G === "chevron" && he, le = G === "caret" && he;
119
- let q;
120
- e[32] !== se || e[33] !== le ? (q = O(t.icon, {
121
- [t.iconOpen]: se,
122
- [t.iconOpenCaret]: le
123
- }), e[32] = se, e[33] = le, e[34] = q) : q = e[34];
124
- const ce = q, me = h === "small", ie = h === "x-small";
125
- let V;
126
- e[35] !== n || e[36] !== me || e[37] !== ie ? (V = O(t.contentWrapper, {
127
- [t.contentWrapperFlush]: n,
128
- [t.contentWrapperSmall]: me,
129
- [t.contentWrapperXSmall]: ie
130
- }), e[35] = n, e[36] = me, e[37] = ie, e[38] = V) : V = e[38];
131
- const de = V;
132
- let _;
133
- e[39] !== R || e[40] !== L || e[41] !== j || e[42] !== I || e[43] !== r ? (_ = I ? /* @__PURE__ */ d(Ne, { tag: L, size: R, children: j }) : r, e[39] = R, e[40] = L, e[41] = j, e[42] = I, e[43] = r, e[44] = _) : _ = e[44];
134
- let y;
135
- e[45] !== m || e[46] !== o ? (y = (o || o?.trim() === "") && /* @__PURE__ */ d("div", { children: /* @__PURE__ */ d(we, { "aria-label": m, label: o }) }), e[45] = m, e[46] = o, e[47] = y) : y = e[47];
136
- let f;
137
- e[48] !== ne || e[49] !== _ || e[50] !== y ? (f = /* @__PURE__ */ $("div", { className: ne, children: [
138
- _,
139
- y
140
- ] }), e[48] = ne, e[49] = _, e[50] = y, e[51] = f) : f = e[51];
141
- let S;
142
- e[52] !== l ? (S = l && /* @__PURE__ */ d("div", { className: t.hint, children: l }), e[52] = l, e[53] = S) : S = e[53];
143
- let g;
144
- e[54] !== f || e[55] !== S ? (g = /* @__PURE__ */ $("div", { className: t.headingSummaryWrapper, children: [
145
- f,
146
- S
147
- ] }), e[54] = f, e[55] = S, e[56] = g) : g = e[56];
148
- const pe = G === "chevron" ? "chevron-down" : "caret-right";
149
- let v;
150
- e[57] !== ce || e[58] !== pe ? (v = /* @__PURE__ */ d(Oe, { name: pe, "aria-hidden": "true", className: ce }), e[57] = ce, e[58] = pe, e[59] = v) : v = e[59];
151
- let C;
152
- e[60] !== ae || e[61] !== g || e[62] !== v ? (C = /* @__PURE__ */ $("div", { className: ae, children: [
153
- g,
154
- v
155
- ] }), e[60] = ae, e[61] = g, e[62] = v, e[63] = C) : C = e[63];
156
- let W;
157
- e[64] !== ee || e[65] !== C ? (W = /* @__PURE__ */ d("summary", { className: ee, children: C }), e[64] = ee, e[65] = C, e[66] = W) : W = e[66];
158
- let N;
159
- e[67] !== a || e[68] !== de ? (N = /* @__PURE__ */ d("div", { className: de, children: a }), e[67] = a, e[68] = de, e[69] = N) : N = e[69];
160
- let Z;
161
- return e[70] !== J || e[71] !== i || e[72] !== p || e[73] !== u || e[74] !== W || e[75] !== N ? (Z = /* @__PURE__ */ $("details", { ...u, ref: c, className: J, open: i, onToggle: p, children: [
162
- W,
163
- N
164
- ] }), e[70] = J, e[71] = i, e[72] = p, e[73] = u, e[74] = W, e[75] = N, e[76] = Z) : Z = e[76], Z;
165
- });
166
- Be.displayName = "DSAccordion";
167
- export {
168
- ot as A,
169
- nt as C,
170
- Be as D,
171
- at as a,
172
- ke as v
173
- };