@stihl-design-system/components 1.0.0-RC.34 → 1.0.0-RC.36
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/Placeholder.svg +1 -1
- package/{actionbutton.DLQJU6AV.js → actionbutton.Du5CT-Mt.js} +2 -2
- package/{actionlink.DEBrWfN3.js → actionlink.BK9CaQUY.js} +2 -2
- package/assets/Button.CmeGVEAY.css +1 -0
- package/assets/CustomReactSelect.BihX36Uo.css +1 -0
- package/assets/Fieldset.Oqu7pOBv.css +1 -0
- package/assets/InputFile.D7Ihod7B.css +1 -0
- package/assets/InputNumber.z_UqRYdv.css +1 -0
- package/assets/InputPassword.DZENjxJ9.css +1 -0
- package/assets/InputSearch.GBH9Eh6F.css +1 -0
- package/assets/LinkButton.88j5ckLu.css +1 -0
- package/assets/RadioGroup.q1lQ-HIZ.css +1 -0
- package/assets/Select.CL0fqx7X.css +1 -0
- package/assets/Slider.DWLuIsNj.css +1 -0
- package/assets/Textarea.B1HOakic.css +1 -0
- package/assets/buttonround.DBpMesfr.css +1 -0
- package/assets/input.RPDR8qdT.css +1 -0
- package/assets/radio.CsfCywxz.css +1 -0
- package/{banner.CI5HnDqD.js → banner.AhUeW3HM.js} +1 -1
- package/{breadcrumb.CtwAux3P.js → breadcrumb.DpIAQk3r.js} +3 -3
- package/button.CqNYOfSj.js +12 -0
- package/buttonround.9IS0tUqw.js +96 -0
- package/{checkbox.DwccD0Mp.js → checkbox.XYQI-ubx.js} +2 -2
- package/{checkboxgroup.ZiUFfCJ1.js → checkboxgroup.C66ZwglF.js} +2 -2
- package/{chip.B0s_fS8L.js → chip.B-pxhsdb.js} +2 -2
- package/{chipgroup.Dpu66bo5.js → chipgroup.CY3pWyLO.js} +4 -3
- package/chunks/{ActionButton.DOYsEHPr.js → ActionButton.BOYQYo5M.js} +1 -1
- package/chunks/{ActionLink.DbyciN3Y.js → ActionLink.BlwvrnPN.js} +1 -1
- package/chunks/{Breadcrumb.BgnpTo01.js → Breadcrumb.C_Yaz_vw.js} +2 -2
- package/chunks/Button.CQlIao-Z.js +139 -0
- package/chunks/{Checkbox.BcGXAuuP.js → Checkbox.D5X5T6Yg.js} +1 -1
- package/chunks/CheckboxGroup.BIspWqeW.js +74 -0
- package/chunks/{Chip.D6pubCZV.js → Chip.DIp5hdRH.js} +1 -1
- package/chunks/{CustomReactSelect.Dg3wC_VH.js → CustomReactSelect.D4kopDzX.js} +816 -800
- package/chunks/{Dialog.DpqSVrYR.js → Dialog.DMxHRrxo.js} +1 -1
- package/chunks/{Drawer.DISWybOa.js → Drawer.CatmvDHJ.js} +1 -1
- package/chunks/Fieldset.Bk8W5h13.js +81 -0
- package/chunks/{Header.7TQL_J9t.js → Header.18sOO0Gf.js} +1 -1
- package/chunks/{Input.utils.Dkw7gRrr.js → Input.utils.CL1u4Ctq.js} +27 -25
- package/chunks/InputFile.CjK3gEst.js +236 -0
- package/chunks/InputNumber.wfDjnz58.js +242 -0
- package/chunks/InputPassword.Ctb0xbwg.js +121 -0
- package/chunks/InputSearch.C-r5ktR8.js +149 -0
- package/chunks/LinkButton.CWibqvhs.js +140 -0
- package/chunks/{MegaMenu.CQbOeaib.js → MegaMenu.qttkjGbD.js} +7 -8
- package/chunks/{NavigationTabs.BwM-6CRm.js → NavigationTabs.SBNLx87A.js} +1 -1
- package/chunks/{Notification.CrojkJ0E.js → Notification.DYl1rcGu.js} +1 -1
- package/chunks/{Popover.Bb0Pjmvg.js → Popover.C9tT8xkE.js} +9 -10
- package/chunks/RadioGroup.BDsVAhCK.js +125 -0
- package/chunks/Select.BjBPN-6W.js +147 -0
- package/chunks/Slider.Bh2jhGKn.js +306 -0
- package/chunks/{Stepper.PTQdQBYf.js → Stepper.D1Yzw-gL.js} +2 -2
- package/chunks/{Tabs.DyP4whX0.js → Tabs.BvG-OPWa.js} +1 -1
- package/chunks/Textarea.DibBqiam.js +181 -0
- package/chunks/{Toast.ug_RjGgF.js → Toast.ldZRNpGM.js} +1 -1
- package/chunks/floating-ui.react.COTL3jH5.js +2984 -0
- package/chunks/{useBreakpoint.BzR_yaIv.js → useBreakpoint.1txsny17.js} +8 -5
- package/combobox.C2XUM4fM.js +67 -0
- package/components/Button/Button.d.ts +5 -0
- package/components/Button/Button.utils.d.ts +4 -5
- package/components/CheckboxGroup/CheckboxGroup.d.ts +14 -1
- package/components/Combobox/Combobox.utils.d.ts +3 -2
- package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +13 -0
- package/components/Fieldset/Fieldset.d.ts +14 -1
- package/components/Input/Input.d.ts +13 -0
- package/components/Input/Input.utils.d.ts +2 -2
- package/components/InputFile/InputFile.d.ts +13 -0
- package/components/InputFile/InputFile.utils.d.ts +4 -2
- package/components/InputNumber/InputNumber.d.ts +17 -4
- package/components/InputNumber/InputNumber.utils.d.ts +2 -2
- package/components/InputPassword/InputPassword.d.ts +13 -0
- package/components/InputPassword/InputPassword.utils.d.ts +2 -2
- package/components/InputSearch/InputSearch.d.ts +13 -0
- package/components/InputSearch/InputSearch.utils.d.ts +2 -2
- package/components/LinkButton/LinkButton.d.ts +5 -0
- package/components/LinkButton/LinkButton.utils.d.ts +4 -5
- package/components/RadioGroup/RadioGroup.d.ts +13 -0
- package/components/RadioGroup/RadioGroup.utils.d.ts +3 -2
- package/components/Scroller/Scroller.test.d.ts +1 -0
- package/components/Select/Select.d.ts +13 -0
- package/components/Select/Select.utils.d.ts +2 -2
- package/components/Slider/Slider.d.ts +13 -0
- package/components/Textarea/Textarea.d.ts +13 -0
- package/components/Textarea/Textarea.utils.d.ts +2 -2
- package/{customreactselect.BFN8cYJi.js → customreactselect.BNwzk8Qi.js} +4 -3
- package/{dialog.CzM_Cxp0.js → dialog.D5geKDtZ.js} +2 -2
- package/{drawer._A9MQ8Cj.js → drawer.ucjhpIF4.js} +2 -2
- package/{fieldset.CId-NtI5.js → fieldset.Crx4Cb9a.js} +3 -2
- package/{filelist.DgVuWpR3.js → filelist.Bcu6TZRj.js} +1 -1
- package/{floatingactionbutton.Bsnncudt.js → floatingactionbutton.B5hJ2At2.js} +1 -1
- package/{header.CelAkqtp.js → header.A77yIAH3.js} +1 -1
- package/index.es.js +103 -102
- package/input.DL_M_Pg3.js +190 -0
- package/{inputfile.BjgJGefV.js → inputfile.iwsNHjrc.js} +6 -5
- package/{inputnumber.BcrxBVv0.js → inputnumber.raC_7KIP.js} +7 -6
- package/{inputpassword.CddmBW-T.js → inputpassword.Brte78Sr.js} +4 -4
- package/{inputsearch.CFOASqrd.js → inputsearch.BP0EzFcF.js} +6 -5
- package/{link.f8MMZo-w.js → link.BtZeNdii.js} +2 -2
- package/{linkbutton.BYAvi-_V.js → linkbutton.In_ROT0Z.js} +4 -4
- package/{logo100years.B4d_DIiB.js → logo100years.DDzCrczW.js} +10 -10
- package/{megamenu.Cy9Cc-mC.js → megamenu.BurL9MfF.js} +3 -3
- package/{navigationtabs.Dp7D2fnc.js → navigationtabs.EbmfKv1R.js} +2 -2
- package/{notification.B-norGiB.js → notification.tadg6lCc.js} +2 -2
- package/package.json +4 -3
- package/partials/index.js +32 -32
- package/{popover.DFVDZY-m.js → popover.CXq7VoZt.js} +3 -3
- package/radio.pyM5ma9s.js +134 -0
- package/{radiogroup.DaThoMfq.js → radiogroup.sdob0iPE.js} +3 -3
- package/{scroller.Cu7H_VCT.js → scroller.B1LijjCF.js} +1 -1
- package/{select.CMdKf7tC.js → select.CZ0C3yJD.js} +5 -4
- package/{skiptocontent.CHVh0hbr.js → skiptocontent.CAQy194o.js} +1 -1
- package/slider.B3u5du_Q.js +12 -0
- package/{step.DKf4CHGr.js → step.DaJFsafj.js} +1 -1
- package/{stepper.CCP_igpJ.js → stepper.DcaZESJi.js} +3 -3
- package/styles/scss/ds/lib/ds-internal/_input.scss +12 -3
- package/styles/scss/ds/lib/ds-internal/_link-button.scss +10 -2
- package/styles/scss/ds/lib/link-button.scss +11 -3
- package/{tablist.DZgo49nZ.js → tablist.mX5nQWwH.js} +1 -1
- package/{tabs.BkoT7feH.js → tabs.DjWfks34.js} +2 -2
- package/{textarea.DMn20z4p.js → textarea.69r-5faY.js} +4 -3
- package/{toast.Dvs8woTH.js → toast.FzO5KoiK.js} +2 -2
- package/{toastmanager.pi_Fhd5t.js → toastmanager.BGIYNKkT.js} +1 -1
- package/{tooltip.QJe_bfO-.js → tooltip.Cj3AvYgB.js} +22 -23
- package/{topbar.Bxwvp9Lf.js → topbar.CAujTZAE.js} +2 -2
- package/utils/useIsomorphicLayoutEffect.d.ts +2 -2
- package/assets/Button.C8sNwIeW.css +0 -1
- package/assets/CustomReactSelect.E_jJFVew.css +0 -1
- package/assets/Fieldset.CW9dBvAo.css +0 -1
- package/assets/InputFile.BnIvK65P.css +0 -1
- package/assets/InputNumber.BoiCIR1f.css +0 -1
- package/assets/InputPassword.Dk3_vNLV.css +0 -1
- package/assets/InputSearch.C1_4cVCi.css +0 -1
- package/assets/LinkButton.B86yacK5.css +0 -1
- package/assets/RadioGroup.CM2mYOzc.css +0 -1
- package/assets/Select.COxLltX7.css +0 -1
- package/assets/Slider.DPEmJ3HD.css +0 -1
- package/assets/Textarea.y3MW7VW0.css +0 -1
- package/assets/buttonround.BN3vUDc_.css +0 -1
- package/assets/input.DTu4g_iA.css +0 -1
- package/assets/radio.CgpGvYc-.css +0 -1
- package/button.DHuKanZP.js +0 -13
- package/buttonround.CMlmEDaN.js +0 -96
- package/chunks/Button.DCZgBNmA.js +0 -142
- package/chunks/CheckboxGroup.BuFd1luB.js +0 -72
- package/chunks/Fieldset.DiMtr6Vw.js +0 -74
- package/chunks/InputFile.C8nt9Fu8.js +0 -218
- package/chunks/InputNumber.CbH1XJfl.js +0 -267
- package/chunks/InputPassword.DbdjuSiJ.js +0 -136
- package/chunks/InputSearch.joxmugiv.js +0 -173
- package/chunks/LinkButton.BZgIGgc8.js +0 -132
- package/chunks/RadioGroup.CexC4v2Z.js +0 -104
- package/chunks/Select.BEIdNMML.js +0 -164
- package/chunks/Slider.CR0zYHeZ.js +0 -291
- package/chunks/Textarea.Du2RII5u.js +0 -168
- package/chunks/floating-ui.dom.BT8pKtCQ.js +0 -1005
- package/chunks/floating-ui.react.3FjeMiuN.js +0 -1999
- package/combobox.jG5GRA7C.js +0 -65
- package/input.DuEbg7d6.js +0 -206
- package/radio.DHUfSPai.js +0 -126
- package/slider.C5dK6KcG.js +0 -11
- /package/components/InputNumber/{InputNumberutils.test.d.ts → InputNumber.utils.test.d.ts} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "./chunks/index.D-sRdssb.js";
|
|
4
|
-
import { D as a } from "./chunks/Popover.
|
|
4
|
+
import { D as a } from "./chunks/Popover.C9tT8xkE.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./chunks/floating-ui.react.
|
|
6
|
+
import "./chunks/floating-ui.react.COTL3jH5.js";
|
|
7
7
|
import "./chunks/index.DL9mof6u.js";
|
|
8
8
|
import "./chunks/helpers.CexwVao7.js";
|
|
9
|
-
import "./chunks/Button.
|
|
9
|
+
import "./chunks/Button.CQlIao-Z.js";
|
|
10
10
|
export {
|
|
11
11
|
a as DSPopover
|
|
12
12
|
};
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as x, jsxs as he } from "react/jsx-runtime";
|
|
3
|
+
import { d as pe } from "./chunks/index.D-sRdssb.js";
|
|
4
|
+
import { c as H } from "./chunks/index.DL9mof6u.js";
|
|
5
|
+
import { forwardRef as Ce, useRef as be, useState as ye, useEffect as ke } from "react";
|
|
6
|
+
import './assets/radio.CsfCywxz.css';const fe = (B) => B.replace(/\s+/g, ""), ge = "ds-radio_root_95tvb_1", De = "ds-radio_root--disabled_95tvb_24", Ne = "ds-radio_root--with-custom-area_95tvb_27", We = "ds-radio_root--with-custom-area--above_95tvb_30", xe = "ds-radio_radio_95tvb_38", He = "ds-radio_dot_95tvb_56", Be = "ds-radio_radio--invalid_95tvb_80", Ue = "ds-radio_label_95tvb_85", Ie = "ds-radio_label--bold_95tvb_102", Se = "ds-radio_label--with-custom-area_95tvb_113", $e = "ds-radio_custom-area_95tvb_117", we = "ds-radio_custom-area--disabled_95tvb_125", je = "ds-radio_custom-area--above_95tvb_128", Ee = "ds-radio_hint_95tvb_135", Ve = "ds-radio_hint--visible_95tvb_159", Oe = "ds-radio_hint--unchecked-hidden_95tvb_163", Re = "ds-radio_input_95tvb_169", t = {
|
|
7
|
+
root: ge,
|
|
8
|
+
rootDisabled: De,
|
|
9
|
+
rootWithCustomArea: Ne,
|
|
10
|
+
rootWithCustomAreaAbove: We,
|
|
11
|
+
radio: xe,
|
|
12
|
+
dot: He,
|
|
13
|
+
radioInvalid: Be,
|
|
14
|
+
label: Ue,
|
|
15
|
+
labelBold: Ie,
|
|
16
|
+
labelWithCustomArea: Se,
|
|
17
|
+
customArea: $e,
|
|
18
|
+
customAreaDisabled: we,
|
|
19
|
+
customAreaAbove: je,
|
|
20
|
+
hint: Ee,
|
|
21
|
+
hintVisible: Ve,
|
|
22
|
+
hintUncheckedHidden: Oe,
|
|
23
|
+
input: Re
|
|
24
|
+
}, qe = Ce((B, m) => {
|
|
25
|
+
const e = pe.c(88);
|
|
26
|
+
let U, _, i, n, l, c, d, u, v, I, S, $, w, j, E, h;
|
|
27
|
+
e[0] !== B ? ({
|
|
28
|
+
label: c,
|
|
29
|
+
name: d,
|
|
30
|
+
value: h,
|
|
31
|
+
checked: U,
|
|
32
|
+
className: _,
|
|
33
|
+
customArea: i,
|
|
34
|
+
isCustomAreaAbove: I,
|
|
35
|
+
defaultChecked: S,
|
|
36
|
+
disabled: $,
|
|
37
|
+
fieldsetId: n,
|
|
38
|
+
hint: l,
|
|
39
|
+
invalid: w,
|
|
40
|
+
isBold: j,
|
|
41
|
+
hideUncheckedHint: E,
|
|
42
|
+
onChange: u,
|
|
43
|
+
...v
|
|
44
|
+
} = B, e[0] = B, e[1] = U, e[2] = _, e[3] = i, e[4] = n, e[5] = l, e[6] = c, e[7] = d, e[8] = u, e[9] = v, e[10] = I, e[11] = S, e[12] = $, e[13] = w, e[14] = j, e[15] = E, e[16] = h) : (U = e[1], _ = e[2], i = e[3], n = e[4], l = e[5], c = e[6], d = e[7], u = e[8], v = e[9], I = e[10], S = e[11], $ = e[12], w = e[13], j = e[14], E = e[15], h = e[16]);
|
|
45
|
+
const b = I === void 0 ? !1 : I, me = S === void 0 ? !1 : S, s = $ === void 0 ? !1 : $, A = w === void 0 ? !1 : w, Y = j === void 0 ? !1 : j, r = E === void 0 ? !1 : E, _e = be(null), o = be(null), [ve, Ae] = ye(me), V = U !== void 0, a = V ? U : ve;
|
|
46
|
+
let O, R;
|
|
47
|
+
e[17] !== a || e[18] !== r ? (O = () => {
|
|
48
|
+
o.current && (r ? (o.current.style.height === "0px" || o.current.style.height === "") && a ? (o.current.style.height = `${o.current.scrollHeight}px`, o.current.style.opacity = "1") : a || (o.current.style.opacity = "0", o.current.style.height = "0px", o.current.style.pointerEvents = "none") : (o.current.style.height === "0px" || o.current.style.height === "") && (o.current.style.height = "auto", o.current.style.opacity = "1"));
|
|
49
|
+
}, R = [o, a, r], e[17] = a, e[18] = r, e[19] = O, e[20] = R) : (O = e[19], R = e[20]), ke(O, R);
|
|
50
|
+
const Z = !!i, ee = !!i && b;
|
|
51
|
+
let q;
|
|
52
|
+
e[21] !== _ || e[22] !== s || e[23] !== ee || e[24] !== Z ? (q = H(t.root, {
|
|
53
|
+
[t.rootDisabled]: s,
|
|
54
|
+
[t.rootWithCustomArea]: Z,
|
|
55
|
+
[t.rootWithCustomAreaAbove]: ee
|
|
56
|
+
}, _), e[21] = _, e[22] = s, e[23] = ee, e[24] = Z, e[25] = q) : q = e[25];
|
|
57
|
+
const te = q, se = !!i;
|
|
58
|
+
let z;
|
|
59
|
+
e[26] !== Y || e[27] !== se ? (z = H(t.label, {
|
|
60
|
+
[t.labelBold]: Y,
|
|
61
|
+
[t.labelWithCustomArea]: se
|
|
62
|
+
}), e[26] = Y, e[27] = se, e[28] = z) : z = e[28];
|
|
63
|
+
const oe = z;
|
|
64
|
+
let F;
|
|
65
|
+
e[29] !== a || e[30] !== r || e[31] !== l ? (F = () => !r && l ? !0 : !!(r && l && a), e[29] = a, e[30] = r, e[31] = l, e[32] = F) : F = e[32];
|
|
66
|
+
const G = F, ie = r && !G();
|
|
67
|
+
let J;
|
|
68
|
+
e[33] !== G || e[34] !== ie ? (J = H(t.hint, {
|
|
69
|
+
[t.hintUncheckedHidden]: ie,
|
|
70
|
+
[t.hintVisible]: G()
|
|
71
|
+
}), e[33] = G, e[34] = ie, e[35] = J) : J = e[35];
|
|
72
|
+
const le = J;
|
|
73
|
+
let K;
|
|
74
|
+
e[36] !== A ? (K = H(t.radio, {
|
|
75
|
+
[t.radioInvalid]: A
|
|
76
|
+
}), e[36] = A, e[37] = K) : K = e[37];
|
|
77
|
+
const ae = K;
|
|
78
|
+
let L;
|
|
79
|
+
e[38] !== s ? (L = H(t.customArea, {
|
|
80
|
+
[t.customAreaDisabled]: s
|
|
81
|
+
}), e[38] = s, e[39] = L) : L = e[39];
|
|
82
|
+
const re = L;
|
|
83
|
+
let M;
|
|
84
|
+
e[40] !== s ? (M = H(t.customArea, t.customAreaAbove, {
|
|
85
|
+
[t.customAreaDisabled]: s
|
|
86
|
+
}), e[40] = s, e[41] = M) : M = e[41];
|
|
87
|
+
const ce = M;
|
|
88
|
+
let P;
|
|
89
|
+
e[42] !== s || e[43] !== V || e[44] !== u ? (P = (f) => {
|
|
90
|
+
if (s) {
|
|
91
|
+
f.preventDefault();
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
V || Ae(f.target.checked), u && u(f);
|
|
95
|
+
}, e[42] = s, e[43] = V, e[44] = u, e[45] = P) : P = e[45];
|
|
96
|
+
const ne = P, p = l ? `${fe(d)}-${fe(h)}-description` : void 0;
|
|
97
|
+
let Q;
|
|
98
|
+
e[46] !== p || e[47] !== n || e[48] !== A ? (Q = [A && n && `${n}-feedback`, p].filter(Boolean).join(" ") || void 0, e[46] = p, e[47] = n, e[48] = A, e[49] = Q) : Q = e[49];
|
|
99
|
+
const de = Q;
|
|
100
|
+
let C;
|
|
101
|
+
e[50] !== m ? (C = (f) => {
|
|
102
|
+
typeof m == "function" ? m(f) : m !== null && (m.current = f), _e.current = f;
|
|
103
|
+
}, e[50] = m, e[51] = C) : C = e[51];
|
|
104
|
+
const ue = typeof c == "string" ? c : void 0;
|
|
105
|
+
let y;
|
|
106
|
+
e[52] !== de || e[53] !== a || e[54] !== s || e[55] !== ne || e[56] !== d || e[57] !== v || e[58] !== C || e[59] !== ue || e[60] !== h ? (y = /* @__PURE__ */ x("input", { type: "radio", value: h, name: d, className: t.input, ref: C, onChange: ne, ...v, disabled: s, checked: a, "aria-label": ue, "aria-describedby": de }), e[52] = de, e[53] = a, e[54] = s, e[55] = ne, e[56] = d, e[57] = v, e[58] = C, e[59] = ue, e[60] = h, e[61] = y) : y = e[61];
|
|
107
|
+
let T;
|
|
108
|
+
e[62] === Symbol.for("react.memo_cache_sentinel") ? (T = /* @__PURE__ */ x("div", { className: t.dot }), e[62] = T) : T = e[62];
|
|
109
|
+
let k;
|
|
110
|
+
e[63] !== ae ? (k = /* @__PURE__ */ x("span", { className: ae, children: T }), e[63] = ae, e[64] = k) : k = e[64];
|
|
111
|
+
let g;
|
|
112
|
+
e[65] !== i || e[66] !== ce || e[67] !== b ? (g = i && b && /* @__PURE__ */ x("div", { className: ce, children: i }), e[65] = i, e[66] = ce, e[67] = b, e[68] = g) : g = e[68];
|
|
113
|
+
let D;
|
|
114
|
+
e[69] !== i || e[70] !== re || e[71] !== b ? (D = i && !b && /* @__PURE__ */ x("div", { className: re, children: i }), e[69] = i, e[70] = re, e[71] = b, e[72] = D) : D = e[72];
|
|
115
|
+
let N;
|
|
116
|
+
e[73] !== p || e[74] !== l || e[75] !== le ? (N = /* @__PURE__ */ x("span", { id: p, className: le, ref: o, children: l }), e[73] = p, e[74] = l, e[75] = le, e[76] = N) : N = e[76];
|
|
117
|
+
let W;
|
|
118
|
+
e[77] !== c || e[78] !== oe || e[79] !== D || e[80] !== N ? (W = /* @__PURE__ */ he("span", { className: oe, children: [
|
|
119
|
+
c,
|
|
120
|
+
D,
|
|
121
|
+
N
|
|
122
|
+
] }), e[77] = c, e[78] = oe, e[79] = D, e[80] = N, e[81] = W) : W = e[81];
|
|
123
|
+
let X;
|
|
124
|
+
return e[82] !== te || e[83] !== y || e[84] !== k || e[85] !== g || e[86] !== W ? (X = /* @__PURE__ */ he("label", { className: te, children: [
|
|
125
|
+
y,
|
|
126
|
+
k,
|
|
127
|
+
g,
|
|
128
|
+
W
|
|
129
|
+
] }), e[82] = te, e[83] = y, e[84] = k, e[85] = g, e[86] = W, e[87] = X) : X = e[87], X;
|
|
130
|
+
});
|
|
131
|
+
qe.displayName = "DSRadio";
|
|
132
|
+
export {
|
|
133
|
+
qe as DSRadio
|
|
134
|
+
};
|
|
@@ -3,9 +3,9 @@ import "react/jsx-runtime";
|
|
|
3
3
|
import "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import "./chunks/index.DL9mof6u.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./chunks/Fieldset.
|
|
7
|
-
import "./radio.
|
|
8
|
-
import { D as s } from "./chunks/RadioGroup.
|
|
6
|
+
import "./chunks/Fieldset.Bk8W5h13.js";
|
|
7
|
+
import "./radio.pyM5ma9s.js";
|
|
8
|
+
import { D as s } from "./chunks/RadioGroup.BDsVAhCK.js";
|
|
9
9
|
export {
|
|
10
10
|
s as DSRadioGroup
|
|
11
11
|
};
|
|
@@ -6,7 +6,7 @@ import { i as b, g as S } from "./chunks/is-animation-disabled.B-V_68K-.js";
|
|
|
6
6
|
import { g as W } from "./chunks/helpers.CexwVao7.js";
|
|
7
7
|
import { u as R } from "./chunks/useIsomorphicLayoutEffect.CnJ9AMFS.js";
|
|
8
8
|
import "./chunks/index.D-sRdssb.js";
|
|
9
|
-
import { D as L } from "./chunks/Button.
|
|
9
|
+
import { D as L } from "./chunks/Button.CQlIao-Z.js";
|
|
10
10
|
import './assets/scroller.Hszs1Yq4.css';function P(...u) {
|
|
11
11
|
return (l) => {
|
|
12
12
|
for (const s of u)
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
|
-
import "./chunks/index.D-sRdssb.js";
|
|
4
3
|
import "./chunks/index.DL9mof6u.js";
|
|
5
4
|
import "react";
|
|
6
|
-
import "./chunks/useBreakpoint.
|
|
5
|
+
import "./chunks/useBreakpoint.1txsny17.js";
|
|
6
|
+
import "./chunks/index.D-sRdssb.js";
|
|
7
7
|
import "./asterisk.B2ih8VwF.js";
|
|
8
8
|
import "./chunks/Icon.CDLyB7Pv.js";
|
|
9
|
+
import "./chunks/Popover.C9tT8xkE.js";
|
|
9
10
|
import "./chunks/SystemFeedback.CjlARKki.js";
|
|
10
|
-
import { D } from "./chunks/Select.
|
|
11
|
+
import { D as S } from "./chunks/Select.BjBPN-6W.js";
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
S as DSSelect
|
|
13
14
|
};
|
|
@@ -4,7 +4,7 @@ import { d as g } from "./chunks/index.D-sRdssb.js";
|
|
|
4
4
|
import { c as w } from "./chunks/index.DL9mof6u.js";
|
|
5
5
|
import { g as S } from "./chunks/helpers.CexwVao7.js";
|
|
6
6
|
import { forwardRef as T } from "react";
|
|
7
|
-
import { D as _ } from "./chunks/LinkButton.
|
|
7
|
+
import { D as _ } from "./chunks/LinkButton.CWibqvhs.js";
|
|
8
8
|
import './assets/skiptocontent.CTSDC_kG.css';const v = "ds-skip-to-content_root_uqkjt_1", C = "ds-skip-to-content_root--dark_uqkjt_8", D = {
|
|
9
9
|
root: v,
|
|
10
10
|
rootDark: C
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
import "./chunks/index.D-sRdssb.js";
|
|
4
|
+
import "./chunks/index.DL9mof6u.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./chunks/useBreakpoint.1txsny17.js";
|
|
7
|
+
import "./input.DL_M_Pg3.js";
|
|
8
|
+
import "./chunks/Popover.C9tT8xkE.js";
|
|
9
|
+
import { D } from "./chunks/Slider.Bh2jhGKn.js";
|
|
10
|
+
export {
|
|
11
|
+
D as DSSlider
|
|
12
|
+
};
|
|
@@ -3,7 +3,7 @@ import { jsx as o, jsxs as V } from "react/jsx-runtime";
|
|
|
3
3
|
import { d as P } from "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import { c as D } from "./chunks/index.DL9mof6u.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import { D as A } from "./chunks/Button.
|
|
6
|
+
import { D as A } from "./chunks/Button.CQlIao-Z.js";
|
|
7
7
|
import { D as E } from "./chunks/Icon.CDLyB7Pv.js";
|
|
8
8
|
import './assets/step.BeLporJO.css';const I = "ds-stepper_step_f4kic_1", R = "ds-stepper_step-content_f4kic_5", q = "ds-stepper_step-button_f4kic_12", w = "ds-stepper_step-button--horizontal_f4kic_49", F = "ds-stepper_step-button--vertical_f4kic_58", G = "ds-stepper_step-button--current_f4kic_69", J = "ds-stepper_step-button--completed_f4kic_107", K = "ds-stepper_step-button--disabled_f4kic_135", M = "ds-stepper_step-number_f4kic_166", Q = "ds-stepper_step-label_f4kic_176", T = "ds-stepper_step-hint_f4kic_184", U = "ds-stepper_step-number--current_f4kic_212", W = "ds-stepper_step-label--current_f4kic_238", X = "ds-stepper_sr-only_f4kic_266", s = {
|
|
9
9
|
step: I,
|
|
@@ -8,9 +8,9 @@ import "./chunks/translate.nuU7uChI.js";
|
|
|
8
8
|
import "./chunks/useIsomorphicLayoutEffect.CnJ9AMFS.js";
|
|
9
9
|
import "./chunks/index.D-sRdssb.js";
|
|
10
10
|
import "./chunks/AriaLiveRegions.utils.CybNIBSa.js";
|
|
11
|
-
import "./scroller.
|
|
12
|
-
import { D as l } from "./chunks/Stepper.
|
|
13
|
-
import "./step.
|
|
11
|
+
import "./scroller.B1LijjCF.js";
|
|
12
|
+
import { D as l } from "./chunks/Stepper.D1Yzw-gL.js";
|
|
13
|
+
import "./step.DaJFsafj.js";
|
|
14
14
|
export {
|
|
15
15
|
l as DSStepper
|
|
16
16
|
};
|
|
@@ -10,13 +10,18 @@
|
|
|
10
10
|
@mixin input-label-base($hasHint: false) {
|
|
11
11
|
@include utility-medium;
|
|
12
12
|
display: block;
|
|
13
|
-
|
|
13
|
+
min-height: px-to-rem($spacing-24);
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
&:has(input) {
|
|
17
|
+
padding-block-start: $spacing-2;
|
|
17
18
|
|
|
18
19
|
& input {
|
|
19
|
-
|
|
20
|
+
@if $hasHint {
|
|
21
|
+
margin-block-start: $spacing-8;
|
|
22
|
+
} @else {
|
|
23
|
+
margin-block-start: 10px;
|
|
24
|
+
}
|
|
20
25
|
}
|
|
21
26
|
|
|
22
27
|
& :first-child:not(input) {
|
|
@@ -28,8 +33,12 @@
|
|
|
28
33
|
}
|
|
29
34
|
|
|
30
35
|
&:not(:has(input)) {
|
|
36
|
+
|
|
37
|
+
max-width: fit-content;
|
|
38
|
+
padding-block: $spacing-2;
|
|
39
|
+
|
|
31
40
|
@if $hasHint {
|
|
32
|
-
margin-block-end: $spacing-
|
|
41
|
+
margin-block-end: $spacing-2;
|
|
33
42
|
} @else {
|
|
34
43
|
margin-block-end: $spacing-8;
|
|
35
44
|
}
|
|
@@ -29,7 +29,7 @@ $link-button-size-medium: px-to-rem($spacing-48);
|
|
|
29
29
|
padding-inline-end: adjust-spacing-for-border-1($spacing-16);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
@mixin link-button-base($theme: 'light') {
|
|
32
|
+
@mixin link-button-base($theme: 'light', $stretched: false) {
|
|
33
33
|
@include focus($theme: $theme);
|
|
34
34
|
& {
|
|
35
35
|
@include utility-medium-bold;
|
|
@@ -46,6 +46,9 @@ $link-button-size-medium: px-to-rem($spacing-48);
|
|
|
46
46
|
text-decoration: none;
|
|
47
47
|
background-color: transparent;
|
|
48
48
|
cursor: pointer;
|
|
49
|
+
@if $stretched {
|
|
50
|
+
width: 100%;
|
|
51
|
+
}
|
|
49
52
|
@include transition((background-color, border-color, color));
|
|
50
53
|
}
|
|
51
54
|
}
|
|
@@ -75,7 +78,8 @@ $link-button-size-medium: px-to-rem($spacing-48);
|
|
|
75
78
|
@mixin link-button-variant(
|
|
76
79
|
$variant: 'filled',
|
|
77
80
|
$theme: 'light',
|
|
78
|
-
$isFlush: false
|
|
81
|
+
$isFlush: false,
|
|
82
|
+
$stretched: false
|
|
79
83
|
) {
|
|
80
84
|
& {
|
|
81
85
|
@if $variant == 'highlight' {
|
|
@@ -151,6 +155,10 @@ $link-button-size-medium: px-to-rem($spacing-48);
|
|
|
151
155
|
min-width: $link-button-size-small;
|
|
152
156
|
@include link-button-padding-small;
|
|
153
157
|
|
|
158
|
+
@if $stretched {
|
|
159
|
+
justify-content: flex-start;
|
|
160
|
+
}
|
|
161
|
+
|
|
154
162
|
@include media-query-min('l') {
|
|
155
163
|
@include utility-medium-bold;
|
|
156
164
|
}
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
$variant: 'filled',
|
|
5
5
|
$size: 'medium',
|
|
6
6
|
$theme: 'light',
|
|
7
|
-
$isFlush: false
|
|
7
|
+
$isFlush: false,
|
|
8
|
+
$stretched: false
|
|
8
9
|
) {
|
|
9
10
|
@if $variant == 'navigation' {
|
|
10
11
|
@if $size == 'small' {
|
|
@@ -15,7 +16,14 @@
|
|
|
15
16
|
@error "[STIHL Design System] - [ds.link-button()]: $variant:'navigation' param does not support $theme:'dark'. Please remove the '$theme' param.";
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
@
|
|
19
|
+
@if $variant != 'ghost' and $isFlush == true {
|
|
20
|
+
@error "[STIHL Design System] - [ds.link-button()]: $isFlush:true should only be used in combination with $variant:'ghost'. Please remove the '$isFlush' param.";
|
|
21
|
+
}
|
|
22
|
+
@if $variant== 'ghost' and $isFlush == true and $stretched == true {
|
|
23
|
+
@error "[STIHL Design System] - [ds.link-button()]: $stretched:true and $isFlush:true do not have an effect when used together. Please remove one of them.";
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@include link-button-base($theme, $stretched);
|
|
19
27
|
@include link-button-size($size);
|
|
20
|
-
@include link-button-variant($variant, $theme, $isFlush);
|
|
28
|
+
@include link-button-variant($variant, $theme, $isFlush, $stretched);
|
|
21
29
|
}
|
|
@@ -7,7 +7,7 @@ import { h as nt } from "./chunks/has-window.ut_-aShB.js";
|
|
|
7
7
|
import { g as st } from "./chunks/helpers.CexwVao7.js";
|
|
8
8
|
import { u as W } from "./chunks/useIsomorphicLayoutEffect.CnJ9AMFS.js";
|
|
9
9
|
import "./chunks/index.D-sRdssb.js";
|
|
10
|
-
import { D as X } from "./chunks/Button.
|
|
10
|
+
import { D as X } from "./chunks/Button.CQlIao-Z.js";
|
|
11
11
|
import { D as ct } from "./chunks/Icon.CDLyB7Pv.js";
|
|
12
12
|
import { NumberIndicator as it } from "./numberindicator.BdnPMogE.js";
|
|
13
13
|
import { g as at, a as j } from "./chunks/TabPane.utils.DG16Y2uD.js";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./tablist.
|
|
5
|
+
import "./tablist.mX5nQWwH.js";
|
|
6
6
|
import "./tabpane.C4nsUlwc.js";
|
|
7
7
|
import "./chunks/TabPane.utils.DG16Y2uD.js";
|
|
8
|
-
import { D as a } from "./chunks/Tabs.
|
|
8
|
+
import { D as a } from "./chunks/Tabs.BvG-OPWa.js";
|
|
9
9
|
export {
|
|
10
10
|
a as DSTabs
|
|
11
11
|
};
|
|
@@ -3,11 +3,12 @@ import "react/jsx-runtime";
|
|
|
3
3
|
import "./chunks/index.DL9mof6u.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "./chunks/helpers.CexwVao7.js";
|
|
6
|
-
import "./chunks/useBreakpoint.
|
|
6
|
+
import "./chunks/useBreakpoint.1txsny17.js";
|
|
7
7
|
import "./chunks/index.D-sRdssb.js";
|
|
8
8
|
import "./asterisk.B2ih8VwF.js";
|
|
9
|
+
import "./chunks/Popover.C9tT8xkE.js";
|
|
9
10
|
import "./chunks/SystemFeedback.CjlARKki.js";
|
|
10
|
-
import { D } from "./chunks/Textarea.
|
|
11
|
+
import { D as c } from "./chunks/Textarea.DibBqiam.js";
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
c as DSTextarea
|
|
13
14
|
};
|
|
@@ -3,9 +3,9 @@ import "react/jsx-runtime";
|
|
|
3
3
|
import "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import "./chunks/index.DL9mof6u.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./chunks/Button.
|
|
6
|
+
import "./chunks/Button.CQlIao-Z.js";
|
|
7
7
|
import "./chunks/Icon.CDLyB7Pv.js";
|
|
8
|
-
import { D as a } from "./chunks/Toast.
|
|
8
|
+
import { D as a } from "./chunks/Toast.ldZRNpGM.js";
|
|
9
9
|
export {
|
|
10
10
|
a as DSToast
|
|
11
11
|
};
|
|
@@ -4,7 +4,7 @@ import { createContext as C, useContext as O, useState as g, useRef as _, useEff
|
|
|
4
4
|
import { g as u } from "./chunks/helpers.CexwVao7.js";
|
|
5
5
|
import "./chunks/index.D-sRdssb.js";
|
|
6
6
|
import { b as A, g as w } from "./chunks/AriaLiveRegions.utils.CybNIBSa.js";
|
|
7
|
-
import { D as j, s as q } from "./chunks/Toast.
|
|
7
|
+
import { D as j, s as q } from "./chunks/Toast.ldZRNpGM.js";
|
|
8
8
|
import { h as Q } from "./chunks/has-window.ut_-aShB.js";
|
|
9
9
|
const k = () => {
|
|
10
10
|
if (!A() || !w())
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as k } from "react/jsx-runtime";
|
|
3
3
|
import { d as S } from "./chunks/index.D-sRdssb.js";
|
|
4
|
-
import { isValidElement as V, useState as G, createContext as J, forwardRef as
|
|
5
|
-
import {
|
|
6
|
-
import { c as
|
|
7
|
-
import { g as y, c as
|
|
8
|
-
import { a as ct } from "./chunks/floating-ui.dom.BT8pKtCQ.js";
|
|
4
|
+
import { isValidElement as V, useState as G, createContext as J, forwardRef as U, cloneElement as K, useContext as L } from "react";
|
|
5
|
+
import { j as Q, o as W, s as X, a as Y, u as Z, m as tt, n as et, c as ot, d as st, e as nt, f as H, g as lt, i as it } from "./chunks/floating-ui.react.COTL3jH5.js";
|
|
6
|
+
import { c as ct } from "./chunks/index.DL9mof6u.js";
|
|
7
|
+
import { g as y, c as I } from "./chunks/helpers.CexwVao7.js";
|
|
9
8
|
import './assets/tooltip.Co1gWF_0.css';const rt = "ds-tooltip_tooltip_503ch_5", at = {
|
|
10
9
|
tooltip: rt
|
|
11
10
|
};
|
|
@@ -16,7 +15,7 @@ function pt(s) {
|
|
|
16
15
|
isOpen: r,
|
|
17
16
|
tooltipOffset: n,
|
|
18
17
|
onOpenChange: u
|
|
19
|
-
} = s === void 0 ? {} : s, a = e === void 0 ? !1 : e, l = o === void 0 ? "top" : o, i = n === void 0 ? 6 : n, [x, T] = G(a), p = r ?? x, d = u ?? T, O = "fixed", w =
|
|
18
|
+
} = s === void 0 ? {} : s, a = e === void 0 ? !1 : e, l = o === void 0 ? "top" : o, i = n === void 0 ? 6 : n, [x, T] = G(a), p = r ?? x, d = u ?? T, O = "fixed", w = Y, v = W(i), C = Q({
|
|
20
19
|
crossAxis: l.includes("-"),
|
|
21
20
|
fallbackAxisSideDirection: "start",
|
|
22
21
|
padding: i
|
|
@@ -34,7 +33,7 @@ function pt(s) {
|
|
|
34
33
|
whileElementsMounted: w,
|
|
35
34
|
middleware: c
|
|
36
35
|
}, t[4] = p, t[5] = l, t[6] = d, t[7] = w, t[8] = c, t[9] = g) : g = t[9];
|
|
37
|
-
const f =
|
|
36
|
+
const f = Z(g), h = f.context;
|
|
38
37
|
let E;
|
|
39
38
|
t[10] === Symbol.for("react.memo_cache_sentinel") ? (E = {
|
|
40
39
|
move: !1,
|
|
@@ -45,28 +44,28 @@ function pt(s) {
|
|
|
45
44
|
close: 0
|
|
46
45
|
}
|
|
47
46
|
}, t[10] = E) : E = t[10];
|
|
48
|
-
const P =
|
|
47
|
+
const P = tt(h, E);
|
|
49
48
|
let A;
|
|
50
49
|
t[11] === Symbol.for("react.memo_cache_sentinel") ? (A = {
|
|
51
50
|
enabled: !0
|
|
52
51
|
}, t[11] = A) : A = t[11];
|
|
53
|
-
const D =
|
|
52
|
+
const D = et(h, A), R = ot(h);
|
|
54
53
|
let _;
|
|
55
54
|
t[12] === Symbol.for("react.memo_cache_sentinel") ? (_ = {
|
|
56
55
|
role: "tooltip"
|
|
57
56
|
}, t[12] = _) : _ = t[12];
|
|
58
|
-
const M =
|
|
59
|
-
let b;
|
|
60
|
-
t[13] !== R || t[14] !== D || t[15] !== P || t[16] !== M ? (b = [P, D, R, M], t[13] = R, t[14] = D, t[15] = P, t[16] = M, t[17] = b) : b = t[17];
|
|
61
|
-
const $ = st(b);
|
|
57
|
+
const M = st(h, _);
|
|
62
58
|
let N;
|
|
63
|
-
|
|
59
|
+
t[13] !== R || t[14] !== D || t[15] !== P || t[16] !== M ? (N = [P, D, R, M], t[13] = R, t[14] = D, t[15] = P, t[16] = M, t[17] = N) : N = t[17];
|
|
60
|
+
const $ = nt(N);
|
|
61
|
+
let b;
|
|
62
|
+
return t[18] !== f || t[19] !== $ || t[20] !== p || t[21] !== d || t[22] !== i ? (b = {
|
|
64
63
|
open: p,
|
|
65
64
|
tooltipOffset: i,
|
|
66
65
|
setOpen: d,
|
|
67
66
|
...$,
|
|
68
67
|
...f
|
|
69
|
-
}, t[18] = f, t[19] = $, t[20] = p, t[21] = d, t[22] = i, t[23] =
|
|
68
|
+
}, t[18] = f, t[19] = $, t[20] = p, t[21] = d, t[22] = i, t[23] = b) : b = t[23], b;
|
|
70
69
|
}
|
|
71
70
|
const ft = (s) => {
|
|
72
71
|
if (!V(s))
|
|
@@ -98,7 +97,7 @@ const ft = (s) => {
|
|
|
98
97
|
t[3] !== o ? (r = {
|
|
99
98
|
...o
|
|
100
99
|
}, t[3] = o, t[4] = r) : r = t[4];
|
|
101
|
-
const n = pt(r), u =
|
|
100
|
+
const n = pt(r), u = I(e, F.Content), a = I(e, j);
|
|
102
101
|
process.env.NODE_ENV !== "production" && dt({
|
|
103
102
|
children: e,
|
|
104
103
|
hasContent: u,
|
|
@@ -106,7 +105,7 @@ const ft = (s) => {
|
|
|
106
105
|
});
|
|
107
106
|
let l;
|
|
108
107
|
return t[5] !== e || t[6] !== o || t[7] !== n ? (l = /* @__PURE__ */ k(q.Provider, { value: n, ...o, children: e }), t[5] = e, t[6] = o, t[7] = n, t[8] = l) : l = t[8], l;
|
|
109
|
-
},
|
|
108
|
+
}, j = U((s, t) => {
|
|
110
109
|
const e = S.c(4), {
|
|
111
110
|
children: o,
|
|
112
111
|
...r
|
|
@@ -124,8 +123,8 @@ const ft = (s) => {
|
|
|
124
123
|
"data-state": n.open ? "open" : "closed"
|
|
125
124
|
}));
|
|
126
125
|
});
|
|
127
|
-
|
|
128
|
-
const B =
|
|
126
|
+
j.displayName = "Tooltip.Anchor";
|
|
127
|
+
const B = U((s, t) => {
|
|
129
128
|
const e = S.c(24), {
|
|
130
129
|
style: o,
|
|
131
130
|
className: r,
|
|
@@ -152,17 +151,17 @@ const B = j((s, t) => {
|
|
|
152
151
|
const {
|
|
153
152
|
isMounted: w,
|
|
154
153
|
status: v
|
|
155
|
-
} =
|
|
154
|
+
} = lt(l, O);
|
|
156
155
|
if (!w)
|
|
157
156
|
return null;
|
|
158
|
-
const C =
|
|
157
|
+
const C = it;
|
|
159
158
|
let m;
|
|
160
159
|
e[9] !== i || e[10] !== o ? (m = {
|
|
161
160
|
...i,
|
|
162
161
|
...o
|
|
163
162
|
}, e[9] = i, e[10] = o, e[11] = m) : m = e[11];
|
|
164
163
|
let c;
|
|
165
|
-
e[12] !== r ? (c =
|
|
164
|
+
e[12] !== r ? (c = ct(at.tooltip, r), e[12] = r, e[13] = c) : c = e[13];
|
|
166
165
|
const g = x(u);
|
|
167
166
|
let f;
|
|
168
167
|
e[14] !== n || e[15] !== d || e[16] !== v || e[17] !== m || e[18] !== c || e[19] !== g ? (f = /* @__PURE__ */ k("div", { ref: d, style: m, className: c, ...g, "data-status": v, children: n }), e[14] = n, e[15] = d, e[16] = v, e[17] = m, e[18] = c, e[19] = g, e[20] = f) : f = e[20];
|
|
@@ -170,7 +169,7 @@ const B = j((s, t) => {
|
|
|
170
169
|
return e[21] !== C || e[22] !== f ? (h = /* @__PURE__ */ k(C, { children: f }), e[21] = C, e[22] = f, e[23] = h) : h = e[23], h;
|
|
171
170
|
});
|
|
172
171
|
B.displayName = "Tooltip.Content";
|
|
173
|
-
F.Anchor =
|
|
172
|
+
F.Anchor = j;
|
|
174
173
|
F.Content = B;
|
|
175
174
|
F.displayName = "Tooltip";
|
|
176
175
|
export {
|
|
@@ -4,9 +4,9 @@ import "./chunks/index.D-sRdssb.js";
|
|
|
4
4
|
import "./chunks/index.DL9mof6u.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "./chunks/helpers.CexwVao7.js";
|
|
7
|
-
import { b } from "./chunks/Header.
|
|
7
|
+
import { b } from "./chunks/Header.18sOO0Gf.js";
|
|
8
8
|
import "./logo.DprmD8HU.js";
|
|
9
|
-
import "./logo100years.
|
|
9
|
+
import "./logo100years.DDzCrczW.js";
|
|
10
10
|
export {
|
|
11
11
|
b as DSTopBar
|
|
12
12
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { useLayoutEffect } from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* A custom hook that conditionally uses `useLayoutEffect` or `useEffect` based on the environment.
|
|
4
4
|
*
|
|
@@ -22,4 +22,4 @@ import { useEffect } from 'react';
|
|
|
22
22
|
* // Your effect logic here
|
|
23
23
|
* }, [dependencies]);
|
|
24
24
|
* */
|
|
25
|
-
export declare const useIsomorphicLayoutEffect: typeof
|
|
25
|
+
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.ds-button_root_94r67_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_94r67_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root_94r67_1:focus{outline:revert;outline-offset:revert}.ds-button_root_94r67_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_94r67_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root_94r67_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button_root_94r67_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root_94r67_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button_root_94r67_1{background-color:Canvas!important}.ds-button_root_94r67_1:hover{border-color:Highlight}}.ds-button_root--highlight_94r67_75,.ds-button_root--dark-highlight_94r67_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button_root--highlight_94r67_75:hover,.ds-button_root--dark-highlight_94r67_75:hover{background-color:#e9640c}}.ds-button_root--highlight_94r67_75[aria-disabled=true],.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--highlight_94r67_75[aria-disabled=true] svg,.ds-button_root--dark-highlight_94r67_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--highlight_94r67_75[aria-disabled=true],.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--highlight_94r67_75[aria-disabled=true]:before,.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-highlight_94r67_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_94r67_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-highlight_94r67_75:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-highlight_94r67_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_94r67_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-highlight_94r67_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--filled_94r67_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button_root--filled_94r67_151:hover{background-color:#444}}.ds-button_root--filled_94r67_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--filled_94r67_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--filled_94r67_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--filled_94r67_151[aria-disabled=true]:before{background-color:transparent}.ds-button_root--outline_94r67_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button_root--outline_94r67_179:hover{background-color:#0000001a}}.ds-button_root--outline_94r67_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button_root--outline_94r67_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--outline_94r67_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--outline_94r67_179[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost_94r67_206{color:#252525}@media (hover: hover){.ds-button_root--ghost_94r67_206:hover{background-color:#0000001a}}.ds-button_root--ghost_94r67_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost_94r67_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost_94r67_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost_94r67_206[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost-flush_94r67_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_94r67_231.ds-button_root--small_94r67_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_94r67_231:before{content:"";position:absolute;inset:-1px -12px}.ds-button_root--ghost-flush_94r67_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root--ghost-flush_94r67_231:before{transition-duration:0ms}}.ds-button_root--ghost-flush_94r67_231:focus,.ds-button_root--ghost-flush_94r67_231:focus-visible{outline:none}.ds-button_root--ghost-flush_94r67_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--ghost-flush_94r67_231:focus:before{outline:revert;outline-offset:revert}.ds-button_root--ghost-flush_94r67_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--ghost-flush_94r67_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231:hover:before{background-color:transparent}}.ds-button_root--ghost-flush_94r67_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost-flush_94r67_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost-flush_94r67_231[aria-disabled=true]:before{background-color:transparent}.ds-button_root--navigation_94r67_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){.ds-button_root--navigation_94r67_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}}.ds-button_root--navigation_94r67_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button_root--navigation_94r67_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--navigation_94r67_317:focus{outline:revert;outline-offset:revert}.ds-button_root--navigation_94r67_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button_root--navigation_94r67_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--navigation_94r67_317:hover{background-color:#0000001a}}.ds-button_root--navigation_94r67_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--navigation_94r67_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--navigation_94r67_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--navigation_94r67_317[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-filled_94r67_393{background-color:#f8f8f8;color:#252525}.ds-button_root--dark-filled_94r67_393:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_94r67_393:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-filled_94r67_393:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-filled_94r67_393:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_94r67_393:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-filled_94r67_393:hover{background-color:#dadada}}.ds-button_root--dark-filled_94r67_393[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-filled_94r67_393[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-filled_94r67_393[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-filled_94r67_393[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-outline_94r67_450{border-color:#f8f8f8;color:#fff}.ds-button_root--dark-outline_94r67_450:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_94r67_450:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-outline_94r67_450:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-outline_94r67_450:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_94r67_450:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-outline_94r67_450:hover{background-color:#ffffff26}}.ds-button_root--dark-outline_94r67_450[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button_root--dark-outline_94r67_450[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-outline_94r67_450[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-outline_94r67_450[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost_94r67_506{color:#fff}.ds-button_root--dark-ghost_94r67_506:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_94r67_506:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost_94r67_506:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost_94r67_506:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_94r67_506:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost_94r67_506:hover{background-color:#ffffff26}}.ds-button_root--dark-ghost_94r67_506[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost_94r67_506[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_94r67_506[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost_94r67_506[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost-flush_94r67_560{color:#fff}.ds-button_root--dark-ghost-flush_94r67_560:focus,.ds-button_root--dark-ghost-flush_94r67_560:focus-visible{outline:none}.ds-button_root--dark-ghost-flush_94r67_560:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost-flush_94r67_560:focus:before{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost-flush_94r67_560:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost-flush_94r67_560:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560:hover:before{background-color:transparent}}.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true]:before{background-color:transparent}.ds-button_root--small_94r67_237{min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button_root--small_94r67_237.ds-button_root--ghost-flush_94r67_231:before{right:-8px;left:-8px}.ds-button_root--icon-left_94r67_635{flex-direction:row-reverse}.ds-button_root--icon-only_94r67_638{width:3rem;height:3rem}.ds-button_root--icon-only_94r67_638.ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}.ds-button_root--icon-only-small_94r67_647{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button_root--icon-only-small_94r67_647.ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}.ds-button_root_94r67_1{position:relative}@media (min-width: 1024px){.ds-button_icon--navigation_94r67_663{min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}.ds-button_icon--hidden_94r67_670{opacity:0}.ds-button_label--hidden_94r67_674{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button_label--loading_94r67_686{opacity:0}.ds-button_loader_94r67_690{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button_loader_94r67_690 svg{fill:currentColor}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.ds-combobox_root_196k7_1:has(.ds-combobox_hint_196k7_1) .ds-combobox_label_196k7_1{margin-block-end:4px}.ds-combobox_wrapper_196k7_5{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-combobox_action-button_196k7_11{grid-area:1/4/2/5}.ds-combobox_label_196k7_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-combobox_label--hidden_196k7_29{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-combobox_label--disabled_196k7_42{color:GrayText}}.ds-combobox_hint_196k7_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-combobox_feedback_196k7_62{margin-block-start:8px}:where(.ds-combobox_select_196k7_66){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_196k7_74){padding-inline-start:7px;padding-inline-end:7px}.ds-combobox_select_196k7_66{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-combobox_select_196k7_66:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_196k7_66:focus{outline:revert;outline-offset:revert}.ds-combobox_select_196k7_66:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_196k7_66{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select_196k7_66{transition-duration:0ms}}@media (hover: hover){.ds-combobox_select_196k7_66:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select_196k7_66:hover{border-color:Highlight}}.ds-combobox_select_196k7_66{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-combobox_select_196k7_66[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-combobox_select_196k7_66[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_196k7_66[readonly]:focus{outline:revert;outline-offset:revert}.ds-combobox_select_196k7_66[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_196k7_66:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-combobox_select_196k7_66::-webkit-placeholder,.ds-combobox_select_196k7_66::placeholder{color:#666;opacity:1}.ds-combobox_select--invalid_196k7_186{border-color:#d43b3b;outline-color:#d43b3b}.ds-combobox_select--invalid_196k7_186:active,.ds-combobox_select--invalid_196k7_186:focus,.ds-combobox_select--invalid_196k7_186:focus-visible{border-color:#252525}.ds-combobox_select--small_196k7_74{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-combobox_select_196k7_66{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-combobox_select_196k7_66::-webkit-outer-spin-button,.ds-combobox_select_196k7_66::-webkit-inner-spin-button,.ds-combobox_select_196k7_66::-webkit-search-decoration,.ds-combobox_select_196k7_66::-webkit-search-cancel-button,.ds-combobox_select_196k7_66::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_196k7_66::-webkit-date-and-time-value{text-align:left}.ds-combobox_select_196k7_66:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-combobox_select_196k7_66[type=search]{appearance:none;-webkit-appearance:none}.ds-combobox_select_196k7_66[type=range]{accent-color:#E9640C}.ds-combobox_select_196k7_66[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-combobox_select--small_196k7_74{min-height:2rem;height:2rem}.ds-combobox_select--small_196k7_74.ds-combobox_input--has-leading-icon_196k7_244{padding-inline-start:calc(16px + 1rem)}.ds-combobox_select--small_196k7_74.ds-combobox_input--has-action-button_196k7_247{padding-inline-end:calc(2rem + 8px)}.ds-combobox_select--small_196k7_74.ds-combobox_input--has-second-action-button_196k7_250{padding-inline-end:calc(4rem + 8px)}.ds-combobox_select--has-leading-icon_196k7_253{padding-inline-start:calc(32px + 1rem)}.ds-combobox_select--has-action-button_196k7_256{padding-inline-end:calc(3rem + 16px)}.ds-combobox_select--has-second-action-button_196k7_259{padding-inline-end:calc(6rem + 16px)}.ds-combobox_select--has-affix_196k7_262{color:#0000}.ds-combobox_select--has-affix_196k7_262::placeholder{color:#0000}.ds-combobox_select--has-affix_196k7_262::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select--has-affix_196k7_262::placeholder{transition-duration:0ms}}.ds-combobox_select--is-ready_196k7_276{color:#252525}.ds-combobox_select--is-ready_196k7_276::placeholder{color:#666}.ds-combobox_select_196k7_66{border-radius:0}.ds-combobox_select_196k7_66.ds-combobox_select--disabled_196k7_286{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66.ds-combobox_select--disabled_196k7_286{color:GrayText}}.ds-combobox_select_196k7_66.ds-combobox_select--focused_196k7_297{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66.ds-combobox_select--focused_196k7_297{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-combobox_select_196k7_66.ds-combobox_select--focused_196k7_297{outline-color:Highlight}}@media (hover: hover){.ds-combobox_select--hovered_196k7_314{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select--hovered_196k7_314{border-color:Highlight}}.ds-combobox_placeholder_196k7_324{color:#666}@media screen and (forced-colors: active){.ds-combobox_placeholder_196k7_324{color:GrayText}}.ds-combobox_menu-list_196k7_333{top:6px;background-color:#fff;border:1px solid #DADADA;border-radius:.125rem;padding-block:15px;padding-inline:7px;box-shadow:0 8px 48px #0000001a,0 2px 4px #0000000a}.ds-combobox_group-heading_196k7_343{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}.ds-combobox_option_196k7_365{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:16px;padding-inline-end:16px;align-items:center}.ds-combobox_option--small_196k7_381{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}.ds-combobox_option--grouped_196k7_396{padding-inline-start:24px}.ds-combobox_option--single_196k7_399{justify-content:space-between}.ds-combobox_option--disabled_196k7_402{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--disabled_196k7_402{color:GrayText}}.ds-combobox_option--focus-hover_196k7_410:not(.ds-combobox_option--disabled_196k7_402){border-radius:.125rem;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_option--focus-hover_196k7_410:not(.ds-combobox_option--disabled_196k7_402){forced-color-adjust:auto;outline-color:Highlight}}.ds-combobox_option--text_196k7_422{margin-inline-end:8px}.ds-combobox_option--check-icon_196k7_425{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){.ds-combobox_option--check-icon_196k7_425{fill:CanvasText}}.ds-combobox_option--check-icon--disabled_196k7_435{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--check-icon--disabled_196k7_435{fill:GrayText}}.ds-combobox_single-option_196k7_444{display:flex;flex-wrap:nowrap;width:100%}.ds-combobox_multi-option_196k7_450{width:100%}.ds-combobox_single-value_196k7_454{display:flex;align-items:center}.ds-combobox_single-value--text_196k7_458{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds-combobox_leading-icon_196k7_465{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){.ds-combobox_leading-icon_196k7_465{background-color:Canvas;fill:CanvasText}}.ds-combobox_leading-icon--small_196k7_476,.ds-combobox_leading-icon--selected_196k7_476{margin-block-start:0px}.ds-combobox_leading-icon--disabled_196k7_479{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_leading-icon--disabled_196k7_479{fill:GrayText}}.ds-combobox_indicator_196k7_488,.ds-combobox_clear_196k7_489{width:3rem;height:3rem;justify-content:center;cursor:pointer}.ds-combobox_indicator--small_196k7_495,.ds-combobox_clear--small_196k7_496{width:2rem;height:2rem}.ds-combobox_indicator--icon_196k7_500,.ds-combobox_clear--icon_196k7_501{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}.ds-combobox_indicator--icon--small_196k7_508,.ds-combobox_clear--icon--small_196k7_509{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
|