@stihl-design-system/components 1.0.0-RC.3 → 1.0.0-RC.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Klarna.svg +1 -0
- package/Mastercard.svg +2 -0
- package/PayPal.svg +2 -0
- package/Placeholder.svg +1 -0
- package/Visa.svg +2 -0
- package/arialiveregions.BvZhV6hb.js +27 -0
- package/arialiveregions.d.ts +1 -0
- package/assets/CustomReactSelect.Bsphydqt.css +1 -0
- package/assets/Fieldset.D0jHAGRL.css +1 -0
- package/assets/Icon.Duy_0R8w.css +1 -0
- package/assets/InputPassword.VCNO8ANM.css +1 -0
- package/assets/InputSearch.BMRAb95l.css +1 -0
- package/assets/InputStepper.BKjqNi-i.css +1 -0
- package/assets/Notification.Bg63cvs4.css +1 -0
- package/assets/RadioGroup.Bz3_xkZU.css +1 -0
- package/assets/Select.Bz1TImkI.css +1 -0
- package/assets/Textarea.D2h5cW_t.css +1 -0
- package/assets/Toast.BzVaebc0.css +1 -0
- package/assets/arialiveregions.GsGx2USO.css +1 -0
- package/assets/{asterisk.C-o6rbGQ.css → asterisk.JlyPArZu.css} +1 -1
- package/assets/button.BdxtFZKx.css +1 -0
- package/assets/buttonround.pR4StXA7.css +1 -0
- package/assets/checkbox.BjIn2stV.css +1 -0
- package/assets/dialog.CKwM2EBH.css +1 -0
- package/assets/floatingactionbutton.CUvMbEMf.css +1 -0
- package/assets/heading.CCbuI4X-.css +1 -0
- package/assets/input.71tOIrpp.css +1 -0
- package/assets/link.D61tKkSK.css +1 -0
- package/assets/linkstandalone.Bx8Uvo0G.css +1 -0
- package/assets/logo.C05WqGId.css +1 -0
- package/assets/optioncheckbox.BdRJHcSw.css +1 -0
- package/assets/radio.ewRpPo4W.css +1 -0
- package/assets/spinner.LuV09jaU.css +1 -0
- package/assets/switch.Ds-I_ybT.css +1 -0
- package/assets/{systemfeedback.WE3wClZ3.css → systemfeedback.BzJATHDd.css} +1 -1
- package/assets/text.B-CTuGgI.css +1 -0
- package/assets/{title.CE0Dm7PI.css → title.DlhX9K3W.css} +1 -1
- package/asterisk.Cjbk-xZi.js +8 -0
- package/button.DlFWwHuA.js +135 -0
- package/buttonround.eYOQM994.js +118 -0
- package/checkbox.DNHdo6_n.js +113 -0
- package/checkboxgroup.DqWlzAeR.js +9 -0
- package/chunks/AriaLiveRegions.utils.DzWI5KCU.js +31 -0
- package/{checkboxgroup.Cfxz9bk6.js → chunks/CheckboxGroup.DsQ6lI5a.js} +38 -31
- package/chunks/{CustomReactSelect.uzWNynay.js → CustomReactSelect.5dHi6PEO.js} +873 -917
- package/chunks/Fieldset.B1vsrHNv.js +99 -0
- package/chunks/Icon.n4XZrQ4N.js +223 -0
- package/chunks/{Input.utils.Bly6ZzLI.js → Input.utils.AKWCNkpA.js} +12 -8
- package/chunks/InputPassword.DTqI58Z4.js +140 -0
- package/chunks/InputSearch.IwQATLKh.js +189 -0
- package/chunks/InputStepper.Jew1ETB6.js +291 -0
- package/chunks/Notification.DbflCBIL.js +93 -0
- package/chunks/RadioGroup.BO4pbAJw.js +132 -0
- package/chunks/RadioGroup.module.BBZwHDjW.js +11 -0
- package/chunks/Select.COdS787F.js +191 -0
- package/chunks/Textarea.oqCrSopu.js +195 -0
- package/chunks/Toast.BLGKvAvZ.js +89 -0
- package/chunks/{circle-info-colored.DLY6BTL4.js → circle-info-colored.D2pp54gf.js} +3 -3
- package/chunks/{jsx-runtime.C-kxDJ4g.js → jsx-runtime.C115EyI4.js} +3 -7
- package/{combobox.BXHAo4Wx.js → combobox.CRlhqmuO.js} +8 -8
- package/components/AriaLiveRegions/AriaLiveRegions.d.ts +4 -0
- package/components/AriaLiveRegions/AriaLiveRegions.utils.d.ts +5 -0
- package/components/AriaLiveRegions/AriaLiveRegions.utils.test.d.ts +1 -0
- package/components/Checkbox/Checkbox.d.ts +1 -1
- package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +1 -1
- package/components/Dialog/Dialog.d.ts +11 -0
- package/components/Dialog/Dialog.utils.d.ts +0 -0
- package/components/Fieldset/Fieldset.utils.d.ts +1 -1
- package/components/Notification/Notification.d.ts +26 -0
- package/components/Notification/Notification.test.d.ts +1 -0
- package/components/Notification/Notification.utils.d.ts +5 -0
- package/components/Radio/Radio.d.ts +11 -3
- package/components/RadioGroup/RadioGroup.d.ts +6 -3
- package/components/RadioGroup/RadioGroup.utils.d.ts +5 -3
- package/components/RadioGroup/RadioGroup.utils.test.d.ts +1 -0
- package/components/Toast/Toast.d.ts +21 -0
- package/components/Toast/Toast.utils.d.ts +9 -0
- package/components/Toast/ToastManager.d.ts +6 -0
- package/components/Toast/ToastManager.test.d.ts +1 -0
- package/components/Toast/ToastManager.utils.d.ts +2 -0
- package/components/Toast/ToastManager.utils.test.d.ts +1 -0
- package/customreactselect.CD58gwtp.js +13 -0
- package/dialog.d.ts +1 -0
- package/dialog.qd2pOyVc.js +45 -0
- package/fieldset.aY3V2jK2.js +11 -0
- package/floatingactionbutton.CGV3YFQq.js +87 -0
- package/heading.BTNroD1E.js +50 -0
- package/icon.D3RXjzh4.js +8 -0
- package/index.d.ts +24 -0
- package/index.es.js +140 -45
- package/input.BAxvG272.js +236 -0
- package/inputpassword.mn9qFlfs.js +12 -0
- package/inputsearch.qQJj9yFd.js +13 -0
- package/inputstepper.DhbHujiM.js +13 -0
- package/link.SAcKvzJ3.js +115 -0
- package/linkstandalone.DNe0Nydm.js +79 -0
- package/{logo.C_oJ8isW.js → logo.BR_CUXFl.js} +16 -16
- package/notification.CnJOdQza.js +9 -0
- package/notification.d.ts +1 -0
- package/{optioncheckbox.-DRnW_ch.js → optioncheckbox.C4l2UIak.js} +9 -9
- package/package.json +30 -26
- package/partials/index.js +51 -79
- package/radio.epf54-sG.js +115 -0
- package/radiogroup.CiENWRos.js +11 -0
- package/select.DLYav8gw.js +12 -0
- package/spinner.DEtbkdfi.js +58 -0
- package/styles/scss/_index.scss +1 -0
- package/styles/scss/lib/_animation.scss +20 -5
- package/styles/scss/lib/_container-query.scss +3 -3
- package/styles/scss/lib/_grid-sidebar-sidebar.scss +2 -0
- package/styles/scss/lib/_grid-sidebar.scss +14 -7
- package/styles/scss/lib/_link.scss +48 -41
- package/styles/scss/lib/_media-query.scss +3 -3
- package/styles/scss/lib/_shadow.scss +10 -0
- package/styles/scss/lib/_theme.scss +7 -5
- package/styles/scss/lib/_transition.scss +26 -7
- package/switch.BezS5z0Y.js +65 -0
- package/{systemfeedback.C7iXO5A1.js → systemfeedback.CUWch42u.js} +3 -3
- package/text.CrYUewrP.js +57 -0
- package/textarea.hLgeYdsI.js +12 -0
- package/title.Dvp8LKJt.js +36 -0
- package/toast.BR7QuHOG.js +10 -0
- package/toast.d.ts +1 -0
- package/toastmanager.DBp8B1e3.js +96 -0
- package/toastmanager.d.ts +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/remove-spaces.d.ts +6 -0
- package/utils/remove-spaces.test.d.ts +1 -0
- package/utils/vitest.setup.d.ts +2 -0
- package/assets/CustomReactSelect.BdwXfLLO.css +0 -1
- package/assets/RadioGroup.Ur8Ro-XL.css +0 -1
- package/assets/button.DJvR-58w.css +0 -1
- package/assets/buttonround.BlfQkmMV.css +0 -1
- package/assets/checkbox.BsFEWfQe.css +0 -1
- package/assets/fieldset.xazpUXJX.css +0 -1
- package/assets/floatingactionbutton.D7ywURL3.css +0 -1
- package/assets/heading.CGFucb-C.css +0 -1
- package/assets/icon.CB-KQmw4.css +0 -1
- package/assets/input.BcP5kkZ2.css +0 -1
- package/assets/inputpassword.C3Uyj7oA.css +0 -1
- package/assets/inputsearch.tL3e9-Ob.css +0 -1
- package/assets/inputstepper.paPJix5A.css +0 -1
- package/assets/link.V7pJOW1p.css +0 -1
- package/assets/linkstandalone.D3RbBp23.css +0 -1
- package/assets/logo.BbHYgnWo.css +0 -1
- package/assets/optioncheckbox.C-K1FLhc.css +0 -1
- package/assets/radio.CSHQGdpr.css +0 -1
- package/assets/select.D2qBxaHP.css +0 -1
- package/assets/spinner.C5rBmKiF.css +0 -1
- package/assets/switch.sqve8ApJ.css +0 -1
- package/assets/text.DDAveG7E.css +0 -1
- package/assets/textarea.BKbocznb.css +0 -1
- package/asterisk.DU8THnoC.js +0 -8
- package/button.BUUGRxIp.js +0 -135
- package/buttonround.CKc-a-hd.js +0 -118
- package/checkbox.C2Ga9yTK.js +0 -112
- package/chunks/RadioGroup.module.bi3leRes.js +0 -11
- package/customreactselect.CipgVXTR.js +0 -13
- package/fieldset.DGcIKzDI.js +0 -98
- package/floatingactionbutton.DzHD39NY.js +0 -87
- package/heading.DqGbFfj2.js +0 -50
- package/icon.PX9_1kNB.js +0 -215
- package/input.o8OT6rxJ.js +0 -236
- package/inputpassword.-MXq8baU.js +0 -139
- package/inputsearch.CoYTSjox.js +0 -188
- package/inputstepper.BBMQr6kM.js +0 -290
- package/link.BN6AZfhG.js +0 -115
- package/linkstandalone.4-fyRd08.js +0 -79
- package/radio.Bhu9OUY-.js +0 -79
- package/radiogroup.oILRMrX-.js +0 -102
- package/select.OGcreXnT.js +0 -190
- package/spinner.Diy_EeFY.js +0 -58
- package/switch.BjoFKMQC.js +0 -65
- package/text.CPU8IUqY.js +0 -57
- package/textarea.kc_Sfbgr.js +0 -193
- package/title.icX0VDiO.js +0 -36
package/Klarna.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="24" fill="none"><path fill="#fff" d="M0 0h40v26H0z"/><path fill="#FFB3C7" d="M34.54 3H5.46A3.46 3.46 0 0 0 2 6.46v13.08A3.46 3.46 0 0 0 5.46 23h29.08A3.46 3.46 0 0 0 38 19.54V6.46A3.46 3.46 0 0 0 34.54 3Z"/><path fill="#0A0B09" d="M34.63 14.72a.86.86 0 0 0-.85.86c0 .47.38.86.85.86.48 0 .86-.39.86-.86a.86.86 0 0 0-.86-.86Zm-2.8-.67a1.2 1.2 0 0 0-1.23-1.18 1.2 1.2 0 0 0-1.23 1.18c0 .65.55 1.18 1.23 1.18a1.2 1.2 0 0 0 1.23-1.18Zm0-2.29h1.36v4.58h-1.36v-.3a2.3 2.3 0 0 1-1.34.43 2.4 2.4 0 0 1-2.4-2.42 2.4 2.4 0 0 1 3.74-2v-.29Zm-10.87.6v-.6h-1.4v4.58h1.4V14.2c0-.72.78-1.1 1.32-1.1h.01v-1.34c-.55 0-1.06.24-1.33.6Zm-3.47 1.7a1.2 1.2 0 0 0-1.23-1.19 1.2 1.2 0 0 0-1.23 1.18c0 .65.55 1.18 1.23 1.18a1.2 1.2 0 0 0 1.23-1.18Zm0-2.3h1.37v4.58H17.5v-.3c-.38.27-.85.43-1.35.43a2.4 2.4 0 0 1-2.4-2.42 2.4 2.4 0 0 1 3.75-2v-.29Zm8.19-.12c-.54 0-1.06.17-1.4.64v-.52h-1.36v4.58h1.37v-2.4c0-.7.47-1.04 1.02-1.04.6 0 .94.36.94 1.03v2.41h1.36v-2.91c0-1.07-.84-1.8-1.93-1.8Zm-13.9 4.7h1.42V9.72h-1.42v6.62Zm-6.25 0h1.5V9.72h-1.5v6.62Zm5.27-6.62a5.3 5.3 0 0 1-1.54 3.76l2.08 2.86H9.48l-2.26-3.11.58-.44a3.81 3.81 0 0 0 1.52-3.07h1.48Z"/></svg>
|
package/Mastercard.svg
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="24" viewBox="0 0 40 24"><path fill="#fff" d="M0 0h40v26H0z"/><path fill="#F06022" d="M16.13 19.29h7.74V6.7h-7.74v12.58z"/><path fill="#EA1D25" d="M16.93 13A7.93 7.93 0 0 1 20 6.71a8.02 8.02 0 0 0-10.65.65 7.96 7.96 0 0 0 0 11.28 8.02 8.02 0 0 0 10.65.65A8.02 8.02 0 0 1 16.93 13"/><path fill="#F79D1D" d="M33 13c0 2.12-.84 4.15-2.34 5.65a8.1 8.1 0 0 1-10.66.64A8.05 8.05 0 0 0 23.07 13 7.96 7.96 0 0 0 20 6.71a8.02 8.02 0 0 1 10.66.64A7.93 7.93 0 0 1 33 13"/></svg>
|
package/PayPal.svg
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 40 24"><path fill="#fff" d="M0 0h40v26H0z"/><path fill="#fff" d="M0 0h40v26H0z"/><path fill="#003086" d="M25.36 5.36c-.84-.95-2.34-1.35-4.27-1.35H15.5a.8.8 0 0 0-.79.67L12.4 19.44a.48.48 0 0 0 .47.56h3.45l.87-5.5-.03.17a.8.8 0 0 1 .79-.67h1.64c3.22 0 5.74-1.31 6.48-5.1l.05-.32a3.57 3.57 0 0 0-.75-3.22"/><path fill="#003086" d="M25.36 5.36c-.84-.95-2.34-1.35-4.27-1.35H15.5a.8.8 0 0 0-.79.67L12.4 19.44a.48.48 0 0 0 .47.56h3.45l.87-5.5-.03.17a.8.8 0 0 1 .79-.67h1.64c3.22 0 5.74-1.31 6.48-5.1l.05-.32a3.57 3.57 0 0 0-.75-3.22"/><path fill="#002f85" d="M18.1 8.6a.7.7 0 0 1 .7-.6h4.38a9.15 9.15 0 0 1 1.45.11l.37.07.34.09.17.05a3.96 3.96 0 0 1 .6.26 3.57 3.57 0 0 0-.75-3.22c-.84-.95-2.34-1.35-4.27-1.35H15.5a.8.8 0 0 0-.79.67L12.4 19.44a.48.48 0 0 0 .47.56h3.45l.87-5.5.93-5.9z"/><path fill="#009bdd" d="m26.11 8.58-.05.32c-.74 3.79-3.26 5.1-6.48 5.1h-1.64a.8.8 0 0 0-.79.67L16.31 20l-.24 1.5a.42.42 0 0 0 .42.5h2.9a.7.7 0 0 0 .7-.6l.02-.15.55-3.47.04-.2a.7.7 0 0 1 .69-.58h.43c2.82 0 5.03-1.15 5.67-4.46a3.8 3.8 0 0 0-.58-3.35 2.78 2.78 0 0 0-.8-.61"/><path fill="#012069" d="M25.34 8.27 25 8.18a6.55 6.55 0 0 0-.37-.07 9.1 9.1 0 0 0-1.45-.1H18.8a.7.7 0 0 0-.7.59l-.92 5.9-.03.17a.8.8 0 0 1 .79-.67h1.64c3.22 0 5.74-1.31 6.48-5.1l.05-.32a3.98 3.98 0 0 0-.6-.26z"/></svg>
|
package/Placeholder.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="33.333" height="20" fill="none"><g clip-path="url(#a)" transform="scale(.83333)"><path fill="#b1b1b1" d="M0 0h40v24H0Z"/><circle cx="24" cy="8" r="4" fill="#666"/><path fill="#666" d="m10.5 8-12 9.5-2 9 45.5 1 .5-7-12.5-7-7 3.5z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v24H0Z"/></clipPath></defs></svg>
|
package/Visa.svg
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="24" fill="none" viewBox="0 0 40 24"><path fill="#fff" d="M0 0h40v26H0z"/><path fill="#1434CB" d="m15.9 7.7-4.43 10.6h-2.9l-2.2-8.47c-.13-.52-.25-.71-.65-.93C5.05 8.55 3.96 8.2 3 8l.07-.32h4.67c.6 0 1.13.4 1.27 1.09l1.15 6.14 2.86-7.23h2.89Zm11.39 7.15c0-2.8-3.88-2.96-3.85-4.21 0-.38.37-.79 1.16-.9a5.2 5.2 0 0 1 2.71.48l.48-2.25a7.4 7.4 0 0 0-2.57-.47c-2.71 0-4.62 1.44-4.64 3.51-.02 1.53 1.36 2.38 2.4 2.9 1.08.51 1.44.85 1.43 1.31 0 .71-.85 1.03-1.64 1.04-1.39.02-2.19-.37-2.82-.67l-.5 2.33c.64.29 1.82.55 3.05.56 2.89 0 4.78-1.42 4.79-3.63Zm7.17 3.46H37L34.78 7.7h-2.34c-.53 0-.98.3-1.17.78l-4.12 9.84h2.88l.57-1.58h3.53l.33 1.58Zm-3.07-3.76 1.45-3.99.83 4H31.4ZM19.83 7.7l-2.27 10.62h-2.74L17.09 7.7h2.74Z"/></svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as s } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { v as r, A as n, a } from "./chunks/AriaLiveRegions.utils.DzWI5KCU.js";
|
|
4
|
+
import './assets/arialiveregions.GsGx2USO.css';const l = "_sr-only_echuy_76", e = {
|
|
5
|
+
"sr-only": "_sr-only_echuy_76",
|
|
6
|
+
srOnly: l
|
|
7
|
+
}, i = () => (r(), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
8
|
+
/* @__PURE__ */ s.jsx(
|
|
9
|
+
"span",
|
|
10
|
+
{
|
|
11
|
+
id: n,
|
|
12
|
+
role: "alert",
|
|
13
|
+
className: e.srOnly
|
|
14
|
+
}
|
|
15
|
+
),
|
|
16
|
+
/* @__PURE__ */ s.jsx(
|
|
17
|
+
"span",
|
|
18
|
+
{
|
|
19
|
+
id: a,
|
|
20
|
+
role: "status",
|
|
21
|
+
className: e.srOnly
|
|
22
|
+
}
|
|
23
|
+
)
|
|
24
|
+
] }));
|
|
25
|
+
export {
|
|
26
|
+
i as DSAriaLiveRegions
|
|
27
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/AriaLiveRegions/AriaLiveRegions'
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._image_1nvgq_76{display:inline-block;vertical-align:top;width:1rem;height:1rem;min-width:1rem;min-height:1rem;pointer-events:none}._image--theme-dark_1nvgq_85{fill:#fff}._image--size-medium_1nvgq_88{width:.75rem;height:.75rem;min-width:.75rem;min-height:.75rem}._image--size-small_1nvgq_94{width:.625rem;height:.625rem;min-width:.625rem;min-height:.625rem}._image--size-x-small_1nvgq_100{width:.5rem;height:.5rem;min-width:.5rem;min-height:.5rem}@media screen and (forced-colors: active){._image_1nvgq_76{fill:CanvasText}}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._group_2f5rk_76{display:flex;flex-direction:column;row-gap:16px;column-gap:24px;flex-wrap:wrap;margin-block-start:-8px}._group--horizontal_2f5rk_84{flex-direction:row}._group--invalid_2f5rk_87{margin-block-start:-16px}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._sr-only_echuy_76{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 +1 @@
|
|
|
1
|
-
.
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_4piiz_76{cursor:pointer}._success_4piiz_80{background-color:#e5f0db}._info_4piiz_84{background-color:#ededed}._warning_4piiz_88{background-color:#fdecc3}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_qplp0_76:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_qplp0_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_qplp0_76:focus{outline:revert;outline-offset:revert}._root_qplp0_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_qplp0_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_qplp0_76{display:flex;justify-content:center;align-items:center;border:1px solid transparent;min-height:3.5rem;min-width:3.5rem;transform:translateZ(0);background-color:#fff;color:#252525;box-shadow:0 2px 8px #0003,0 1px 3px #0006;cursor:pointer;position:relative;border-radius:50%;padding:0}._root_qplp0_76{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_qplp0_76{transition-duration:0ms}}@media (hover: hover){._root_qplp0_76:hover{background:#ededed}}._root--dark_qplp0_135:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_qplp0_135:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark_qplp0_135:focus{outline:revert;outline-offset:revert}._root--dark_qplp0_135:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_qplp0_135:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark_qplp0_135{background-color:#050505;color:#fff;box-shadow:0 2px 8px #fff3,0 1px 3px #fff6}@media (hover: hover){._root--dark_qplp0_135:hover{background-color:#444}}._root--small_qplp0_175{min-height:2rem;min-width:2rem}._root_qplp0_76[aria-disabled=true]{background-color:#fff;color:#00000080;cursor:not-allowed}._root_qplp0_76[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root_qplp0_76[aria-disabled=true]{color:GrayText;border-color:GrayText}}._loader_qplp0_194{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_qplp0_194 svg{fill:currentColor}._icon--hidden_qplp0_206{opacity:0}._label--hidden_qplp0_210{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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_rd44x_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_rd44x_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_rd44x_151:focus{outline:revert;outline-offset:revert}._root_rd44x_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_rd44x_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_rd44x_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_rd44x_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_rd44x_151{transition-duration:0ms}}._root--highlight_rd44x_219,._root--dark-highlight_rd44x_219{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_rd44x_219:hover,._root--dark-highlight_rd44x_219:hover{background-color:#e9640c}}._root--highlight_rd44x_219[aria-disabled=true],._root--dark-highlight_rd44x_219[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_rd44x_219[aria-disabled=true] svg,._root--dark-highlight_rd44x_219[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_rd44x_219[aria-disabled=true],._root--dark-highlight_rd44x_219[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_rd44x_219[aria-disabled=true]:before,._root--dark-highlight_rd44x_219[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_rd44x_219:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_rd44x_219:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_rd44x_219:focus{outline:revert;outline-offset:revert}._root--dark-highlight_rd44x_219:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_rd44x_219:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_rd44x_219[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_rd44x_219[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_rd44x_219[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_rd44x_219[aria-disabled=true]:before{background-color:transparent}._root--filled_rd44x_297{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_rd44x_297:hover{background-color:#444}}._root--filled_rd44x_297[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_rd44x_297[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_rd44x_297[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_rd44x_297[aria-disabled=true]:before{background-color:transparent}._root--outline_rd44x_325{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_rd44x_325:hover{background-color:#0000001a}}._root--outline_rd44x_325[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_rd44x_325[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_rd44x_325[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_rd44x_325[aria-disabled=true]:before{background-color:transparent}._root--ghost_rd44x_352{color:#252525}@media (hover: hover){._root--ghost_rd44x_352:hover{background-color:#0000001a}}._root--ghost_rd44x_352[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_rd44x_352[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_rd44x_352[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_rd44x_352[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_rd44x_377{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_rd44x_377._root--small_rd44x_383{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_rd44x_377:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_rd44x_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_rd44x_377:before{transition-duration:0ms}}._root--ghost-flush_rd44x_377:focus,._root--ghost-flush_rd44x_377:focus-visible{outline:none}._root--ghost-flush_rd44x_377:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_rd44x_377:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_rd44x_377:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_rd44x_377:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_rd44x_377:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_rd44x_377:hover:before{background-color:#0000001a}}._root--ghost-flush_rd44x_377[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_rd44x_377[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_rd44x_377[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_rd44x_377[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_rd44x_460{background-color:#f8f8f8;color:#252525}._root--dark-filled_rd44x_460:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_rd44x_460:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_rd44x_460:focus{outline:revert;outline-offset:revert}._root--dark-filled_rd44x_460:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_rd44x_460:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_rd44x_460:hover{background-color:#dadada}}._root--dark-filled_rd44x_460[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_rd44x_460[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_rd44x_460[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_rd44x_460[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_rd44x_519{border-color:#f8f8f8;color:#fff}._root--dark-outline_rd44x_519:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_rd44x_519:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_rd44x_519:focus{outline:revert;outline-offset:revert}._root--dark-outline_rd44x_519:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_rd44x_519:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_rd44x_519:hover{background-color:#ffffff26}}._root--dark-outline_rd44x_519[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_rd44x_519[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_rd44x_519[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_rd44x_519[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_rd44x_577{color:#fff}._root--dark-ghost_rd44x_577:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_rd44x_577:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_rd44x_577:focus{outline:revert;outline-offset:revert}._root--dark-ghost_rd44x_577:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_rd44x_577:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_rd44x_577:hover{background-color:#ffffff26}}._root--dark-ghost_rd44x_577[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_rd44x_577[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_rd44x_577[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_rd44x_577[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_rd44x_633{color:#fff}._root--dark-ghost-flush_rd44x_633:focus,._root--dark-ghost-flush_rd44x_633:focus-visible{outline:none}._root--dark-ghost-flush_rd44x_633:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_rd44x_633:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_rd44x_633:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_rd44x_633:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_rd44x_633:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_rd44x_633:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_rd44x_633[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_rd44x_633[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_rd44x_633[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_rd44x_633[aria-disabled=true]:before{background-color:transparent}._root--icon-left_rd44x_692{flex-direction:row-reverse}._root--small_rd44x_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_rd44x_383._root--ghost-flush_rd44x_377:before{right:-8px;left:-8px}._root--icon-only_rd44x_708{width:3rem;height:3rem}._root--icon-only_rd44x_708._root--ghost-flush_rd44x_377{width:1rem;height:1rem}._root--icon-only-small_rd44x_717{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_rd44x_717._root--ghost-flush_rd44x_377{width:1rem;height:1rem}._label--hidden_rd44x_728{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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_79ned_76:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_79ned_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_79ned_76:focus{outline:revert;outline-offset:revert}._root_79ned_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root_79ned_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_79ned_76,._root_79ned_76:link,._root_79ned_76:visited{color:#252525}@media (hover: hover){._root_79ned_76:hover{background-color:#0000001a;color:#252525}}._root_79ned_76:active{background-color:#0000001a;color:#252525}._root_79ned_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:1rem;line-height:1.25;display:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent}._root_79ned_76 svg{fill:currentColor}._root_79ned_76{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_79ned_76{transition-duration:0ms}}._root--highlight_79ned_152:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root--highlight_79ned_152:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--highlight_79ned_152:focus{outline:revert;outline-offset:revert}._root--highlight_79ned_152:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._root--highlight_79ned_152:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--highlight_79ned_152,._root--highlight_79ned_152:link,._root--highlight_79ned_152:visited{color:#1e71a1}@media (hover: hover){._root--highlight_79ned_152:hover{background-color:#0000001a;color:#19618b}}._root--highlight_79ned_152:active{background-color:#0000001a;color:#19618b}._root--highlight_79ned_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.25;display:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent}._root--highlight_79ned_152 svg{fill:currentColor}._root--highlight_79ned_152{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--highlight_79ned_152{transition-duration:0ms}}._root--neutral-dark_79ned_228:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--neutral-dark_79ned_228:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--neutral-dark_79ned_228:focus{outline:revert;outline-offset:revert}._root--neutral-dark_79ned_228:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--neutral-dark_79ned_228:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--neutral-dark_79ned_228,._root--neutral-dark_79ned_228:link,._root--neutral-dark_79ned_228:visited{color:#fff}@media (hover: hover){._root--neutral-dark_79ned_228:hover{background-color:#ffffff26;color:#fff}}._root--neutral-dark_79ned_228:active{background-color:#ffffff26;color:#fff}._root--neutral-dark_79ned_228{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:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent}._root--neutral-dark_79ned_228 svg{fill:currentColor}._root--neutral-dark_79ned_228{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--neutral-dark_79ned_228{transition-duration:0ms}}._root--highlight-dark_79ned_304:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--highlight-dark_79ned_304:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--highlight-dark_79ned_304:focus{outline:revert;outline-offset:revert}._root--highlight-dark_79ned_304:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._root--highlight-dark_79ned_304:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--highlight-dark_79ned_304,._root--highlight-dark_79ned_304:link,._root--highlight-dark_79ned_304:visited{color:#8dcfe8}@media (hover: hover){._root--highlight-dark_79ned_304:hover{background-color:#ffffff26;color:#8dcfe8}}._root--highlight-dark_79ned_304:active{background-color:#ffffff26;color:#8dcfe8}._root--highlight-dark_79ned_304{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:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent}._root--highlight-dark_79ned_304 svg{fill:currentColor}._root--highlight-dark_79ned_304{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--highlight-dark_79ned_304{transition-duration:0ms}}._root--active_79ned_380{text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}._root--icon-left_79ned_386{flex-direction:row-reverse}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._anchor_1z0x0_76,._svg_1z0x0_77{display:block;min-width:7.125rem;max-width:10rem}._anchor_1z0x0_76{text-decoration:none}._anchor_1z0x0_76:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._anchor_1z0x0_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._anchor_1z0x0_76:focus{outline:revert;outline-offset:revert}._anchor_1z0x0_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._anchor_1z0x0_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._anchor--dark_1z0x0_116:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._anchor--dark_1z0x0_116:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._anchor--dark_1z0x0_116:focus{outline:revert;outline-offset:revert}._anchor--dark_1z0x0_116:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._anchor--dark_1z0x0_116:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._svg-background_1z0x0_147{fill:#fff}._svg-background--dark_1z0x0_150,._svg-text_1z0x0_153{fill:#f37a1f}._svg-text--dark_1z0x0_156{fill:#fff}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_1v9si_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}._root--disabled_1v9si_170{cursor:not-allowed}._checkbox_1v9si_174{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}._checkbox_1v9si_174{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_1v9si_174{transition-duration:0ms}}._checkbox_1v9si_174 ._icon-check_1v9si_190{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._checkbox_1v9si_174 ._icon-check_1v9si_190{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_1v9si_174 ._icon-check_1v9si_190{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_1v9si_174 ._icon-check_1v9si_190{fill:CanvasText}}._checkbox--checked_1v9si_211 ._icon-check_1v9si_190{opacity:1}._checkbox--disabled_1v9si_214._checkbox_1v9si_174{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._checkbox--disabled_1v9si_214._checkbox_1v9si_174{border-color:GrayText}}._checkbox--disabled_1v9si_214._checkbox_1v9si_174 svg{fill:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_1v9si_214._checkbox_1v9si_174 svg{fill:GrayText}}._checkbox--disabled_1v9si_214~._label_1v9si_231{color:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_1v9si_214~._label_1v9si_231{color:GrayText}}._label_1v9si_231{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._radio-root_1f0rc_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: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}._radio-root--disabled_1f0rc_95{cursor:not-allowed}._radio-root--with-custom-area_1f0rc_98{max-width:none}._radio_1f0rc_76{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}._radio_1f0rc_76{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_1f0rc_76{transition-duration:0ms}}._radio_1f0rc_76 ._dot_1f0rc_119{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#f37a1f;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._radio_1f0rc_76 ._dot_1f0rc_119{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_1f0rc_76 ._dot_1f0rc_119{transition-duration:0ms}}@media screen and (forced-colors: active){._radio_1f0rc_76 ._dot_1f0rc_119{background-color:Highlight}}._radio--invalid_1f0rc_143{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label_1f0rc_148{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;width:100%;display:grid;grid-template-columns:auto minmax(auto,1fr)}._label--bold_1f0rc_161{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;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25}._label--hidden_1f0rc_171{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--with-custom-area_1f0rc_183{column-gap:8px}._custom-area_1f0rc_187{margin-inline-start:4px;min-width:max-content;min-height:20px;max-height:32px;overflow-y:hidden}._hint_1f0rc_195{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:400px;grid-column:span 2;opacity:1}._hint_1f0rc_195{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){._hint_1f0rc_195{transition-duration:0ms}}._hint--visible_1f0rc_217{margin-block-start:4px;margin-block-end:4px}._hint--unchecked-hidden_1f0rc_221{overflow:hidden;height:0;opacity:0}._hint--hidden_1f0rc_226,._input_1f0rc_239{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_1f0rc_239:checked+._radio_1f0rc_76 ._dot_1f0rc_119{opacity:1}._input_1f0rc_239:disabled+._radio_1f0rc_76{border-color:#00000080}._input_1f0rc_239:disabled+._radio_1f0rc_76 ._dot_1f0rc_119{background-color:#dadada}@media screen and (forced-colors: active){._input_1f0rc_239:disabled+._radio_1f0rc_76 ._dot_1f0rc_119{background-color:GrayText}}@media screen and (forced-colors: active){._input_1f0rc_239:disabled+._radio_1f0rc_76{border-color:GrayText}}._input_1f0rc_239:disabled~._label_1f0rc_148{color:#00000080}@media screen and (forced-colors: active){._input_1f0rc_239:disabled~._label_1f0rc_148{color:GrayText}}._input_1f0rc_239:focus{outline:none}._input_1f0rc_239:focus+._radio_1f0rc_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_1f0rc_239:focus+._radio_1f0rc_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_1f0rc_239:focus+._radio_1f0rc_76{border-color:Highlight}}@supports selector(:focus-visible){._input_1f0rc_239:focus{outline:none}._input_1f0rc_239:focus+._radio_1f0rc_76{outline:revert;outline-offset:revert}._input_1f0rc_239:focus-visible{outline:none}._input_1f0rc_239:focus-visible+._radio_1f0rc_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_1f0rc_239:focus-visible+._radio_1f0rc_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_1f0rc_239:focus-visible+._radio_1f0rc_76{border-color:Highlight}}}@media (hover: hover){._input_1f0rc_239:hover:not(:disabled)+._radio_1f0rc_76{background-color:#0000001a}._input_1f0rc_239:hover:not(:disabled)+._radio_1f0rc_76 ._dot_1f0rc_119{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){._input_1f0rc_239:hover:not(:disabled)+._radio_1f0rc_76 ._dot_1f0rc_119{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._input_1f0rc_239:hover:not(:disabled)+._radio_1f0rc_76{border-color:Highlight}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_9ofhu_76{display:inline-flex;vertical-align:top;margin:0;padding:0}._root-size-small_9ofhu_82{height:1rem;width:1rem}._root-size-medium_9ofhu_86{height:2rem;width:2rem}._root-size-large_9ofhu_90{height:2.5rem;width:2.5rem}._root-size-x-large_9ofhu_94{height:4rem;width:4rem}._root-size-inherit_9ofhu_98{height:inherit;width:inherit}._root_9ofhu_76>svg{position:relative;transform:translateZ(0);animation:_rotate_9ofhu_1 var(--ds-animation-duration, 1.1s) linear infinite;width:inherit;height:inherit}@keyframes _rotate_9ofhu_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._screenReaderOnly_9ofhu_118{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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_vzlrg_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:1rem;line-height:1.25;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0;border:0;text-align:left;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._root_vzlrg_76{transition:background-color var(--ds-animation-duration, .1s) linear}._root_vzlrg_76{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._root_vzlrg_76{transition-duration:0ms}}._root--label-right_vzlrg_114{flex-direction:row-reverse}._root--stretched_vzlrg_117{justify-content:space-between;width:100%}@media (hover: hover){._root_vzlrg_76:hover ._switch_vzlrg_122{background-color:#0000001a}}._root_vzlrg_76:focus ._switch_vzlrg_122:before,._root_vzlrg_76:focus ._loader_vzlrg_127:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_vzlrg_76:focus ._switch_vzlrg_122:before,._root_vzlrg_76:focus ._loader_vzlrg_127:before{border-color:Highlight}}@supports selector(:focus-visible){._root_vzlrg_76:focus ._switch_vzlrg_122:before,._root_vzlrg_76:focus ._loader_vzlrg_127:before{content:none}._root_vzlrg_76:focus-visible ._switch_vzlrg_122:before,._root_vzlrg_76:focus-visible ._loader_vzlrg_127:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_vzlrg_76:focus-visible ._switch_vzlrg_122:before,._root_vzlrg_76:focus-visible ._loader_vzlrg_127:before{border-color:Highlight}}}._root_vzlrg_76[aria-disabled=true]._root_vzlrg_76{cursor:not-allowed}._root_vzlrg_76[aria-disabled=true] ._switch_vzlrg_122{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){._root_vzlrg_76[aria-disabled=true] ._switch_vzlrg_122{border-color:GrayText}}._root_vzlrg_76[aria-disabled=true] ._thumb_vzlrg_180{background-color:#00000080}._root_vzlrg_76[aria-disabled=true] ._thumb_vzlrg_180 svg{opacity:0}@media screen and (forced-colors: active){._root_vzlrg_76[aria-disabled=true] ._thumb_vzlrg_180{background-color:CanvasText}._root_vzlrg_76[aria-disabled=true] ._thumb_vzlrg_180 svg{fill:Canvas}}@media (hover: hover){._root--checked_vzlrg_195:hover ._switch_vzlrg_122{background-color:#d9480f}._root--checked_vzlrg_195:hover ._thumb_vzlrg_180{background-color:#ededed}._root--checked_vzlrg_195:hover ._thumb_vzlrg_180 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_vzlrg_195:hover ._thumb_vzlrg_180{background-color:CanvasText}._root--checked_vzlrg_195:hover ._thumb_vzlrg_180 svg{fill:Canvas}}._root--checked_vzlrg_195 ._switch_vzlrg_122{background-color:#e9640c}._root--checked_vzlrg_195 ._thumb_vzlrg_180{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}._root--checked_vzlrg_195 ._thumb_vzlrg_180 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){._root--checked_vzlrg_195 ._thumb_vzlrg_180{background-color:CanvasText}._root--checked_vzlrg_195 ._thumb_vzlrg_180 svg{fill:Canvas}}@media (hover: hover){._root--checked_vzlrg_195[aria-disabled=true]:hover ._thumb_vzlrg_180 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_vzlrg_195[aria-disabled=true]:hover ._thumb_vzlrg_180{background-color:CanvasText}._root--checked_vzlrg_195[aria-disabled=true]:hover ._thumb_vzlrg_180 svg{fill:Canvas}}._root--checked_vzlrg_195[aria-disabled=true] ._switch_vzlrg_122{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){._root--checked_vzlrg_195[aria-disabled=true] ._switch_vzlrg_122{border-color:GrayText}}._root--checked_vzlrg_195[aria-disabled=true] ._thumb_vzlrg_180{background-color:#fff}._root--checked_vzlrg_195[aria-disabled=true] ._thumb_vzlrg_180 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){._root--checked_vzlrg_195[aria-disabled=true] ._thumb_vzlrg_180{background-color:CanvasText}._root--checked_vzlrg_195[aria-disabled=true] ._thumb_vzlrg_180 svg{fill:Canvas}}._switch_vzlrg_122{border:1px solid #252525;border-radius:6.25rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}._thumb_vzlrg_180{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}._thumb_vzlrg_180 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){._thumb_vzlrg_180{background-color:CanvasText}._thumb_vzlrg_180 svg{fill:Canvas}}._loader_vzlrg_127{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}._loader_vzlrg_127 svg{fill:#00000080}@media screen and (forced-colors: active){._loader_vzlrg_127 svg{fill:CanvasText}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_5hd20_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;color:#252525;display:flex;align-items:flex-start;gap:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_1dnm1_76{margin:0;padding:0;border:none;color:#252525}._root--large_1dnm1_82{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:1.25rem;line-height:1.6}._root--large-bold_1dnm1_92{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;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6}._root--medium_1dnm1_102{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}._root--medium-bold_1dnm1_112{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;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.5}._root--small_1dnm1_122{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}._root--small-bold_1dnm1_132{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;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14}._root--x-small_1dnm1_142{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:.75rem;line-height:1.33}._root--x-small-bold_1dnm1_152{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;overflow-wrap:break-word;font-weight:400;font-size:.75rem;line-height:1.33}._root--xx-small_1dnm1_162{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:.625rem;line-height:1.6}._root--theme-dark_1dnm1_172{color:#fff}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_14u1x_76{color:#252525}._root--x-large-uppercase_14u1x_79{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_14u1x_79{font-size:1.875rem;line-height:1.25}}._root--large-uppercase_14u1x_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.375rem;line-height:1.25}@media (min-width: 1024px){._root--large-uppercase_14u1x_93{font-size:1.625rem;line-height:1.2}}._root--theme-dark_14u1x_107{color:#fff}._root_14u1x_76>._dash_14u1x_110{display:block}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as o } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import './assets/asterisk.JlyPArZu.css';const s = "_root_1jbry_76", t = {
|
|
4
|
+
root: s
|
|
5
|
+
}, e = () => /* @__PURE__ */ o.jsx("span", { className: t.root, "aria-hidden": "true", children: "*" });
|
|
6
|
+
export {
|
|
7
|
+
e as Asterisk
|
|
8
|
+
};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as _ } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { c as a } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
+
import { u as e } from "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
5
|
+
import { D as I } from "./chunks/Icon.n4XZrQ4N.js";
|
|
6
|
+
import { DSSpinner as F } from "./spinner.DEtbkdfi.js";
|
|
7
|
+
import './assets/button.BdxtFZKx.css';const S = "_root_1jptm_151", x = "_root--highlight_1jptm_219", L = "_root--dark-highlight_1jptm_219", C = "_root--filled_1jptm_297", N = "_root--outline_1jptm_325", B = "_root--ghost_1jptm_352", E = "_root--ghost-flush_1jptm_377", R = "_root--small_1jptm_383", T = "_root--dark-filled_1jptm_460", V = "_root--dark-outline_1jptm_519", q = "_root--dark-ghost_1jptm_577", w = "_root--dark-ghost-flush_1jptm_633", A = "_root--icon-left_1jptm_692", J = "_root--icon-only_1jptm_708", K = "_root--icon-only-small_1jptm_717", M = "_loader_1jptm_732", P = "_icon--hidden_1jptm_744", Q = "_label--hidden_1jptm_748", U = "_label--loading_1jptm_760", o = {
|
|
8
|
+
root: S,
|
|
9
|
+
"root--highlight": "_root--highlight_1jptm_219",
|
|
10
|
+
rootHighlight: x,
|
|
11
|
+
"root--dark-highlight": "_root--dark-highlight_1jptm_219",
|
|
12
|
+
rootDarkHighlight: L,
|
|
13
|
+
"root--filled": "_root--filled_1jptm_297",
|
|
14
|
+
rootFilled: C,
|
|
15
|
+
"root--outline": "_root--outline_1jptm_325",
|
|
16
|
+
rootOutline: N,
|
|
17
|
+
"root--ghost": "_root--ghost_1jptm_352",
|
|
18
|
+
rootGhost: B,
|
|
19
|
+
"root--ghost-flush": "_root--ghost-flush_1jptm_377",
|
|
20
|
+
rootGhostFlush: E,
|
|
21
|
+
"root--small": "_root--small_1jptm_383",
|
|
22
|
+
rootSmall: R,
|
|
23
|
+
"root--dark-filled": "_root--dark-filled_1jptm_460",
|
|
24
|
+
rootDarkFilled: T,
|
|
25
|
+
"root--dark-outline": "_root--dark-outline_1jptm_519",
|
|
26
|
+
rootDarkOutline: V,
|
|
27
|
+
"root--dark-ghost": "_root--dark-ghost_1jptm_577",
|
|
28
|
+
rootDarkGhost: q,
|
|
29
|
+
"root--dark-ghost-flush": "_root--dark-ghost-flush_1jptm_633",
|
|
30
|
+
rootDarkGhostFlush: w,
|
|
31
|
+
"root--icon-left": "_root--icon-left_1jptm_692",
|
|
32
|
+
rootIconLeft: A,
|
|
33
|
+
"root--icon-only": "_root--icon-only_1jptm_708",
|
|
34
|
+
rootIconOnly: J,
|
|
35
|
+
"root--icon-only-small": "_root--icon-only-small_1jptm_717",
|
|
36
|
+
rootIconOnlySmall: K,
|
|
37
|
+
loader: M,
|
|
38
|
+
"icon--hidden": "_icon--hidden_1jptm_744",
|
|
39
|
+
iconHidden: P,
|
|
40
|
+
"label--hidden": "_label--hidden_1jptm_748",
|
|
41
|
+
labelHidden: Q,
|
|
42
|
+
"label--loading": "_label--loading_1jptm_760",
|
|
43
|
+
labelLoading: U
|
|
44
|
+
}, z = ({
|
|
45
|
+
children: p,
|
|
46
|
+
aria: u,
|
|
47
|
+
className: j,
|
|
48
|
+
dataTrackingid: k,
|
|
49
|
+
disabled: h = !1,
|
|
50
|
+
hideLabel: i = !1,
|
|
51
|
+
iconName: d,
|
|
52
|
+
iconPosition: f = "left",
|
|
53
|
+
iconSource: m,
|
|
54
|
+
isFlush: s = !1,
|
|
55
|
+
loading: r = !1,
|
|
56
|
+
size: n = "medium",
|
|
57
|
+
theme: l = "light",
|
|
58
|
+
variant: t = "filled",
|
|
59
|
+
onClick: c,
|
|
60
|
+
...D
|
|
61
|
+
}) => {
|
|
62
|
+
const b = a(o.root, j, {
|
|
63
|
+
// variant
|
|
64
|
+
[o.rootFilled]: t === "filled",
|
|
65
|
+
[o.rootHighlight]: t === "highlight",
|
|
66
|
+
[o.rootOutline]: t === "outline",
|
|
67
|
+
[o.rootGhost]: t === "ghost" && s !== !0,
|
|
68
|
+
// isFlush
|
|
69
|
+
[o.rootGhostFlush]: t === "ghost" && s === !0,
|
|
70
|
+
// dark theme
|
|
71
|
+
[o.rootDarkFilled]: l === "dark" && t === "filled",
|
|
72
|
+
[o.rootDarkHighlight]: l === "dark" && t === "highlight",
|
|
73
|
+
[o.rootDarkOutline]: l === "dark" && t === "outline",
|
|
74
|
+
[o.rootDarkGhost]: l === "dark" && t === "ghost" && s !== !0,
|
|
75
|
+
// dark isFlush
|
|
76
|
+
[o.rootDarkGhostFlush]: l === "dark" && t === "ghost" && s === !0,
|
|
77
|
+
// size
|
|
78
|
+
[o.rootSmall]: n === "small",
|
|
79
|
+
// icon position
|
|
80
|
+
[o.rootIconLeft]: f === "left",
|
|
81
|
+
// icon only
|
|
82
|
+
[o.rootIconOnly]: e(i) && n === "medium",
|
|
83
|
+
[o.rootIconOnlySmall]: e(i) && n === "small"
|
|
84
|
+
}), y = a(o.label, {
|
|
85
|
+
// hide label only visually to keep them available for assistive technologies
|
|
86
|
+
[o.labelHidden]: e(i),
|
|
87
|
+
// set label opacity to 0 when loading to prevent button size from changing
|
|
88
|
+
[o.labelLoading]: r
|
|
89
|
+
}), O = a(o.icon, {
|
|
90
|
+
// set icon opacity to 0 when loading to prevent button size from changing
|
|
91
|
+
[o.iconHidden]: r
|
|
92
|
+
}), G = l === "light" && t === "filled" || l === "dark" && t === "outline" || l === "dark" && t === "ghost" ? "dark" : "light", H = (g) => {
|
|
93
|
+
if (h || r) {
|
|
94
|
+
g.preventDefault();
|
|
95
|
+
return;
|
|
96
|
+
}
|
|
97
|
+
c && c(g);
|
|
98
|
+
};
|
|
99
|
+
return /* @__PURE__ */ _.jsxs(
|
|
100
|
+
"button",
|
|
101
|
+
{
|
|
102
|
+
className: b,
|
|
103
|
+
"data-trackingid": k,
|
|
104
|
+
type: "submit",
|
|
105
|
+
onClick: H,
|
|
106
|
+
...u,
|
|
107
|
+
...D,
|
|
108
|
+
"aria-disabled": h || r,
|
|
109
|
+
"aria-busy": r,
|
|
110
|
+
children: [
|
|
111
|
+
r && /* @__PURE__ */ _.jsx(
|
|
112
|
+
F,
|
|
113
|
+
{
|
|
114
|
+
className: o.loader,
|
|
115
|
+
aria: { "aria-label": "Loading state" }
|
|
116
|
+
}
|
|
117
|
+
),
|
|
118
|
+
/* @__PURE__ */ _.jsx("span", { className: y, children: p }),
|
|
119
|
+
(d || m) && /* @__PURE__ */ _.jsx(
|
|
120
|
+
I,
|
|
121
|
+
{
|
|
122
|
+
name: d,
|
|
123
|
+
theme: G,
|
|
124
|
+
source: m,
|
|
125
|
+
className: O,
|
|
126
|
+
"aria-hidden": "true"
|
|
127
|
+
}
|
|
128
|
+
)
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
);
|
|
132
|
+
};
|
|
133
|
+
export {
|
|
134
|
+
z as DSButton
|
|
135
|
+
};
|