@stihl-design-system/components 1.0.0-RC.3 → 1.0.0-RC.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Klarna.svg +1 -0
- package/Mastercard.svg +2 -0
- package/PayPal.svg +2 -0
- package/Placeholder.svg +1 -0
- package/Visa.svg +2 -0
- package/arialiveregions.BvZhV6hb.js +27 -0
- package/arialiveregions.d.ts +1 -0
- package/assets/CustomReactSelect.Bsphydqt.css +1 -0
- package/assets/Fieldset.D0jHAGRL.css +1 -0
- package/assets/Icon.Duy_0R8w.css +1 -0
- package/assets/InputPassword.VCNO8ANM.css +1 -0
- package/assets/InputSearch.BMRAb95l.css +1 -0
- package/assets/InputStepper.BKjqNi-i.css +1 -0
- package/assets/Notification.Bg63cvs4.css +1 -0
- package/assets/RadioGroup.Bz3_xkZU.css +1 -0
- package/assets/Select.Bz1TImkI.css +1 -0
- package/assets/Textarea.D2h5cW_t.css +1 -0
- package/assets/Toast.BzVaebc0.css +1 -0
- package/assets/arialiveregions.GsGx2USO.css +1 -0
- package/assets/{asterisk.C-o6rbGQ.css → asterisk.JlyPArZu.css} +1 -1
- package/assets/button.BdxtFZKx.css +1 -0
- package/assets/buttonround.pR4StXA7.css +1 -0
- package/assets/checkbox.BjIn2stV.css +1 -0
- package/assets/dialog.CKwM2EBH.css +1 -0
- package/assets/floatingactionbutton.CUvMbEMf.css +1 -0
- package/assets/heading.CCbuI4X-.css +1 -0
- package/assets/input.71tOIrpp.css +1 -0
- package/assets/link.D61tKkSK.css +1 -0
- package/assets/linkstandalone.Bx8Uvo0G.css +1 -0
- package/assets/logo.C05WqGId.css +1 -0
- package/assets/optioncheckbox.BdRJHcSw.css +1 -0
- package/assets/radio.ewRpPo4W.css +1 -0
- package/assets/spinner.LuV09jaU.css +1 -0
- package/assets/switch.Ds-I_ybT.css +1 -0
- package/assets/{systemfeedback.WE3wClZ3.css → systemfeedback.BzJATHDd.css} +1 -1
- package/assets/text.B-CTuGgI.css +1 -0
- package/assets/{title.CE0Dm7PI.css → title.DlhX9K3W.css} +1 -1
- package/asterisk.Cjbk-xZi.js +8 -0
- package/button.DlFWwHuA.js +135 -0
- package/buttonround.eYOQM994.js +118 -0
- package/checkbox.DNHdo6_n.js +113 -0
- package/checkboxgroup.DqWlzAeR.js +9 -0
- package/chunks/AriaLiveRegions.utils.DzWI5KCU.js +31 -0
- package/{checkboxgroup.Cfxz9bk6.js → chunks/CheckboxGroup.DsQ6lI5a.js} +38 -31
- package/chunks/{CustomReactSelect.uzWNynay.js → CustomReactSelect.5dHi6PEO.js} +873 -917
- package/chunks/Fieldset.B1vsrHNv.js +99 -0
- package/chunks/Icon.n4XZrQ4N.js +223 -0
- package/chunks/{Input.utils.Bly6ZzLI.js → Input.utils.AKWCNkpA.js} +12 -8
- package/chunks/InputPassword.DTqI58Z4.js +140 -0
- package/chunks/InputSearch.IwQATLKh.js +189 -0
- package/chunks/InputStepper.Jew1ETB6.js +291 -0
- package/chunks/Notification.DbflCBIL.js +93 -0
- package/chunks/RadioGroup.BO4pbAJw.js +132 -0
- package/chunks/RadioGroup.module.BBZwHDjW.js +11 -0
- package/chunks/Select.COdS787F.js +191 -0
- package/chunks/Textarea.oqCrSopu.js +195 -0
- package/chunks/Toast.BLGKvAvZ.js +89 -0
- package/chunks/{circle-info-colored.DLY6BTL4.js → circle-info-colored.D2pp54gf.js} +3 -3
- package/chunks/{jsx-runtime.C-kxDJ4g.js → jsx-runtime.C115EyI4.js} +3 -7
- package/{combobox.BXHAo4Wx.js → combobox.CRlhqmuO.js} +8 -8
- package/components/AriaLiveRegions/AriaLiveRegions.d.ts +4 -0
- package/components/AriaLiveRegions/AriaLiveRegions.utils.d.ts +5 -0
- package/components/AriaLiveRegions/AriaLiveRegions.utils.test.d.ts +1 -0
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +1 -1
- package/components/Dialog/Dialog.d.ts +11 -0
- package/components/Dialog/Dialog.utils.d.ts +0 -0
- package/components/Fieldset/Fieldset.utils.d.ts +1 -1
- package/components/Notification/Notification.d.ts +26 -0
- package/components/Notification/Notification.test.d.ts +1 -0
- package/components/Notification/Notification.utils.d.ts +5 -0
- package/components/Radio/Radio.d.ts +11 -3
- package/components/RadioGroup/RadioGroup.d.ts +6 -3
- package/components/RadioGroup/RadioGroup.utils.d.ts +5 -3
- package/components/RadioGroup/RadioGroup.utils.test.d.ts +1 -0
- package/components/Toast/Toast.d.ts +21 -0
- package/components/Toast/Toast.utils.d.ts +9 -0
- package/components/Toast/ToastManager.d.ts +6 -0
- package/components/Toast/ToastManager.test.d.ts +1 -0
- package/components/Toast/ToastManager.utils.d.ts +2 -0
- package/components/Toast/ToastManager.utils.test.d.ts +1 -0
- package/customreactselect.CD58gwtp.js +13 -0
- package/dialog.d.ts +1 -0
- package/dialog.qd2pOyVc.js +45 -0
- package/fieldset.aY3V2jK2.js +11 -0
- package/floatingactionbutton.CGV3YFQq.js +87 -0
- package/heading.BTNroD1E.js +50 -0
- package/icon.D3RXjzh4.js +8 -0
- package/index.d.ts +24 -0
- package/index.es.js +140 -45
- package/input.BAxvG272.js +236 -0
- package/inputpassword.mn9qFlfs.js +12 -0
- package/inputsearch.qQJj9yFd.js +13 -0
- package/inputstepper.DhbHujiM.js +13 -0
- package/link.SAcKvzJ3.js +115 -0
- package/linkstandalone.DNe0Nydm.js +79 -0
- package/{logo.C_oJ8isW.js → logo.BR_CUXFl.js} +16 -16
- package/notification.CnJOdQza.js +9 -0
- package/notification.d.ts +1 -0
- package/{optioncheckbox.-DRnW_ch.js → optioncheckbox.C4l2UIak.js} +9 -9
- package/package.json +30 -26
- package/partials/index.js +51 -79
- package/radio.epf54-sG.js +115 -0
- package/radiogroup.CiENWRos.js +11 -0
- package/select.DLYav8gw.js +12 -0
- package/spinner.DEtbkdfi.js +58 -0
- package/styles/scss/_index.scss +1 -0
- package/styles/scss/lib/_animation.scss +20 -5
- package/styles/scss/lib/_container-query.scss +3 -3
- package/styles/scss/lib/_grid-sidebar-sidebar.scss +2 -0
- package/styles/scss/lib/_grid-sidebar.scss +14 -7
- package/styles/scss/lib/_link.scss +48 -41
- package/styles/scss/lib/_media-query.scss +3 -3
- package/styles/scss/lib/_shadow.scss +10 -0
- package/styles/scss/lib/_theme.scss +7 -5
- package/styles/scss/lib/_transition.scss +26 -7
- package/switch.BezS5z0Y.js +65 -0
- package/{systemfeedback.C7iXO5A1.js → systemfeedback.CUWch42u.js} +3 -3
- package/text.CrYUewrP.js +57 -0
- package/textarea.hLgeYdsI.js +12 -0
- package/title.Dvp8LKJt.js +36 -0
- package/toast.BR7QuHOG.js +10 -0
- package/toast.d.ts +1 -0
- package/toastmanager.DBp8B1e3.js +96 -0
- package/toastmanager.d.ts +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/remove-spaces.d.ts +6 -0
- package/utils/remove-spaces.test.d.ts +1 -0
- package/utils/vitest.setup.d.ts +2 -0
- package/assets/CustomReactSelect.BdwXfLLO.css +0 -1
- package/assets/RadioGroup.Ur8Ro-XL.css +0 -1
- package/assets/button.DJvR-58w.css +0 -1
- package/assets/buttonround.BlfQkmMV.css +0 -1
- package/assets/checkbox.BsFEWfQe.css +0 -1
- package/assets/fieldset.xazpUXJX.css +0 -1
- package/assets/floatingactionbutton.D7ywURL3.css +0 -1
- package/assets/heading.CGFucb-C.css +0 -1
- package/assets/icon.CB-KQmw4.css +0 -1
- package/assets/input.BcP5kkZ2.css +0 -1
- package/assets/inputpassword.C3Uyj7oA.css +0 -1
- package/assets/inputsearch.tL3e9-Ob.css +0 -1
- package/assets/inputstepper.paPJix5A.css +0 -1
- package/assets/link.V7pJOW1p.css +0 -1
- package/assets/linkstandalone.D3RbBp23.css +0 -1
- package/assets/logo.BbHYgnWo.css +0 -1
- package/assets/optioncheckbox.C-K1FLhc.css +0 -1
- package/assets/radio.CSHQGdpr.css +0 -1
- package/assets/select.D2qBxaHP.css +0 -1
- package/assets/spinner.C5rBmKiF.css +0 -1
- package/assets/switch.sqve8ApJ.css +0 -1
- package/assets/text.DDAveG7E.css +0 -1
- package/assets/textarea.BKbocznb.css +0 -1
- package/asterisk.DU8THnoC.js +0 -8
- package/button.BUUGRxIp.js +0 -135
- package/buttonround.CKc-a-hd.js +0 -118
- package/checkbox.C2Ga9yTK.js +0 -112
- package/chunks/RadioGroup.module.bi3leRes.js +0 -11
- package/customreactselect.CipgVXTR.js +0 -13
- package/fieldset.DGcIKzDI.js +0 -98
- package/floatingactionbutton.DzHD39NY.js +0 -87
- package/heading.DqGbFfj2.js +0 -50
- package/icon.PX9_1kNB.js +0 -215
- package/input.o8OT6rxJ.js +0 -236
- package/inputpassword.-MXq8baU.js +0 -139
- package/inputsearch.CoYTSjox.js +0 -188
- package/inputstepper.BBMQr6kM.js +0 -290
- package/link.BN6AZfhG.js +0 -115
- package/linkstandalone.4-fyRd08.js +0 -79
- package/radio.Bhu9OUY-.js +0 -79
- package/radiogroup.oILRMrX-.js +0 -102
- package/select.OGcreXnT.js +0 -190
- package/spinner.Diy_EeFY.js +0 -58
- package/switch.BjoFKMQC.js +0 -65
- package/text.CPU8IUqY.js +0 -57
- package/textarea.kc_Sfbgr.js +0 -193
- package/title.icX0VDiO.js +0 -36
package/inputstepper.BBMQr6kM.js
DELETED
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as e } from "./chunks/jsx-runtime.C-kxDJ4g.js";
|
|
3
|
-
import { c } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { useState as f, useRef as N, useEffect as w, useLayoutEffect as M } from "react";
|
|
5
|
-
import { u as bn } from "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
6
|
-
import { Asterisk as mn } from "./asterisk.DU8THnoC.js";
|
|
7
|
-
import { DSButton as X } from "./button.BUUGRxIp.js";
|
|
8
|
-
import { M as E, b as H } from "./chunks/Input.utils.Bly6ZzLI.js";
|
|
9
|
-
import { DSSystemFeedback as hn } from "./systemfeedback.C7iXO5A1.js";
|
|
10
|
-
import { g as y } from "./chunks/helpers.B1JT5ShS.js";
|
|
11
|
-
import './assets/inputstepper.paPJix5A.css';const xn = "_input_134nb_187", Sn = "_input--invalid_134nb_298", yn = "_input--small_134nb_305", In = "_input--has-leading-icon_134nb_351", vn = "_input--has-action-button_134nb_354", gn = "_input--has-second-action-button_134nb_357", An = "_input--has-affix_134nb_369", Bn = "_input--is-ready_134nb_381", Dn = "_root_134nb_388", Nn = "_hint_134nb_396", wn = "_label_134nb_396", En = "_wrapper_134nb_400", Hn = "_affix_134nb_406", Ln = "_affix--small_134nb_426", jn = "_affix--disabled_134nb_438", Rn = "_prefix_134nb_441", kn = "_affix--readonly_134nb_444", Cn = "_suffix_134nb_454", $n = "_action-button_134nb_461", Fn = "_label--hidden_134nb_478", Vn = "_feedback_134nb_505", Pn = "_second-action-button_134nb_519", Tn = "_value-announcer_134nb_523", t = {
|
|
12
|
-
input: xn,
|
|
13
|
-
"input--invalid": "_input--invalid_134nb_298",
|
|
14
|
-
inputInvalid: Sn,
|
|
15
|
-
"input--small": "_input--small_134nb_305",
|
|
16
|
-
inputSmall: yn,
|
|
17
|
-
"input--has-leading-icon": "_input--has-leading-icon_134nb_351",
|
|
18
|
-
inputHasLeadingIcon: In,
|
|
19
|
-
"input--has-action-button": "_input--has-action-button_134nb_354",
|
|
20
|
-
inputHasActionButton: vn,
|
|
21
|
-
"input--has-second-action-button": "_input--has-second-action-button_134nb_357",
|
|
22
|
-
inputHasSecondActionButton: gn,
|
|
23
|
-
"input--has-affix": "_input--has-affix_134nb_369",
|
|
24
|
-
inputHasAffix: An,
|
|
25
|
-
"input--is-ready": "_input--is-ready_134nb_381",
|
|
26
|
-
inputIsReady: Bn,
|
|
27
|
-
root: Dn,
|
|
28
|
-
hint: Nn,
|
|
29
|
-
label: wn,
|
|
30
|
-
wrapper: En,
|
|
31
|
-
affix: Hn,
|
|
32
|
-
"affix--small": "_affix--small_134nb_426",
|
|
33
|
-
affixSmall: Ln,
|
|
34
|
-
"affix--disabled": "_affix--disabled_134nb_438",
|
|
35
|
-
affixDisabled: jn,
|
|
36
|
-
prefix: Rn,
|
|
37
|
-
"affix--readonly": "_affix--readonly_134nb_444",
|
|
38
|
-
affixReadonly: kn,
|
|
39
|
-
suffix: Cn,
|
|
40
|
-
"action-button": "_action-button_134nb_461",
|
|
41
|
-
actionButton: $n,
|
|
42
|
-
"label--hidden": "_label--hidden_134nb_478",
|
|
43
|
-
labelHidden: Fn,
|
|
44
|
-
feedback: Vn,
|
|
45
|
-
"second-action-button": "_second-action-button_134nb_519",
|
|
46
|
-
secondActionButton: Pn,
|
|
47
|
-
"value-announcer": "_value-announcer_134nb_523",
|
|
48
|
-
valueAnnouncer: Tn
|
|
49
|
-
}, Wn = ({
|
|
50
|
-
id: a,
|
|
51
|
-
label: b,
|
|
52
|
-
prefix: m,
|
|
53
|
-
suffix: h
|
|
54
|
-
}) => {
|
|
55
|
-
if (!a)
|
|
56
|
-
throw new Error(
|
|
57
|
-
y(
|
|
58
|
-
"DSInputStepper",
|
|
59
|
-
'A unique "id" prop is required. Please add an unique "id" prop to the DSInputStepper component.'
|
|
60
|
-
)
|
|
61
|
-
);
|
|
62
|
-
if (!b)
|
|
63
|
-
throw new Error(
|
|
64
|
-
y(
|
|
65
|
-
"DSInputStepper",
|
|
66
|
-
`A label is always required for a11y reasons. Please add a descriptive "label" prop to the DSInputStepper component. If you don't want to display a label, set hideLabel={true}.`
|
|
67
|
-
)
|
|
68
|
-
);
|
|
69
|
-
m && m.length > E && console.warn(
|
|
70
|
-
y(
|
|
71
|
-
"DSInputStepper",
|
|
72
|
-
`Prefix length must not exceed ${E} characters.`
|
|
73
|
-
)
|
|
74
|
-
), h && h.length > H && console.warn(
|
|
75
|
-
y(
|
|
76
|
-
"DSInputStepper",
|
|
77
|
-
`Suffix length must not exceed ${H} characters.`
|
|
78
|
-
)
|
|
79
|
-
);
|
|
80
|
-
}, Yn = ({
|
|
81
|
-
id: a,
|
|
82
|
-
label: b,
|
|
83
|
-
announcementText: m = "Value changed to",
|
|
84
|
-
className: h,
|
|
85
|
-
disabled: d = !1,
|
|
86
|
-
decreaseAmountButtonLabel: q = "Decrease",
|
|
87
|
-
hint: I,
|
|
88
|
-
hideLabel: G = !1,
|
|
89
|
-
invalid: x = !1,
|
|
90
|
-
increaseAmountButtonLabel: O = "Increase",
|
|
91
|
-
prefix: u,
|
|
92
|
-
max: L = 100,
|
|
93
|
-
min: j = 0,
|
|
94
|
-
readonly: p = !1,
|
|
95
|
-
required: R = !1,
|
|
96
|
-
size: i = "medium",
|
|
97
|
-
step: U = 1,
|
|
98
|
-
suffix: r,
|
|
99
|
-
systemFeedback: v,
|
|
100
|
-
value: S,
|
|
101
|
-
onChange: k,
|
|
102
|
-
...J
|
|
103
|
-
}) => {
|
|
104
|
-
process.env.NODE_ENV !== "production" && Wn({
|
|
105
|
-
id: a,
|
|
106
|
-
label: b,
|
|
107
|
-
prefix: u,
|
|
108
|
-
suffix: r
|
|
109
|
-
});
|
|
110
|
-
const [K, Q] = f(!1), [_, g] = f(S), [A, C] = f(""), [Y, Z] = f(!1), [z, nn] = f({}), s = N(null), tn = u == null ? void 0 : u.substring(0, E), B = N(null), en = r == null ? void 0 : r.substring(0, H), D = N(null), an = bn(G);
|
|
111
|
-
w(() => {
|
|
112
|
-
S && g(S);
|
|
113
|
-
}, [S]), w(() => {
|
|
114
|
-
if (A) {
|
|
115
|
-
const n = setTimeout(() => {
|
|
116
|
-
C("");
|
|
117
|
-
}, 3e3);
|
|
118
|
-
return () => clearTimeout(n);
|
|
119
|
-
}
|
|
120
|
-
}, [A]), w(() => {
|
|
121
|
-
var o;
|
|
122
|
-
const n = (l) => {
|
|
123
|
-
l.preventDefault();
|
|
124
|
-
};
|
|
125
|
-
return (o = s.current) == null || o.addEventListener("wheel", n, {
|
|
126
|
-
// The { passive: false } option is used to indicate that the event listener wants to cancel the event, allowing preventDefault to work as expected.
|
|
127
|
-
passive: !1
|
|
128
|
-
}), () => {
|
|
129
|
-
var l;
|
|
130
|
-
(l = s.current) == null || l.removeEventListener("wheel", n);
|
|
131
|
-
};
|
|
132
|
-
}, []), M(() => {
|
|
133
|
-
const n = i === "medium" ? 16 : 8, o = {};
|
|
134
|
-
if (B.current) {
|
|
135
|
-
const l = B.current.offsetWidth;
|
|
136
|
-
o.paddingInlineStart = n + l + "px";
|
|
137
|
-
}
|
|
138
|
-
if (D.current) {
|
|
139
|
-
const l = D.current.offsetWidth;
|
|
140
|
-
o.paddingInlineEnd = n + l + "px";
|
|
141
|
-
}
|
|
142
|
-
nn(o), Q(!0);
|
|
143
|
-
}, [u, r, i, Y]), M(() => {
|
|
144
|
-
(async () => {
|
|
145
|
-
"fonts" in document && (await document.fonts.load(
|
|
146
|
-
'1em "STIHL Contraface Digital Text Regular"'
|
|
147
|
-
), Z(!0));
|
|
148
|
-
})();
|
|
149
|
-
}, []);
|
|
150
|
-
const $ = c(t.affix, {
|
|
151
|
-
[t.affixSmall]: i === "small",
|
|
152
|
-
[t.affixDisabled]: d,
|
|
153
|
-
[t.affixReadonly]: p
|
|
154
|
-
}), F = `${a}-label`, V = `${a}-feedback`, P = `${a}-hint`, T = `${a}-value-announcer`, sn = I ? ` ${P}` : "", on = c(t.root, h), ln = c(t.input, {
|
|
155
|
-
// small input
|
|
156
|
-
[t.inputSmall]: i === "small",
|
|
157
|
-
// invalid state
|
|
158
|
-
[t.inputInvalid]: x,
|
|
159
|
-
// prefix/suffix
|
|
160
|
-
[t.inputHasAffix]: u || r,
|
|
161
|
-
[t.inputIsReady]: K
|
|
162
|
-
}), cn = c(t.label, {
|
|
163
|
-
// hide label only visually to keep them available for assistive technologies
|
|
164
|
-
[t.labelHidden]: an
|
|
165
|
-
}), un = c(t.secondActionButton, {
|
|
166
|
-
[t.secondActionButtonSmall]: i === "small"
|
|
167
|
-
}), rn = c(t.actionButton, {
|
|
168
|
-
[t.actionButtonSmall]: i === "small"
|
|
169
|
-
}), dn = () => {
|
|
170
|
-
const n = [T];
|
|
171
|
-
return x && v && n.push(V), n.join(" ");
|
|
172
|
-
}, W = () => {
|
|
173
|
-
var n;
|
|
174
|
-
if (s.current) {
|
|
175
|
-
g(s.current.value);
|
|
176
|
-
const o = new Event("change", { bubbles: !0 });
|
|
177
|
-
(n = s.current) == null || n.dispatchEvent(o), C(`${m} ${s.current.value}`);
|
|
178
|
-
}
|
|
179
|
-
}, pn = () => {
|
|
180
|
-
var n;
|
|
181
|
-
(n = s.current) == null || n.stepDown(), W();
|
|
182
|
-
}, _n = () => {
|
|
183
|
-
var n;
|
|
184
|
-
(n = s.current) == null || n.stepUp(), W();
|
|
185
|
-
}, fn = (n) => {
|
|
186
|
-
g(n.target.value), k && k(n);
|
|
187
|
-
};
|
|
188
|
-
return /* @__PURE__ */ e.jsxs("div", { className: on, children: [
|
|
189
|
-
/* @__PURE__ */ e.jsxs("label", { className: cn, id: F, htmlFor: a, children: [
|
|
190
|
-
b,
|
|
191
|
-
R && /* @__PURE__ */ e.jsx(mn, {})
|
|
192
|
-
] }),
|
|
193
|
-
I && /* @__PURE__ */ e.jsx("div", { className: t.hint, id: P, children: I }),
|
|
194
|
-
/* @__PURE__ */ e.jsx(
|
|
195
|
-
"div",
|
|
196
|
-
{
|
|
197
|
-
"aria-live": "polite",
|
|
198
|
-
"aria-atomic": "true",
|
|
199
|
-
className: t.valueAnnouncer,
|
|
200
|
-
id: T,
|
|
201
|
-
children: A
|
|
202
|
-
}
|
|
203
|
-
),
|
|
204
|
-
x && v && /* @__PURE__ */ e.jsx(
|
|
205
|
-
hn,
|
|
206
|
-
{
|
|
207
|
-
className: t.feedback,
|
|
208
|
-
message: v,
|
|
209
|
-
type: "invalid",
|
|
210
|
-
id: V
|
|
211
|
-
}
|
|
212
|
-
),
|
|
213
|
-
/* @__PURE__ */ e.jsxs("div", { className: t.wrapper, children: [
|
|
214
|
-
u && /* @__PURE__ */ e.jsx(
|
|
215
|
-
"span",
|
|
216
|
-
{
|
|
217
|
-
className: c($, t.prefix),
|
|
218
|
-
ref: B,
|
|
219
|
-
"aria-disabled": d,
|
|
220
|
-
children: tn
|
|
221
|
-
}
|
|
222
|
-
),
|
|
223
|
-
/* @__PURE__ */ e.jsx(
|
|
224
|
-
"input",
|
|
225
|
-
{
|
|
226
|
-
className: ln,
|
|
227
|
-
id: a,
|
|
228
|
-
ref: s,
|
|
229
|
-
...J,
|
|
230
|
-
style: z,
|
|
231
|
-
"aria-labelledby": `${F}${sn}`,
|
|
232
|
-
"aria-describedby": dn(),
|
|
233
|
-
"aria-invalid": x,
|
|
234
|
-
"aria-disabled": p,
|
|
235
|
-
disabled: d,
|
|
236
|
-
min: j,
|
|
237
|
-
max: L,
|
|
238
|
-
readOnly: p,
|
|
239
|
-
required: R,
|
|
240
|
-
step: U,
|
|
241
|
-
type: "number",
|
|
242
|
-
value: _,
|
|
243
|
-
onChange: fn
|
|
244
|
-
}
|
|
245
|
-
),
|
|
246
|
-
r && /* @__PURE__ */ e.jsx(
|
|
247
|
-
"span",
|
|
248
|
-
{
|
|
249
|
-
className: c($, t.suffix),
|
|
250
|
-
ref: D,
|
|
251
|
-
"aria-disabled": d,
|
|
252
|
-
children: en
|
|
253
|
-
}
|
|
254
|
-
),
|
|
255
|
-
/* @__PURE__ */ e.jsx(
|
|
256
|
-
X,
|
|
257
|
-
{
|
|
258
|
-
hideLabel: !0,
|
|
259
|
-
theme: "light",
|
|
260
|
-
iconName: "minus",
|
|
261
|
-
variant: "filled",
|
|
262
|
-
className: un,
|
|
263
|
-
size: i,
|
|
264
|
-
onClick: pn,
|
|
265
|
-
disabled: d || p || !!_ && Number(_) <= j,
|
|
266
|
-
type: "button",
|
|
267
|
-
children: q
|
|
268
|
-
}
|
|
269
|
-
),
|
|
270
|
-
/* @__PURE__ */ e.jsx(
|
|
271
|
-
X,
|
|
272
|
-
{
|
|
273
|
-
hideLabel: !0,
|
|
274
|
-
theme: "light",
|
|
275
|
-
iconName: "plus",
|
|
276
|
-
variant: "filled",
|
|
277
|
-
className: rn,
|
|
278
|
-
size: i,
|
|
279
|
-
onClick: _n,
|
|
280
|
-
disabled: d || p || !!_ && Number(_) >= L,
|
|
281
|
-
type: "button",
|
|
282
|
-
children: O
|
|
283
|
-
}
|
|
284
|
-
)
|
|
285
|
-
] })
|
|
286
|
-
] });
|
|
287
|
-
};
|
|
288
|
-
export {
|
|
289
|
-
Yn as DSInputStepper
|
|
290
|
-
};
|
package/link.BN6AZfhG.js
DELETED
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as h } from "./chunks/jsx-runtime.C-kxDJ4g.js";
|
|
3
|
-
import { c as g } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { u as i } from "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
5
|
-
import { DSIcon as p } from "./icon.PX9_1kNB.js";
|
|
6
|
-
import './assets/link.V7pJOW1p.css';const F = "_root_1rqzw_125", H = "_root--highlight_1rqzw_191", S = "_root--dark-highlight_1rqzw_191", x = "_root--filled_1rqzw_269", b = "_root--outline_1rqzw_297", j = "_root--ghost_1rqzw_324", L = "_root--ghost-flush_1rqzw_349", C = "_root--small_1rqzw_355", N = "_root--dark-filled_1rqzw_430", T = "_root--dark-outline_1rqzw_489", B = "_root--dark-ghost_1rqzw_547", E = "_root--dark-ghost-flush_1rqzw_603", R = "_root--icon-left_1rqzw_662", V = "_root--icon-only_1rqzw_678", A = "_root--icon-only-small_1rqzw_682", J = "_label--hidden_1rqzw_689", o = {
|
|
7
|
-
root: F,
|
|
8
|
-
"root--highlight": "_root--highlight_1rqzw_191",
|
|
9
|
-
rootHighlight: H,
|
|
10
|
-
"root--dark-highlight": "_root--dark-highlight_1rqzw_191",
|
|
11
|
-
rootDarkHighlight: S,
|
|
12
|
-
"root--filled": "_root--filled_1rqzw_269",
|
|
13
|
-
rootFilled: x,
|
|
14
|
-
"root--outline": "_root--outline_1rqzw_297",
|
|
15
|
-
rootOutline: b,
|
|
16
|
-
"root--ghost": "_root--ghost_1rqzw_324",
|
|
17
|
-
rootGhost: j,
|
|
18
|
-
"root--ghost-flush": "_root--ghost-flush_1rqzw_349",
|
|
19
|
-
rootGhostFlush: L,
|
|
20
|
-
"root--small": "_root--small_1rqzw_355",
|
|
21
|
-
rootSmall: C,
|
|
22
|
-
"root--dark-filled": "_root--dark-filled_1rqzw_430",
|
|
23
|
-
rootDarkFilled: N,
|
|
24
|
-
"root--dark-outline": "_root--dark-outline_1rqzw_489",
|
|
25
|
-
rootDarkOutline: T,
|
|
26
|
-
"root--dark-ghost": "_root--dark-ghost_1rqzw_547",
|
|
27
|
-
rootDarkGhost: B,
|
|
28
|
-
"root--dark-ghost-flush": "_root--dark-ghost-flush_1rqzw_603",
|
|
29
|
-
rootDarkGhostFlush: E,
|
|
30
|
-
"root--icon-left": "_root--icon-left_1rqzw_662",
|
|
31
|
-
rootIconLeft: R,
|
|
32
|
-
"root--icon-only": "_root--icon-only_1rqzw_678",
|
|
33
|
-
rootIconOnly: V,
|
|
34
|
-
"root--icon-only-small": "_root--icon-only-small_1rqzw_682",
|
|
35
|
-
rootIconOnlySmall: A,
|
|
36
|
-
"label--hidden": "_label--hidden_1rqzw_689",
|
|
37
|
-
labelHidden: J
|
|
38
|
-
}, U = ({
|
|
39
|
-
children: c,
|
|
40
|
-
aria: k,
|
|
41
|
-
className: u,
|
|
42
|
-
dataTrackingid: q,
|
|
43
|
-
download: w,
|
|
44
|
-
hideLabel: _ = !1,
|
|
45
|
-
href: n,
|
|
46
|
-
iconName: e,
|
|
47
|
-
iconPosition: f = "left",
|
|
48
|
-
iconSource: a,
|
|
49
|
-
isFlush: l = !1,
|
|
50
|
-
referrerPolicy: z,
|
|
51
|
-
rel: m,
|
|
52
|
-
size: s = "medium",
|
|
53
|
-
target: D = "_self",
|
|
54
|
-
theme: r = "light",
|
|
55
|
-
variant: t = "filled",
|
|
56
|
-
...y
|
|
57
|
-
}) => {
|
|
58
|
-
const G = g(o.root, u, {
|
|
59
|
-
// variant
|
|
60
|
-
[o.rootFilled]: t === "filled",
|
|
61
|
-
[o.rootHighlight]: t === "highlight",
|
|
62
|
-
[o.rootOutline]: t === "outline",
|
|
63
|
-
[o.rootGhost]: t === "ghost" && l !== !0,
|
|
64
|
-
// isFlush
|
|
65
|
-
[o.rootGhostFlush]: t === "ghost" && l === !0,
|
|
66
|
-
// dark theme
|
|
67
|
-
[o.rootDarkFilled]: r === "dark" && t === "filled",
|
|
68
|
-
[o.rootDarkHighlight]: r === "dark" && t === "highlight",
|
|
69
|
-
[o.rootDarkOutline]: r === "dark" && t === "outline",
|
|
70
|
-
[o.rootDarkGhost]: r === "dark" && t === "ghost" && l !== !0,
|
|
71
|
-
// dark isFlush
|
|
72
|
-
[o.rootDarkGhostFlush]: r === "dark" && t === "ghost" && l === !0,
|
|
73
|
-
// size
|
|
74
|
-
[o.rootSmall]: s === "small",
|
|
75
|
-
// icon position
|
|
76
|
-
[o.rootIconLeft]: f === "left",
|
|
77
|
-
// icon only
|
|
78
|
-
[o.rootIconOnly]: i(_) && s === "medium",
|
|
79
|
-
[o.rootIconOnlySmall]: i(_) && s === "small"
|
|
80
|
-
}), O = g({
|
|
81
|
-
// hide label only visually to keep them available for assistive technologies
|
|
82
|
-
[o.labelHidden]: i(_)
|
|
83
|
-
}), I = r === "light" && t === "filled" || r === "dark" && t === "outline" || r === "dark" && t === "ghost" ? "dark" : "light", d = n === void 0 ? "span" : "a";
|
|
84
|
-
return /* @__PURE__ */ h.jsxs(
|
|
85
|
-
d,
|
|
86
|
-
{
|
|
87
|
-
className: G,
|
|
88
|
-
"data-trackingid": q,
|
|
89
|
-
...d === "a" && {
|
|
90
|
-
href: n,
|
|
91
|
-
target: D,
|
|
92
|
-
rel: m,
|
|
93
|
-
referrerPolicy: z,
|
|
94
|
-
download: w
|
|
95
|
-
},
|
|
96
|
-
...k,
|
|
97
|
-
...y,
|
|
98
|
-
children: [
|
|
99
|
-
/* @__PURE__ */ h.jsx("span", { className: O, children: c }),
|
|
100
|
-
(e || a) && /* @__PURE__ */ h.jsx(
|
|
101
|
-
p,
|
|
102
|
-
{
|
|
103
|
-
name: e,
|
|
104
|
-
theme: I,
|
|
105
|
-
source: a,
|
|
106
|
-
"aria-hidden": "true"
|
|
107
|
-
}
|
|
108
|
-
)
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
);
|
|
112
|
-
};
|
|
113
|
-
export {
|
|
114
|
-
U as DSLink
|
|
115
|
-
};
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as i } from "./chunks/jsx-runtime.C-kxDJ4g.js";
|
|
3
|
-
import { c as x } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { DSIcon as H } from "./icon.PX9_1kNB.js";
|
|
5
|
-
import "react";
|
|
6
|
-
import './assets/linkstandalone.D3RbBp23.css';const j = "_root_p84sd_63", v = "_root--highlight_p84sd_134", L = "_root--neutral-dark_p84sd_205", N = "_root--highlight-dark_p84sd_276", I = "_root--active_p84sd_347", A = "_root--icon-left_p84sd_353", o = {
|
|
7
|
-
root: j,
|
|
8
|
-
"root--highlight": "_root--highlight_p84sd_134",
|
|
9
|
-
rootHighlight: v,
|
|
10
|
-
"root--neutral-dark": "_root--neutral-dark_p84sd_205",
|
|
11
|
-
rootNeutralDark: L,
|
|
12
|
-
"root--highlight-dark": "_root--highlight-dark_p84sd_276",
|
|
13
|
-
rootHighlightDark: N,
|
|
14
|
-
"root--active": "_root--active_p84sd_347",
|
|
15
|
-
rootActive: I,
|
|
16
|
-
"root--icon-left": "_root--icon-left_p84sd_353",
|
|
17
|
-
rootIconLeft: A
|
|
18
|
-
}, C = ({
|
|
19
|
-
children: e,
|
|
20
|
-
aria: _,
|
|
21
|
-
active: g,
|
|
22
|
-
className: n,
|
|
23
|
-
dataTrackingid: c,
|
|
24
|
-
download: d,
|
|
25
|
-
href: s,
|
|
26
|
-
iconName: a,
|
|
27
|
-
iconPosition: p = "left",
|
|
28
|
-
iconSource: l,
|
|
29
|
-
referrerPolicy: k,
|
|
30
|
-
rel: u,
|
|
31
|
-
target: f = "_self",
|
|
32
|
-
theme: t = "light",
|
|
33
|
-
variant: r = "neutral",
|
|
34
|
-
...m
|
|
35
|
-
}) => {
|
|
36
|
-
const D = x(o.root, n, {
|
|
37
|
-
// variant
|
|
38
|
-
[o.rootHighlight]: r === "highlight",
|
|
39
|
-
// theme
|
|
40
|
-
[o.rootNeutralDark]: t === "dark" && r === "neutral",
|
|
41
|
-
[o.rootHighlightDark]: t === "dark" && r === "highlight",
|
|
42
|
-
// active
|
|
43
|
-
[o.rootActive]: g,
|
|
44
|
-
// icon position
|
|
45
|
-
[o.rootIconLeft]: p === "left"
|
|
46
|
-
}), h = s === void 0 ? "span" : "a";
|
|
47
|
-
return /* @__PURE__ */ i.jsxs(
|
|
48
|
-
h,
|
|
49
|
-
{
|
|
50
|
-
className: D,
|
|
51
|
-
"data-trackingid": c,
|
|
52
|
-
...h === "a" && {
|
|
53
|
-
href: s,
|
|
54
|
-
target: f,
|
|
55
|
-
rel: u,
|
|
56
|
-
referrerPolicy: k,
|
|
57
|
-
download: d
|
|
58
|
-
},
|
|
59
|
-
..._,
|
|
60
|
-
...m,
|
|
61
|
-
children: [
|
|
62
|
-
/* @__PURE__ */ i.jsx("span", { className: o.label, children: e }),
|
|
63
|
-
(a || l) && /* @__PURE__ */ i.jsx(
|
|
64
|
-
H,
|
|
65
|
-
{
|
|
66
|
-
name: a,
|
|
67
|
-
theme: t,
|
|
68
|
-
source: l,
|
|
69
|
-
size: "medium",
|
|
70
|
-
"aria-hidden": "true"
|
|
71
|
-
}
|
|
72
|
-
)
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
);
|
|
76
|
-
};
|
|
77
|
-
export {
|
|
78
|
-
C as DSLinkStandalone
|
|
79
|
-
};
|
package/radio.Bhu9OUY-.js
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as e } from "./chunks/jsx-runtime.C-kxDJ4g.js";
|
|
3
|
-
import { c as i } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { forwardRef as H, useRef as I, useState as R, useCallback as S } from "react";
|
|
5
|
-
import { u as g } from "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
6
|
-
import './assets/radio.CSHQGdpr.css';const B = "_root_vnfdb_63", V = "_root--disabled_vnfdb_82", w = "_radio_vnfdb_86", E = "_dot_vnfdb_101", L = "_radio--invalid_vnfdb_123", O = "_label_vnfdb_128", P = "_label--hidden_vnfdb_138", U = "_input_vnfdb_151", o = {
|
|
7
|
-
root: B,
|
|
8
|
-
"root--disabled": "_root--disabled_vnfdb_82",
|
|
9
|
-
rootDisabled: V,
|
|
10
|
-
radio: w,
|
|
11
|
-
dot: E,
|
|
12
|
-
"radio--invalid": "_radio--invalid_vnfdb_123",
|
|
13
|
-
radioInvalid: L,
|
|
14
|
-
label: O,
|
|
15
|
-
"label--hidden": "_label--hidden_vnfdb_138",
|
|
16
|
-
labelHidden: P,
|
|
17
|
-
input: U
|
|
18
|
-
}, q = H(
|
|
19
|
-
({
|
|
20
|
-
label: l,
|
|
21
|
-
name: c,
|
|
22
|
-
value: _,
|
|
23
|
-
defaultChecked: f = !1,
|
|
24
|
-
disabled: n = !1,
|
|
25
|
-
hideLabel: b = !1,
|
|
26
|
-
checked: r,
|
|
27
|
-
invalid: u = !1,
|
|
28
|
-
className: v,
|
|
29
|
-
onChange: d,
|
|
30
|
-
...m
|
|
31
|
-
}, s) => {
|
|
32
|
-
const p = I(null), [h, x] = R(f), t = r !== void 0, C = t ? r : h, j = g(b), k = i(
|
|
33
|
-
o.root,
|
|
34
|
-
{
|
|
35
|
-
[o.rootDisabled]: n
|
|
36
|
-
},
|
|
37
|
-
v
|
|
38
|
-
), N = i(o.label, {
|
|
39
|
-
// hide label only visually to keep them available for assistive technologies
|
|
40
|
-
[o.labelHidden]: j
|
|
41
|
-
}), D = i(o.radio, {
|
|
42
|
-
[o.radioInvalid]: u
|
|
43
|
-
}), y = S(
|
|
44
|
-
(a) => {
|
|
45
|
-
if (n) {
|
|
46
|
-
a.preventDefault();
|
|
47
|
-
return;
|
|
48
|
-
}
|
|
49
|
-
t || x(a.target.checked), d && d(a);
|
|
50
|
-
},
|
|
51
|
-
[n, t, d]
|
|
52
|
-
);
|
|
53
|
-
return /* @__PURE__ */ e.jsxs("label", { className: k, children: [
|
|
54
|
-
/* @__PURE__ */ e.jsx(
|
|
55
|
-
"input",
|
|
56
|
-
{
|
|
57
|
-
type: "radio",
|
|
58
|
-
value: _,
|
|
59
|
-
name: c,
|
|
60
|
-
className: o.input,
|
|
61
|
-
ref: (a) => {
|
|
62
|
-
typeof s == "function" ? s(a) : s !== null && (s.current = a), p.current = a;
|
|
63
|
-
},
|
|
64
|
-
onChange: y,
|
|
65
|
-
...m,
|
|
66
|
-
disabled: n,
|
|
67
|
-
checked: C,
|
|
68
|
-
"aria-label": typeof l == "string" ? l : void 0
|
|
69
|
-
}
|
|
70
|
-
),
|
|
71
|
-
/* @__PURE__ */ e.jsx("span", { className: D, children: /* @__PURE__ */ e.jsx("div", { className: o.dot }) }),
|
|
72
|
-
/* @__PURE__ */ e.jsx("span", { className: N, children: l })
|
|
73
|
-
] });
|
|
74
|
-
}
|
|
75
|
-
);
|
|
76
|
-
q.displayName = "DSRadio";
|
|
77
|
-
export {
|
|
78
|
-
q as DSRadio
|
|
79
|
-
};
|
package/radiogroup.oILRMrX-.js
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as d } from "./chunks/jsx-runtime.C-kxDJ4g.js";
|
|
3
|
-
import { c as N } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { forwardRef as P, useState as C } from "react";
|
|
5
|
-
import { DSFieldset as y } from "./fieldset.DGcIKzDI.js";
|
|
6
|
-
import { DSRadio as z } from "./radio.Bhu9OUY-.js";
|
|
7
|
-
import { s as c } from "./chunks/RadioGroup.module.bi3leRes.js";
|
|
8
|
-
import { g as a } from "./chunks/helpers.B1JT5ShS.js";
|
|
9
|
-
const f = (o) => `The "${o}" prop is required. Please add the "${o}" prop to the DSRadioGroup component.`, M = ({
|
|
10
|
-
description: o,
|
|
11
|
-
id: e,
|
|
12
|
-
legend: t,
|
|
13
|
-
name: s,
|
|
14
|
-
options: i,
|
|
15
|
-
systemFeedback: n
|
|
16
|
-
}) => {
|
|
17
|
-
if (!e && (o || n))
|
|
18
|
-
throw new Error(
|
|
19
|
-
a(
|
|
20
|
-
"DSRadioGroup",
|
|
21
|
-
'A unique "id" prop is required when providing the description or systemFeedback property. Please add an unique "id" prop to the DSRadioGroup component.'
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
if (!t)
|
|
25
|
-
throw new Error(
|
|
26
|
-
a("DSRadioGroup", f("legend"))
|
|
27
|
-
);
|
|
28
|
-
if (!s)
|
|
29
|
-
throw new Error(
|
|
30
|
-
a("DSRadioGroup", f("name"))
|
|
31
|
-
);
|
|
32
|
-
if (!i)
|
|
33
|
-
throw new Error(
|
|
34
|
-
a("DSRadioGroup", f("options"))
|
|
35
|
-
);
|
|
36
|
-
}, O = P(
|
|
37
|
-
({
|
|
38
|
-
legend: o,
|
|
39
|
-
name: e,
|
|
40
|
-
options: t,
|
|
41
|
-
alignment: s = "vertical",
|
|
42
|
-
className: i,
|
|
43
|
-
defaultValue: n,
|
|
44
|
-
description: m,
|
|
45
|
-
disabled: l = !1,
|
|
46
|
-
id: h,
|
|
47
|
-
invalid: p = !1,
|
|
48
|
-
required: S = !1,
|
|
49
|
-
systemFeedback: u,
|
|
50
|
-
value: D,
|
|
51
|
-
onChange: R,
|
|
52
|
-
...G
|
|
53
|
-
}, v) => {
|
|
54
|
-
process.env.NODE_ENV !== "production" && M({ description: m, id: h, legend: o, name: e, options: t, systemFeedback: u });
|
|
55
|
-
const [E, x] = C(n), w = D !== void 0, g = w ? D : E, j = N(c.root, {
|
|
56
|
-
// In case of longer copy, use vertical alignment
|
|
57
|
-
[c.rootHorizontal]: s === "horizontal",
|
|
58
|
-
[c.rootInvalid]: p && !!u
|
|
59
|
-
}), q = (r) => {
|
|
60
|
-
if (l) {
|
|
61
|
-
r.preventDefault();
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
w || x(
|
|
65
|
-
r.target.value
|
|
66
|
-
), R && R(r);
|
|
67
|
-
};
|
|
68
|
-
return /* @__PURE__ */ d.jsx(
|
|
69
|
-
y,
|
|
70
|
-
{
|
|
71
|
-
id: h,
|
|
72
|
-
legend: o,
|
|
73
|
-
className: i,
|
|
74
|
-
description: m,
|
|
75
|
-
disabled: l,
|
|
76
|
-
required: S,
|
|
77
|
-
invalid: p,
|
|
78
|
-
systemFeedback: u,
|
|
79
|
-
...G,
|
|
80
|
-
role: "radiogroup",
|
|
81
|
-
onChange: q,
|
|
82
|
-
children: /* @__PURE__ */ d.jsx("div", { className: j, children: t.map((r) => /* @__PURE__ */ d.jsx(
|
|
83
|
-
z,
|
|
84
|
-
{
|
|
85
|
-
name: e,
|
|
86
|
-
checked: r.value === g,
|
|
87
|
-
disabled: l,
|
|
88
|
-
invalid: p,
|
|
89
|
-
required: S,
|
|
90
|
-
ref: r.value === g ? v : null,
|
|
91
|
-
...r
|
|
92
|
-
},
|
|
93
|
-
r.label + r.value
|
|
94
|
-
)) })
|
|
95
|
-
}
|
|
96
|
-
);
|
|
97
|
-
}
|
|
98
|
-
);
|
|
99
|
-
O.displayName = "DSRadioGroup";
|
|
100
|
-
export {
|
|
101
|
-
O as DSRadioGroup
|
|
102
|
-
};
|