@stihl-design-system/components 1.0.0-RC.7 → 1.0.0-RC.9

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 (155) hide show
  1. package/Notification-additional-information.jpeg +0 -0
  2. package/Notification-confirm-error.jpg +0 -0
  3. package/Notification-confirm-warn.jpeg +0 -0
  4. package/Notification-overview.jpeg +0 -0
  5. package/Notification-success.jpeg +0 -0
  6. package/assets/CustomReactSelect.CMkn-EGK.css +1 -0
  7. package/assets/Dialog.DdLMmOLt.css +1 -0
  8. package/assets/Drawer.BqBgbSuP.css +1 -0
  9. package/assets/Fieldset.qHYeUFZt.css +1 -0
  10. package/assets/InputPassword.Cf394z47.css +1 -0
  11. package/assets/InputSearch.eCRQoxjN.css +1 -0
  12. package/assets/InputStepper.B80KulYE.css +1 -0
  13. package/assets/Notification.DK6agBGS.css +1 -0
  14. package/assets/Select.BptsMxz4.css +1 -0
  15. package/assets/Textarea.CIIVh03G.css +1 -0
  16. package/assets/Toast.Dsvs1zdM.css +1 -0
  17. package/assets/asterisk.DlJ4YtSZ.css +1 -0
  18. package/assets/button.B1O7Yw3Q.css +1 -0
  19. package/assets/buttonround.DlH_ipDo.css +1 -0
  20. package/assets/checkbox.K4CVYK9g.css +1 -0
  21. package/assets/heading.6bER-Eac.css +1 -0
  22. package/assets/input.C0MrSbQu.css +1 -0
  23. package/assets/link.vtTST2ki.css +1 -0
  24. package/assets/linkstandalone.BtAcziZ7.css +1 -0
  25. package/assets/logo.pETQEsvZ.css +1 -0
  26. package/assets/optioncheckbox.BJJAph5_.css +1 -0
  27. package/assets/radio.9kpIO3HC.css +1 -0
  28. package/assets/skiptocontent.CHcqLS7S.css +1 -0
  29. package/assets/switch.2DQF2zH-.css +1 -0
  30. package/assets/systemfeedback.Sq0bAIyf.css +1 -0
  31. package/assets/text.Dhb_l50R.css +1 -0
  32. package/assets/title.f74Bosn-.css +1 -0
  33. package/{asterisk.Cjbk-xZi.js → asterisk.DDn-yX4P.js} +1 -1
  34. package/button.CkHCQg3Y.js +135 -0
  35. package/buttonround.DX3u2Fio.js +118 -0
  36. package/checkbox.BbmCDJCm.js +112 -0
  37. package/{checkboxgroup.DqWlzAeR.js → checkboxgroup.CPENWSuk.js} +2 -2
  38. package/chunks/{CheckboxGroup.DsQ6lI5a.js → CheckboxGroup.Dx_Hn8Dl.js} +2 -2
  39. package/chunks/CustomReactSelect.C4rTVlvy.js +3593 -0
  40. package/chunks/Dialog.TPjJ_yxK.js +148 -0
  41. package/chunks/Drawer.DrLGSch-.js +154 -0
  42. package/chunks/{Fieldset.B1vsrHNv.js → Fieldset.P09LInkT.js} +29 -29
  43. package/chunks/{Input.utils.BGUhXCNP.js → Input.utils.ChV6RJsh.js} +19 -17
  44. package/chunks/InputPassword.CSc1c98k.js +140 -0
  45. package/chunks/{InputSearch.DITRiB92.js → InputSearch.DrgdGFT_.js} +49 -49
  46. package/chunks/{InputStepper.Bf8NZ9pb.js → InputStepper.DJEuIr4C.js} +76 -76
  47. package/chunks/{Notification.DVVuSOqG.js → Notification.B68mMDiB.js} +24 -24
  48. package/chunks/{RadioGroup.BO4pbAJw.js → RadioGroup.B5jRveyI.js} +2 -2
  49. package/chunks/Select.Cl2eJR1z.js +191 -0
  50. package/chunks/Textarea.Sk9-GXfs.js +195 -0
  51. package/chunks/{Toast.RON4bFPY.js → Toast.D9DAuz2m.js} +33 -33
  52. package/{combobox.CRlhqmuO.js → combobox.jDpV6bv-.js} +1 -1
  53. package/components/Button/Button.d.ts +1 -1
  54. package/components/Checkbox/Checkbox.d.ts +1 -1
  55. package/components/CustomReactSelect/CustomReactSelect.d.ts +2 -2
  56. package/components/Dialog/Dialog.d.ts +22 -3
  57. package/components/Dialog/Dialog.test.d.ts +1 -0
  58. package/components/Dialog/Dialog.utils.d.ts +12 -0
  59. package/components/Dialog/Dialog.utils.test.d.ts +1 -0
  60. package/components/Drawer/Drawer.d.ts +31 -0
  61. package/components/Drawer/Drawer.test.d.ts +1 -0
  62. package/components/Drawer/Drawer.utils.d.ts +14 -0
  63. package/components/Drawer/Drawer.utils.test.d.ts +1 -0
  64. package/components/Input/Input.d.ts +1 -1
  65. package/components/InputSearch/InputSearch.d.ts +1 -1
  66. package/components/LinkStandalone/LinkStandalone.d.ts +1 -1
  67. package/components/Notification/Notification.d.ts +3 -1
  68. package/components/Radio/Radio.d.ts +1 -1
  69. package/components/RadioGroup/RadioGroup.d.ts +1 -1
  70. package/components/SkipToContent/SkipToContent.d.ts +1 -1
  71. package/components/Switch/Switch.d.ts +1 -1
  72. package/components/Toast/Toast.d.ts +3 -0
  73. package/{customreactselect.CD58gwtp.js → customreactselect.C2QK_Q8T.js} +4 -4
  74. package/dialog.BPX7RJtQ.js +9 -0
  75. package/drawer.BfEPcSsQ.js +9 -0
  76. package/drawer.d.ts +1 -0
  77. package/fieldset.4yvz0e7M.js +11 -0
  78. package/heading.CAkraI2D.js +50 -0
  79. package/index.d.ts +4 -0
  80. package/index.es.js +99 -92
  81. package/input.lLMqAG-6.js +236 -0
  82. package/{inputpassword.Ba9SUUIK.js → inputpassword.BIdYGrhB.js} +4 -4
  83. package/{inputsearch.BK-0OTwA.js → inputsearch.DleOblJp.js} +4 -4
  84. package/inputstepper.DWkHwOAn.js +13 -0
  85. package/link.KZaBufPM.js +116 -0
  86. package/linkstandalone.B6tN-NXD.js +80 -0
  87. package/{logo.BR_CUXFl.js → logo.CqukakYv.js} +32 -36
  88. package/{notification.Csn5QCR2.js → notification.DdJjbSdM.js} +2 -2
  89. package/optioncheckbox.DwQEfxGG.js +43 -0
  90. package/package.json +6 -4
  91. package/partials/index.js +442 -442
  92. package/radio.CWGJtmKl.js +115 -0
  93. package/{radiogroup.CiENWRos.js → radiogroup.FfK4DLsV.js} +3 -3
  94. package/{select.DLYav8gw.js → select.BEuTuEFZ.js} +3 -3
  95. package/{skiptocontent._YZRKxnc.js → skiptocontent.fP4SOp-p.js} +16 -14
  96. package/styles/scss/lib/_heading.scss +50 -9
  97. package/styles/scss/lib/_helpers.scss +12 -0
  98. package/styles/scss/lib/_link.scss +58 -94
  99. package/styles/scss/lib/_text.scss +57 -14
  100. package/switch.KO8HZPNL.js +65 -0
  101. package/{systemfeedback.CUWch42u.js → systemfeedback._8gatmgR.js} +1 -1
  102. package/text.rgDKQBrU.js +57 -0
  103. package/{textarea.hLgeYdsI.js → textarea.DV1yVty7.js} +3 -3
  104. package/title.LY1ylQsb.js +36 -0
  105. package/{toast.r_yhGYEe.js → toast.BB8L0ixD.js} +2 -2
  106. package/{toastmanager.BncH_rUP.js → toastmanager.DifUvJcg.js} +27 -25
  107. package/utils/index.d.ts +1 -0
  108. package/utils/render-in-iframe.d.ts +15 -0
  109. package/utils/useIsomorphicLayoutEffect.d.ts +26 -0
  110. package/utils/vitest.setup.d.ts +2 -0
  111. package/assets/CustomReactSelect.Bsphydqt.css +0 -1
  112. package/assets/Fieldset.D0jHAGRL.css +0 -1
  113. package/assets/InputPassword.VCNO8ANM.css +0 -1
  114. package/assets/InputSearch.BMRAb95l.css +0 -1
  115. package/assets/InputStepper.BKjqNi-i.css +0 -1
  116. package/assets/Notification.Bg63cvs4.css +0 -1
  117. package/assets/Select.Bz1TImkI.css +0 -1
  118. package/assets/Textarea.D2h5cW_t.css +0 -1
  119. package/assets/Toast.BzVaebc0.css +0 -1
  120. package/assets/asterisk.JlyPArZu.css +0 -1
  121. package/assets/button.BdxtFZKx.css +0 -1
  122. package/assets/buttonround.pR4StXA7.css +0 -1
  123. package/assets/checkbox.BjIn2stV.css +0 -1
  124. package/assets/dialog.CKwM2EBH.css +0 -1
  125. package/assets/heading.CCbuI4X-.css +0 -1
  126. package/assets/input.71tOIrpp.css +0 -1
  127. package/assets/link.D61tKkSK.css +0 -1
  128. package/assets/linkstandalone.Bx8Uvo0G.css +0 -1
  129. package/assets/logo.C05WqGId.css +0 -1
  130. package/assets/optioncheckbox.BdRJHcSw.css +0 -1
  131. package/assets/radio.ewRpPo4W.css +0 -1
  132. package/assets/skiptocontent.DGVJ77cj.css +0 -1
  133. package/assets/switch.Ds-I_ybT.css +0 -1
  134. package/assets/systemfeedback.BzJATHDd.css +0 -1
  135. package/assets/text.B-CTuGgI.css +0 -1
  136. package/assets/title.DlhX9K3W.css +0 -1
  137. package/button.L1lgCuM9.js +0 -135
  138. package/buttonround.ddSqXjYf.js +0 -118
  139. package/checkbox.DNHdo6_n.js +0 -113
  140. package/chunks/CustomReactSelect.5dHi6PEO.js +0 -4983
  141. package/chunks/InputPassword.a7zHKrmM.js +0 -140
  142. package/chunks/Select.COdS787F.js +0 -191
  143. package/chunks/Textarea.oqCrSopu.js +0 -195
  144. package/dialog.0qPUVJha.js +0 -45
  145. package/fieldset.aY3V2jK2.js +0 -11
  146. package/heading.BTNroD1E.js +0 -50
  147. package/input.DqSOhSMX.js +0 -236
  148. package/inputstepper.DFQ4zC15.js +0 -13
  149. package/link.SAcKvzJ3.js +0 -115
  150. package/linkstandalone.DNe0Nydm.js +0 -79
  151. package/optioncheckbox.C4l2UIak.js +0 -43
  152. package/radio.epf54-sG.js +0 -115
  153. package/switch.rd7PdLc9.js +0 -65
  154. package/text.CrYUewrP.js +0 -57
  155. package/title.Dvp8LKJt.js +0 -36
@@ -4,7 +4,7 @@ import { LinkStandaloneVariant } from './LinkStandalone.utils';
4
4
  export interface LinkStandaloneProps extends CommonLinkProps {
5
5
  /** Content within the link */
6
6
  children: React.ReactNode;
7
- /** Enables the active state */
7
+ /** Sets an underline */
8
8
  active?: boolean;
9
9
  /** Visual style variant of the Link Standalone */
10
10
  variant?: LinkStandaloneVariant;
@@ -14,7 +14,7 @@ export interface NotificationProps extends HTMLAttributes<HTMLDivElement> {
14
14
  hideIcon?: boolean;
15
15
  /** Defines the variant */
16
16
  variant?: NotificationVariant;
17
- /** Callback function triggered when the close button is clicked */
17
+ /** Callback function called when the close button is clicked */
18
18
  onClose?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
19
19
  }
20
20
  /**
@@ -22,5 +22,7 @@ export interface NotificationProps extends HTMLAttributes<HTMLDivElement> {
22
22
  * or highlight important content.
23
23
  *
24
24
  * The background color and icon vary based on the value of the `variant` prop.
25
+ *
26
+ * <div className="ds-info">For more information on the different types of notifications and to determine which is best suited for your needs, please refer to our [Notification Guidelines](/docs/templates-notification-guidelines--documentation) and explore the decision trees provided.</div>
25
27
  */
26
28
  export declare const DSNotification: ({ children, variant, customActionArea, className, closeButtonLabel, hideCloseButton, hideIcon, onClose, ...rest }: NotificationProps) => JSX.Element;
@@ -26,7 +26,7 @@ export interface RadioProps extends InputHTMLAttributes<HTMLInputElement> {
26
26
  invalid?: boolean;
27
27
  /** Controls whether the hint is displayed when the radio button is not checked */
28
28
  hideUncheckedHint?: boolean;
29
- /** Callback function triggered when the state of the radio changes */
29
+ /** Callback function called when the state of the radio changes */
30
30
  onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
31
31
  }
32
32
  /**
@@ -49,7 +49,7 @@ export interface RadioGroupProps extends Omit<FieldsetHTMLAttributes<HTMLFieldSe
49
49
  systemFeedback?: string;
50
50
  /** Set the value of the selected option */
51
51
  value?: string;
52
- /** Callback function triggered when the value of the radio group changes */
52
+ /** Callback function called when the value of the radio group changes */
53
53
  onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
54
54
  }
55
55
  /**
@@ -9,4 +9,4 @@ export type SkipToContentProps = {
9
9
  *
10
10
  * Focus the section below by using the tab key to see the "Skip To Content" component in action.
11
11
  */
12
- export declare const DSSkipToContent: ({ children, className, targetElementId, theme, }: SkipToContentProps) => JSX.Element;
12
+ export declare const DSSkipToContent: ({ children, className, targetElementId, theme, ...rest }: SkipToContentProps) => JSX.Element;
@@ -21,7 +21,7 @@ export interface SwitchProps extends ButtonHTMLAttributes<HTMLButtonElement> {
21
21
  loading?: boolean;
22
22
  /** Stretches the Switch over the parent's width */
23
23
  stretched?: boolean;
24
- /** Callback function triggered when the switch is clicked */
24
+ /** Callback function called when the switch is clicked */
25
25
  onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
26
26
  }
27
27
  /**
@@ -17,5 +17,8 @@ export interface ToastProps extends Omit<HTMLAttributes<HTMLElement>, 'onClick'
17
17
  }
18
18
  /**
19
19
  * Toasts are small, non-intrusive messages that appear temporarily to provide feedback or information.
20
+ *
21
+ * <div className="ds-info">For more information on the different types of notifications and to determine which is best suited for your needs, please refer to our [Notification Guidelines](/docs/templates-notification-guidelines--documentation) and explore the decision trees provided.</div>
22
+ *
20
23
  * */
21
24
  export declare const DSToast: import('react').ForwardRefExoticComponent<ToastProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -2,12 +2,12 @@
2
2
  import "./chunks/jsx-runtime.C115EyI4.js";
3
3
  import "./chunks/index.CvOaL64Y.js";
4
4
  import "react";
5
- import { c as l } from "./chunks/CustomReactSelect.5dHi6PEO.js";
5
+ import { c as l } from "./chunks/CustomReactSelect.C4rTVlvy.js";
6
6
  import "./chunks/useBreakpoint.5xBNDiCf.js";
7
- import "./asterisk.Cjbk-xZi.js";
7
+ import "./asterisk.DDn-yX4P.js";
8
8
  import "./chunks/Icon.n4XZrQ4N.js";
9
- import "./systemfeedback.CUWch42u.js";
10
- import "./optioncheckbox.C4l2UIak.js";
9
+ import "./systemfeedback._8gatmgR.js";
10
+ import "./optioncheckbox.DwQEfxGG.js";
11
11
  export {
12
12
  l as CustomReactSelect
13
13
  };
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import "./chunks/jsx-runtime.C115EyI4.js";
3
+ import "./chunks/index.CvOaL64Y.js";
4
+ import "react";
5
+ import "./button.CkHCQg3Y.js";
6
+ import { D as e } from "./chunks/Dialog.TPjJ_yxK.js";
7
+ export {
8
+ e as DSDialog
9
+ };
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import "./chunks/jsx-runtime.C115EyI4.js";
3
+ import "./chunks/index.CvOaL64Y.js";
4
+ import "react";
5
+ import "./button.CkHCQg3Y.js";
6
+ import { D as e } from "./chunks/Drawer.DrLGSch-.js";
7
+ export {
8
+ e as DSDrawer
9
+ };
package/drawer.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './components/Drawer/Drawer'
@@ -0,0 +1,11 @@
1
+ "use client";
2
+ import "./chunks/jsx-runtime.C115EyI4.js";
3
+ import "./chunks/index.CvOaL64Y.js";
4
+ import "react";
5
+ import "./asterisk.DDn-yX4P.js";
6
+ import "./heading.CAkraI2D.js";
7
+ import "./systemfeedback._8gatmgR.js";
8
+ import { D as l } from "./chunks/Fieldset.P09LInkT.js";
9
+ export {
10
+ l as DSFieldset
11
+ };
@@ -0,0 +1,50 @@
1
+ "use client";
2
+ import { j as l } from "./chunks/jsx-runtime.C115EyI4.js";
3
+ import { c } from "./chunks/index.CvOaL64Y.js";
4
+ import './assets/heading.6bER-Eac.css';const u = "_root_11ho3_76", g = "_root--x-large_11ho3_79", h = "_root--x-large-uppercase_11ho3_95", d = "_root--large_11ho3_112", n = "_root--large-uppercase_11ho3_128", i = "_root--medium_11ho3_145", x = "_root--medium-uppercase_11ho3_155", L = "_root--small_11ho3_166", U = "_root--small-uppercase_11ho3_176", k = "_root--theme-dark_11ho3_187", o = {
5
+ root: u,
6
+ "root--x-large": "_root--x-large_11ho3_79",
7
+ rootXLarge: g,
8
+ "root--x-large-uppercase": "_root--x-large-uppercase_11ho3_95",
9
+ rootXLargeUppercase: h,
10
+ "root--large": "_root--large_11ho3_112",
11
+ rootLarge: d,
12
+ "root--large-uppercase": "_root--large-uppercase_11ho3_128",
13
+ rootLargeUppercase: n,
14
+ "root--medium": "_root--medium_11ho3_145",
15
+ rootMedium: i,
16
+ "root--medium-uppercase": "_root--medium-uppercase_11ho3_155",
17
+ rootMediumUppercase: x,
18
+ "root--small": "_root--small_11ho3_166",
19
+ rootSmall: L,
20
+ "root--small-uppercase": "_root--small-uppercase_11ho3_176",
21
+ rootSmallUppercase: U,
22
+ "root--theme-dark": "_root--theme-dark_11ho3_187",
23
+ rootThemeDark: k
24
+ }, X = ({
25
+ children: e,
26
+ className: a,
27
+ size: r = "medium",
28
+ tag: t = "h2",
29
+ // default tag because of SEO reasons (h1 should be used only once per page)
30
+ theme: p = "light",
31
+ ...s
32
+ }) => {
33
+ const _ = t, m = c(o.root, a, {
34
+ // sizes
35
+ [o.rootXLarge]: r === "x-large",
36
+ [o.rootXLargeUppercase]: r === "x-large-uppercase",
37
+ [o.rootLarge]: r === "large",
38
+ [o.rootLargeUppercase]: r === "large-uppercase",
39
+ [o.rootMedium]: r == "medium",
40
+ [o.rootMediumUppercase]: r == "medium-uppercase",
41
+ [o.rootSmall]: r == "small",
42
+ [o.rootSmallUppercase]: r == "small-uppercase",
43
+ // dark theme
44
+ [o.rootThemeDark]: p === "dark"
45
+ });
46
+ return /* @__PURE__ */ l.jsx(_, { className: m, ...s, children: e });
47
+ };
48
+ export {
49
+ X as DSHeading
50
+ };
package/index.d.ts CHANGED
@@ -8,6 +8,10 @@ export * from './components/CheckboxGroup/CheckboxGroup';
8
8
  export * from './components/CheckboxGroup/CheckboxGroup.utils';
9
9
  export * from './components/Combobox/Combobox';
10
10
  export * from './components/Combobox/Combobox.utils';
11
+ export * from './components/Dialog/Dialog';
12
+ export * from './components/Dialog/Dialog.utils';
13
+ export * from './components/Drawer/Drawer';
14
+ export * from './components/Drawer/Drawer.utils';
11
15
  export * from './components/Fieldset/Fieldset';
12
16
  export * from './components/Fieldset/Fieldset.utils';
13
17
  export * from './components/FloatingActionButton/FloatingActionButton';
package/index.es.js CHANGED
@@ -1,39 +1,41 @@
1
1
  "use client";
2
2
  import { DSAriaLiveRegions as x } from "./arialiveregions.BK4T7Vhk.js";
3
- import { DSButton as u } from "./button.L1lgCuM9.js";
4
- import { DSButtonRound as c } from "./buttonround.ddSqXjYf.js";
5
- import { DSCheckbox as f } from "./checkbox.DNHdo6_n.js";
6
- import { D as E, v as A } from "./chunks/CheckboxGroup.DsQ6lI5a.js";
7
- import { DSCombobox as g } from "./combobox.CRlhqmuO.js";
8
- import { C as P, b as C, a as R, D as L, v as B } from "./chunks/CustomReactSelect.5dHi6PEO.js";
9
- import { D as X, v as b } from "./chunks/Fieldset.B1vsrHNv.js";
10
- import { DSFloatingActionButton as Z } from "./floatingactionbutton.D_e4vz2G.js";
11
- import { DSHeading as H } from "./heading.BTNroD1E.js";
12
- import { D as M, I as w, u as V } from "./chunks/Icon.n4XZrQ4N.js";
13
- import { DSInput as y } from "./input.DqSOhSMX.js";
14
- import { I as Y, M as q, a as j, S as z, U as J, h as Q, i as $, c as oo, s as eo, v as ao, b as to } from "./chunks/Input.utils.BGUhXCNP.js";
15
- import { D as so, v as po } from "./chunks/InputPassword.a7zHKrmM.js";
16
- import { D as So, i as lo, v as mo } from "./chunks/InputSearch.DITRiB92.js";
17
- import { D as Io, v as To } from "./chunks/InputStepper.Bf8NZ9pb.js";
18
- import { DSLink as xo } from "./link.SAcKvzJ3.js";
19
- import { DSLinkStandalone as No } from "./linkstandalone.DNe0Nydm.js";
20
- import { DSLogo as _o } from "./logo.BR_CUXFl.js";
21
- import { D as ho, a as Eo, N as Ao } from "./chunks/Notification.DVVuSOqG.js";
22
- import { D as go, a as vo, o as Po, v as Co } from "./chunks/RadioGroup.BO4pbAJw.js";
23
- import { D as Lo, S as Bo, g as Uo, v as Xo } from "./chunks/Select.COdS787F.js";
24
- import { DSSkipToContent as Go } from "./skiptocontent._YZRKxnc.js";
25
- import { DSSpinner as Fo } from "./spinner.DVa112nj.js";
26
- import { DSSwitch as ko } from "./switch.rd7PdLc9.js";
27
- import { DSText as wo } from "./text.CrYUewrP.js";
28
- import { D as Ko, T as yo, v as Wo } from "./chunks/Textarea.oqCrSopu.js";
29
- import { DSTitle as qo } from "./title.Dvp8LKJt.js";
30
- import { DSToastProvider as zo, useDSToast as Jo } from "./toastmanager.BncH_rUP.js";
31
- const o = ["medium", "small"], e = [
3
+ import { DSButton as N } from "./button.CkHCQg3Y.js";
4
+ import { DSButtonRound as _ } from "./buttonround.DX3u2Fio.js";
5
+ import { DSCheckbox as f } from "./checkbox.BbmCDJCm.js";
6
+ import { D as h, v as A } from "./chunks/CheckboxGroup.Dx_Hn8Dl.js";
7
+ import { DSCombobox as O } from "./combobox.jDpV6bv-.js";
8
+ import { C as P, b as C, a as R, D as L, v as B } from "./chunks/CustomReactSelect.C4rTVlvy.js";
9
+ import { D as X, v as b } from "./chunks/Dialog.TPjJ_yxK.js";
10
+ import { a as Z, D as F, v as H } from "./chunks/Drawer.DrLGSch-.js";
11
+ import { D as w, v as M } from "./chunks/Fieldset.P09LInkT.js";
12
+ import { DSFloatingActionButton as K } from "./floatingactionbutton.D_e4vz2G.js";
13
+ import { DSHeading as y } from "./heading.CAkraI2D.js";
14
+ import { D as q, I as j, u as z } from "./chunks/Icon.n4XZrQ4N.js";
15
+ import { DSInput as Q } from "./input.lLMqAG-6.js";
16
+ import { I as oo, M as ao, a as eo, S as ro, U as to, h as so, i as po, c as io, s as So, v as lo, b as mo } from "./chunks/Input.utils.ChV6RJsh.js";
17
+ import { D as no, v as Io } from "./chunks/InputPassword.CSc1c98k.js";
18
+ import { D as xo, i as No, v as uo } from "./chunks/InputSearch.DrgdGFT_.js";
19
+ import { D as co, v as fo } from "./chunks/InputStepper.DJEuIr4C.js";
20
+ import { DSLink as ho } from "./link.KZaBufPM.js";
21
+ import { DSLinkStandalone as vo } from "./linkstandalone.B6tN-NXD.js";
22
+ import { DSLogo as go } from "./logo.CqukakYv.js";
23
+ import { D as Co, a as Ro, N as Lo } from "./chunks/Notification.B68mMDiB.js";
24
+ import { D as Uo, a as Xo, o as bo, v as Go } from "./chunks/RadioGroup.B5jRveyI.js";
25
+ import { D as Fo, S as Ho, g as ko, v as wo } from "./chunks/Select.Cl2eJR1z.js";
26
+ import { DSSkipToContent as Vo } from "./skiptocontent.fP4SOp-p.js";
27
+ import { DSSpinner as Wo } from "./spinner.DVa112nj.js";
28
+ import { DSSwitch as Yo } from "./switch.KO8HZPNL.js";
29
+ import { DSText as jo } from "./text.rgDKQBrU.js";
30
+ import { D as Jo, T as Qo, v as $o } from "./chunks/Textarea.Sk9-GXfs.js";
31
+ import { DSTitle as aa } from "./title.LY1ylQsb.js";
32
+ import { DSToastProvider as ra, useDSToast as ta } from "./toastmanager.DifUvJcg.js";
33
+ const o = ["medium", "small"], a = [
32
34
  "filled",
33
35
  "highlight",
34
36
  "outline",
35
37
  "ghost"
36
- ], a = ["filled", "highlight"], t = [
38
+ ], e = ["filled", "highlight"], r = [
37
39
  "x-large",
38
40
  "x-large-uppercase",
39
41
  "large",
@@ -42,7 +44,7 @@ const o = ["medium", "small"], e = [
42
44
  "medium-uppercase",
43
45
  "small",
44
46
  "small-uppercase"
45
- ], r = ["h1", "h2", "h3", "h4", "h5", "h6"], s = ["medium", "small"], p = [
47
+ ], t = ["h1", "h2", "h3", "h4", "h5", "h6"], s = ["medium", "small"], p = [
46
48
  "filled",
47
49
  "highlight",
48
50
  "outline",
@@ -69,81 +71,86 @@ const o = ["medium", "small"], e = [
69
71
  "small",
70
72
  "x-small",
71
73
  "xx-small"
72
- ], n = ["bold", "normal"], I = ["x-large", "large"];
74
+ ], D = ["bold", "normal"], n = ["x-large", "large"];
73
75
  export {
74
- a as BUTTON_ROUND_VARIANT,
76
+ e as BUTTON_ROUND_VARIANT,
75
77
  o as BUTTON_SIZE,
76
- e as BUTTON_VARIANT,
78
+ a as BUTTON_VARIANT,
77
79
  P as COMBOBOX_SIZE,
80
+ Z as DRAWER_POSITION,
78
81
  x as DSAriaLiveRegions,
79
- u as DSButton,
80
- c as DSButtonRound,
82
+ N as DSButton,
83
+ _ as DSButtonRound,
81
84
  f as DSCheckbox,
82
- E as DSCheckboxGroup,
83
- g as DSCombobox,
84
- X as DSFieldset,
85
- Z as DSFloatingActionButton,
86
- H as DSHeading,
87
- M as DSIcon,
88
- y as DSInput,
89
- so as DSInputPassword,
90
- So as DSInputSearch,
91
- Io as DSInputStepper,
92
- xo as DSLink,
93
- No as DSLinkStandalone,
94
- _o as DSLogo,
95
- ho as DSNotification,
96
- go as DSRadioGroup,
97
- Lo as DSSelect,
98
- Go as DSSkipToContent,
99
- Fo as DSSpinner,
100
- ko as DSSwitch,
101
- wo as DSText,
102
- Ko as DSTextarea,
103
- qo as DSTitle,
104
- zo as DSToastProvider,
85
+ h as DSCheckboxGroup,
86
+ O as DSCombobox,
87
+ X as DSDialog,
88
+ F as DSDrawer,
89
+ w as DSFieldset,
90
+ K as DSFloatingActionButton,
91
+ y as DSHeading,
92
+ q as DSIcon,
93
+ Q as DSInput,
94
+ no as DSInputPassword,
95
+ xo as DSInputSearch,
96
+ co as DSInputStepper,
97
+ ho as DSLink,
98
+ vo as DSLinkStandalone,
99
+ go as DSLogo,
100
+ Co as DSNotification,
101
+ Uo as DSRadioGroup,
102
+ Fo as DSSelect,
103
+ Vo as DSSkipToContent,
104
+ Wo as DSSpinner,
105
+ Yo as DSSwitch,
106
+ jo as DSText,
107
+ Jo as DSTextarea,
108
+ aa as DSTitle,
109
+ ra as DSToastProvider,
105
110
  C as DS_COMBOBOX_TRANSLATIONS,
106
111
  R as DS_COMBOBOX_TRANSLATIONS_DE,
107
112
  L as DS_COMBOBOX_TRANSLATIONS_EN,
108
- t as HEADING_SIZE,
109
- r as HEADING_TAG,
110
- w as ICON_SIZE,
111
- Y as INPUT_SIZE,
113
+ r as HEADING_SIZE,
114
+ t as HEADING_TAG,
115
+ j as ICON_SIZE,
116
+ oo as INPUT_SIZE,
112
117
  s as LINK_SIZE,
113
118
  i as LINK_STANDALONE_VARIANT,
114
119
  p as LINK_VARIANT,
115
- q as MAX_PREFIX_LENGTH,
116
- j as MAX_SUFFIX_LENGTH,
117
- Eo as NOTIFICATION_ICONS,
118
- Ao as NOTIFICATION_VARIANT,
119
- Bo as SELECT_SIZE,
120
+ ao as MAX_PREFIX_LENGTH,
121
+ eo as MAX_SUFFIX_LENGTH,
122
+ Ro as NOTIFICATION_ICONS,
123
+ Lo as NOTIFICATION_VARIANT,
124
+ Ho as SELECT_SIZE,
120
125
  S as SPINNER_SIZE,
121
- z as SUPPORTED_INPUT_TYPES,
122
- yo as TEXTAREA_SIZE,
126
+ ro as SUPPORTED_INPUT_TYPES,
127
+ Qo as TEXTAREA_SIZE,
123
128
  m as TEXT_SIZE,
124
129
  l as TEXT_TAG,
125
- n as TEXT_WEIGHT,
126
- I as TITLE_SIZE,
127
- J as UNSUPPORTED_INPUT_TYPES,
128
- Uo as getIsPlaceholderSelected,
129
- Q as hasShowPickerSupport,
130
- $ as isCalendarInput,
131
- oo as isTimeInput,
132
- lo as isWithinForm,
133
- vo as optionsHaveCustomArea,
134
- Po as optionsHaveHint,
135
- eo as showCustomCalendarOrTimeIndicator,
136
- Jo as useDSToast,
137
- V as useDynamicSvgImport,
130
+ D as TEXT_WEIGHT,
131
+ n as TITLE_SIZE,
132
+ to as UNSUPPORTED_INPUT_TYPES,
133
+ ko as getIsPlaceholderSelected,
134
+ so as hasShowPickerSupport,
135
+ po as isCalendarInput,
136
+ io as isTimeInput,
137
+ No as isWithinForm,
138
+ Xo as optionsHaveCustomArea,
139
+ bo as optionsHaveHint,
140
+ So as showCustomCalendarOrTimeIndicator,
141
+ ta as useDSToast,
142
+ z as useDynamicSvgImport,
138
143
  A as validateCheckboxGroupProps,
139
144
  B as validateComboboxProps,
140
- b as validateFieldsetProps,
141
- po as validateInputPasswordProps,
142
- ao as validateInputProps,
143
- mo as validateInputSearchProps,
144
- To as validateInputStepperProps,
145
- Co as validateRadioGroupProps,
146
- Xo as validateSelectProps,
147
- Wo as validateTextareaProps,
148
- to as validateType
145
+ b as validateDialogProps,
146
+ H as validateDrawerProps,
147
+ M as validateFieldsetProps,
148
+ Io as validateInputPasswordProps,
149
+ lo as validateInputProps,
150
+ uo as validateInputSearchProps,
151
+ fo as validateInputStepperProps,
152
+ Go as validateRadioGroupProps,
153
+ wo as validateSelectProps,
154
+ $o as validateTextareaProps,
155
+ mo as validateType
149
156
  };