@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.
- package/Notification-additional-information.jpeg +0 -0
- package/Notification-confirm-error.jpg +0 -0
- package/Notification-confirm-warn.jpeg +0 -0
- package/Notification-overview.jpeg +0 -0
- package/Notification-success.jpeg +0 -0
- package/assets/CustomReactSelect.CMkn-EGK.css +1 -0
- package/assets/Dialog.DdLMmOLt.css +1 -0
- package/assets/Drawer.BqBgbSuP.css +1 -0
- package/assets/Fieldset.qHYeUFZt.css +1 -0
- package/assets/InputPassword.Cf394z47.css +1 -0
- package/assets/InputSearch.eCRQoxjN.css +1 -0
- package/assets/InputStepper.B80KulYE.css +1 -0
- package/assets/Notification.DK6agBGS.css +1 -0
- package/assets/Select.BptsMxz4.css +1 -0
- package/assets/Textarea.CIIVh03G.css +1 -0
- package/assets/Toast.Dsvs1zdM.css +1 -0
- package/assets/asterisk.DlJ4YtSZ.css +1 -0
- package/assets/button.B1O7Yw3Q.css +1 -0
- package/assets/buttonround.DlH_ipDo.css +1 -0
- package/assets/checkbox.K4CVYK9g.css +1 -0
- package/assets/heading.6bER-Eac.css +1 -0
- package/assets/input.C0MrSbQu.css +1 -0
- package/assets/link.vtTST2ki.css +1 -0
- package/assets/linkstandalone.BtAcziZ7.css +1 -0
- package/assets/logo.pETQEsvZ.css +1 -0
- package/assets/optioncheckbox.BJJAph5_.css +1 -0
- package/assets/radio.9kpIO3HC.css +1 -0
- package/assets/skiptocontent.CHcqLS7S.css +1 -0
- package/assets/switch.2DQF2zH-.css +1 -0
- package/assets/systemfeedback.Sq0bAIyf.css +1 -0
- package/assets/text.Dhb_l50R.css +1 -0
- package/assets/title.f74Bosn-.css +1 -0
- package/{asterisk.Cjbk-xZi.js → asterisk.DDn-yX4P.js} +1 -1
- package/button.CkHCQg3Y.js +135 -0
- package/buttonround.DX3u2Fio.js +118 -0
- package/checkbox.BbmCDJCm.js +112 -0
- package/{checkboxgroup.DqWlzAeR.js → checkboxgroup.CPENWSuk.js} +2 -2
- package/chunks/{CheckboxGroup.DsQ6lI5a.js → CheckboxGroup.Dx_Hn8Dl.js} +2 -2
- package/chunks/CustomReactSelect.C4rTVlvy.js +3593 -0
- package/chunks/Dialog.TPjJ_yxK.js +148 -0
- package/chunks/Drawer.DrLGSch-.js +154 -0
- package/chunks/{Fieldset.B1vsrHNv.js → Fieldset.P09LInkT.js} +29 -29
- package/chunks/{Input.utils.BGUhXCNP.js → Input.utils.ChV6RJsh.js} +19 -17
- package/chunks/InputPassword.CSc1c98k.js +140 -0
- package/chunks/{InputSearch.DITRiB92.js → InputSearch.DrgdGFT_.js} +49 -49
- package/chunks/{InputStepper.Bf8NZ9pb.js → InputStepper.DJEuIr4C.js} +76 -76
- package/chunks/{Notification.DVVuSOqG.js → Notification.B68mMDiB.js} +24 -24
- package/chunks/{RadioGroup.BO4pbAJw.js → RadioGroup.B5jRveyI.js} +2 -2
- package/chunks/Select.Cl2eJR1z.js +191 -0
- package/chunks/Textarea.Sk9-GXfs.js +195 -0
- package/chunks/{Toast.RON4bFPY.js → Toast.D9DAuz2m.js} +33 -33
- package/{combobox.CRlhqmuO.js → combobox.jDpV6bv-.js} +1 -1
- package/components/Button/Button.d.ts +1 -1
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/CustomReactSelect/CustomReactSelect.d.ts +2 -2
- package/components/Dialog/Dialog.d.ts +22 -3
- package/components/Dialog/Dialog.test.d.ts +1 -0
- package/components/Dialog/Dialog.utils.d.ts +12 -0
- package/components/Dialog/Dialog.utils.test.d.ts +1 -0
- package/components/Drawer/Drawer.d.ts +31 -0
- package/components/Drawer/Drawer.test.d.ts +1 -0
- package/components/Drawer/Drawer.utils.d.ts +14 -0
- package/components/Drawer/Drawer.utils.test.d.ts +1 -0
- package/components/Input/Input.d.ts +1 -1
- package/components/InputSearch/InputSearch.d.ts +1 -1
- package/components/LinkStandalone/LinkStandalone.d.ts +1 -1
- package/components/Notification/Notification.d.ts +3 -1
- package/components/Radio/Radio.d.ts +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/components/SkipToContent/SkipToContent.d.ts +1 -1
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Toast/Toast.d.ts +3 -0
- package/{customreactselect.CD58gwtp.js → customreactselect.C2QK_Q8T.js} +4 -4
- package/dialog.BPX7RJtQ.js +9 -0
- package/drawer.BfEPcSsQ.js +9 -0
- package/drawer.d.ts +1 -0
- package/fieldset.4yvz0e7M.js +11 -0
- package/heading.CAkraI2D.js +50 -0
- package/index.d.ts +4 -0
- package/index.es.js +99 -92
- package/input.lLMqAG-6.js +236 -0
- package/{inputpassword.Ba9SUUIK.js → inputpassword.BIdYGrhB.js} +4 -4
- package/{inputsearch.BK-0OTwA.js → inputsearch.DleOblJp.js} +4 -4
- package/inputstepper.DWkHwOAn.js +13 -0
- package/link.KZaBufPM.js +116 -0
- package/linkstandalone.B6tN-NXD.js +80 -0
- package/{logo.BR_CUXFl.js → logo.CqukakYv.js} +32 -36
- package/{notification.Csn5QCR2.js → notification.DdJjbSdM.js} +2 -2
- package/optioncheckbox.DwQEfxGG.js +43 -0
- package/package.json +6 -4
- package/partials/index.js +442 -442
- package/radio.CWGJtmKl.js +115 -0
- package/{radiogroup.CiENWRos.js → radiogroup.FfK4DLsV.js} +3 -3
- package/{select.DLYav8gw.js → select.BEuTuEFZ.js} +3 -3
- package/{skiptocontent._YZRKxnc.js → skiptocontent.fP4SOp-p.js} +16 -14
- package/styles/scss/lib/_heading.scss +50 -9
- package/styles/scss/lib/_helpers.scss +12 -0
- package/styles/scss/lib/_link.scss +58 -94
- package/styles/scss/lib/_text.scss +57 -14
- package/switch.KO8HZPNL.js +65 -0
- package/{systemfeedback.CUWch42u.js → systemfeedback._8gatmgR.js} +1 -1
- package/text.rgDKQBrU.js +57 -0
- package/{textarea.hLgeYdsI.js → textarea.DV1yVty7.js} +3 -3
- package/title.LY1ylQsb.js +36 -0
- package/{toast.r_yhGYEe.js → toast.BB8L0ixD.js} +2 -2
- package/{toastmanager.BncH_rUP.js → toastmanager.DifUvJcg.js} +27 -25
- package/utils/index.d.ts +1 -0
- package/utils/render-in-iframe.d.ts +15 -0
- package/utils/useIsomorphicLayoutEffect.d.ts +26 -0
- package/utils/vitest.setup.d.ts +2 -0
- package/assets/CustomReactSelect.Bsphydqt.css +0 -1
- package/assets/Fieldset.D0jHAGRL.css +0 -1
- package/assets/InputPassword.VCNO8ANM.css +0 -1
- package/assets/InputSearch.BMRAb95l.css +0 -1
- package/assets/InputStepper.BKjqNi-i.css +0 -1
- package/assets/Notification.Bg63cvs4.css +0 -1
- package/assets/Select.Bz1TImkI.css +0 -1
- package/assets/Textarea.D2h5cW_t.css +0 -1
- package/assets/Toast.BzVaebc0.css +0 -1
- package/assets/asterisk.JlyPArZu.css +0 -1
- package/assets/button.BdxtFZKx.css +0 -1
- package/assets/buttonround.pR4StXA7.css +0 -1
- package/assets/checkbox.BjIn2stV.css +0 -1
- package/assets/dialog.CKwM2EBH.css +0 -1
- package/assets/heading.CCbuI4X-.css +0 -1
- package/assets/input.71tOIrpp.css +0 -1
- package/assets/link.D61tKkSK.css +0 -1
- package/assets/linkstandalone.Bx8Uvo0G.css +0 -1
- package/assets/logo.C05WqGId.css +0 -1
- package/assets/optioncheckbox.BdRJHcSw.css +0 -1
- package/assets/radio.ewRpPo4W.css +0 -1
- package/assets/skiptocontent.DGVJ77cj.css +0 -1
- package/assets/switch.Ds-I_ybT.css +0 -1
- package/assets/systemfeedback.BzJATHDd.css +0 -1
- package/assets/text.B-CTuGgI.css +0 -1
- package/assets/title.DlhX9K3W.css +0 -1
- package/button.L1lgCuM9.js +0 -135
- package/buttonround.ddSqXjYf.js +0 -118
- package/checkbox.DNHdo6_n.js +0 -113
- package/chunks/CustomReactSelect.5dHi6PEO.js +0 -4983
- package/chunks/InputPassword.a7zHKrmM.js +0 -140
- package/chunks/Select.COdS787F.js +0 -191
- package/chunks/Textarea.oqCrSopu.js +0 -195
- package/dialog.0qPUVJha.js +0 -45
- package/fieldset.aY3V2jK2.js +0 -11
- package/heading.BTNroD1E.js +0 -50
- package/input.DqSOhSMX.js +0 -236
- package/inputstepper.DFQ4zC15.js +0 -13
- package/link.SAcKvzJ3.js +0 -115
- package/linkstandalone.DNe0Nydm.js +0 -79
- package/optioncheckbox.C4l2UIak.js +0 -43
- package/radio.epf54-sG.js +0 -115
- package/switch.rd7PdLc9.js +0 -65
- package/text.CrYUewrP.js +0 -57
- 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
|
-
/**
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
5
|
+
import { c as l } from "./chunks/CustomReactSelect.C4rTVlvy.js";
|
|
6
6
|
import "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
7
|
-
import "./asterisk.
|
|
7
|
+
import "./asterisk.DDn-yX4P.js";
|
|
8
8
|
import "./chunks/Icon.n4XZrQ4N.js";
|
|
9
|
-
import "./systemfeedback.
|
|
10
|
-
import "./optioncheckbox.
|
|
9
|
+
import "./systemfeedback._8gatmgR.js";
|
|
10
|
+
import "./optioncheckbox.DwQEfxGG.js";
|
|
11
11
|
export {
|
|
12
12
|
l as CustomReactSelect
|
|
13
13
|
};
|
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
|
|
4
|
-
import { DSButtonRound as
|
|
5
|
-
import { DSCheckbox as f } from "./checkbox.
|
|
6
|
-
import { D as
|
|
7
|
-
import { DSCombobox as
|
|
8
|
-
import { C as P, b as C, a as R, D as L, v as B } from "./chunks/CustomReactSelect.
|
|
9
|
-
import { D as X, v as b } from "./chunks/
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { D as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { D as
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
|
|
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
|
-
],
|
|
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
|
-
],
|
|
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
|
-
],
|
|
74
|
+
], D = ["bold", "normal"], n = ["x-large", "large"];
|
|
73
75
|
export {
|
|
74
|
-
|
|
76
|
+
e as BUTTON_ROUND_VARIANT,
|
|
75
77
|
o as BUTTON_SIZE,
|
|
76
|
-
|
|
78
|
+
a as BUTTON_VARIANT,
|
|
77
79
|
P as COMBOBOX_SIZE,
|
|
80
|
+
Z as DRAWER_POSITION,
|
|
78
81
|
x as DSAriaLiveRegions,
|
|
79
|
-
|
|
80
|
-
|
|
82
|
+
N as DSButton,
|
|
83
|
+
_ as DSButtonRound,
|
|
81
84
|
f as DSCheckbox,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
X as
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
y as
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
xo as
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
go as
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
Fo as
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
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
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
|
|
122
|
-
|
|
126
|
+
ro as SUPPORTED_INPUT_TYPES,
|
|
127
|
+
Qo as TEXTAREA_SIZE,
|
|
123
128
|
m as TEXT_SIZE,
|
|
124
129
|
l as TEXT_TAG,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
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
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
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
|
};
|