@stihl-design-system/components 1.0.0-RC.14 → 1.0.0-RC.16

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 (244) hide show
  1. package/accordion.Dm5MWHQ6.js +12 -0
  2. package/arialiveregions.BwwB-OfU.js +19 -0
  3. package/assets/Accordion.B5bGf8mR.css +1 -0
  4. package/assets/Breadcrumb.BaYrwrYl.css +1 -0
  5. package/assets/NavigationTabList.B6x56sAV.css +1 -0
  6. package/assets/linkstandalone.LMdnj-G0.css +1 -0
  7. package/asterisk.DUzshaw5.js +8 -0
  8. package/breadcrumb.BDpXhffn.js +11 -0
  9. package/breadcrumb.d.ts +2 -0
  10. package/button.Ywd82k7O.js +121 -0
  11. package/buttonround.CI5RGkR9.js +105 -0
  12. package/checkbox.C1JJOQeV.js +103 -0
  13. package/checkboxgroup.o5t3fWsf.js +9 -0
  14. package/chip.DcJLVxEm.js +11 -0
  15. package/chipgroup.CCq2AMSa.js +187 -0
  16. package/chunks/Accordion.BmI7nlus.js +166 -0
  17. package/chunks/AriaLiveRegions.utils.zSFFD3SF.js +27 -0
  18. package/chunks/Breadcrumb.BycdSn-b.js +106 -0
  19. package/chunks/CheckboxGroup.C-Adg1hA.js +74 -0
  20. package/chunks/Chip.BY8kLPnz.js +120 -0
  21. package/chunks/CustomReactSelect.C2yN7CYh.js +3622 -0
  22. package/chunks/Dialog.CjzCKRr2.js +140 -0
  23. package/chunks/Drawer.m2JeVNBp.js +148 -0
  24. package/chunks/Fieldset.DfWsQgjD.js +105 -0
  25. package/chunks/Icon.DhKyUWtM.js +231 -0
  26. package/chunks/Input.utils.Um8Pqp4U.js +52 -0
  27. package/chunks/InputPassword.CmvZcn6n.js +141 -0
  28. package/chunks/InputSearch.CwXaGLJp.js +179 -0
  29. package/chunks/InputStepper.NCl90c4h.js +275 -0
  30. package/chunks/NavigationTabList.BOrhiSiM.js +63 -0
  31. package/chunks/NavigationTabs.DW_6fZxc.js +63 -0
  32. package/chunks/Notification.Bp28ubaX.js +99 -0
  33. package/chunks/RadioGroup.Dh-7jSOg.js +105 -0
  34. package/chunks/Select.CMwsbHvQ.js +190 -0
  35. package/chunks/TabPane.utils.DG16Y2uD.js +10 -0
  36. package/chunks/Tabs.D3yDE5nU.js +77 -0
  37. package/chunks/Textarea.CMRn2Aof.js +184 -0
  38. package/chunks/Toast.Boi6TEHu.js +76 -0
  39. package/chunks/index.CEyLAtio.js +48 -0
  40. package/chunks/index.CgTHIF3K.js +293 -0
  41. package/chunks/{translate.isa3FHb8.js → translate.nuU7uChI.js} +1 -4
  42. package/chunks/useBreakpoint.CMOR9ZOB.js +44 -0
  43. package/combobox.BhzaJrs7.js +55 -0
  44. package/components/Accordion/Accordion.d.ts +5 -1
  45. package/components/Accordion/Accordion.utils.d.ts +2 -2
  46. package/components/AriaLiveRegions/AriaLiveRegions.d.ts +1 -0
  47. package/components/Asterisk/Asterisk.d.ts +1 -0
  48. package/components/Breadcrumb/Breadcrumb.d.ts +45 -0
  49. package/components/Breadcrumb/Breadcrumb.utils.d.ts +4 -0
  50. package/components/Button/Button.d.ts +6 -4
  51. package/components/ButtonRound/ButtonRound.d.ts +4 -1
  52. package/components/Checkbox/Checkbox.d.ts +2 -0
  53. package/components/CheckboxGroup/CheckboxGroup.d.ts +3 -1
  54. package/components/ChipGroup/ChipGroup.d.ts +2 -0
  55. package/components/Combobox/Combobox.d.ts +3 -0
  56. package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +3 -2
  57. package/components/Combobox/CustomReactSelect/OptionCheckbox.d.ts +1 -1
  58. package/components/Dialog/Dialog.d.ts +15 -4
  59. package/components/Drawer/Drawer.d.ts +15 -5
  60. package/components/Fieldset/Fieldset.d.ts +3 -1
  61. package/components/Flag/Flag.d.ts +3 -0
  62. package/components/FloatingActionButton/FloatingActionButton.d.ts +4 -1
  63. package/components/Heading/Heading.d.ts +3 -1
  64. package/components/Icon/Icon.d.ts +3 -1
  65. package/components/Input/Input.d.ts +23 -10
  66. package/components/Input/Input.utils.d.ts +2 -2
  67. package/components/InputPassword/InputPassword.d.ts +18 -9
  68. package/components/InputSearch/InputSearch.d.ts +17 -7
  69. package/components/InputStepper/InputStepper.d.ts +24 -8
  70. package/components/Link/Link.d.ts +6 -3
  71. package/components/LinkStandalone/LinkStandalone.d.ts +4 -1
  72. package/components/Logo/Logo.d.ts +3 -1
  73. package/components/NavigationTabs/NavigationTabs.d.ts +43 -0
  74. package/components/NavigationTabs/NavigationTabs.test.d.ts +1 -0
  75. package/components/NavigationTabs/NavigationTabs.utils.d.ts +6 -0
  76. package/components/Notification/Notification.d.ts +14 -5
  77. package/components/NumberIndicator/NumberIndicator.d.ts +1 -0
  78. package/components/RadioGroup/RadioGroup.d.ts +2 -0
  79. package/components/Select/Select.d.ts +2 -1
  80. package/components/SkipToContent/SkipToContent.d.ts +3 -0
  81. package/components/Spinner/Spinner.d.ts +7 -1
  82. package/components/Switch/Switch.d.ts +6 -4
  83. package/components/SystemFeedback/SystemFeedback.d.ts +1 -1
  84. package/components/Tabs/TabList/NavigationTabList/NavigationTabList.d.ts +22 -0
  85. package/components/Tabs/TabList/TabList.d.ts +38 -0
  86. package/components/Tabs/TabList/TabList.utils.d.ts +6 -0
  87. package/components/Tabs/TabList/TabList.utils.test.d.ts +1 -0
  88. package/components/Tabs/TabPane/TabPane.d.ts +1 -1
  89. package/components/Tabs/Tabs.d.ts +9 -2
  90. package/components/Tabs/Tabs.utils.d.ts +1 -6
  91. package/components/Text/Text.d.ts +6 -4
  92. package/components/Textarea/Textarea.d.ts +3 -1
  93. package/components/Title/Title.d.ts +3 -1
  94. package/components/Toast/Toast.d.ts +2 -0
  95. package/customreactselect.CW5-QQSM.js +14 -0
  96. package/dialog.DuAgAwfs.js +10 -0
  97. package/drawer.D3E46fH1.js +10 -0
  98. package/fieldset.4UygHVV3.js +12 -0
  99. package/flag.BJk5fHMs.js +50 -0
  100. package/floatingactionbutton.DFZ2YwaJ.js +74 -0
  101. package/heading.6LOBHJG6.js +55 -0
  102. package/icon.dww0DXWN.js +9 -0
  103. package/index.d.ts +4 -0
  104. package/index.es.js +139 -179
  105. package/input.DXzeHdRE.js +211 -0
  106. package/inputpassword.DXEvvgZt.js +13 -0
  107. package/inputsearch.DzwXj82k.js +14 -0
  108. package/inputstepper.CYwcFoQ1.js +16 -0
  109. package/link.CgNqBaNn.js +106 -0
  110. package/linkstandalone.Dn-uDj5T.js +69 -0
  111. package/logo.BgnYvK7t.js +51 -0
  112. package/navigationtablist.XNy54fXK.js +9 -0
  113. package/navigationtablist.d.ts +2 -0
  114. package/navigationtabs.DheMj9hs.js +9 -0
  115. package/navigationtabs.d.ts +2 -0
  116. package/notification.BnyOWmCm.js +10 -0
  117. package/numberindicator.Do92cr0z.js +35 -0
  118. package/optioncheckbox.DcckSTrV.js +52 -0
  119. package/package.json +53 -50
  120. package/partials/index.js +248 -2131
  121. package/partials/lib/partials.d.ts +77 -4
  122. package/radio.TDaeblOB.js +130 -0
  123. package/radiogroup.DyL_cJzK.js +11 -0
  124. package/select.BoeUz4Fb.js +13 -0
  125. package/skiptocontent.D7xhN0KM.js +35 -0
  126. package/spinner.gilnr6vN.js +52 -0
  127. package/switch.Ca9tRATr.js +68 -0
  128. package/systemfeedback.7I6fnqjX.js +34 -0
  129. package/tablist.TWjlHs5Y.js +251 -0
  130. package/tablist.d.ts +2 -0
  131. package/tabpane.CB-eudyw.js +37 -0
  132. package/tabs.Cr2CMXbY.js +11 -0
  133. package/text.C6gOJ2nV.js +59 -0
  134. package/textarea.CqDSxfcU.js +12 -0
  135. package/title.CSCXJnBN.js +43 -0
  136. package/toast.BN0v57nF.js +11 -0
  137. package/toastmanager.B9CR9plV.js +115 -0
  138. package/utils/render-documentation.d.ts +1 -0
  139. package/accordion.C6_sqiW2.js +0 -10
  140. package/arialiveregions.2dxodwBP.js +0 -27
  141. package/assets/Accordion.i4k5SMQM.css +0 -1
  142. package/assets/Tabs.DUqlqP6R.css +0 -1
  143. package/assets/linkstandalone.DIazcjIv.css +0 -1
  144. package/asterisk.DpzETKdT.js +0 -8
  145. package/button.BfcWQZhx.js +0 -135
  146. package/buttonround.E56F_805.js +0 -118
  147. package/checkbox.Dt0OWryN.js +0 -111
  148. package/checkboxgroup.je32bRPr.js +0 -8
  149. package/chip.CpnDX4Ro.js +0 -10
  150. package/chipgroup.Cy76KMWu.js +0 -175
  151. package/chunks/Accordion.Bza3TO4Y.js +0 -125
  152. package/chunks/AriaLiveRegions.utils.Bq6Mp2bE.js +0 -40
  153. package/chunks/CheckboxGroup.C_2ZwEQJ.js +0 -95
  154. package/chunks/Chip.BvlKC503.js +0 -148
  155. package/chunks/CustomReactSelect.CB41lklE.js +0 -3598
  156. package/chunks/Dialog.ClBjJWOh.js +0 -148
  157. package/chunks/Drawer.ReDW3ohH.js +0 -154
  158. package/chunks/Fieldset.Ct_JFRs9.js +0 -99
  159. package/chunks/Icon.BCmt_XBG.js +0 -223
  160. package/chunks/Input.utils.DYbmWlx6.js +0 -111
  161. package/chunks/InputPassword.Cvk5J8w1.js +0 -143
  162. package/chunks/InputSearch.BIIW-ERk.js +0 -192
  163. package/chunks/InputStepper.DGzR3KY6.js +0 -296
  164. package/chunks/Notification.uAEjPywP.js +0 -92
  165. package/chunks/RadioGroup.D10-pe9H.js +0 -146
  166. package/chunks/Select.DsLnW29U.js +0 -194
  167. package/chunks/TabPane.CYuUi0oL.js +0 -51
  168. package/chunks/Tabs.D_JAsvoh.js +0 -270
  169. package/chunks/Textarea.Dh9R9YdZ.js +0 -199
  170. package/chunks/Toast.j7LPnQ36.js +0 -89
  171. package/chunks/index.CvOaL64Y.js +0 -45
  172. package/chunks/jsx-runtime.C115EyI4.js +0 -635
  173. package/chunks/useBreakpoint.B8XxjSVJ.js +0 -48
  174. package/combobox.D6zXg976.js +0 -47
  175. package/customreactselect.BcjDvZG6.js +0 -13
  176. package/dialog.BkVOgeWY.js +0 -9
  177. package/drawer.DM_NKGTQ.js +0 -9
  178. package/fieldset.CSNoVbL1.js +0 -11
  179. package/flag.BKpsdB_-.js +0 -43
  180. package/floatingactionbutton.D5L0B7zI.js +0 -87
  181. package/heading.IPIYc5vW.js +0 -50
  182. package/icon.Ck0BpI34.js +0 -8
  183. package/input.BbnmbMCI.js +0 -241
  184. package/inputpassword.KnZRwWCQ.js +0 -12
  185. package/inputsearch.DgYJPZ2v.js +0 -13
  186. package/inputstepper.T_of1Gz0.js +0 -15
  187. package/link.L8O_InKe.js +0 -116
  188. package/linkstandalone.BBoEniZ_.js +0 -79
  189. package/logo.Hul8qCFo.js +0 -65
  190. package/notification.Bt9TbAAt.js +0 -9
  191. package/numberindicator.UU7FSouT.js +0 -26
  192. package/optioncheckbox.BRUTnQnJ.js +0 -43
  193. package/radio.B-2uuWHq.js +0 -114
  194. package/radiogroup.DM_lF4hI.js +0 -10
  195. package/select.COLuwr89.js +0 -12
  196. package/skiptocontent.DxogCFvU.js +0 -45
  197. package/spinner.Bq97Og-6.js +0 -58
  198. package/switch.DI8YYa5G.js +0 -65
  199. package/systemfeedback.C3Pfxxpp.js +0 -25
  200. package/tabpane.BnQBzVXw.js +0 -8
  201. package/tabs.BaELlVri.js +0 -15
  202. package/text.DThvTwm8.js +0 -57
  203. package/textarea.Wcl_pVBb.js +0 -13
  204. package/title.DqzdB2Gq.js +0 -36
  205. package/toast.DQlMWU6I.js +0 -10
  206. package/toastmanager.DxHFtr5C.js +0 -119
  207. /package/assets/{CheckboxGroup.BH1Br1dg.css → CheckboxGroup.Dd-Huo7x.css} +0 -0
  208. /package/assets/{Chip.DSdLuzoi.css → Chip.dxIYIjj7.css} +0 -0
  209. /package/assets/{CustomReactSelect.vHt8qNKC.css → CustomReactSelect.DYDaP5r5.css} +0 -0
  210. /package/assets/{Dialog.BgzebVk4.css → Dialog.DXmPdExC.css} +0 -0
  211. /package/assets/{Drawer.Bauwxrk7.css → Drawer.BcM0epJS.css} +0 -0
  212. /package/assets/{Fieldset.DOdTbb7C.css → Fieldset.Og4EsnPI.css} +0 -0
  213. /package/assets/{Icon.DxRSBRSL.css → Icon.ZNrKuqgu.css} +0 -0
  214. /package/assets/{InputPassword.CG7Ugu73.css → InputPassword.DtKteerr.css} +0 -0
  215. /package/assets/{InputSearch.CseChMc-.css → InputSearch.Mql3oFlQ.css} +0 -0
  216. /package/assets/{InputStepper.C0eAYr7P.css → InputStepper.BXz1MMBg.css} +0 -0
  217. /package/assets/{Notification.DbRapUJo.css → Notification.DZIF-Wo6.css} +0 -0
  218. /package/assets/{RadioGroup.BfMo157q.css → RadioGroup.CM2mYOzc.css} +0 -0
  219. /package/assets/{Select.D4EXgIbz.css → Select.KvAgxJZk.css} +0 -0
  220. /package/assets/{Textarea.KJGPTYMz.css → Textarea.BIRQlv6m.css} +0 -0
  221. /package/assets/{Toast.CuafTAf7.css → Toast.CuM-yS7S.css} +0 -0
  222. /package/assets/{arialiveregions.DhsijBaL.css → arialiveregions.e0Q16ZWi.css} +0 -0
  223. /package/assets/{asterisk.BfVAUBO7.css → asterisk.B41DaZDe.css} +0 -0
  224. /package/assets/{button.DF4RBeC2.css → button.CpPeQPsM.css} +0 -0
  225. /package/assets/{buttonround.19uK_-oO.css → buttonround.BFauSRAb.css} +0 -0
  226. /package/assets/{checkbox.ByOoFouu.css → checkbox.BKHQN_tu.css} +0 -0
  227. /package/assets/{chipgroup.BzfZLbkv.css → chipgroup.CUIkyYBW.css} +0 -0
  228. /package/assets/{flag.B-RLcMcf.css → flag.C7i3MAAP.css} +0 -0
  229. /package/assets/{floatingactionbutton.E9HekT6S.css → floatingactionbutton.l0nvFiJU.css} +0 -0
  230. /package/assets/{heading.u4f8Mz94.css → heading.B-rdLVZD.css} +0 -0
  231. /package/assets/{input.BAkFKPW3.css → input.B5spSeMe.css} +0 -0
  232. /package/assets/{link.DDJj0D1U.css → link.Be5OF_8E.css} +0 -0
  233. /package/assets/{logo.CnW8alZU.css → logo.bVXt9m9R.css} +0 -0
  234. /package/assets/{numberindicator.BJ9vFpnd.css → numberindicator.BJnvB-K3.css} +0 -0
  235. /package/assets/{optioncheckbox.BZaWtRD7.css → optioncheckbox.DAffEKvY.css} +0 -0
  236. /package/assets/{radio.X-RTl_jo.css → radio.CGf7v0D_.css} +0 -0
  237. /package/assets/{skiptocontent.PTL3256m.css → skiptocontent.CTSDC_kG.css} +0 -0
  238. /package/assets/{spinner.2iWJWKyA.css → spinner.BJ5xwnYH.css} +0 -0
  239. /package/assets/{switch.gw6aa3kx.css → switch.Bc9KIyw9.css} +0 -0
  240. /package/assets/{systemfeedback.BPz5YlPC.css → systemfeedback.DoqgHZPH.css} +0 -0
  241. /package/assets/{TabPane.zywjfwo8.css → tabpane.D1LTb432.css} +0 -0
  242. /package/assets/{text.DjTG_qNb.css → text.BlRcxO8n.css} +0 -0
  243. /package/assets/{title.rosWPEG3.css → title.B0tsgJ-n.css} +0 -0
  244. /package/components/{Tabs/Tabs.utils.test.d.ts → Breadcrumb/Breadcrumb.test.d.ts} +0 -0
@@ -0,0 +1,211 @@
1
+ "use client";
2
+ import { jsx as C, jsxs as xt } from "react/jsx-runtime";
3
+ import { d as Yt } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as A } from "./chunks/index.CEyLAtio.js";
5
+ import { useState as gt, useRef as Wt, useEffect as Zt } from "react";
6
+ import { u as te } from "./chunks/useBreakpoint.CMOR9ZOB.js";
7
+ import { u as Mt } from "./chunks/useIsomorphicLayoutEffect.CnJ9AMFS.js";
8
+ import { Asterisk as ee } from "./asterisk.DUzshaw5.js";
9
+ import { DSButton as Vt } from "./button.Ywd82k7O.js";
10
+ import { D as ie } from "./chunks/Icon.DhKyUWtM.js";
11
+ import { DSSystemFeedback as ne } from "./systemfeedback.7I6fnqjX.js";
12
+ import { v as se, b as ae, M as le, a as oe, s as de, c as ce, i as Xt } from "./chunks/Input.utils.Um8Pqp4U.js";
13
+ import './assets/input.B5spSeMe.css';const fe = "ds-input_input_yfh6h_1", ue = "ds-input_input--invalid_yfh6h_113", pe = "ds-input_input--small_yfh6h_120", he = "ds-input_input--has-leading-icon_yfh6h_173", re = "ds-input_input--has-action-button_yfh6h_176", _e = "ds-input_input--has-second-action-button_yfh6h_179", me = "ds-input_input--has-affix_yfh6h_191", ye = "ds-input_input--is-ready_yfh6h_205", be = "ds-input_root_yfh6h_212", xe = "ds-input_hint_yfh6h_220", ge = "ds-input_label_yfh6h_220", Ie = "ds-input_wrapper_yfh6h_224", Se = "ds-input_affix_yfh6h_230", ve = "ds-input_affix--small_yfh6h_251", Ne = "ds-input_affix--disabled_yfh6h_264", ke = "ds-input_prefix_yfh6h_272", Be = "ds-input_affix--readonly_yfh6h_275", He = "ds-input_suffix_yfh6h_285", De = "ds-input_leading-icon_yfh6h_292", Le = "ds-input_leading-icon--small_yfh6h_304", Ce = "ds-input_leading-icon--disabled_yfh6h_307", Ae = "ds-input_action-button_yfh6h_316", Re = "ds-input_label--hidden_yfh6h_334", Fe = "ds-input_label--disabled_yfh6h_347", we = "ds-input_feedback_yfh6h_367", e = {
14
+ input: fe,
15
+ "input--invalid": "ds-input_input--invalid_yfh6h_113",
16
+ inputInvalid: ue,
17
+ "input--small": "ds-input_input--small_yfh6h_120",
18
+ inputSmall: pe,
19
+ "input--has-leading-icon": "ds-input_input--has-leading-icon_yfh6h_173",
20
+ inputHasLeadingIcon: he,
21
+ "input--has-action-button": "ds-input_input--has-action-button_yfh6h_176",
22
+ inputHasActionButton: re,
23
+ "input--has-second-action-button": "ds-input_input--has-second-action-button_yfh6h_179",
24
+ inputHasSecondActionButton: _e,
25
+ "input--has-affix": "ds-input_input--has-affix_yfh6h_191",
26
+ inputHasAffix: me,
27
+ "input--is-ready": "ds-input_input--is-ready_yfh6h_205",
28
+ inputIsReady: ye,
29
+ root: be,
30
+ hint: xe,
31
+ label: ge,
32
+ wrapper: Ie,
33
+ affix: Se,
34
+ "affix--small": "ds-input_affix--small_yfh6h_251",
35
+ affixSmall: ve,
36
+ "affix--disabled": "ds-input_affix--disabled_yfh6h_264",
37
+ affixDisabled: Ne,
38
+ prefix: ke,
39
+ "affix--readonly": "ds-input_affix--readonly_yfh6h_275",
40
+ affixReadonly: Be,
41
+ suffix: He,
42
+ "leading-icon": "ds-input_leading-icon_yfh6h_292",
43
+ leadingIcon: De,
44
+ "leading-icon--small": "ds-input_leading-icon--small_yfh6h_304",
45
+ leadingIconSmall: Le,
46
+ "leading-icon--disabled": "ds-input_leading-icon--disabled_yfh6h_307",
47
+ leadingIconDisabled: Ce,
48
+ "action-button": "ds-input_action-button_yfh6h_316",
49
+ actionButton: Ae,
50
+ "label--hidden": "ds-input_label--hidden_yfh6h_334",
51
+ labelHidden: Re,
52
+ "label--disabled": "ds-input_label--disabled_yfh6h_347",
53
+ labelDisabled: Fe,
54
+ feedback: we
55
+ }, ze = (It) => {
56
+ const t = Yt.c(167);
57
+ let R, x, p, o, _, f, u, s, g, n, h, z, G, U, J, K, Q, Y;
58
+ t[0] !== It ? ({
59
+ id: o,
60
+ label: _,
61
+ actionButtonProps: R,
62
+ className: x,
63
+ disabled: z,
64
+ hint: p,
65
+ hideLabel: G,
66
+ invalid: U,
67
+ leadingIconName: f,
68
+ leadingIconSource: u,
69
+ prefix: s,
70
+ readonly: J,
71
+ required: K,
72
+ size: Q,
73
+ suffix: n,
74
+ systemFeedback: h,
75
+ type: Y,
76
+ ...g
77
+ } = It, t[0] = It, t[1] = R, t[2] = x, t[3] = p, t[4] = o, t[5] = _, t[6] = f, t[7] = u, t[8] = s, t[9] = g, t[10] = n, t[11] = h, t[12] = z, t[13] = G, t[14] = U, t[15] = J, t[16] = K, t[17] = Q, t[18] = Y) : (R = t[1], x = t[2], p = t[3], o = t[4], _ = t[5], f = t[6], u = t[7], s = t[8], g = t[9], n = t[10], h = t[11], z = t[12], G = t[13], U = t[14], J = t[15], K = t[16], Q = t[17], Y = t[18]);
78
+ const i = z === void 0 ? !1 : z, jt = G === void 0 ? !1 : G, c = U === void 0 ? !1 : U, l = J === void 0 ? !1 : J, I = K === void 0 ? !1 : K, a = Q === void 0 ? "medium" : Q, d = Y === void 0 ? "text" : Y;
79
+ process.env.NODE_ENV !== "production" && (se({
80
+ id: o,
81
+ label: _,
82
+ prefix: s,
83
+ suffix: n,
84
+ leadingIconName: f,
85
+ leadingIconSource: u,
86
+ actionButtonProps: R
87
+ }), ae(d));
88
+ let F;
89
+ t[19] !== R ? (F = R || {}, t[19] = R, t[20] = F) : F = t[20];
90
+ let w, r, m, P, E;
91
+ t[21] !== F ? ({
92
+ iconName: r,
93
+ iconSource: m,
94
+ label: w,
95
+ onClick: P,
96
+ ...E
97
+ } = F, t[21] = F, t[22] = w, t[23] = r, t[24] = m, t[25] = P, t[26] = E) : (w = t[22], r = t[23], m = t[24], P = t[25], E = t[26]);
98
+ const [Z, qt] = gt(!1), [St, zt] = gt(!1), [y, Gt] = gt(!1);
99
+ let it;
100
+ t[27] === Symbol.for("react.memo_cache_sentinel") ? (it = {}, t[27] = it) : it = t[27];
101
+ const [tt, Ut] = gt(it), vt = Wt(null);
102
+ let nt;
103
+ t[28] !== s ? (nt = s == null ? void 0 : s.substring(0, le), t[28] = s, t[29] = nt) : nt = t[29];
104
+ const Nt = nt, kt = Wt(null);
105
+ let st;
106
+ t[30] !== n ? (st = n == null ? void 0 : n.substring(0, oe), t[30] = n, t[31] = st) : st = t[31];
107
+ const Bt = st, Ht = Wt(null), et = te(jt);
108
+ let at;
109
+ t[32] !== a ? (at = () => {
110
+ const H = a === "medium" ? 16 : 8, D = {};
111
+ if (kt.current) {
112
+ const L = kt.current.offsetWidth;
113
+ D.paddingInlineStart = H + L + "px";
114
+ }
115
+ if (Ht.current) {
116
+ const L = Ht.current.offsetWidth;
117
+ D.paddingInlineEnd = H + L + "px";
118
+ }
119
+ Ut(D), qt(!0);
120
+ }, t[32] = a, t[33] = at) : at = t[33];
121
+ let lt;
122
+ t[34] !== St || t[35] !== s || t[36] !== a || t[37] !== n ? (lt = [s, n, a, St], t[34] = St, t[35] = s, t[36] = a, t[37] = n, t[38] = lt) : lt = t[38], Mt(at, lt);
123
+ let ot, dt;
124
+ t[39] === Symbol.for("react.memo_cache_sentinel") ? (ot = () => {
125
+ (async () => {
126
+ "fonts" in document && (await document.fonts.load('1em "STIHL Contraface Digital Text Regular"'), zt(!0));
127
+ })();
128
+ }, dt = [], t[39] = ot, t[40] = dt) : (ot = t[39], dt = t[40]), Mt(ot, dt);
129
+ let ct, ft;
130
+ t[41] !== d ? (ct = () => {
131
+ const H = de(Xt(d), ce(d));
132
+ Gt(H);
133
+ }, ft = [d], t[41] = d, t[42] = ct, t[43] = ft) : (ct = t[42], ft = t[43]), Zt(ct, ft);
134
+ const Dt = a === "small";
135
+ let b, T, $, O, S, v, W, X, N, k, B;
136
+ if (t[44] !== x || t[45] !== i || t[46] !== Nt || t[47] !== Bt || t[48] !== et || t[49] !== p || t[50] !== r || t[51] !== m || t[52] !== o || t[53] !== tt || t[54] !== c || t[55] !== Z || t[56] !== y || t[57] !== _ || t[58] !== f || t[59] !== u || t[60] !== s || t[61] !== l || t[62] !== I || t[63] !== g || t[64] !== a || t[65] !== n || t[66] !== h || t[67] !== Dt || t[68] !== d) {
137
+ const H = A(e.affix, {
138
+ [e.affixSmall]: Dt,
139
+ [e.affixDisabled]: i,
140
+ [e.affixReadonly]: l
141
+ }), D = `${o}-label`, L = `${o}-feedback`, pt = `${o}-hint`, Jt = p ? ` ${pt}` : "";
142
+ let ht;
143
+ t[80] !== x ? (ht = A(e.root, x), t[80] = x, t[81] = ht) : ht = t[81];
144
+ const Kt = ht, Lt = a === "small", Ct = f || u, At = s || n, Rt = r || m || y;
145
+ let rt;
146
+ t[82] !== c || t[83] !== Z || t[84] !== Lt || t[85] !== Ct || t[86] !== At || t[87] !== Rt ? (rt = A(e.input, {
147
+ [e.inputSmall]: Lt,
148
+ [e.inputInvalid]: c,
149
+ [e.inputHasLeadingIcon]: Ct,
150
+ [e.inputHasAffix]: At,
151
+ [e.inputHasActionButton]: Rt,
152
+ [e.inputIsReady]: Z
153
+ }), t[82] = c, t[83] = Z, t[84] = Lt, t[85] = Ct, t[86] = At, t[87] = Rt, t[88] = rt) : rt = t[88];
154
+ const Ft = rt;
155
+ let _t;
156
+ t[89] !== i || t[90] !== et ? (_t = A(e.label, {
157
+ [e.labelHidden]: et,
158
+ [e.labelDisabled]: i
159
+ }), t[89] = i, t[90] = et, t[91] = _t) : _t = t[91];
160
+ const wt = _t, Pt = a === "small";
161
+ let mt;
162
+ t[92] !== i || t[93] !== Pt ? (mt = A(e.leadingIcon, {
163
+ [e.leadingIconSmall]: Pt,
164
+ [e.leadingIconDisabled]: i
165
+ }), t[92] = i, t[93] = Pt, t[94] = mt) : mt = t[94];
166
+ const Et = mt, Tt = a === "small";
167
+ let yt;
168
+ t[95] !== Tt ? (yt = A(e.actionButton, {
169
+ [e.actionButtonSmall]: Tt
170
+ }), t[95] = Tt, t[96] = yt) : yt = t[96], b = yt;
171
+ let bt;
172
+ t[97] !== i || t[98] !== l ? (bt = (Qt) => {
173
+ vt.current && !i && !l && vt.current.showPicker(), Qt.preventDefault();
174
+ }, t[97] = i, t[98] = l, t[99] = bt) : bt = t[99], T = bt, X = Kt;
175
+ let q;
176
+ t[100] !== I ? (q = I && /* @__PURE__ */ C(ee, {}), t[100] = I, t[101] = q) : q = t[101], t[102] !== o || t[103] !== D || t[104] !== _ || t[105] !== wt || t[106] !== q ? (N = /* @__PURE__ */ xt("label", { className: wt, id: D, htmlFor: o, children: [
177
+ _,
178
+ q
179
+ ] }), t[102] = o, t[103] = D, t[104] = _, t[105] = wt, t[106] = q, t[107] = N) : N = t[107], t[108] !== p || t[109] !== pt ? (k = p && /* @__PURE__ */ C("div", { className: e.hint, id: pt, children: p }), t[108] = p, t[109] = pt, t[110] = k) : k = t[110], t[111] !== c || t[112] !== h || t[113] !== L ? (B = c && h && /* @__PURE__ */ C(ne, { className: e.feedback, message: h, type: "invalid", id: L }), t[111] = c, t[112] = h, t[113] = L, t[114] = B) : B = t[114], $ = e.wrapper, O = s && /* @__PURE__ */ C("span", { className: A(H, e.prefix), ref: kt, "aria-disabled": i, children: Nt }), t[115] !== Et || t[116] !== f || t[117] !== u || t[118] !== s ? (S = !s && (f || u) && /* @__PURE__ */ C(ie, { name: f, theme: "light", source: u, className: Et, "aria-hidden": "true" }), t[115] = Et, t[116] = f, t[117] = u, t[118] = s, t[119] = S) : S = t[119];
180
+ const $t = `${D}${Jt}`, Ot = c && h ? L : void 0;
181
+ t[120] !== i || t[121] !== o || t[122] !== Ft || t[123] !== tt || t[124] !== c || t[125] !== l || t[126] !== I || t[127] !== g || t[128] !== $t || t[129] !== Ot || t[130] !== d ? (v = /* @__PURE__ */ C("input", { type: d, className: Ft, id: o, ref: vt, ...g, style: tt, "aria-labelledby": $t, "aria-describedby": Ot, "aria-invalid": c, "aria-disabled": l, readOnly: l, required: I, disabled: i }), t[120] = i, t[121] = o, t[122] = Ft, t[123] = tt, t[124] = c, t[125] = l, t[126] = I, t[127] = g, t[128] = $t, t[129] = Ot, t[130] = d, t[131] = v) : v = t[131], W = n && /* @__PURE__ */ C("span", { className: A(H, e.suffix), ref: Ht, "aria-disabled": i, children: Bt }), t[44] = x, t[45] = i, t[46] = Nt, t[47] = Bt, t[48] = et, t[49] = p, t[50] = r, t[51] = m, t[52] = o, t[53] = tt, t[54] = c, t[55] = Z, t[56] = y, t[57] = _, t[58] = f, t[59] = u, t[60] = s, t[61] = l, t[62] = I, t[63] = g, t[64] = a, t[65] = n, t[66] = h, t[67] = Dt, t[68] = d, t[69] = b, t[70] = T, t[71] = $, t[72] = O, t[73] = S, t[74] = v, t[75] = W, t[76] = X, t[77] = N, t[78] = k, t[79] = B;
182
+ } else
183
+ b = t[69], T = t[70], $ = t[71], O = t[72], S = t[73], v = t[74], W = t[75], X = t[76], N = t[77], k = t[78], B = t[79];
184
+ let M;
185
+ t[132] !== b || t[133] !== w || t[134] !== i || t[135] !== r || t[136] !== m || t[137] !== y || t[138] !== P || t[139] !== l || t[140] !== E || t[141] !== a || t[142] !== n ? (M = !n && !y && (r || m) && /* @__PURE__ */ C(Vt, { ...E, hideLabel: !0, theme: "light", iconName: r, variant: "ghost", className: b, size: a, onClick: P, type: "button", disabled: i || l, children: w }), t[132] = b, t[133] = w, t[134] = i, t[135] = r, t[136] = m, t[137] = y, t[138] = P, t[139] = l, t[140] = E, t[141] = a, t[142] = n, t[143] = M) : M = t[143];
186
+ let V;
187
+ t[144] !== b || t[145] !== i || t[146] !== T || t[147] !== y || t[148] !== l || t[149] !== a || t[150] !== n || t[151] !== d ? (V = !n && y && !l && !i && /* @__PURE__ */ xt(Vt, { hideLabel: !0, theme: "light", iconName: Xt(d) ? "calendar" : "clock", variant: "ghost", className: b, size: a, onClick: T, type: "button", children: [
188
+ "Open ",
189
+ Xt(d) ? "date" : "time",
190
+ " picker"
191
+ ] }), t[144] = b, t[145] = i, t[146] = T, t[147] = y, t[148] = l, t[149] = a, t[150] = n, t[151] = d, t[152] = V) : V = t[152];
192
+ let j;
193
+ t[153] !== $ || t[154] !== O || t[155] !== S || t[156] !== v || t[157] !== W || t[158] !== M || t[159] !== V ? (j = /* @__PURE__ */ xt("div", { className: $, children: [
194
+ O,
195
+ S,
196
+ v,
197
+ W,
198
+ M,
199
+ V
200
+ ] }), t[153] = $, t[154] = O, t[155] = S, t[156] = v, t[157] = W, t[158] = M, t[159] = V, t[160] = j) : j = t[160];
201
+ let ut;
202
+ return t[161] !== X || t[162] !== N || t[163] !== k || t[164] !== B || t[165] !== j ? (ut = /* @__PURE__ */ xt("div", { className: X, children: [
203
+ N,
204
+ k,
205
+ B,
206
+ j
207
+ ] }), t[161] = X, t[162] = N, t[163] = k, t[164] = B, t[165] = j, t[166] = ut) : ut = t[166], ut;
208
+ };
209
+ export {
210
+ ze as DSInput
211
+ };
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ import "react/jsx-runtime";
3
+ import "./chunks/index.CgTHIF3K.js";
4
+ import "./chunks/index.CEyLAtio.js";
5
+ import "react";
6
+ import "./chunks/useBreakpoint.CMOR9ZOB.js";
7
+ import "./asterisk.DUzshaw5.js";
8
+ import "./button.Ywd82k7O.js";
9
+ import "./systemfeedback.7I6fnqjX.js";
10
+ import { D as u } from "./chunks/InputPassword.CmvZcn6n.js";
11
+ export {
12
+ u as DSInputPassword
13
+ };
@@ -0,0 +1,14 @@
1
+ "use client";
2
+ import "react/jsx-runtime";
3
+ import "./chunks/index.CgTHIF3K.js";
4
+ import "./chunks/index.CEyLAtio.js";
5
+ import "react";
6
+ import "./chunks/helpers.CcqWV-wZ.js";
7
+ import "./chunks/useBreakpoint.CMOR9ZOB.js";
8
+ import "./asterisk.DUzshaw5.js";
9
+ import "./button.Ywd82k7O.js";
10
+ import "./systemfeedback.7I6fnqjX.js";
11
+ import { D as u } from "./chunks/InputSearch.CwXaGLJp.js";
12
+ export {
13
+ u as DSInputSearch
14
+ };
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import "react/jsx-runtime";
3
+ import "./chunks/index.CgTHIF3K.js";
4
+ import "./chunks/index.CEyLAtio.js";
5
+ import "react";
6
+ import "./chunks/has-window.ut_-aShB.js";
7
+ import "./chunks/useBreakpoint.CMOR9ZOB.js";
8
+ import "./chunks/useIsomorphicLayoutEffect.CnJ9AMFS.js";
9
+ import "./asterisk.DUzshaw5.js";
10
+ import "./button.Ywd82k7O.js";
11
+ import "./chunks/Input.utils.Um8Pqp4U.js";
12
+ import "./systemfeedback.7I6fnqjX.js";
13
+ import { D as c } from "./chunks/InputStepper.NCl90c4h.js";
14
+ export {
15
+ c as DSInputStepper
16
+ };
@@ -0,0 +1,106 @@
1
+ "use client";
2
+ import { jsxs as to, jsx as Y } from "react/jsx-runtime";
3
+ import { d as lo } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as Z } from "./chunks/index.CEyLAtio.js";
5
+ import { u as X } from "./chunks/useBreakpoint.CMOR9ZOB.js";
6
+ import "react";
7
+ import { D as io } from "./chunks/Icon.DhKyUWtM.js";
8
+ import './assets/link.Be5OF_8E.css';const so = "ds-link_root_1i5hz_1", ro = "ds-link_root--highlight_1i5hz_75", no = "ds-link_root--dark-highlight_1i5hz_75", eo = "ds-link_root--filled_1i5hz_151", ho = "ds-link_root--outline_1i5hz_179", ao = "ds-link_root--ghost_1i5hz_206", _o = "ds-link_root--ghost-flush_1i5hz_231", co = "ds-link_root--small_1i5hz_237", ko = "ds-link_root--dark-filled_1i5hz_317", go = "ds-link_root--dark-outline_1i5hz_374", uo = "ds-link_root--dark-ghost_1i5hz_430", fo = "ds-link_root--dark-ghost-flush_1i5hz_484", mo = "ds-link_root--icon-left_1i5hz_546", zo = "ds-link_root--icon-only_1i5hz_562", Do = "ds-link_root--icon-only-small_1i5hz_571", yo = "ds-link_label--hidden_1i5hz_582", t = {
9
+ root: so,
10
+ "root--highlight": "ds-link_root--highlight_1i5hz_75",
11
+ rootHighlight: ro,
12
+ "root--dark-highlight": "ds-link_root--dark-highlight_1i5hz_75",
13
+ rootDarkHighlight: no,
14
+ "root--filled": "ds-link_root--filled_1i5hz_151",
15
+ rootFilled: eo,
16
+ "root--outline": "ds-link_root--outline_1i5hz_179",
17
+ rootOutline: ho,
18
+ "root--ghost": "ds-link_root--ghost_1i5hz_206",
19
+ rootGhost: ao,
20
+ "root--ghost-flush": "ds-link_root--ghost-flush_1i5hz_231",
21
+ rootGhostFlush: _o,
22
+ "root--small": "ds-link_root--small_1i5hz_237",
23
+ rootSmall: co,
24
+ "root--dark-filled": "ds-link_root--dark-filled_1i5hz_317",
25
+ rootDarkFilled: ko,
26
+ "root--dark-outline": "ds-link_root--dark-outline_1i5hz_374",
27
+ rootDarkOutline: go,
28
+ "root--dark-ghost": "ds-link_root--dark-ghost_1i5hz_430",
29
+ rootDarkGhost: uo,
30
+ "root--dark-ghost-flush": "ds-link_root--dark-ghost-flush_1i5hz_484",
31
+ rootDarkGhostFlush: fo,
32
+ "root--icon-left": "ds-link_root--icon-left_1i5hz_546",
33
+ rootIconLeft: mo,
34
+ "root--icon-only": "ds-link_root--icon-only_1i5hz_562",
35
+ rootIconOnly: zo,
36
+ "root--icon-only-small": "ds-link_root--icon-only-small_1i5hz_571",
37
+ rootIconOnlySmall: Do,
38
+ "label--hidden": "ds-link_label--hidden_1i5hz_582",
39
+ labelHidden: yo
40
+ }, bo = (S) => {
41
+ const o = lo.c(58);
42
+ let e, h, d, a, s, r, n, _, c, k, z, D, y, F, G, O, p;
43
+ o[0] !== S ? ({
44
+ children: h,
45
+ aria: e,
46
+ className: d,
47
+ download: a,
48
+ hideLabel: z,
49
+ href: s,
50
+ iconName: r,
51
+ iconPosition: D,
52
+ iconSource: n,
53
+ isFlush: y,
54
+ referrerPolicy: _,
55
+ rel: c,
56
+ size: F,
57
+ target: G,
58
+ theme: O,
59
+ variant: p,
60
+ ...k
61
+ } = S, o[0] = S, o[1] = e, o[2] = h, o[3] = d, o[4] = a, o[5] = s, o[6] = r, o[7] = n, o[8] = _, o[9] = c, o[10] = k, o[11] = z, o[12] = D, o[13] = y, o[14] = F, o[15] = G, o[16] = O, o[17] = p) : (e = o[1], h = o[2], d = o[3], a = o[4], s = o[5], r = o[6], n = o[7], _ = o[8], c = o[9], k = o[10], z = o[11], D = o[12], y = o[13], F = o[14], G = o[15], O = o[16], p = o[17]);
62
+ const L = z === void 0 ? !1 : z, oo = D === void 0 ? "left" : D, v = y === void 0 ? !1 : y, N = F === void 0 ? "medium" : F, x = G === void 0 ? "_self" : G, i = O === void 0 ? "light" : O, l = p === void 0 ? "filled" : p, P = l === "filled", j = l === "highlight", C = l === "outline", T = l === "ghost" && v !== !0, w = l === "ghost" && v === !0, B = i === "dark" && l === "filled", E = i === "dark" && l === "highlight", V = i === "dark" && l === "outline", $ = i === "dark" && l === "ghost" && v !== !0, q = i === "dark" && l === "ghost" && v === !0, A = N === "small", J = oo === "left", K = X(L) && N === "medium", M = X(L) && N === "small";
63
+ let I;
64
+ o[18] !== d || o[19] !== C || o[20] !== T || o[21] !== w || o[22] !== B || o[23] !== E || o[24] !== V || o[25] !== $ || o[26] !== q || o[27] !== A || o[28] !== J || o[29] !== K || o[30] !== M || o[31] !== P || o[32] !== j ? (I = Z(t.root, d, {
65
+ [t.rootFilled]: P,
66
+ [t.rootHighlight]: j,
67
+ [t.rootOutline]: C,
68
+ [t.rootGhost]: T,
69
+ [t.rootGhostFlush]: w,
70
+ [t.rootDarkFilled]: B,
71
+ [t.rootDarkHighlight]: E,
72
+ [t.rootDarkOutline]: V,
73
+ [t.rootDarkGhost]: $,
74
+ [t.rootDarkGhostFlush]: q,
75
+ [t.rootSmall]: A,
76
+ [t.rootIconLeft]: J,
77
+ [t.rootIconOnly]: K,
78
+ [t.rootIconOnlySmall]: M
79
+ }), o[18] = d, o[19] = C, o[20] = T, o[21] = w, o[22] = B, o[23] = E, o[24] = V, o[25] = $, o[26] = q, o[27] = A, o[28] = J, o[29] = K, o[30] = M, o[31] = P, o[32] = j, o[33] = I) : I = o[33];
80
+ const Q = I, R = X(L);
81
+ let b;
82
+ o[34] !== R ? (b = Z({
83
+ [t.labelHidden]: R
84
+ }), o[34] = R, o[35] = b) : b = o[35];
85
+ const U = b, W = i === "light" && l === "filled" || i === "dark" && l === "outline" || i === "dark" && l === "ghost" ? "dark" : "light", g = s === void 0 ? "span" : "a";
86
+ let u;
87
+ o[36] !== g || o[37] !== a || o[38] !== s || o[39] !== _ || o[40] !== c || o[41] !== x ? (u = g === "a" && {
88
+ href: s,
89
+ target: x,
90
+ rel: c,
91
+ referrerPolicy: _,
92
+ download: a
93
+ }, o[36] = g, o[37] = a, o[38] = s, o[39] = _, o[40] = c, o[41] = x, o[42] = u) : u = o[42];
94
+ let f;
95
+ o[43] !== h || o[44] !== U ? (f = /* @__PURE__ */ Y("span", { className: U, children: h }), o[43] = h, o[44] = U, o[45] = f) : f = o[45];
96
+ let m;
97
+ o[46] !== r || o[47] !== n || o[48] !== W ? (m = (r || n) && /* @__PURE__ */ Y(io, { name: r, theme: W, source: n, "aria-hidden": "true" }), o[46] = r, o[47] = n, o[48] = W, o[49] = m) : m = o[49];
98
+ let H;
99
+ return o[50] !== g || o[51] !== e || o[52] !== k || o[53] !== Q || o[54] !== u || o[55] !== f || o[56] !== m ? (H = /* @__PURE__ */ to(g, { className: Q, ...u, ...e, ...k, children: [
100
+ f,
101
+ m
102
+ ] }), o[50] = g, o[51] = e, o[52] = k, o[53] = Q, o[54] = u, o[55] = f, o[56] = m, o[57] = H) : H = o[57], H;
103
+ };
104
+ export {
105
+ bo as DSLink
106
+ };
@@ -0,0 +1,69 @@
1
+ "use client";
2
+ import { jsxs as C, jsx as w } from "react/jsx-runtime";
3
+ import { d as E } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as T } from "./chunks/index.CEyLAtio.js";
5
+ import { D as $ } from "./chunks/Icon.DhKyUWtM.js";
6
+ import "react";
7
+ import './assets/linkstandalone.LMdnj-G0.css';const q = "ds-link-standalone_root_egysd_1", B = "ds-link-standalone_root--highlight_egysd_68", F = "ds-link-standalone_root--neutral-dark_egysd_82", G = "ds-link-standalone_root--highlight-dark_egysd_131", J = "ds-link-standalone_root--active_egysd_180", K = "ds-link-standalone_root--icon-left_egysd_187", i = {
8
+ root: q,
9
+ "root--highlight": "ds-link-standalone_root--highlight_egysd_68",
10
+ rootHighlight: B,
11
+ "root--neutral-dark": "ds-link-standalone_root--neutral-dark_egysd_82",
12
+ rootNeutralDark: F,
13
+ "root--highlight-dark": "ds-link-standalone_root--highlight-dark_egysd_131",
14
+ rootHighlightDark: G,
15
+ "root--active": "ds-link-standalone_root--active_egysd_180",
16
+ rootActive: J,
17
+ "root--icon-left": "ds-link-standalone_root--icon-left_egysd_187",
18
+ rootIconLeft: K
19
+ }, V = (L) => {
20
+ const t = E.c(44);
21
+ let r, s, n, a, d, o, e, l, c, g, h, u, v, y, p;
22
+ t[0] !== L ? ({
23
+ children: n,
24
+ aria: s,
25
+ active: r,
26
+ className: a,
27
+ download: d,
28
+ href: o,
29
+ iconName: e,
30
+ iconPosition: u,
31
+ iconSource: l,
32
+ referrerPolicy: c,
33
+ rel: g,
34
+ target: v,
35
+ theme: y,
36
+ variant: p,
37
+ ...h
38
+ } = L, t[0] = L, t[1] = r, t[2] = s, t[3] = n, t[4] = a, t[5] = d, t[6] = o, t[7] = e, t[8] = l, t[9] = c, t[10] = g, t[11] = h, t[12] = u, t[13] = v, t[14] = y, t[15] = p) : (r = t[1], s = t[2], n = t[3], a = t[4], d = t[5], o = t[6], e = t[7], l = t[8], c = t[9], g = t[10], h = t[11], u = t[12], v = t[13], y = t[14], p = t[15]);
39
+ const z = u === void 0 ? "left" : u, x = v === void 0 ? "_self" : v, D = y === void 0 ? "light" : y, I = p === void 0 ? "neutral" : p, S = I === "highlight", A = D === "dark" && I === "neutral", P = D === "dark" && I === "highlight", j = z === "left";
40
+ let N;
41
+ t[16] !== r || t[17] !== a || t[18] !== S || t[19] !== A || t[20] !== P || t[21] !== j ? (N = T(i.root, a, {
42
+ [i.rootHighlight]: S,
43
+ [i.rootNeutralDark]: A,
44
+ [i.rootHighlightDark]: P,
45
+ [i.rootActive]: r,
46
+ [i.rootIconLeft]: j
47
+ }), t[16] = r, t[17] = a, t[18] = S, t[19] = A, t[20] = P, t[21] = j, t[22] = N) : N = t[22];
48
+ const b = N, _ = o === void 0 ? "span" : "a";
49
+ let k;
50
+ t[23] !== _ || t[24] !== d || t[25] !== o || t[26] !== c || t[27] !== g || t[28] !== x ? (k = _ === "a" && {
51
+ href: o,
52
+ target: x,
53
+ rel: g,
54
+ referrerPolicy: c,
55
+ download: d
56
+ }, t[23] = _, t[24] = d, t[25] = o, t[26] = c, t[27] = g, t[28] = x, t[29] = k) : k = t[29];
57
+ let f;
58
+ t[30] !== n ? (f = /* @__PURE__ */ w("span", { className: i.label, children: n }), t[30] = n, t[31] = f) : f = t[31];
59
+ let m;
60
+ t[32] !== e || t[33] !== l || t[34] !== D ? (m = (e || l) && /* @__PURE__ */ w($, { name: e, theme: D, source: l, size: "medium", "aria-hidden": "true" }), t[32] = e, t[33] = l, t[34] = D, t[35] = m) : m = t[35];
61
+ let H;
62
+ return t[36] !== _ || t[37] !== s || t[38] !== h || t[39] !== b || t[40] !== k || t[41] !== f || t[42] !== m ? (H = /* @__PURE__ */ C(_, { className: b, ...k, ...s, ...h, children: [
63
+ f,
64
+ m
65
+ ] }), t[36] = _, t[37] = s, t[38] = h, t[39] = b, t[40] = k, t[41] = f, t[42] = m, t[43] = H) : H = t[43], H;
66
+ };
67
+ export {
68
+ V as DSLinkStandalone
69
+ };
@@ -0,0 +1,51 @@
1
+ "use client";
2
+ import { jsx as k, jsxs as D } from "react/jsx-runtime";
3
+ import { d as T } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as B } from "./chunks/index.CEyLAtio.js";
5
+ import './assets/logo.bVXt9m9R.css';const H = "ds-logo_anchor_xhwl6_1", M = "ds-logo_svg_xhwl6_2", N = "ds-logo_svg-background_xhwl6_40", Z = "ds-logo_svg-background--dark_xhwl6_43", S = "ds-logo_svg-text_xhwl6_46", j = "ds-logo_svg-text--dark_xhwl6_49", c = {
6
+ anchor: H,
7
+ svg: M,
8
+ "svg-background": "ds-logo_svg-background_xhwl6_40",
9
+ svgBackground: N,
10
+ "svg-background--dark": "ds-logo_svg-background--dark_xhwl6_43",
11
+ svgBackgroundDark: Z,
12
+ "svg-text": "ds-logo_svg-text_xhwl6_46",
13
+ svgText: S,
14
+ "svg-text--dark": "ds-logo_svg-text--dark_xhwl6_49",
15
+ svgTextDark: j
16
+ }, $ = (m) => {
17
+ const s = T.c(26);
18
+ let o, l, t, e, n, h, d;
19
+ s[0] !== m ? ({
20
+ aria: o,
21
+ className: l,
22
+ href: t,
23
+ target: n,
24
+ theme: h,
25
+ variant: d,
26
+ ...e
27
+ } = m, s[0] = m, s[1] = o, s[2] = l, s[3] = t, s[4] = e, s[5] = n, s[6] = h, s[7] = d) : (o = s[1], l = s[2], t = s[3], e = s[4], n = s[5], h = s[6], d = s[7]);
28
+ const u = n === void 0 ? "_self" : n, p = (d === void 0 ? "standard" : d) === "background" || (h === void 0 ? "light" : h) === "dark", w = !t && l;
29
+ let a;
30
+ s[8] !== w ? (a = B(c.svg, w), s[8] = w, s[9] = a) : a = s[9];
31
+ let v;
32
+ s[10] === Symbol.for("react.memo_cache_sentinel") ? (v = /* @__PURE__ */ k("title", { children: "STIHL" }), s[10] = v) : v = s[10];
33
+ const f = p ? c.svgBackgroundDark : c.svgBackground;
34
+ let g;
35
+ s[11] !== f ? (g = /* @__PURE__ */ k("path", { className: f, d: "M408 0H0v179h408V0Z" }), s[11] = f, s[12] = g) : g = s[12];
36
+ const b = p ? c.svgTextDark : c.svgText;
37
+ let r;
38
+ s[13] !== b ? (r = /* @__PURE__ */ k("path", { className: b, d: "M195.459 56.314h-61.656l-4.936 16.193h20.668l-15.304 50.179h20.106l15.293-50.18h20.893l4.936-16.192ZM62.286 66.62l-5.353 17.558c-2.384 7.814 1.957 13.531 9.637 13.531h25.065a1.626 1.626 0 0 1 1.288.7 1.638 1.638 0 0 1 .207 1.454l-1.349 4.42a3.37 3.37 0 0 1-2.8 2.154H49.624l-4.993 16.249h50.816c5.622 0 10.39-2.605 12.842-10.645l5.094-16.677c2.406-7.894-2.081-13.532-9.086-13.532H79.108c-1.394 0-1.945-1.015-1.563-2.255l1.35-4.42a3.385 3.385 0 0 1 1.185-1.872 3.368 3.368 0 0 1 2.087-.733h36.253l4.937-16.193H75.251c-6.87-.045-11.155 4.364-12.965 10.261ZM320.571 106.493l15.304-50.18h-20.218l-20.23 66.373h63.017l4.936-16.193h-42.809ZM282.653 56.314l-7.771 25.484H250.83l7.77-25.484h-19.319l-20.23 66.372h19.308l7.736-25.372h24.053l-7.725 25.372h19.836l20.23-66.372h-19.836ZM205.917 56.314l-20.229 66.372h20.218l20.23-66.372h-20.219Z" }), s[13] = b, s[14] = r) : r = s[14];
39
+ let _;
40
+ s[15] !== r || s[16] !== a || s[17] !== g ? (_ = /* @__PURE__ */ D("svg", { xmlns: "http://www.w3.org/2000/svg", className: a, viewBox: "0 0 408 179", width: "100%", height: "100%", children: [
41
+ v,
42
+ g,
43
+ r
44
+ ] }), s[15] = r, s[16] = a, s[17] = g, s[18] = _) : _ = s[18];
45
+ const i = _;
46
+ let x;
47
+ return s[19] !== o || s[20] !== l || s[21] !== t || s[22] !== e || s[23] !== i || s[24] !== u ? (x = t ? /* @__PURE__ */ k("a", { className: B(c.anchor, l), href: t, target: u, ...o, ...e, children: i }) : i, s[19] = o, s[20] = l, s[21] = t, s[22] = e, s[23] = i, s[24] = u, s[25] = x) : x = s[25], x;
48
+ };
49
+ export {
50
+ $ as DSLogo
51
+ };
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import "react/jsx-runtime";
3
+ import "react";
4
+ import "./chunks/Icon.DhKyUWtM.js";
5
+ import "./numberindicator.Do92cr0z.js";
6
+ import { N as a } from "./chunks/NavigationTabList.BOrhiSiM.js";
7
+ export {
8
+ a as NavigationTabList
9
+ };
@@ -0,0 +1,2 @@
1
+ export * from './components/Tabs/TabList/NavigationTabList/NavigationTabList'
2
+ export {}
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import "react/jsx-runtime";
3
+ import "./chunks/index.CgTHIF3K.js";
4
+ import "react";
5
+ import "./tablist.TWjlHs5Y.js";
6
+ import { D as a } from "./chunks/NavigationTabs.DW_6fZxc.js";
7
+ export {
8
+ a as DSNavigationTabs
9
+ };
@@ -0,0 +1,2 @@
1
+ export * from './components/NavigationTabs/NavigationTabs'
2
+ export {}
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import "react/jsx-runtime";
3
+ import "./chunks/index.CgTHIF3K.js";
4
+ import "./chunks/index.CEyLAtio.js";
5
+ import "./button.Ywd82k7O.js";
6
+ import "./chunks/Icon.DhKyUWtM.js";
7
+ import { D as a } from "./chunks/Notification.Bp28ubaX.js";
8
+ export {
9
+ a as DSNotification
10
+ };
@@ -0,0 +1,35 @@
1
+ "use client";
2
+ import { jsx as u } from "react/jsx-runtime";
3
+ import { d as f } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as b } from "./chunks/index.CEyLAtio.js";
5
+ import './assets/numberindicator.BJnvB-K3.css';const p = "ds-number-indicator_root_t83wm_1", C = "ds-number-indicator_root--has-content_t83wm_25", H = "ds-number-indicator_root--highlight_t83wm_30", g = {
6
+ root: p,
7
+ "root--has-content": "ds-number-indicator_root--has-content_t83wm_25",
8
+ rootHasContent: C,
9
+ "root--highlight": "ds-number-indicator_root--highlight_t83wm_30",
10
+ rootHighlight: H
11
+ }, x = (c) => {
12
+ const t = f.c(16);
13
+ let s, o, r, e;
14
+ t[0] !== c ? ({
15
+ label: o,
16
+ className: s,
17
+ variant: e,
18
+ ...r
19
+ } = c, t[0] = c, t[1] = s, t[2] = o, t[3] = r, t[4] = e) : (s = t[1], o = t[2], r = t[3], e = t[4]);
20
+ const _ = e === void 0 ? "default" : e, n = typeof o == "string" && o.trim().length > 0;
21
+ let i;
22
+ t[5] !== n || t[6] !== o ? (i = n ? o.trim().substring(0, 4) : null, t[5] = n, t[6] = o, t[7] = i) : i = t[7];
23
+ const h = i, m = _ === "highlight" || !n;
24
+ let l;
25
+ t[8] !== s || t[9] !== n || t[10] !== m ? (l = b(g.root, s, {
26
+ [g.rootHasContent]: n,
27
+ [g.rootHighlight]: m
28
+ }), t[8] = s, t[9] = n, t[10] = m, t[11] = l) : l = t[11];
29
+ const d = l;
30
+ let a;
31
+ return t[12] !== r || t[13] !== d || t[14] !== h ? (a = /* @__PURE__ */ u("span", { className: d, ...r, children: h }), t[12] = r, t[13] = d, t[14] = h, t[15] = a) : a = t[15], a;
32
+ };
33
+ export {
34
+ x as NumberIndicator
35
+ };
@@ -0,0 +1,52 @@
1
+ "use client";
2
+ import { jsx as m, jsxs as q } from "react/jsx-runtime";
3
+ import { d as p } from "./chunks/index.CgTHIF3K.js";
4
+ import { c as r } from "./chunks/index.CEyLAtio.js";
5
+ import { D as C } from "./chunks/Icon.DhKyUWtM.js";
6
+ import './assets/optioncheckbox.DAffEKvY.css';const D = "ds-combobox_root_q88mt_1", N = "ds-combobox_root--disabled_q88mt_21", u = "ds-combobox_checkbox_q88mt_25", j = "ds-combobox_icon-check_q88mt_41", v = "ds-combobox_checkbox--checked_q88mt_62", y = "ds-combobox_checkbox--disabled_q88mt_65", S = "ds-combobox_label_q88mt_82", c = {
7
+ root: D,
8
+ "root--disabled": "ds-combobox_root--disabled_q88mt_21",
9
+ rootDisabled: N,
10
+ checkbox: u,
11
+ "icon-check": "ds-combobox_icon-check_q88mt_41",
12
+ iconCheck: j,
13
+ "checkbox--checked": "ds-combobox_checkbox--checked_q88mt_62",
14
+ checkboxChecked: v,
15
+ "checkbox--disabled": "ds-combobox_checkbox--disabled_q88mt_65",
16
+ checkboxDisabled: y,
17
+ label: S
18
+ }, g = (f) => {
19
+ const o = p.c(17), {
20
+ label: h,
21
+ checked: _,
22
+ className: n,
23
+ disabled: e
24
+ } = f;
25
+ let l;
26
+ o[0] !== e ? (l = r(c.root, {
27
+ [c.rootDisabled]: e
28
+ }), o[0] = e, o[1] = l) : l = o[1];
29
+ const x = l;
30
+ let d;
31
+ o[2] !== _ || o[3] !== e ? (d = r(c.checkbox, {
32
+ [c.checkboxDisabled]: e,
33
+ [c.checkboxChecked]: _
34
+ }), o[2] = _, o[3] = e, o[4] = d) : d = o[4];
35
+ const k = d;
36
+ let a;
37
+ o[5] === Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ m(C, { name: "check", className: c.iconCheck, "aria-hidden": "true" }), o[5] = a) : a = o[5];
38
+ let s;
39
+ o[6] !== k ? (s = /* @__PURE__ */ m("span", { className: k, children: a }), o[6] = k, o[7] = s) : s = o[7];
40
+ let t;
41
+ o[8] !== h ? (t = /* @__PURE__ */ m("span", { className: c.label, children: h }), o[8] = h, o[9] = t) : t = o[9];
42
+ let b;
43
+ o[10] !== x || o[11] !== s || o[12] !== t ? (b = /* @__PURE__ */ q("div", { className: x, children: [
44
+ s,
45
+ t
46
+ ] }), o[10] = x, o[11] = s, o[12] = t, o[13] = b) : b = o[13];
47
+ let i;
48
+ return o[14] !== n || o[15] !== b ? (i = /* @__PURE__ */ m("div", { className: n, children: b }), o[14] = n, o[15] = b, o[16] = i) : i = o[16], i;
49
+ };
50
+ export {
51
+ g as OptionCheckbox
52
+ };