@stihl-design-system/components 1.0.0-RC.7 → 1.0.0-RC.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Notification-additional-information.jpeg +0 -0
- package/Notification-confirm-error.jpg +0 -0
- package/Notification-confirm-warn.jpeg +0 -0
- package/Notification-overview.jpeg +0 -0
- package/Notification-success.jpeg +0 -0
- package/assets/CustomReactSelect.CMkn-EGK.css +1 -0
- package/assets/Dialog.DdLMmOLt.css +1 -0
- package/assets/Drawer.BqBgbSuP.css +1 -0
- package/assets/Fieldset.qHYeUFZt.css +1 -0
- package/assets/InputPassword.Cf394z47.css +1 -0
- package/assets/InputSearch.eCRQoxjN.css +1 -0
- package/assets/InputStepper.B80KulYE.css +1 -0
- package/assets/Notification.DK6agBGS.css +1 -0
- package/assets/Select.BptsMxz4.css +1 -0
- package/assets/Textarea.CIIVh03G.css +1 -0
- package/assets/Toast.Dsvs1zdM.css +1 -0
- package/assets/asterisk.DlJ4YtSZ.css +1 -0
- package/assets/button.B1O7Yw3Q.css +1 -0
- package/assets/buttonround.DlH_ipDo.css +1 -0
- package/assets/checkbox.K4CVYK9g.css +1 -0
- package/assets/heading.6bER-Eac.css +1 -0
- package/assets/input.C0MrSbQu.css +1 -0
- package/assets/link.vtTST2ki.css +1 -0
- package/assets/linkstandalone.BtAcziZ7.css +1 -0
- package/assets/logo.pETQEsvZ.css +1 -0
- package/assets/optioncheckbox.BJJAph5_.css +1 -0
- package/assets/radio.9kpIO3HC.css +1 -0
- package/assets/skiptocontent.CHcqLS7S.css +1 -0
- package/assets/switch.2DQF2zH-.css +1 -0
- package/assets/systemfeedback.Sq0bAIyf.css +1 -0
- package/assets/text.Dhb_l50R.css +1 -0
- package/assets/title.f74Bosn-.css +1 -0
- package/{asterisk.Cjbk-xZi.js → asterisk.DDn-yX4P.js} +1 -1
- package/button.CkHCQg3Y.js +135 -0
- package/buttonround.DX3u2Fio.js +118 -0
- package/checkbox.BbmCDJCm.js +112 -0
- package/{checkboxgroup.DqWlzAeR.js → checkboxgroup.CPENWSuk.js} +2 -2
- package/chunks/{CheckboxGroup.DsQ6lI5a.js → CheckboxGroup.Dx_Hn8Dl.js} +2 -2
- package/chunks/CustomReactSelect.C4rTVlvy.js +3593 -0
- package/chunks/Dialog.TPjJ_yxK.js +148 -0
- package/chunks/Drawer.DrLGSch-.js +154 -0
- package/chunks/{Fieldset.B1vsrHNv.js → Fieldset.P09LInkT.js} +29 -29
- package/chunks/{Input.utils.BGUhXCNP.js → Input.utils.ChV6RJsh.js} +19 -17
- package/chunks/InputPassword.CSc1c98k.js +140 -0
- package/chunks/{InputSearch.DITRiB92.js → InputSearch.DrgdGFT_.js} +49 -49
- package/chunks/{InputStepper.Bf8NZ9pb.js → InputStepper.DJEuIr4C.js} +76 -76
- package/chunks/{Notification.DVVuSOqG.js → Notification.B68mMDiB.js} +24 -24
- package/chunks/{RadioGroup.BO4pbAJw.js → RadioGroup.B5jRveyI.js} +2 -2
- package/chunks/Select.Cl2eJR1z.js +191 -0
- package/chunks/Textarea.Sk9-GXfs.js +195 -0
- package/chunks/{Toast.RON4bFPY.js → Toast.D9DAuz2m.js} +33 -33
- package/{combobox.CRlhqmuO.js → combobox.jDpV6bv-.js} +1 -1
- package/components/Button/Button.d.ts +1 -1
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/CustomReactSelect/CustomReactSelect.d.ts +2 -2
- package/components/Dialog/Dialog.d.ts +22 -3
- package/components/Dialog/Dialog.test.d.ts +1 -0
- package/components/Dialog/Dialog.utils.d.ts +12 -0
- package/components/Dialog/Dialog.utils.test.d.ts +1 -0
- package/components/Drawer/Drawer.d.ts +31 -0
- package/components/Drawer/Drawer.test.d.ts +1 -0
- package/components/Drawer/Drawer.utils.d.ts +14 -0
- package/components/Drawer/Drawer.utils.test.d.ts +1 -0
- package/components/Input/Input.d.ts +1 -1
- package/components/InputSearch/InputSearch.d.ts +1 -1
- package/components/LinkStandalone/LinkStandalone.d.ts +1 -1
- package/components/Notification/Notification.d.ts +3 -1
- package/components/Radio/Radio.d.ts +1 -1
- package/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/components/SkipToContent/SkipToContent.d.ts +1 -1
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Toast/Toast.d.ts +3 -0
- package/{customreactselect.CD58gwtp.js → customreactselect.C2QK_Q8T.js} +4 -4
- package/dialog.BPX7RJtQ.js +9 -0
- package/drawer.BfEPcSsQ.js +9 -0
- package/drawer.d.ts +1 -0
- package/fieldset.4yvz0e7M.js +11 -0
- package/heading.CAkraI2D.js +50 -0
- package/index.d.ts +4 -0
- package/index.es.js +99 -92
- package/input.lLMqAG-6.js +236 -0
- package/{inputpassword.Ba9SUUIK.js → inputpassword.BIdYGrhB.js} +4 -4
- package/{inputsearch.BK-0OTwA.js → inputsearch.DleOblJp.js} +4 -4
- package/inputstepper.DWkHwOAn.js +13 -0
- package/link.KZaBufPM.js +116 -0
- package/linkstandalone.B6tN-NXD.js +80 -0
- package/{logo.BR_CUXFl.js → logo.CqukakYv.js} +32 -36
- package/{notification.Csn5QCR2.js → notification.DdJjbSdM.js} +2 -2
- package/optioncheckbox.DwQEfxGG.js +43 -0
- package/package.json +6 -4
- package/partials/index.js +442 -442
- package/radio.CWGJtmKl.js +115 -0
- package/{radiogroup.CiENWRos.js → radiogroup.FfK4DLsV.js} +3 -3
- package/{select.DLYav8gw.js → select.BEuTuEFZ.js} +3 -3
- package/{skiptocontent._YZRKxnc.js → skiptocontent.fP4SOp-p.js} +16 -14
- package/styles/scss/lib/_heading.scss +50 -9
- package/styles/scss/lib/_helpers.scss +12 -0
- package/styles/scss/lib/_link.scss +58 -94
- package/styles/scss/lib/_text.scss +57 -14
- package/switch.KO8HZPNL.js +65 -0
- package/{systemfeedback.CUWch42u.js → systemfeedback._8gatmgR.js} +1 -1
- package/text.rgDKQBrU.js +57 -0
- package/{textarea.hLgeYdsI.js → textarea.DV1yVty7.js} +3 -3
- package/title.LY1ylQsb.js +36 -0
- package/{toast.r_yhGYEe.js → toast.BB8L0ixD.js} +2 -2
- package/{toastmanager.BncH_rUP.js → toastmanager.DifUvJcg.js} +27 -25
- package/utils/index.d.ts +1 -0
- package/utils/render-in-iframe.d.ts +15 -0
- package/utils/useIsomorphicLayoutEffect.d.ts +26 -0
- package/utils/vitest.setup.d.ts +2 -0
- package/assets/CustomReactSelect.Bsphydqt.css +0 -1
- package/assets/Fieldset.D0jHAGRL.css +0 -1
- package/assets/InputPassword.VCNO8ANM.css +0 -1
- package/assets/InputSearch.BMRAb95l.css +0 -1
- package/assets/InputStepper.BKjqNi-i.css +0 -1
- package/assets/Notification.Bg63cvs4.css +0 -1
- package/assets/Select.Bz1TImkI.css +0 -1
- package/assets/Textarea.D2h5cW_t.css +0 -1
- package/assets/Toast.BzVaebc0.css +0 -1
- package/assets/asterisk.JlyPArZu.css +0 -1
- package/assets/button.BdxtFZKx.css +0 -1
- package/assets/buttonround.pR4StXA7.css +0 -1
- package/assets/checkbox.BjIn2stV.css +0 -1
- package/assets/dialog.CKwM2EBH.css +0 -1
- package/assets/heading.CCbuI4X-.css +0 -1
- package/assets/input.71tOIrpp.css +0 -1
- package/assets/link.D61tKkSK.css +0 -1
- package/assets/linkstandalone.Bx8Uvo0G.css +0 -1
- package/assets/logo.C05WqGId.css +0 -1
- package/assets/optioncheckbox.BdRJHcSw.css +0 -1
- package/assets/radio.ewRpPo4W.css +0 -1
- package/assets/skiptocontent.DGVJ77cj.css +0 -1
- package/assets/switch.Ds-I_ybT.css +0 -1
- package/assets/systemfeedback.BzJATHDd.css +0 -1
- package/assets/text.B-CTuGgI.css +0 -1
- package/assets/title.DlhX9K3W.css +0 -1
- package/button.L1lgCuM9.js +0 -135
- package/buttonround.ddSqXjYf.js +0 -118
- package/checkbox.DNHdo6_n.js +0 -113
- package/chunks/CustomReactSelect.5dHi6PEO.js +0 -4983
- package/chunks/InputPassword.a7zHKrmM.js +0 -140
- package/chunks/Select.COdS787F.js +0 -191
- package/chunks/Textarea.oqCrSopu.js +0 -195
- package/dialog.0qPUVJha.js +0 -45
- package/fieldset.aY3V2jK2.js +0 -11
- package/heading.BTNroD1E.js +0 -50
- package/input.DqSOhSMX.js +0 -236
- package/inputstepper.DFQ4zC15.js +0 -13
- package/link.SAcKvzJ3.js +0 -115
- package/linkstandalone.DNe0Nydm.js +0 -79
- package/optioncheckbox.C4l2UIak.js +0 -43
- package/radio.epf54-sG.js +0 -115
- package/switch.rd7PdLc9.js +0 -65
- package/text.CrYUewrP.js +0 -57
- package/title.Dvp8LKJt.js +0 -36
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as t } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { c as k } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import { D as g } from "./chunks/Icon.n4XZrQ4N.js";
|
|
6
|
+
import { DSSpinner as u } from "./spinner.DVa112nj.js";
|
|
7
|
+
import './assets/switch.2DQF2zH-.css';const p = "_root_gf1kb_76", x = "_root--label-right_gf1kb_116", j = "_root--stretched_gf1kb_119", S = "_loader_gf1kb_129", w = "_thumb_gf1kb_182", C = "_root--checked_gf1kb_197", o = {
|
|
8
|
+
root: p,
|
|
9
|
+
"root--label-right": "_root--label-right_gf1kb_116",
|
|
10
|
+
rootLabelRight: x,
|
|
11
|
+
"root--stretched": "_root--stretched_gf1kb_119",
|
|
12
|
+
rootStretched: j,
|
|
13
|
+
switch: "_switch_gf1kb_124",
|
|
14
|
+
loader: S,
|
|
15
|
+
thumb: w,
|
|
16
|
+
"root--checked": "_root--checked_gf1kb_197",
|
|
17
|
+
rootChecked: C
|
|
18
|
+
}, E = ({
|
|
19
|
+
children: h,
|
|
20
|
+
aria: i,
|
|
21
|
+
alignLabel: l = "left",
|
|
22
|
+
checked: e = !1,
|
|
23
|
+
className: _,
|
|
24
|
+
dataTrackingid: n,
|
|
25
|
+
disabled: s = !1,
|
|
26
|
+
loading: r = !1,
|
|
27
|
+
stretched: b = !1,
|
|
28
|
+
onClick: a,
|
|
29
|
+
...d
|
|
30
|
+
}) => {
|
|
31
|
+
const f = k(o.root, _, {
|
|
32
|
+
[o.rootChecked]: e === !0,
|
|
33
|
+
[o.rootStretched]: b === !0,
|
|
34
|
+
[o.rootLabelRight]: l === "right"
|
|
35
|
+
}), m = (c) => {
|
|
36
|
+
if (s || r) {
|
|
37
|
+
c.preventDefault();
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
a && a(c);
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ t.jsxs(
|
|
43
|
+
"button",
|
|
44
|
+
{
|
|
45
|
+
className: f,
|
|
46
|
+
"data-trackingid": n,
|
|
47
|
+
onClick: m,
|
|
48
|
+
...i,
|
|
49
|
+
...d,
|
|
50
|
+
type: "button",
|
|
51
|
+
role: "switch",
|
|
52
|
+
"aria-checked": e,
|
|
53
|
+
"aria-disabled": s || r,
|
|
54
|
+
"aria-busy": r,
|
|
55
|
+
children: [
|
|
56
|
+
/* @__PURE__ */ t.jsx("span", { children: h }),
|
|
57
|
+
!r && /* @__PURE__ */ t.jsx("span", { className: o.switch, children: /* @__PURE__ */ t.jsx("span", { className: o.thumb, children: /* @__PURE__ */ t.jsx(g, { name: "check", "aria-hidden": "true" }) }) }),
|
|
58
|
+
r && /* @__PURE__ */ t.jsx("span", { className: o.loader, children: /* @__PURE__ */ t.jsx(u, { aria: { "aria-label": "Loading state" } }) })
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
);
|
|
62
|
+
};
|
|
63
|
+
export {
|
|
64
|
+
E as DSSwitch
|
|
65
|
+
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { j as o } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
3
|
import { c } from "./chunks/index.CvOaL64Y.js";
|
|
4
4
|
import { D as n } from "./chunks/Icon.n4XZrQ4N.js";
|
|
5
|
-
import './assets/systemfeedback.
|
|
5
|
+
import './assets/systemfeedback.Sq0bAIyf.css';const i = "_root_10tno_76", l = {
|
|
6
6
|
root: i
|
|
7
7
|
}, m = {
|
|
8
8
|
valid: "circle-check-colored",
|
package/text.rgDKQBrU.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as e } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { c as j } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
+
import './assets/text.Dhb_l50R.css';const x = "_root_jyn7z_76", y = "_root--large_jyn7z_82", c = "_root--large-bold_jyn7z_94", u = "_root--medium_jyn7z_106", b = "_root--medium-bold_jyn7z_118", S = "_root--small_jyn7z_130", g = "_root--small-bold_jyn7z_142", z = "_root--x-small_jyn7z_154", B = "_root--x-small-bold_jyn7z_166", i = "_root--xx-small_jyn7z_178", X = "_root--theme-dark_jyn7z_190", o = {
|
|
5
|
+
root: x,
|
|
6
|
+
"root--large": "_root--large_jyn7z_82",
|
|
7
|
+
rootLarge: y,
|
|
8
|
+
"root--large-bold": "_root--large-bold_jyn7z_94",
|
|
9
|
+
rootLargeBold: c,
|
|
10
|
+
"root--medium": "_root--medium_jyn7z_106",
|
|
11
|
+
rootMedium: u,
|
|
12
|
+
"root--medium-bold": "_root--medium-bold_jyn7z_118",
|
|
13
|
+
rootMediumBold: b,
|
|
14
|
+
"root--small": "_root--small_jyn7z_130",
|
|
15
|
+
rootSmall: S,
|
|
16
|
+
"root--small-bold": "_root--small-bold_jyn7z_142",
|
|
17
|
+
rootSmallBold: g,
|
|
18
|
+
"root--x-small": "_root--x-small_jyn7z_154",
|
|
19
|
+
rootXSmall: z,
|
|
20
|
+
"root--x-small-bold": "_root--x-small-bold_jyn7z_166",
|
|
21
|
+
rootXSmallBold: B,
|
|
22
|
+
"root--xx-small": "_root--xx-small_jyn7z_178",
|
|
23
|
+
rootXxSmall: i,
|
|
24
|
+
"root--theme-dark": "_root--theme-dark_jyn7z_190",
|
|
25
|
+
rootThemeDark: X
|
|
26
|
+
}, M = ({
|
|
27
|
+
children: t,
|
|
28
|
+
className: m,
|
|
29
|
+
size: l = "medium",
|
|
30
|
+
tag: a = "p",
|
|
31
|
+
theme: _ = "light",
|
|
32
|
+
weight: r = "normal",
|
|
33
|
+
...d
|
|
34
|
+
}) => {
|
|
35
|
+
const s = a, n = j(o.root, m, {
|
|
36
|
+
// large
|
|
37
|
+
[o.rootLarge]: l === "large",
|
|
38
|
+
[o.rootLargeBold]: l === "large" && r === "bold",
|
|
39
|
+
// medium
|
|
40
|
+
[o.rootMedium]: l == "medium",
|
|
41
|
+
[o.rootMediumBold]: l === "medium" && r === "bold",
|
|
42
|
+
// small
|
|
43
|
+
[o.rootSmall]: l == "small",
|
|
44
|
+
[o.rootSmallBold]: l == "small" && r === "bold",
|
|
45
|
+
// x-small
|
|
46
|
+
[o.rootXSmall]: l == "x-small",
|
|
47
|
+
[o.rootXSmallBold]: l == "x-small" && r === "bold",
|
|
48
|
+
// xx-small
|
|
49
|
+
[o.rootXxSmall]: l == "xx-small",
|
|
50
|
+
// dark theme
|
|
51
|
+
[o.rootThemeDark]: _ === "dark"
|
|
52
|
+
});
|
|
53
|
+
return /* @__PURE__ */ e.jsx(s, { className: n, ...d, children: t });
|
|
54
|
+
};
|
|
55
|
+
export {
|
|
56
|
+
M as DSText
|
|
57
|
+
};
|
|
@@ -4,9 +4,9 @@ import "./chunks/index.CvOaL64Y.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
6
6
|
import "./chunks/helpers.B1JT5ShS.js";
|
|
7
|
-
import "./asterisk.
|
|
8
|
-
import "./systemfeedback.
|
|
9
|
-
import { D as x } from "./chunks/Textarea.
|
|
7
|
+
import "./asterisk.DDn-yX4P.js";
|
|
8
|
+
import "./systemfeedback._8gatmgR.js";
|
|
9
|
+
import { D as x } from "./chunks/Textarea.Sk9-GXfs.js";
|
|
10
10
|
export {
|
|
11
11
|
x as DSTextarea
|
|
12
12
|
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as o } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { c as g } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
+
import './assets/title.f74Bosn-.css';const n = "_root_1lq13_76", h = "_root--x-large-uppercase_1lq13_79", m = "_root--large-uppercase_1lq13_96", d = "_root--theme-dark_1lq13_113", u = "_dash_1lq13_116", r = {
|
|
5
|
+
root: n,
|
|
6
|
+
"root--x-large-uppercase": "_root--x-large-uppercase_1lq13_79",
|
|
7
|
+
rootXLargeUppercase: h,
|
|
8
|
+
"root--large-uppercase": "_root--large-uppercase_1lq13_96",
|
|
9
|
+
rootLargeUppercase: m,
|
|
10
|
+
"root--theme-dark": "_root--theme-dark_1lq13_113",
|
|
11
|
+
rootThemeDark: d,
|
|
12
|
+
dash: u
|
|
13
|
+
}, q = ({
|
|
14
|
+
children: a,
|
|
15
|
+
className: t,
|
|
16
|
+
size: e = "x-large",
|
|
17
|
+
tag: s = "h1",
|
|
18
|
+
// Design suggested to set default tag to h1
|
|
19
|
+
theme: p = "light",
|
|
20
|
+
...c
|
|
21
|
+
}) => {
|
|
22
|
+
const l = s, _ = g(r.root, t, {
|
|
23
|
+
// sizes
|
|
24
|
+
[r.rootXLargeUppercase]: e === "x-large",
|
|
25
|
+
[r.rootLargeUppercase]: e === "large",
|
|
26
|
+
// dark theme
|
|
27
|
+
[r.rootThemeDark]: p === "dark"
|
|
28
|
+
});
|
|
29
|
+
return /* @__PURE__ */ o.jsxs(l, { className: _, ...c, children: [
|
|
30
|
+
a,
|
|
31
|
+
/* @__PURE__ */ o.jsx("span", { className: r.dash, "aria-hidden": "true", children: "ƒ" })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
export {
|
|
35
|
+
q as DSTitle
|
|
36
|
+
};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
3
|
import "./chunks/index.CvOaL64Y.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./button.
|
|
5
|
+
import "./button.CkHCQg3Y.js";
|
|
6
6
|
import "./chunks/Icon.n4XZrQ4N.js";
|
|
7
|
-
import { D as s } from "./chunks/Toast.
|
|
7
|
+
import { D as s } from "./chunks/Toast.D9DAuz2m.js";
|
|
8
8
|
export {
|
|
9
9
|
s as DSToast
|
|
10
10
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { j as
|
|
3
|
-
import { createContext as
|
|
2
|
+
import { j as g } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { createContext as y, useContext as C, useState as S, useRef as O, useEffect as A, useMemo as j } from "react";
|
|
4
4
|
import { g as a } from "./chunks/helpers.B1JT5ShS.js";
|
|
5
|
-
import { g as E, b as
|
|
6
|
-
import { D as _, s as U } from "./chunks/Toast.
|
|
5
|
+
import { g as E, b as w } from "./chunks/AriaLiveRegions.utils.D2ni4Yrf.js";
|
|
6
|
+
import { D as _, s as U } from "./chunks/Toast.D9DAuz2m.js";
|
|
7
7
|
import { h as q } from "./chunks/has-document.r9i9TxKV.js";
|
|
8
8
|
const Q = () => {
|
|
9
|
-
if (!E() || !
|
|
9
|
+
if (!E() || !w())
|
|
10
10
|
throw new Error(
|
|
11
11
|
a(
|
|
12
12
|
"DSToast",
|
|
@@ -23,8 +23,8 @@ const Q = () => {
|
|
|
23
23
|
'The destructured "toast" element should only be used once in the DOM.'
|
|
24
24
|
)
|
|
25
25
|
);
|
|
26
|
-
}, i = "data-ds-toast-timeout-id", D = "closing", B = 1e4,
|
|
27
|
-
const n =
|
|
26
|
+
}, i = "data-ds-toast-timeout-id", D = "closing", B = 1e4, x = y(void 0), J = () => {
|
|
27
|
+
const n = C(x);
|
|
28
28
|
if (!n)
|
|
29
29
|
throw new Error(
|
|
30
30
|
a(
|
|
@@ -42,7 +42,7 @@ const Q = () => {
|
|
|
42
42
|
l(u[0]);
|
|
43
43
|
});
|
|
44
44
|
}, [u]), A(() => {
|
|
45
|
-
s && (
|
|
45
|
+
s && (L(s.message, s.variant), I());
|
|
46
46
|
}, [s]);
|
|
47
47
|
const m = () => {
|
|
48
48
|
var e;
|
|
@@ -50,15 +50,15 @@ const Q = () => {
|
|
|
50
50
|
}, T = (e) => {
|
|
51
51
|
var t;
|
|
52
52
|
(t = o.current) == null || t.setAttribute(i, e);
|
|
53
|
-
},
|
|
53
|
+
}, p = () => {
|
|
54
54
|
var e;
|
|
55
55
|
return (e = o.current) == null ? void 0 : e.removeAttribute(i);
|
|
56
|
-
},
|
|
56
|
+
}, L = (e, t) => {
|
|
57
57
|
if (t === "warning") {
|
|
58
58
|
const r = E();
|
|
59
59
|
r && (r.innerText = e);
|
|
60
60
|
} else if (t === "success" || t === "info") {
|
|
61
|
-
const r =
|
|
61
|
+
const r = w();
|
|
62
62
|
r && (r.innerText = e);
|
|
63
63
|
}
|
|
64
64
|
}, d = (e, t) => {
|
|
@@ -68,32 +68,34 @@ const Q = () => {
|
|
|
68
68
|
hideIcon: t == null ? void 0 : t.hideIcon,
|
|
69
69
|
variant: (t == null ? void 0 : t.variant) || "info",
|
|
70
70
|
onClick: () => {
|
|
71
|
-
|
|
71
|
+
v();
|
|
72
72
|
},
|
|
73
|
-
onMouseEnter:
|
|
74
|
-
onMouseLeave:
|
|
73
|
+
onMouseEnter: M,
|
|
74
|
+
onMouseLeave: R
|
|
75
75
|
};
|
|
76
|
-
c((
|
|
77
|
-
},
|
|
76
|
+
c((P) => [...P, r]);
|
|
77
|
+
}, M = () => {
|
|
78
78
|
f();
|
|
79
79
|
}, f = () => {
|
|
80
80
|
var t;
|
|
81
81
|
const e = m();
|
|
82
82
|
e && (clearTimeout(e), (t = o.current) == null || t.removeAttribute(i));
|
|
83
|
-
},
|
|
83
|
+
}, h = () => {
|
|
84
84
|
const e = setTimeout(() => {
|
|
85
|
-
|
|
85
|
+
v();
|
|
86
86
|
}, B);
|
|
87
87
|
T(String(e));
|
|
88
|
-
},
|
|
89
|
-
m() !== D && o.current &&
|
|
88
|
+
}, R = () => {
|
|
89
|
+
m() !== D && o.current && h();
|
|
90
90
|
}, I = () => {
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
var e;
|
|
92
|
+
k(), s && ((e = o.current) != null && e.showPopover) && (o.current.showPopover(), h());
|
|
93
|
+
}, v = () => {
|
|
93
94
|
f(), T(D), o.current && (o.current.addEventListener(
|
|
94
95
|
"animationend",
|
|
95
96
|
() => {
|
|
96
|
-
|
|
97
|
+
var e;
|
|
98
|
+
(e = o.current) != null && e.hidePopover && (o.current.hidePopover(), p(), o.current = null, c((t) => t.slice(1)), l(null));
|
|
97
99
|
},
|
|
98
100
|
{
|
|
99
101
|
once: !0
|
|
@@ -106,8 +108,8 @@ const Q = () => {
|
|
|
106
108
|
}),
|
|
107
109
|
[d]
|
|
108
110
|
);
|
|
109
|
-
return /* @__PURE__ */
|
|
110
|
-
s ? /* @__PURE__ */
|
|
111
|
+
return /* @__PURE__ */ g.jsxs(x.Provider, { value: b, children: [
|
|
112
|
+
s ? /* @__PURE__ */ g.jsx(_, { ...s, ref: o }) : null,
|
|
111
113
|
n
|
|
112
114
|
] });
|
|
113
115
|
};
|
package/utils/index.d.ts
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type RenderInIframeProps = {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
parentLinkTags?: NodeListOf<HTMLLinkElement>;
|
|
4
|
+
parentStyleTags?: NodeListOf<HTMLStyleElement>;
|
|
5
|
+
} & React.IframeHTMLAttributes<HTMLIFrameElement>;
|
|
6
|
+
/**
|
|
7
|
+
*
|
|
8
|
+
* @param param
|
|
9
|
+
* @returns
|
|
10
|
+
*
|
|
11
|
+
* This component renders its children in an iframe. It is currently only used for rendering multiple Dialog or Drawer
|
|
12
|
+
* components on a single page for visual regression testing.
|
|
13
|
+
*/
|
|
14
|
+
declare const RenderInIframe: ({ children, parentStyleTags, parentLinkTags, ...props }: RenderInIframeProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default RenderInIframe;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { useEffect } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* A custom hook that conditionally uses `useLayoutEffect` or `useEffect` based on the environment.
|
|
5
|
+
*
|
|
6
|
+
* This hook is a workaround for the issue where `useLayoutEffect` causes a warning when used in environments
|
|
7
|
+
* where there is no DOM, such as during server-side rendering (SSR). In these cases, `useEffect` is used instead,
|
|
8
|
+
* which is safe for SSR.
|
|
9
|
+
*
|
|
10
|
+
* The need for this hook arises from the fact that `useLayoutEffect` is designed to run synchronously after all
|
|
11
|
+
* DOM mutations. However, in a server environment where there is no DOM, using `useLayoutEffect` can trigger
|
|
12
|
+
* warnings because the server cannot perform any DOM-related operations.
|
|
13
|
+
*
|
|
14
|
+
* By checking if the `window` object is available, we can determine whether we are in a browser (client) environment
|
|
15
|
+
* or a server environment, and choose the appropriate hook accordingly.
|
|
16
|
+
*
|
|
17
|
+
* @link https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85?permalink_comment_id=5023665#gistcomment-5023665
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* import { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect';
|
|
21
|
+
*
|
|
22
|
+
* useIsomorphicLayoutEffect(() => {
|
|
23
|
+
* // Your effect logic here
|
|
24
|
+
* }, [dependencies]);
|
|
25
|
+
* */
|
|
26
|
+
export declare const useIsomorphicLayoutEffect: typeof useEffect;
|
package/utils/vitest.setup.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_17jts_226{align-self:end}._root_17jts_226:has(._hint_17jts_234) ._label_17jts_234{margin-block-end:4px}._wrapper_17jts_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_17jts_244{grid-area:1/4/2/5}._label_17jts_234{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_17jts_261{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}._hint_17jts_234{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_17jts_288{margin-block-end:8px;margin-block-start:8px}._select_17jts_293{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._select_17jts_293:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_17jts_293:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_17jts_293:focus{outline:revert;outline-offset:revert}._select_17jts_293:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_17jts_293:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_17jts_293{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_17jts_293{transition-duration:0ms}}@media (hover: hover){._select_17jts_293:hover{background:#0000001a}}._select_17jts_293{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._select_17jts_293[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_17jts_293[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_17jts_293[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_17jts_293[readonly]:focus{outline:revert;outline-offset:revert}._select_17jts_293[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_17jts_293[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_17jts_293:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_17jts_293::-webkit-placeholder,._select_17jts_293::placeholder{color:#666;opacity:1}._select--invalid_17jts_403{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_17jts_403:active,._select--invalid_17jts_403:focus,._select--invalid_17jts_403:focus-visible{border-color:#252525}._select--small_17jts_410{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._select_17jts_293{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_17jts_293::-webkit-outer-spin-button,._select_17jts_293::-webkit-inner-spin-button,._select_17jts_293::-webkit-search-decoration,._select_17jts_293::-webkit-search-cancel-button,._select_17jts_293::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_17jts_293::-webkit-date-and-time-value{text-align:left}._select_17jts_293:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_17jts_293[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_17jts_293[type=range]{accent-color:#E9640C}._select_17jts_293[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_17jts_410{min-height:2rem;height:2rem}._select--small_17jts_410._input--has-leading-icon_17jts_462{padding-inline-start:calc(16px + 1rem)}._select--small_17jts_410._input--has-action-button_17jts_465{padding-inline-end:calc(2rem + 8px)}._select--small_17jts_410._input--has-second-action-button_17jts_468{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_17jts_471{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_17jts_474{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_17jts_477{padding-inline-end:calc(6rem + 16px)}._select--has-affix_17jts_480{color:#0000}._select--has-affix_17jts_480::placeholder{color:#0000}._select--has-affix_17jts_480::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_17jts_480::placeholder{transition-duration:0ms}}._select--is-ready_17jts_494{color:#252525}._select--is-ready_17jts_494::placeholder{color:#666}._select_17jts_293{border-radius:0}._select_17jts_293._select--disabled_17jts_503{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){._select_17jts_293._select--disabled_17jts_503{color:GrayText}}._select_17jts_293._select--focused_17jts_514{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){._select_17jts_293._select--focused_17jts_514{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._select_17jts_293._select--focused_17jts_514{outline-color:Highlight}}@media (hover: hover){._select--hovered_17jts_531{background:#0000001a}}._placeholder_17jts_536{color:#666}@media screen and (forced-colors: active){._placeholder_17jts_536{color:GrayText}}._menu-list_17jts_545{padding-block-start:8px;padding-block-end:7px;padding-inline-start:0;padding-inline-end:0;background-color:#fff;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){._menu-list_17jts_545{forced-color-adjust:auto;outline-color:Highlight}}._group-heading_17jts_562{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;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}._option_17jts_583{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;align-items:center}._option--small_17jts_598{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}._option--single_17jts_612{justify-content:space-between}._option--disabled_17jts_615{color:#00000080}@media screen and (forced-colors: active){._option--disabled_17jts_615{color:GrayText}}._option--focus-hover_17jts_623:not(._option--disabled_17jts_615){background-color:#0000001a;padding-block-start:10px;padding-block-end:10px;border:2px solid #252525;border-left:none;border-right:none}@media screen and (forced-colors: active){._option--focus-hover_17jts_623:not(._option--disabled_17jts_615){background-color:Canvas;border-color:Highlight}}._option--focus-hover_17jts_623._option--small_17jts_598:not(._option--disabled_17jts_615){padding-block-start:6px;padding-block-end:6px}._option--text_17jts_641{margin-inline-end:8px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}._option--check-icon_17jts_647{fill:#e9640c;margin-inline-start:auto}@media screen and (forced-colors: active){._option--check-icon_17jts_647{fill:CanvasText}}._option--check-icon--disabled_17jts_656{fill:#00000080}@media screen and (forced-colors: active){._option--check-icon--disabled_17jts_656{fill:GrayText}}._single-option_17jts_665{display:flex;flex-wrap:nowrap;width:100%;align-items:center}._multi-option_17jts_672{width:100%}._single-value_17jts_676{display:flex;align-items:center}._single-value--text_17jts_680{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._leading-icon_17jts_687{margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){._leading-icon_17jts_687{background-color:Canvas;fill:CanvasText}}._leading-icon--disabled_17jts_697{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_17jts_697{fill:GrayText}}._indicator_17jts_706,._clear_17jts_707{width:3rem;height:3rem;justify-content:center;cursor:pointer}._indicator--small_17jts_713,._clear--small_17jts_714{width:2rem;height:2rem}._indicator--icon_17jts_718,._clear--icon_17jts_719{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}._indicator--icon--small_17jts_726,._clear--icon--small_17jts_727{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_z5foq_76{border:none;padding:0;margin:0}._child-wrapper_z5foq_82{margin-block-start:24px}._child-wrapper_z5foq_82>*:not(:first-child){margin-block-start:24px}._legend_z5foq_89{padding-inline-start:0;padding-inline-end:0}._legend--utility--m_z5foq_93{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._description_z5foq_104{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:inline-block;max-width:32rem;margin-block-start:8px}._description--small_z5foq_117{margin-block-start:4px}._system-feedback_z5foq_121{margin-block-start:16px;margin-block-end:32px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._input_1s7sy_226{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._input_1s7sy_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1s7sy_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1s7sy_226:focus{outline:revert;outline-offset:revert}._input_1s7sy_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1s7sy_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1s7sy_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_1s7sy_226{transition-duration:0ms}}@media (hover: hover){._input_1s7sy_226:hover{background:#0000001a}}._input_1s7sy_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_1s7sy_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_1s7sy_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1s7sy_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1s7sy_226[readonly]:focus{outline:revert;outline-offset:revert}._input_1s7sy_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1s7sy_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1s7sy_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_1s7sy_226::-webkit-placeholder,._input_1s7sy_226::placeholder{color:#666;opacity:1}._input--invalid_1s7sy_336{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_1s7sy_336:active,._input--invalid_1s7sy_336:focus,._input--invalid_1s7sy_336:focus-visible{border-color:#252525}._input--small_1s7sy_343{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._input_1s7sy_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_1s7sy_226::-webkit-outer-spin-button,._input_1s7sy_226::-webkit-inner-spin-button,._input_1s7sy_226::-webkit-search-decoration,._input_1s7sy_226::-webkit-search-cancel-button,._input_1s7sy_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1s7sy_226::-webkit-date-and-time-value{text-align:left}._input_1s7sy_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1s7sy_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1s7sy_226[type=range]{accent-color:#E9640C}._input_1s7sy_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_1s7sy_343{min-height:2rem;height:2rem}._input--small_1s7sy_343._input--has-leading-icon_1s7sy_395{padding-inline-start:calc(16px + 1rem)}._input--small_1s7sy_343._input--has-action-button_1s7sy_398{padding-inline-end:calc(2rem + 8px)}._input--small_1s7sy_343._input--has-second-action-button_1s7sy_401{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_1s7sy_395{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_1s7sy_398{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_1s7sy_401{padding-inline-end:calc(6rem + 16px)}._input--has-affix_1s7sy_413{color:#0000}._input--has-affix_1s7sy_413::placeholder{color:#0000}._input--has-affix_1s7sy_413::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_1s7sy_413::placeholder{transition-duration:0ms}}._input--is-ready_1s7sy_427{color:#252525}._input--is-ready_1s7sy_427::placeholder{color:#666}._root_1s7sy_434{align-self:end}._root_1s7sy_434:has(._hint_1s7sy_442) ._label_1s7sy_442{margin-block-end:4px}._wrapper_1s7sy_446{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_1s7sy_452{grid-area:1/4/2/5}._label_1s7sy_442{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_1s7sy_469{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}._hint_1s7sy_442{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_1s7sy_496{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._input_12zpu_226{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._input_12zpu_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_12zpu_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_12zpu_226:focus{outline:revert;outline-offset:revert}._input_12zpu_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_12zpu_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_12zpu_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_12zpu_226{transition-duration:0ms}}@media (hover: hover){._input_12zpu_226:hover{background:#0000001a}}._input_12zpu_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_12zpu_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_12zpu_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_12zpu_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_12zpu_226[readonly]:focus{outline:revert;outline-offset:revert}._input_12zpu_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_12zpu_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_12zpu_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_12zpu_226::-webkit-placeholder,._input_12zpu_226::placeholder{color:#666;opacity:1}._input--invalid_12zpu_336{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_12zpu_336:active,._input--invalid_12zpu_336:focus,._input--invalid_12zpu_336:focus-visible{border-color:#252525}._input--small_12zpu_343{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._input_12zpu_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_12zpu_226::-webkit-outer-spin-button,._input_12zpu_226::-webkit-inner-spin-button,._input_12zpu_226::-webkit-search-decoration,._input_12zpu_226::-webkit-search-cancel-button,._input_12zpu_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_12zpu_226::-webkit-date-and-time-value{text-align:left}._input_12zpu_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_12zpu_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_12zpu_226[type=range]{accent-color:#E9640C}._input_12zpu_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_12zpu_343{min-height:2rem;height:2rem}._input--small_12zpu_343._input--has-leading-icon_12zpu_395{padding-inline-start:calc(16px + 1rem)}._input--small_12zpu_343._input--has-action-button_12zpu_398{padding-inline-end:calc(2rem + 8px)}._input--small_12zpu_343._input--has-second-action-button_12zpu_401{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_12zpu_395{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_12zpu_398{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_12zpu_401{padding-inline-end:calc(6rem + 16px)}._input--has-affix_12zpu_413{color:#0000}._input--has-affix_12zpu_413::placeholder{color:#0000}._input--has-affix_12zpu_413::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_12zpu_413::placeholder{transition-duration:0ms}}._input--is-ready_12zpu_427{color:#252525}._input--is-ready_12zpu_427::placeholder{color:#666}._root_12zpu_434{align-self:end}._root_12zpu_434:has(._hint_12zpu_442) ._label_12zpu_442{margin-block-end:4px}._wrapper_12zpu_446{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._action-button_12zpu_452{grid-area:1/4/2/5}._second-action-button_12zpu_456{grid-area:1/3/2/4}._label_12zpu_442{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_12zpu_473{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}._hint_12zpu_442{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_12zpu_500{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._input_xdphx_226{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._input_xdphx_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_xdphx_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_xdphx_226:focus{outline:revert;outline-offset:revert}._input_xdphx_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_xdphx_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_xdphx_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_xdphx_226{transition-duration:0ms}}@media (hover: hover){._input_xdphx_226:hover{background:#0000001a}}._input_xdphx_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_xdphx_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_xdphx_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_xdphx_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_xdphx_226[readonly]:focus{outline:revert;outline-offset:revert}._input_xdphx_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_xdphx_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_xdphx_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_xdphx_226::-webkit-placeholder,._input_xdphx_226::placeholder{color:#666;opacity:1}._input--invalid_xdphx_336{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_xdphx_336:active,._input--invalid_xdphx_336:focus,._input--invalid_xdphx_336:focus-visible{border-color:#252525}._input--small_xdphx_343{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._input_xdphx_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_xdphx_226::-webkit-outer-spin-button,._input_xdphx_226::-webkit-inner-spin-button,._input_xdphx_226::-webkit-search-decoration,._input_xdphx_226::-webkit-search-cancel-button,._input_xdphx_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_xdphx_226::-webkit-date-and-time-value{text-align:left}._input_xdphx_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_xdphx_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_xdphx_226[type=range]{accent-color:#E9640C}._input_xdphx_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_xdphx_343{min-height:2rem;height:2rem}._input--small_xdphx_343._input--has-leading-icon_xdphx_395{padding-inline-start:calc(16px + 1rem)}._input--small_xdphx_343._input--has-action-button_xdphx_398{padding-inline-end:calc(2rem + 8px)}._input--small_xdphx_343._input--has-second-action-button_xdphx_401{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_xdphx_395{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_xdphx_398{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_xdphx_401{padding-inline-end:calc(6rem + 16px)}._input--has-affix_xdphx_413{color:#0000}._input--has-affix_xdphx_413::placeholder{color:#0000}._input--has-affix_xdphx_413::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_xdphx_413::placeholder{transition-duration:0ms}}._input--is-ready_xdphx_427{color:#252525}._input--is-ready_xdphx_427::placeholder{color:#666}._input_xdphx_226{grid-area:1/1/2/4}._root_xdphx_437{align-self:end}._root_xdphx_437:has(._hint_xdphx_445) ._label_xdphx_445{margin-block-end:4px}._wrapper_xdphx_449{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_xdphx_455{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_xdphx_475{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_xdphx_487{color:#00000080}._affix--disabled_xdphx_487._prefix_xdphx_490,._affix--disabled_xdphx_487._affix_xdphx_455{border-color:#0000001a}._affix--readonly_xdphx_493{background-color:#ededed;height:100%}._affix_xdphx_455._prefix_xdphx_490{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_xdphx_455._suffix_xdphx_503{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_xdphx_510{grid-area:1/4/2/5}._label_xdphx_445{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_xdphx_527{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}._hint_xdphx_445{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_xdphx_554{margin-block-end:8px;margin-block-start:8px}._wrapper_xdphx_449{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}._action-button_xdphx_510{grid-area:1/5/2/6}._second-action-button_xdphx_568{grid-area:1/4/2/5}._value-announcer_xdphx_572{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}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_l12pe_76{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;background-color:#ededed;border-left-color:#666;border-left-width:4px;border-left-style:solid;color:#252525;display:flex;flex-direction:column;gap:12px;padding-inline-start:12px;padding-inline-end:24px;padding-block-start:12px;padding-block-end:12px;width:100%;max-width:948px}._root--success_l12pe_100{background-color:#e5f0db;border-left-color:#749f4a}._root--error_l12pe_104{background-color:#eebcbd;border-left-color:#d43b3b}._root--warning_l12pe_108{background-color:#fdecc3;border-left-color:#fdc543}._root--hide-icon_l12pe_112{padding-inline-start:20px}@media screen and (forced-colors: active){._root_l12pe_76{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}._content_l12pe_126{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:32px}._content--hide-close-button_l12pe_133{grid-template-columns:auto minmax(auto,1fr)}._content--hide-icon_l12pe_136{grid-template-columns:minmax(auto,1fr) auto}._icon_l12pe_140{margin-block-start:8px}._message_l12pe_144{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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.5;margin-block-start:4px;margin-block-end:0}._custom-action-area_l12pe_157{padding-inline-start:32px;padding-block-end:4px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_omrno_226{align-self:end}._root_omrno_226:has(._hint_omrno_234) ._label_omrno_234{margin-block-end:4px}._wrapper_omrno_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_omrno_244{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_omrno_264{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_omrno_276{color:#00000080}._affix--disabled_omrno_276._prefix_omrno_279,._affix--disabled_omrno_276._affix_omrno_244{border-color:#0000001a}._affix--readonly_omrno_282{background-color:#ededed;height:100%}._affix_omrno_244._prefix_omrno_279{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_omrno_244._suffix_omrno_292{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_omrno_299{grid-area:1/4/2/5}._label_omrno_234{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_omrno_316{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}._hint_omrno_234{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_omrno_343{margin-block-end:8px;margin-block-start:8px}._select-wrapper_omrno_348{display:grid;grid-template-columns:1fr max-content;align-items:center}._select_omrno_348{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._select_omrno_348:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_omrno_348:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_omrno_348:focus{outline:revert;outline-offset:revert}._select_omrno_348:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_omrno_348:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_omrno_348{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_omrno_348{transition-duration:0ms}}@media (hover: hover){._select_omrno_348:hover{background:#0000001a}}._select_omrno_348{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._select_omrno_348[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_omrno_348[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_omrno_348[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_omrno_348[readonly]:focus{outline:revert;outline-offset:revert}._select_omrno_348[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_omrno_348[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_omrno_348:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_omrno_348::-webkit-placeholder,._select_omrno_348::placeholder{color:#666;opacity:1}._select--invalid_omrno_464{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_omrno_464:active,._select--invalid_omrno_464:focus,._select--invalid_omrno_464:focus-visible{border-color:#252525}._select--small_omrno_471{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._select_omrno_348{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_omrno_348::-webkit-outer-spin-button,._select_omrno_348::-webkit-inner-spin-button,._select_omrno_348::-webkit-search-decoration,._select_omrno_348::-webkit-search-cancel-button,._select_omrno_348::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_omrno_348::-webkit-date-and-time-value{text-align:left}._select_omrno_348:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_omrno_348[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_omrno_348[type=range]{accent-color:#E9640C}._select_omrno_348[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_omrno_471{min-height:2rem;height:2rem}._select--small_omrno_471._input--has-leading-icon_omrno_523{padding-inline-start:calc(16px + 1rem)}._select--small_omrno_471._input--has-action-button_omrno_526{padding-inline-end:calc(2rem + 8px)}._select--small_omrno_471._input--has-second-action-button_omrno_529{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_omrno_532{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_omrno_535{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_omrno_538{padding-inline-end:calc(6rem + 16px)}._select--has-affix_omrno_541{color:#0000}._select--has-affix_omrno_541::placeholder{color:#0000}._select--has-affix_omrno_541::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_omrno_541::placeholder{transition-duration:0ms}}._select--is-ready_omrno_555{color:#252525}._select--is-ready_omrno_555::placeholder{color:#666}._select_omrno_348{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}._select--small_omrno_471{padding-inline-end:32px}._select_omrno_348:disabled{opacity:1}._select--placeholder_omrno_572{color:#666}@media screen and (forced-colors: active){._select--placeholder_omrno_572{color:GrayText}}._chevron_omrno_581{grid-area:1/2/2/2;margin-inline-end:16px}._chevron--small_omrno_585{margin-inline-end:8px}._chevron--disabled_omrno_588{fill:#00000080}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._textarea_q1qm9_226{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._textarea_q1qm9_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_q1qm9_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_q1qm9_226:focus{outline:revert;outline-offset:revert}._textarea_q1qm9_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_q1qm9_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_q1qm9_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._textarea_q1qm9_226{transition-duration:0ms}}@media (hover: hover){._textarea_q1qm9_226:hover{background:#0000001a}}._textarea_q1qm9_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._textarea_q1qm9_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._textarea_q1qm9_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_q1qm9_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_q1qm9_226[readonly]:focus{outline:revert;outline-offset:revert}._textarea_q1qm9_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_q1qm9_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_q1qm9_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._textarea_q1qm9_226::-webkit-placeholder,._textarea_q1qm9_226::placeholder{color:#666;opacity:1}._textarea--invalid_q1qm9_336{border-color:#d43b3b;outline-color:#d43b3b}._textarea--invalid_q1qm9_336:active,._textarea--invalid_q1qm9_336:focus,._textarea--invalid_q1qm9_336:focus-visible{border-color:#252525}._textarea--small_q1qm9_343{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._textarea_q1qm9_226{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}._textarea--resize-auto_q1qm9_361{resize:none;overflow-y:hidden}._textarea--small_q1qm9_343{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}._root_q1qm9_371{align-self:end}._root_q1qm9_371:has(._hint_q1qm9_379) ._label_q1qm9_379{margin-block-end:4px}._affix_q1qm9_383{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_q1qm9_403{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_q1qm9_415{color:#00000080}._affix--disabled_q1qm9_415._prefix_q1qm9_418,._affix--disabled_q1qm9_415._affix_q1qm9_383{border-color:#0000001a}._affix--readonly_q1qm9_421{background-color:#ededed;height:100%}._affix_q1qm9_383._prefix_q1qm9_418{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_q1qm9_383._suffix_q1qm9_431{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_q1qm9_438{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_q1qm9_438{background-color:Canvas;fill:CanvasText}}._leading-icon--small_q1qm9_450{margin-inline-start:8px}._leading-icon--disabled_q1qm9_453{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_q1qm9_453{fill:GrayText}}._action-button_q1qm9_462{grid-area:1/4/2/5}._label_q1qm9_379{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_q1qm9_479{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}._hint_q1qm9_379{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_q1qm9_506{margin-block-end:8px;margin-block-start:8px}._char-count_q1qm9_511{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;color:#252525;display:flex;justify-content:flex-end;margin-block-start:8px}._char-count-announcer_q1qm9_526{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}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--ds-toast-offset-bottom: 64px}._root_127fr_80{min-width:312px;max-width:400px;box-shadow:0 2px 12px #00000014,0 1px 2px #00000029}._root--closing_127fr_89{animation:_fade-out_127fr_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}._root_127fr_80[popover]{position:fixed;inset:unset;left:50%;transform:translate(-50%);border-width:0;border-left:4px solid;padding-block-start:12px;padding-block-end:12px;padding-inline-start:12px;padding-inline-end:16px;width:100%;bottom:var(--ds-toast-offset-bottom)}@media screen and (forced-colors: active){._root_127fr_80[popover]{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}:where(._root_127fr_80:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:_move-in_127fr_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}._root--success_127fr_124[popover]{background-color:#e5f0db;border-color:#749f4a}._root--info_127fr_128[popover]{background-color:#ededed;border-color:#666}._root--warning_127fr_132[popover]{background-color:#fdecc3;border-color:#fdc543}._content_127fr_137{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:32px}._content--hide-icon_127fr_144{grid-template-columns:minmax(auto,1fr) auto}._icon_127fr_148{margin-block-start:8px}._message_127fr_152{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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.5;margin-block-start:4px;margin-block-end:0}@keyframes _move-in_127fr_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _fade-out_127fr_1{0%{opacity:1;display:block}to{opacity:0;display:none}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_1jbry_76{margin-inline-start:2px;font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,sans-serif;line-height:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_1jptm_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1jptm_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_1jptm_151:focus{outline:revert;outline-offset:revert}._root_1jptm_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_1jptm_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_1jptm_151{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;max-width:fit-content;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}._root_1jptm_151{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){._root_1jptm_151{transition-duration:0ms}}._root--highlight_1jptm_219,._root--dark-highlight_1jptm_219{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_1jptm_219:hover,._root--dark-highlight_1jptm_219:hover{background-color:#e9640c}}._root--highlight_1jptm_219[aria-disabled=true],._root--dark-highlight_1jptm_219[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_1jptm_219[aria-disabled=true] svg,._root--dark-highlight_1jptm_219[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_1jptm_219[aria-disabled=true],._root--dark-highlight_1jptm_219[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_1jptm_219[aria-disabled=true]:before,._root--dark-highlight_1jptm_219[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_1jptm_219:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1jptm_219:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_1jptm_219:focus{outline:revert;outline-offset:revert}._root--dark-highlight_1jptm_219:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_1jptm_219:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_1jptm_219[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_1jptm_219[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_1jptm_219[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_1jptm_219[aria-disabled=true]:before{background-color:transparent}._root--filled_1jptm_297{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_1jptm_297:hover{background-color:#444}}._root--filled_1jptm_297[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_1jptm_297[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_1jptm_297[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_1jptm_297[aria-disabled=true]:before{background-color:transparent}._root--outline_1jptm_325{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_1jptm_325:hover{background-color:#0000001a}}._root--outline_1jptm_325[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_1jptm_325[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_1jptm_325[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_1jptm_325[aria-disabled=true]:before{background-color:transparent}._root--ghost_1jptm_352{color:#252525}@media (hover: hover){._root--ghost_1jptm_352:hover{background-color:#0000001a}}._root--ghost_1jptm_352[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_1jptm_352[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_1jptm_352[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_1jptm_352[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_1jptm_377{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_1jptm_377._root--small_1jptm_383{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_1jptm_377:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_1jptm_377:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_1jptm_377:before{transition-duration:0ms}}._root--ghost-flush_1jptm_377:focus,._root--ghost-flush_1jptm_377:focus-visible{outline:none}._root--ghost-flush_1jptm_377:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1jptm_377:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_1jptm_377:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_1jptm_377:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_1jptm_377:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_1jptm_377:hover:before{background-color:#0000001a}}._root--ghost-flush_1jptm_377[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_1jptm_377[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_1jptm_377[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_1jptm_377[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_1jptm_460{background-color:#f8f8f8;color:#252525}._root--dark-filled_1jptm_460:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1jptm_460:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_1jptm_460:focus{outline:revert;outline-offset:revert}._root--dark-filled_1jptm_460:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_1jptm_460:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_1jptm_460:hover{background-color:#dadada}}._root--dark-filled_1jptm_460[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_1jptm_460[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_1jptm_460[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_1jptm_460[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_1jptm_519{border-color:#f8f8f8;color:#fff}._root--dark-outline_1jptm_519:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1jptm_519:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_1jptm_519:focus{outline:revert;outline-offset:revert}._root--dark-outline_1jptm_519:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_1jptm_519:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_1jptm_519:hover{background-color:#ffffff26}}._root--dark-outline_1jptm_519[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_1jptm_519[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_1jptm_519[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_1jptm_519[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_1jptm_577{color:#fff}._root--dark-ghost_1jptm_577:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1jptm_577:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_1jptm_577:focus{outline:revert;outline-offset:revert}._root--dark-ghost_1jptm_577:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_1jptm_577:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_1jptm_577:hover{background-color:#ffffff26}}._root--dark-ghost_1jptm_577[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_1jptm_577[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_1jptm_577[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_1jptm_577[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_1jptm_633{color:#fff}._root--dark-ghost-flush_1jptm_633:focus,._root--dark-ghost-flush_1jptm_633:focus-visible{outline:none}._root--dark-ghost-flush_1jptm_633:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1jptm_633:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_1jptm_633:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_1jptm_633:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_1jptm_633:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_1jptm_633:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_1jptm_633[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_1jptm_633[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_1jptm_633[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_1jptm_633[aria-disabled=true]:before{background-color:transparent}._root--icon-left_1jptm_692{flex-direction:row-reverse}._root--small_1jptm_383{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_1jptm_383._root--ghost-flush_1jptm_377:before{right:-8px;left:-8px}._root--icon-only_1jptm_708{width:3rem;height:3rem}._root--icon-only_1jptm_708._root--ghost-flush_1jptm_377{width:1rem;height:1rem}._root--icon-only-small_1jptm_717{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_1jptm_717._root--ghost-flush_1jptm_377{width:1rem;height:1rem}._root_1jptm_151{position:relative}._loader_1jptm_732{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_1jptm_732 svg{fill:currentColor}._icon--hidden_1jptm_744{opacity:0}._label--hidden_1jptm_748{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}._label--loading_1jptm_760{opacity:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_lfeh_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_lfeh_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_lfeh_151:focus{outline:revert;outline-offset:revert}._root_lfeh_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_lfeh_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_lfeh_151{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;max-width:fit-content;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}._root_lfeh_151{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){._root_lfeh_151{transition-duration:0ms}}._root--highlight_lfeh_219,._root--dark-highlight_lfeh_219{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_lfeh_219:hover,._root--dark-highlight_lfeh_219:hover{background-color:#e9640c}}._root--highlight_lfeh_219[aria-disabled=true],._root--dark-highlight_lfeh_219[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_lfeh_219[aria-disabled=true] svg,._root--dark-highlight_lfeh_219[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_lfeh_219[aria-disabled=true],._root--dark-highlight_lfeh_219[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_lfeh_219[aria-disabled=true]:before,._root--dark-highlight_lfeh_219[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_lfeh_219:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_lfeh_219:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_lfeh_219:focus{outline:revert;outline-offset:revert}._root--dark-highlight_lfeh_219:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_lfeh_219:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_lfeh_219[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_lfeh_219[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_lfeh_219[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_lfeh_219[aria-disabled=true]:before{background-color:transparent}._root--filled_lfeh_297{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_lfeh_297:hover{background-color:#444}}._root--filled_lfeh_297[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_lfeh_297[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_lfeh_297[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_lfeh_297[aria-disabled=true]:before{background-color:transparent}._root--outline_lfeh_325{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_lfeh_325:hover{background-color:#0000001a}}._root--outline_lfeh_325[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_lfeh_325[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_lfeh_325[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_lfeh_325[aria-disabled=true]:before{background-color:transparent}._root--ghost_lfeh_352{color:#252525}@media (hover: hover){._root--ghost_lfeh_352:hover{background-color:#0000001a}}._root--ghost_lfeh_352[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_lfeh_352[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_lfeh_352[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_lfeh_352[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_lfeh_377{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_lfeh_377._root--small_lfeh_383{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_lfeh_377:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_lfeh_377:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_lfeh_377:before{transition-duration:0ms}}._root--ghost-flush_lfeh_377:focus,._root--ghost-flush_lfeh_377:focus-visible{outline:none}._root--ghost-flush_lfeh_377:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_lfeh_377:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_lfeh_377:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_lfeh_377:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_lfeh_377:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_lfeh_377:hover:before{background-color:#0000001a}}._root--ghost-flush_lfeh_377[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_lfeh_377[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_lfeh_377[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_lfeh_377[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_lfeh_460{background-color:#f8f8f8;color:#252525}._root--dark-filled_lfeh_460:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_lfeh_460:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_lfeh_460:focus{outline:revert;outline-offset:revert}._root--dark-filled_lfeh_460:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_lfeh_460:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_lfeh_460:hover{background-color:#dadada}}._root--dark-filled_lfeh_460[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_lfeh_460[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_lfeh_460[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_lfeh_460[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_lfeh_519{border-color:#f8f8f8;color:#fff}._root--dark-outline_lfeh_519:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_lfeh_519:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_lfeh_519:focus{outline:revert;outline-offset:revert}._root--dark-outline_lfeh_519:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_lfeh_519:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_lfeh_519:hover{background-color:#ffffff26}}._root--dark-outline_lfeh_519[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_lfeh_519[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_lfeh_519[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_lfeh_519[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_lfeh_577{color:#fff}._root--dark-ghost_lfeh_577:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_lfeh_577:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_lfeh_577:focus{outline:revert;outline-offset:revert}._root--dark-ghost_lfeh_577:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_lfeh_577:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_lfeh_577:hover{background-color:#ffffff26}}._root--dark-ghost_lfeh_577[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_lfeh_577[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_lfeh_577[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_lfeh_577[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_lfeh_633{color:#fff}._root--dark-ghost-flush_lfeh_633:focus,._root--dark-ghost-flush_lfeh_633:focus-visible{outline:none}._root--dark-ghost-flush_lfeh_633:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_lfeh_633:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_lfeh_633:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_lfeh_633:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_lfeh_633:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_lfeh_633:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_lfeh_633[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_lfeh_633[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_lfeh_633[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_lfeh_633[aria-disabled=true]:before{background-color:transparent}._root--icon-left_lfeh_692{flex-direction:row-reverse}._root--small_lfeh_383{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_lfeh_383._root--ghost-flush_lfeh_377:before{right:-8px;left:-8px}._root--icon-only_lfeh_708{width:3rem;height:3rem}._root--icon-only_lfeh_708._root--ghost-flush_lfeh_377{width:1rem;height:1rem}._root--icon-only-small_lfeh_717{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_lfeh_717._root--ghost-flush_lfeh_377{width:1rem;height:1rem}._root_lfeh_151{position:relative;border-radius:50%;padding:0}._loader_lfeh_734{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_lfeh_734 svg{fill:currentColor}._icon--hidden_lfeh_746{opacity:0}._label--hidden_lfeh_750{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}._label--loading_lfeh_762{opacity:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._checkbox-root_vryww_151{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._checkbox-root--disabled_vryww_170{cursor:not-allowed}._checkbox_vryww_151{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}._checkbox_vryww_151{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_vryww_151{transition-duration:0ms}}._checkbox_vryww_151 ._icon-check_vryww_190,._checkbox_vryww_151 ._icon-minus_vryww_191{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._checkbox_vryww_151 ._icon-check_vryww_190,._checkbox_vryww_151 ._icon-minus_vryww_191{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_vryww_151 ._icon-check_vryww_190,._checkbox_vryww_151 ._icon-minus_vryww_191{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_vryww_151 ._icon-check_vryww_190,._checkbox_vryww_151 ._icon-minus_vryww_191{fill:CanvasText}}._checkbox--invalid_vryww_215{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label--hidden_vryww_220,._input_vryww_233{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}._input_vryww_233:checked+._checkbox_vryww_151 ._icon-check_vryww_190{opacity:1}._input_vryww_233:indeterminate+._checkbox_vryww_151 ._icon-minus_vryww_191{opacity:1}._input_vryww_233:indeterminate+._checkbox_vryww_151 ._icon-check_vryww_190{opacity:0}._input_vryww_233:disabled+._checkbox_vryww_151{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._input_vryww_233:disabled+._checkbox_vryww_151{border-color:GrayText}}._input_vryww_233:disabled+._checkbox_vryww_151 svg{fill:#00000080}@media screen and (forced-colors: active){._input_vryww_233:disabled+._checkbox_vryww_151 svg{fill:GrayText}}._input_vryww_233:disabled~._label_vryww_220{color:#00000080}@media screen and (forced-colors: active){._input_vryww_233:disabled~._label_vryww_220{color:GrayText}}._input_vryww_233:focus{outline:none}._input_vryww_233:focus+._checkbox_vryww_151{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_vryww_233:focus+._checkbox_vryww_151{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_vryww_233:focus{outline:none}._input_vryww_233:focus+._checkbox_vryww_151{outline:revert;outline-offset:revert}@media screen and (forced-colors: active){._input_vryww_233:focus+._checkbox_vryww_151{border-color:Highlight}}._input_vryww_233:focus-visible{outline:none}._input_vryww_233:focus-visible+._checkbox_vryww_151{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_vryww_233:focus-visible+._checkbox_vryww_151{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_vryww_233:focus-visible+._checkbox_vryww_151{border-color:Highlight}}}@media (hover: hover){._input_vryww_233:hover:not(:disabled)+._checkbox_vryww_151{background-color:#0000001a}._input_vryww_233:hover:not(:disabled)+._checkbox_vryww_151 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._input_vryww_233:hover:not(:disabled)+._checkbox_vryww_151 svg{fill:CanvasText}}@media screen and (hover: hover) and (forced-colors: active){._input_vryww_233:hover:not(:disabled)+._checkbox_vryww_151{border-color:Highlight}}._feedback_vryww_347{margin-block-start:16px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_4piiz_76{cursor:pointer}._success_4piiz_80{background-color:#e5f0db}._info_4piiz_84{background-color:#ededed}._warning_4piiz_88{background-color:#fdecc3}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_n4708_76{color:#252525}._root--x-large_n4708_79{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2}@media (min-width: 1024px){._root--x-large_n4708_79{font-size:1.875rem;line-height:1.25}}._root--x-large-uppercase_n4708_93{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.625rem;line-height:1.2}@media (min-width: 1024px){._root--x-large-uppercase_n4708_93{font-size:1.875rem;line-height:1.25}}._root--large_n4708_107{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25}@media (min-width: 1024px){._root--large_n4708_107{font-size:1.625rem;line-height:1.2}}._root--large-uppercase_n4708_121{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.375rem;line-height:1.25}@media (min-width: 1024px){._root--large-uppercase_n4708_121{font-size:1.625rem;line-height:1.2}}._root--medium_n4708_135{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2}._root--medium-uppercase_n4708_143{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1.25rem;line-height:1.2}._root--small_n4708_151{font-family:STIHL Contraface Digital Text Bold,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5}._root--small-uppercase_n4708_159{font-family:STIHL Contraface Digital Display Title,Arial Narrow,Arial,Heiti SC,sans-serif;font-style:normal;font-variant:normal;font-weight:400;font-size:1rem;line-height:1.5}._root--theme-dark_n4708_167{color:#fff}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._input_1jdyx_226{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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}._input_1jdyx_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1jdyx_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1jdyx_226:focus{outline:revert;outline-offset:revert}._input_1jdyx_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1jdyx_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1jdyx_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_1jdyx_226{transition-duration:0ms}}@media (hover: hover){._input_1jdyx_226:hover{background:#0000001a}}._input_1jdyx_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_1jdyx_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_1jdyx_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1jdyx_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_1jdyx_226[readonly]:focus{outline:revert;outline-offset:revert}._input_1jdyx_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_1jdyx_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_1jdyx_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_1jdyx_226::-webkit-placeholder,._input_1jdyx_226::placeholder{color:#666;opacity:1}._input--invalid_1jdyx_336{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_1jdyx_336:active,._input--invalid_1jdyx_336:focus,._input--invalid_1jdyx_336:focus-visible{border-color:#252525}._input--small_1jdyx_343{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._input_1jdyx_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_1jdyx_226::-webkit-outer-spin-button,._input_1jdyx_226::-webkit-inner-spin-button,._input_1jdyx_226::-webkit-search-decoration,._input_1jdyx_226::-webkit-search-cancel-button,._input_1jdyx_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1jdyx_226::-webkit-date-and-time-value{text-align:left}._input_1jdyx_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1jdyx_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_1jdyx_226[type=range]{accent-color:#E9640C}._input_1jdyx_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_1jdyx_343{min-height:2rem;height:2rem}._input--small_1jdyx_343._input--has-leading-icon_1jdyx_395{padding-inline-start:calc(16px + 1rem)}._input--small_1jdyx_343._input--has-action-button_1jdyx_398{padding-inline-end:calc(2rem + 8px)}._input--small_1jdyx_343._input--has-second-action-button_1jdyx_401{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_1jdyx_395{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_1jdyx_398{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_1jdyx_401{padding-inline-end:calc(6rem + 16px)}._input--has-affix_1jdyx_413{color:#0000}._input--has-affix_1jdyx_413::placeholder{color:#0000}._input--has-affix_1jdyx_413::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_1jdyx_413::placeholder{transition-duration:0ms}}._input--is-ready_1jdyx_427{color:#252525}._input--is-ready_1jdyx_427::placeholder{color:#666}._root_1jdyx_434{align-self:end}._root_1jdyx_434:has(._hint_1jdyx_442) ._label_1jdyx_442{margin-block-end:4px}._wrapper_1jdyx_446{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_1jdyx_452{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}._affix--small_1jdyx_472{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;padding-inline-start:7px;padding-inline-end:7px}._affix--disabled_1jdyx_484{color:#00000080}._affix--disabled_1jdyx_484._prefix_1jdyx_487,._affix--disabled_1jdyx_484._affix_1jdyx_452{border-color:#0000001a}._affix--readonly_1jdyx_490{background-color:#ededed;height:100%}._affix_1jdyx_452._prefix_1jdyx_487{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_1jdyx_452._suffix_1jdyx_500{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_1jdyx_507{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_1jdyx_507{background-color:Canvas;fill:CanvasText}}._leading-icon--small_1jdyx_519{margin-inline-start:8px}._leading-icon--disabled_1jdyx_522{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_1jdyx_522{fill:GrayText}}._action-button_1jdyx_531{grid-area:1/4/2/5}._label_1jdyx_442{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:fit-content;margin-block-end:8px}._label--hidden_1jdyx_548{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}._hint_1jdyx_442{font-family:STIHL Contraface Digital Text Regular,Arial Narrow,Arial,Heiti SC,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;display:block;max-width:25.5rem;margin-block-end:8px}._feedback_1jdyx_575{margin-block-end:8px;margin-block-start:8px}
|