@stihl-design-system/components 1.0.0-RC.34 → 1.0.0-RC.35
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/{actionbutton.DLQJU6AV.js → actionbutton.Du5CT-Mt.js} +2 -2
- package/{actionlink.DEBrWfN3.js → actionlink.BK9CaQUY.js} +2 -2
- package/assets/Button.CmeGVEAY.css +1 -0
- package/assets/CustomReactSelect.BihX36Uo.css +1 -0
- package/assets/Fieldset.Oqu7pOBv.css +1 -0
- package/assets/InputFile.D7Ihod7B.css +1 -0
- package/assets/InputNumber.z_UqRYdv.css +1 -0
- package/assets/InputPassword.DZENjxJ9.css +1 -0
- package/assets/InputSearch.GBH9Eh6F.css +1 -0
- package/assets/LinkButton.88j5ckLu.css +1 -0
- package/assets/Select.CL0fqx7X.css +1 -0
- package/assets/Slider.DWLuIsNj.css +1 -0
- package/assets/Textarea.B1HOakic.css +1 -0
- package/assets/buttonround.DBpMesfr.css +1 -0
- package/assets/input.RPDR8qdT.css +1 -0
- package/{banner.CI5HnDqD.js → banner.D-RX60nJ.js} +1 -1
- package/{breadcrumb.CtwAux3P.js → breadcrumb.tvMByFgp.js} +3 -3
- package/button.CZupaV9L.js +12 -0
- package/buttonround.9IS0tUqw.js +96 -0
- package/{checkbox.DwccD0Mp.js → checkbox.XYQI-ubx.js} +2 -2
- package/{checkboxgroup.ZiUFfCJ1.js → checkboxgroup.CjnNJ8e6.js} +2 -2
- package/{chip.B0s_fS8L.js → chip.B-pxhsdb.js} +2 -2
- package/{chipgroup.Dpu66bo5.js → chipgroup.cGjn4LVV.js} +2 -2
- package/chunks/{ActionButton.DOYsEHPr.js → ActionButton.BOYQYo5M.js} +1 -1
- package/chunks/{ActionLink.DbyciN3Y.js → ActionLink.BlwvrnPN.js} +1 -1
- package/chunks/{Breadcrumb.BgnpTo01.js → Breadcrumb.Qr6bDP2N.js} +2 -2
- package/chunks/Button.Cn5yg7dG.js +138 -0
- package/chunks/{Checkbox.BcGXAuuP.js → Checkbox.D5X5T6Yg.js} +1 -1
- package/chunks/CheckboxGroup.CUR_0VMc.js +74 -0
- package/chunks/{Chip.D6pubCZV.js → Chip.DIp5hdRH.js} +1 -1
- package/chunks/{CustomReactSelect.Dg3wC_VH.js → CustomReactSelect.BA3hUVkh.js} +816 -800
- package/chunks/{Dialog.DpqSVrYR.js → Dialog.DRk_jSj5.js} +1 -1
- package/chunks/{Drawer.DISWybOa.js → Drawer.Dj6WeUC8.js} +1 -1
- package/chunks/Fieldset.C0RzpI-h.js +81 -0
- package/chunks/{Header.7TQL_J9t.js → Header.18sOO0Gf.js} +1 -1
- package/chunks/{Input.utils.Dkw7gRrr.js → Input.utils.CL1u4Ctq.js} +27 -25
- package/chunks/InputFile.Bki3bs3U.js +236 -0
- package/chunks/InputNumber.B43cqBH0.js +242 -0
- package/chunks/InputPassword.DcdMjsXr.js +121 -0
- package/chunks/InputSearch.CJm6ph8W.js +149 -0
- package/chunks/LinkButton.C6F-yuLL.js +139 -0
- package/chunks/{MegaMenu.CQbOeaib.js → MegaMenu.qttkjGbD.js} +7 -8
- package/chunks/{NavigationTabs.BwM-6CRm.js → NavigationTabs.CQxlahX1.js} +1 -1
- package/chunks/{Notification.CrojkJ0E.js → Notification.Qzz88ngL.js} +1 -1
- package/chunks/{Popover.Bb0Pjmvg.js → Popover.D7McfVaH.js} +9 -10
- package/chunks/RadioGroup.B2VCD9x-.js +106 -0
- package/chunks/Select.B0uMOSSD.js +147 -0
- package/chunks/Slider.YTIktxxD.js +306 -0
- package/chunks/{Stepper.PTQdQBYf.js → Stepper.BvPmbbqw.js} +2 -2
- package/chunks/{Tabs.DyP4whX0.js → Tabs.CoO_lrhV.js} +1 -1
- package/chunks/Textarea.lYiPXerd.js +181 -0
- package/chunks/{Toast.ug_RjGgF.js → Toast.L5HAuEOn.js} +1 -1
- package/chunks/floating-ui.react.COTL3jH5.js +2984 -0
- package/chunks/{useBreakpoint.BzR_yaIv.js → useBreakpoint.1txsny17.js} +8 -5
- package/combobox.CGEDlMo0.js +71 -0
- package/components/Button/Button.d.ts +5 -0
- package/components/Button/Button.utils.d.ts +4 -5
- package/components/CheckboxGroup/CheckboxGroup.d.ts +14 -1
- package/components/Combobox/Combobox.utils.d.ts +3 -2
- package/components/Combobox/CustomReactSelect/CustomReactSelect.d.ts +13 -0
- package/components/Fieldset/Fieldset.d.ts +14 -1
- package/components/Input/Input.d.ts +13 -0
- package/components/Input/Input.utils.d.ts +2 -2
- package/components/InputFile/InputFile.d.ts +13 -0
- package/components/InputFile/InputFile.utils.d.ts +4 -2
- package/components/InputNumber/InputNumber.d.ts +17 -4
- package/components/InputNumber/InputNumber.utils.d.ts +2 -2
- package/components/InputPassword/InputPassword.d.ts +13 -0
- package/components/InputPassword/InputPassword.utils.d.ts +2 -2
- package/components/InputSearch/InputSearch.d.ts +13 -0
- package/components/InputSearch/InputSearch.utils.d.ts +2 -2
- package/components/LinkButton/LinkButton.d.ts +5 -0
- package/components/LinkButton/LinkButton.utils.d.ts +4 -5
- package/components/RadioGroup/RadioGroup.d.ts +13 -0
- package/components/Select/Select.d.ts +13 -0
- package/components/Select/Select.utils.d.ts +2 -2
- package/components/Slider/Slider.d.ts +13 -0
- package/components/Textarea/Textarea.d.ts +13 -0
- package/components/Textarea/Textarea.utils.d.ts +2 -2
- package/{customreactselect.BFN8cYJi.js → customreactselect.BgYf8rKE.js} +4 -3
- package/{dialog.CzM_Cxp0.js → dialog.Bq-ZyzR8.js} +2 -2
- package/{drawer._A9MQ8Cj.js → drawer.DL5UzLWf.js} +2 -2
- package/{fieldset.CId-NtI5.js → fieldset.BFLW2D9H.js} +3 -2
- package/{filelist.DgVuWpR3.js → filelist.BG6SGVJ8.js} +1 -1
- package/{floatingactionbutton.Bsnncudt.js → floatingactionbutton.B5hJ2At2.js} +1 -1
- package/{header.CelAkqtp.js → header.A77yIAH3.js} +1 -1
- package/index.es.js +38 -38
- package/input.hBWqQr3X.js +190 -0
- package/{inputfile.BjgJGefV.js → inputfile.BSZuRujU.js} +6 -5
- package/{inputnumber.BcrxBVv0.js → inputnumber.CA4JiUmq.js} +7 -6
- package/{inputpassword.CddmBW-T.js → inputpassword.Cju_crMi.js} +4 -4
- package/{inputsearch.CFOASqrd.js → inputsearch.CU9AhVVv.js} +6 -5
- package/{link.f8MMZo-w.js → link.DoiK003-.js} +2 -2
- package/{linkbutton.BYAvi-_V.js → linkbutton.CWco_B7v.js} +4 -4
- package/{logo100years.B4d_DIiB.js → logo100years.DDzCrczW.js} +10 -10
- package/{megamenu.Cy9Cc-mC.js → megamenu.BurL9MfF.js} +3 -3
- package/{navigationtabs.Dp7D2fnc.js → navigationtabs.zhRZHjgs.js} +2 -2
- package/{notification.B-norGiB.js → notification.BiXdWNo7.js} +2 -2
- package/package.json +2 -1
- package/partials/index.js +30 -30
- package/{popover.DFVDZY-m.js → popover.79Voiadz.js} +3 -3
- package/{radiogroup.DaThoMfq.js → radiogroup.CwBh7u9L.js} +2 -2
- package/{scroller.Cu7H_VCT.js → scroller.IpfbFV8B.js} +1 -1
- package/{select.CMdKf7tC.js → select.NHaEtX_u.js} +5 -4
- package/{skiptocontent.CHVh0hbr.js → skiptocontent.X4USTODk.js} +1 -1
- package/slider.jnNGEyBq.js +12 -0
- package/{step.DKf4CHGr.js → step.D5p7qppy.js} +1 -1
- package/{stepper.CCP_igpJ.js → stepper.DnMc4ex6.js} +3 -3
- package/styles/scss/ds/lib/ds-internal/_input.scss +12 -3
- package/styles/scss/ds/lib/ds-internal/_link-button.scss +10 -2
- package/styles/scss/ds/lib/link-button.scss +11 -3
- package/{tablist.DZgo49nZ.js → tablist.BFE6RAPD.js} +1 -1
- package/{tabs.BkoT7feH.js → tabs.CsOxxQyQ.js} +2 -2
- package/{textarea.DMn20z4p.js → textarea.C9OAAjhG.js} +4 -3
- package/{toast.Dvs8woTH.js → toast.OBI9qnAM.js} +2 -2
- package/{toastmanager.pi_Fhd5t.js → toastmanager.CgsA-1y_.js} +1 -1
- package/{tooltip.QJe_bfO-.js → tooltip.Cj3AvYgB.js} +22 -23
- package/{topbar.Bxwvp9Lf.js → topbar.CAujTZAE.js} +2 -2
- package/utils/useIsomorphicLayoutEffect.d.ts +2 -2
- package/assets/Button.C8sNwIeW.css +0 -1
- package/assets/CustomReactSelect.E_jJFVew.css +0 -1
- package/assets/Fieldset.CW9dBvAo.css +0 -1
- package/assets/InputFile.BnIvK65P.css +0 -1
- package/assets/InputNumber.BoiCIR1f.css +0 -1
- package/assets/InputPassword.Dk3_vNLV.css +0 -1
- package/assets/InputSearch.C1_4cVCi.css +0 -1
- package/assets/LinkButton.B86yacK5.css +0 -1
- package/assets/Select.COxLltX7.css +0 -1
- package/assets/Slider.DPEmJ3HD.css +0 -1
- package/assets/Textarea.y3MW7VW0.css +0 -1
- package/assets/buttonround.BN3vUDc_.css +0 -1
- package/assets/input.DTu4g_iA.css +0 -1
- package/button.DHuKanZP.js +0 -13
- package/buttonround.CMlmEDaN.js +0 -96
- package/chunks/Button.DCZgBNmA.js +0 -142
- package/chunks/CheckboxGroup.BuFd1luB.js +0 -72
- package/chunks/Fieldset.DiMtr6Vw.js +0 -74
- package/chunks/InputFile.C8nt9Fu8.js +0 -218
- package/chunks/InputNumber.CbH1XJfl.js +0 -267
- package/chunks/InputPassword.DbdjuSiJ.js +0 -136
- package/chunks/InputSearch.joxmugiv.js +0 -173
- package/chunks/LinkButton.BZgIGgc8.js +0 -132
- package/chunks/RadioGroup.CexC4v2Z.js +0 -104
- package/chunks/Select.BEIdNMML.js +0 -164
- package/chunks/Slider.CR0zYHeZ.js +0 -291
- package/chunks/Textarea.Du2RII5u.js +0 -168
- package/chunks/floating-ui.dom.BT8pKtCQ.js +0 -1005
- package/chunks/floating-ui.react.3FjeMiuN.js +0 -1999
- package/combobox.jG5GRA7C.js +0 -65
- package/input.DuEbg7d6.js +0 -206
- package/slider.C5dK6KcG.js +0 -11
- /package/components/InputNumber/{InputNumberutils.test.d.ts → InputNumber.utils.test.d.ts} +0 -0
|
@@ -5,8 +5,8 @@ import "./chunks/index.DL9mof6u.js";
|
|
|
5
5
|
import "react";
|
|
6
6
|
import "./chunks/Icon.CDLyB7Pv.js";
|
|
7
7
|
import "./numberindicator.BdnPMogE.js";
|
|
8
|
-
import "./tooltip.
|
|
9
|
-
import { D as s } from "./chunks/ActionButton.
|
|
8
|
+
import "./tooltip.Cj3AvYgB.js";
|
|
9
|
+
import { D as s } from "./chunks/ActionButton.BOYQYo5M.js";
|
|
10
10
|
export {
|
|
11
11
|
s as DSActionButton
|
|
12
12
|
};
|
|
@@ -5,8 +5,8 @@ import "./chunks/index.DL9mof6u.js";
|
|
|
5
5
|
import "react";
|
|
6
6
|
import "./chunks/Icon.CDLyB7Pv.js";
|
|
7
7
|
import "./numberindicator.BdnPMogE.js";
|
|
8
|
-
import "./tooltip.
|
|
9
|
-
import { D as s } from "./chunks/ActionLink.
|
|
8
|
+
import "./tooltip.Cj3AvYgB.js";
|
|
9
|
+
import { D as s } from "./chunks/ActionLink.BlwvrnPN.js";
|
|
10
10
|
export {
|
|
11
11
|
s as DSActionLink
|
|
12
12
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-button_root_146u3_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_146u3_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root_146u3_1:focus{outline:revert;outline-offset:revert}.ds-button_root_146u3_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_146u3_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root_146u3_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button_root_146u3_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root_146u3_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button_root_146u3_1{background-color:Canvas!important}.ds-button_root_146u3_1:hover{border-color:Highlight}}.ds-button_root--highlight_146u3_75,.ds-button_root--dark-highlight_146u3_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button_root--highlight_146u3_75:hover,.ds-button_root--dark-highlight_146u3_75:hover{background-color:#e9640c}}.ds-button_root--highlight_146u3_75[aria-disabled=true],.ds-button_root--dark-highlight_146u3_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--highlight_146u3_75[aria-disabled=true] svg,.ds-button_root--dark-highlight_146u3_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--highlight_146u3_75[aria-disabled=true],.ds-button_root--dark-highlight_146u3_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--highlight_146u3_75[aria-disabled=true]:before,.ds-button_root--dark-highlight_146u3_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-highlight_146u3_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_146u3_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-highlight_146u3_75:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-highlight_146u3_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_146u3_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root--dark-highlight_146u3_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-highlight_146u3_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_146u3_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-highlight_146u3_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--filled_146u3_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button_root--filled_146u3_151:hover{background-color:#444}}.ds-button_root--filled_146u3_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--filled_146u3_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--filled_146u3_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--filled_146u3_151[aria-disabled=true]:before{background-color:transparent}.ds-button_root--outline_146u3_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button_root--outline_146u3_179:hover{background-color:#0000001a}}.ds-button_root--outline_146u3_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button_root--outline_146u3_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--outline_146u3_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--outline_146u3_179[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost_146u3_206{color:#252525}@media (hover: hover){.ds-button_root--ghost_146u3_206:hover{background-color:#0000001a}}.ds-button_root--ghost_146u3_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost_146u3_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost_146u3_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost_146u3_206[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost-flush_146u3_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_146u3_231.ds-button_root--small_146u3_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_146u3_231:before{content:"";position:absolute;inset:-1px -12px}.ds-button_root--ghost-flush_146u3_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root--ghost-flush_146u3_231:before{transition-duration:0ms}}.ds-button_root--ghost-flush_146u3_231:focus,.ds-button_root--ghost-flush_146u3_231:focus-visible{outline:none}.ds-button_root--ghost-flush_146u3_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_146u3_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--ghost-flush_146u3_231:focus:before{outline:revert;outline-offset:revert}.ds-button_root--ghost-flush_146u3_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_146u3_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--ghost-flush_146u3_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--ghost-flush_146u3_231:hover:before{background-color:transparent}}.ds-button_root--ghost-flush_146u3_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost-flush_146u3_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_146u3_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost-flush_146u3_231[aria-disabled=true]:before{background-color:transparent}.ds-button_root--navigation_146u3_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){.ds-button_root--navigation_146u3_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}}.ds-button_root--navigation_146u3_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button_root--navigation_146u3_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--navigation_146u3_317:focus{outline:revert;outline-offset:revert}.ds-button_root--navigation_146u3_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button_root--navigation_146u3_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--navigation_146u3_317:hover{background-color:#0000001a}}.ds-button_root--navigation_146u3_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--navigation_146u3_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--navigation_146u3_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--navigation_146u3_317[aria-disabled=true]:before{background-color:transparent}.ds-button_root--navigation--stretched_146u3_393{justify-content:flex-start}.ds-button_root--navigation--stretched--icon-left_146u3_396{justify-content:flex-end}.ds-button_root--dark-filled_146u3_399{background-color:#f8f8f8;color:#252525}.ds-button_root--dark-filled_146u3_399:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_146u3_399:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-filled_146u3_399:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-filled_146u3_399:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_146u3_399:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-filled_146u3_399:hover{background-color:#dadada}}.ds-button_root--dark-filled_146u3_399[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-filled_146u3_399[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-filled_146u3_399[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-filled_146u3_399[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-outline_146u3_456{border-color:#f8f8f8;color:#fff}.ds-button_root--dark-outline_146u3_456:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_146u3_456:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-outline_146u3_456:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-outline_146u3_456:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_146u3_456:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-outline_146u3_456:hover{background-color:#ffffff26}}.ds-button_root--dark-outline_146u3_456[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button_root--dark-outline_146u3_456[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-outline_146u3_456[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-outline_146u3_456[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost_146u3_512{color:#fff}.ds-button_root--dark-ghost_146u3_512:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_146u3_512:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost_146u3_512:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost_146u3_512:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_146u3_512:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost_146u3_512:hover{background-color:#ffffff26}}.ds-button_root--dark-ghost_146u3_512[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost_146u3_512[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_146u3_512[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost_146u3_512[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost-flush_146u3_566{color:#fff}.ds-button_root--dark-ghost-flush_146u3_566:focus,.ds-button_root--dark-ghost-flush_146u3_566:focus-visible{outline:none}.ds-button_root--dark-ghost-flush_146u3_566:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_146u3_566:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost-flush_146u3_566:focus:before{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost-flush_146u3_566:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_146u3_566:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost-flush_146u3_566:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--dark-ghost-flush_146u3_566:hover:before{background-color:transparent}}.ds-button_root--dark-ghost-flush_146u3_566[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost-flush_146u3_566[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_146u3_566[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost-flush_146u3_566[aria-disabled=true]:before{background-color:transparent}.ds-button_root--small_146u3_237{min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button_root--small_146u3_237.ds-button_root--ghost-flush_146u3_231:before{right:-8px;left:-8px}.ds-button_root--stretched_146u3_641{width:100%}.ds-button_root--icon-left_146u3_644{flex-direction:row-reverse}.ds-button_root--icon-only_146u3_647{width:3rem;height:3rem}.ds-button_root--icon-only_146u3_647.ds-button_root--ghost-flush_146u3_231{width:1rem;height:1rem}.ds-button_root--icon-only-small_146u3_656{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button_root--icon-only-small_146u3_656.ds-button_root--ghost-flush_146u3_231{width:1rem;height:1rem}.ds-button_root_146u3_1{position:relative}@media (min-width: 1024px){.ds-button_icon--navigation_146u3_672{min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}.ds-button_icon--hidden_146u3_679{opacity:0}.ds-button_label--hidden_146u3_683{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button_label--loading_146u3_695{opacity:0}.ds-button_loader_146u3_699{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button_loader_146u3_699 svg{fill:currentColor}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-combobox_root_1wh7q_1:has(.ds-combobox_hint_1wh7q_1) .ds-combobox_label-wrapper_1wh7q_1{margin-block-end:2px}.ds-combobox_wrapper_1wh7q_5{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-combobox_action-button_1wh7q_11{grid-area:1/4/2/5}.ds-combobox_label_1wh7q_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-combobox_label--disabled_1wh7q_30{color:GrayText}}.ds-combobox_label-wrapper_1wh7q_1{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-combobox_label-wrapper--hidden_1wh7q_42{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-combobox_hint_1wh7q_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-combobox_feedback_1wh7q_70{margin-block-start:8px}:where(.ds-combobox_select_1wh7q_74){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_1wh7q_82){padding-inline-start:7px;padding-inline-end:7px}.ds-combobox_select_1wh7q_74{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-combobox_select_1wh7q_74:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_1wh7q_74:focus{outline:revert;outline-offset:revert}.ds-combobox_select_1wh7q_74:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_1wh7q_74{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select_1wh7q_74{transition-duration:0ms}}@media (hover: hover){.ds-combobox_select_1wh7q_74:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select_1wh7q_74:hover{border-color:Highlight}}.ds-combobox_select_1wh7q_74{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-combobox_select_1wh7q_74[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-combobox_select_1wh7q_74[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_1wh7q_74[readonly]:focus{outline:revert;outline-offset:revert}.ds-combobox_select_1wh7q_74[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_1wh7q_74:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-combobox_select_1wh7q_74::-webkit-placeholder,.ds-combobox_select_1wh7q_74::placeholder{color:#666;opacity:1}.ds-combobox_select--invalid_1wh7q_194{border-color:#d43b3b;outline-color:#d43b3b}.ds-combobox_select--invalid_1wh7q_194:active,.ds-combobox_select--invalid_1wh7q_194:focus,.ds-combobox_select--invalid_1wh7q_194:focus-visible{border-color:#252525}.ds-combobox_select--small_1wh7q_82{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-combobox_select_1wh7q_74{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-combobox_select_1wh7q_74::-webkit-outer-spin-button,.ds-combobox_select_1wh7q_74::-webkit-inner-spin-button,.ds-combobox_select_1wh7q_74::-webkit-search-decoration,.ds-combobox_select_1wh7q_74::-webkit-search-cancel-button,.ds-combobox_select_1wh7q_74::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_1wh7q_74::-webkit-date-and-time-value{text-align:left}.ds-combobox_select_1wh7q_74:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-combobox_select_1wh7q_74[type=search]{appearance:none;-webkit-appearance:none}.ds-combobox_select_1wh7q_74[type=range]{accent-color:#E9640C}.ds-combobox_select_1wh7q_74[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-combobox_select--small_1wh7q_82{min-height:2rem;height:2rem}.ds-combobox_select--small_1wh7q_82.ds-combobox_input--has-leading-icon_1wh7q_252{padding-inline-start:calc(16px + 1rem)}.ds-combobox_select--small_1wh7q_82.ds-combobox_input--has-action-button_1wh7q_255{padding-inline-end:calc(2rem + 8px)}.ds-combobox_select--small_1wh7q_82.ds-combobox_input--has-second-action-button_1wh7q_258{padding-inline-end:calc(4rem + 8px)}.ds-combobox_select--has-leading-icon_1wh7q_261{padding-inline-start:calc(32px + 1rem)}.ds-combobox_select--has-action-button_1wh7q_264{padding-inline-end:calc(3rem + 16px)}.ds-combobox_select--has-second-action-button_1wh7q_267{padding-inline-end:calc(6rem + 16px)}.ds-combobox_select--has-affix_1wh7q_270{color:#0000}.ds-combobox_select--has-affix_1wh7q_270::placeholder{color:#0000}.ds-combobox_select--has-affix_1wh7q_270::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select--has-affix_1wh7q_270::placeholder{transition-duration:0ms}}.ds-combobox_select--is-ready_1wh7q_284{color:#252525}.ds-combobox_select--is-ready_1wh7q_284::placeholder{color:#666}.ds-combobox_select_1wh7q_74{border-radius:0}.ds-combobox_select_1wh7q_74.ds-combobox_select--disabled_1wh7q_294{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74.ds-combobox_select--disabled_1wh7q_294{color:GrayText}}.ds-combobox_select_1wh7q_74.ds-combobox_select--focused_1wh7q_305{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74.ds-combobox_select--focused_1wh7q_305{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-combobox_select_1wh7q_74.ds-combobox_select--focused_1wh7q_305{outline-color:Highlight}}@media (hover: hover){.ds-combobox_select--hovered_1wh7q_322{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select--hovered_1wh7q_322{border-color:Highlight}}.ds-combobox_placeholder_1wh7q_332{color:#666}@media screen and (forced-colors: active){.ds-combobox_placeholder_1wh7q_332{color:GrayText}}.ds-combobox_menu-list_1wh7q_341{top:6px;background-color:#fff;border:1px solid #DADADA;border-radius:.125rem;padding-block:15px;padding-inline:7px;box-shadow:0 8px 48px #0000001a,0 2px 4px #0000000a}.ds-combobox_group-heading_1wh7q_351{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}.ds-combobox_option_1wh7q_373{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:16px;padding-inline-end:16px;align-items:center}.ds-combobox_option--small_1wh7q_389{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}.ds-combobox_option--grouped_1wh7q_404{padding-inline-start:24px}.ds-combobox_option--single_1wh7q_407{justify-content:space-between}.ds-combobox_option--disabled_1wh7q_410{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--disabled_1wh7q_410{color:GrayText}}.ds-combobox_option--focus-hover_1wh7q_418:not(.ds-combobox_option--disabled_1wh7q_410){border-radius:.125rem;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_option--focus-hover_1wh7q_418:not(.ds-combobox_option--disabled_1wh7q_410){forced-color-adjust:auto;outline-color:Highlight}}.ds-combobox_option--text_1wh7q_430{margin-inline-end:8px}.ds-combobox_option--check-icon_1wh7q_433{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){.ds-combobox_option--check-icon_1wh7q_433{fill:CanvasText}}.ds-combobox_option--check-icon--disabled_1wh7q_443{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--check-icon--disabled_1wh7q_443{fill:GrayText}}.ds-combobox_single-option_1wh7q_452{display:flex;flex-wrap:nowrap;width:100%}.ds-combobox_multi-option_1wh7q_458{width:100%}.ds-combobox_single-value_1wh7q_462{display:flex;align-items:center}.ds-combobox_single-value--text_1wh7q_466{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds-combobox_leading-icon_1wh7q_473{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){.ds-combobox_leading-icon_1wh7q_473{background-color:Canvas;fill:CanvasText}}.ds-combobox_leading-icon--small_1wh7q_484,.ds-combobox_leading-icon--selected_1wh7q_484{margin-block-start:0px}.ds-combobox_leading-icon--disabled_1wh7q_487{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_leading-icon--disabled_1wh7q_487{fill:GrayText}}.ds-combobox_indicator_1wh7q_496,.ds-combobox_clear_1wh7q_497{width:3rem;height:3rem;justify-content:center;cursor:pointer}.ds-combobox_indicator--small_1wh7q_503,.ds-combobox_clear--small_1wh7q_504{width:2rem;height:2rem}.ds-combobox_indicator--icon_1wh7q_508,.ds-combobox_clear--icon_1wh7q_509{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}.ds-combobox_indicator--icon--small_1wh7q_516,.ds-combobox_clear--icon--small_1wh7q_517{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-fieldset_root_1rlhb_1){margin:0}.ds-fieldset_root_1rlhb_1{padding:0;border:none}@media screen and (forced-colors: active){.ds-fieldset_root_1rlhb_1:disabled{color:GrayText}}.ds-fieldset_root_1rlhb_1 a:not([class]){display:inline;padding-inline-end:2px;padding-inline-start:2px;padding-block-start:0;padding-block-end:0;line-height:inherit;font-size:inherit;text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}:where(.ds-fieldset_root_1rlhb_1 a:not([class]))[href^="http://"]:after,:where(.ds-fieldset_root_1rlhb_1 a:not([class]))[href^="https://"]:after,:where(.ds-fieldset_root_1rlhb_1 a:not([class]))[href^="#"]:after{display:inline-block;margin-inline-start:.375em;width:.75em;height:.75em}.ds-fieldset_root_1rlhb_1 a:not([class]){color:#252525}.ds-fieldset_root_1rlhb_1 a:not([class]):link,.ds-fieldset_root_1rlhb_1 a:not([class]):visited{color:#252525}.ds-fieldset_root_1rlhb_1 a:not([class]):active{background-color:#0000001a;color:#252525}@media (hover: hover){.ds-fieldset_root_1rlhb_1 a:not([class]):hover{background-color:#0000001a;color:#252525}}@media screen and (hover: hover) and (forced-colors: active){.ds-fieldset_root_1rlhb_1 a:not([class]):hover{background-color:Canvas}}.ds-fieldset_root_1rlhb_1 a:not([class])[href^="http://"]:after,.ds-fieldset_root_1rlhb_1 a:not([class])[href^="https://"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath fill-rule='evenodd' d='M9 2V0h7v7h-2V3.4L8.1 9.3 6.7 7.9 12.6 2H9Zm5 8h-2v4H2V4h4V2H0v14h14v-6Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.ds-fieldset_root_1rlhb_1 a:not([class])[href^="#"]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23252525' viewBox='0 0 16 16' focusable='false' width='100%25' height='100%25'%3E%3Cpath d='M14.4 9.6 8 16 1.6 9.6 3 8.2l4 4V0h2v12.2l4-4 1.4 1.4Z'/%3E%3C/svg%3E")}.ds-fieldset_root_1rlhb_1 a:not([class]):focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1rlhb_1 a:not([class]):focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-fieldset_root_1rlhb_1 a:not([class]):focus{outline:revert;outline-offset:revert}.ds-fieldset_root_1rlhb_1 a:not([class]):focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-fieldset_root_1rlhb_1 a:not([class]):focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-fieldset_root_1rlhb_1 a:not([class]){transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-fieldset_root_1rlhb_1 a:not([class]){transition-duration:0ms}}.ds-fieldset_child-wrapper_1rlhb_98{margin-block-start:24px}.ds-fieldset_child-wrapper_1rlhb_98>*:not(:first-child){margin-block-start:24px}.ds-fieldset_legend-wrapper_1rlhb_105{margin-block:2px}.ds-fieldset_legend_1rlhb_105{padding-inline-start:0;padding-inline-end:0;display:flex;align-items:center;gap:4px}.ds-fieldset_legend--utility--m_1rlhb_116{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-fieldset_description_1rlhb_128{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:inline-block;max-width:34em;margin-block-start:6px}.ds-fieldset_description--small_1rlhb_142{margin-block-start:2px}.ds-fieldset_system-feedback_1rlhb_146{margin-block-start:16px;margin-block-end:32px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input-file_root_ad2pg_1 .ds-input-file_browse-button--is-dragging-filled_ad2pg_1{background-color:#444}.ds-input-file_root_ad2pg_1 .ds-input-file_browse-button--is-dragging-filled_ad2pg_1 span{pointer-events:none}.ds-input-file_root_ad2pg_1 .ds-input-file_browse-button--is-dragging_ad2pg_1{background-color:#ededed}.ds-input-file_root_ad2pg_1 .ds-input-file_browse-button--is-dragging_ad2pg_1 span{pointer-events:none}.ds-input-file_root_ad2pg_1:has(.ds-input-file_hint_ad2pg_14) .ds-input-file_label-wrapper_ad2pg_14{margin-block-end:2px}.ds-input-file_label_ad2pg_14{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-input-file_label--disabled_ad2pg_33{color:GrayText}}.ds-input-file_label-wrapper_ad2pg_14{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-input-file_label-wrapper--hidden_ad2pg_45{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-input-file_hint_ad2pg_14{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-file_feedback_ad2pg_73{margin-block-start:8px}.ds-input-file_dropzone_ad2pg_77{border:1px dashed #B1B1B1;padding:32px;text-align:center;cursor:pointer}.ds-input-file_dropzone--disabled_ad2pg_83{cursor:not-allowed;color:#00000080;border-color:#0000001a}@media screen and (forced-colors: active){.ds-input-file_dropzone--disabled_ad2pg_83{color:GrayText;border-color:GrayText}}.ds-input-file_dropzone--disabled_ad2pg_83 svg{fill:currentColor}.ds-input-file_dropzone--invalid_ad2pg_97{border-color:#d43b3b}.ds-input-file_dropzone--is-dragging_ad2pg_100{background-color:#ededed}.ds-input-file_dropzone--is-dragging_ad2pg_100 .ds-input-file_hint-drop-zone_ad2pg_103{pointer-events:none}.ds-input-file_dropzone_ad2pg_77 .ds-input-file_upload-icon_ad2pg_106{margin-block-end:12px}.ds-input-file_dropzone_ad2pg_77 .ds-input-file_browse-button-dropzone--is-dragging_ad2pg_109{pointer-events:none}.ds-input-file_dropzone_ad2pg_77 .ds-input-file_instructions_ad2pg_112{margin-block-start:0;margin-block-end:24px;pointer-events:none;font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-input-file_dropzone_ad2pg_77 .ds-input-file_hint-drop-zone_ad2pg_103{color:#666;margin-block-start:16px;text-align:center;font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-file_dropzone_ad2pg_77{transition:border-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-file_dropzone_ad2pg_77{transition-duration:0ms}}.ds-input-file_input_ad2pg_149{display:none}.ds-input-file_required-sr-info_ad2pg_153{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
|
+
:where(.ds-input-number_input_1nvt0_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-number_input--small_1nvt0_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-number_input_1nvt0_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-number_input_1nvt0_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-number_input_1nvt0_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-number_input_1nvt0_1:focus{outline:revert;outline-offset:revert}.ds-input-number_input_1nvt0_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-number_input_1nvt0_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-number_input_1nvt0_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-number_input_1nvt0_1{transition-duration:0ms}}@media (hover: hover){.ds-input-number_input_1nvt0_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-number_input_1nvt0_1:hover{border-color:Highlight}}.ds-input-number_input_1nvt0_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-number_input_1nvt0_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-number_input_1nvt0_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-number_input_1nvt0_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-number_input_1nvt0_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-number_input_1nvt0_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-number_input_1nvt0_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-number_input_1nvt0_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-number_input_1nvt0_1::-webkit-placeholder,.ds-input-number_input_1nvt0_1::placeholder{color:#666;opacity:1}.ds-input-number_input--invalid_1nvt0_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-number_input--invalid_1nvt0_121:active,.ds-input-number_input--invalid_1nvt0_121:focus,.ds-input-number_input--invalid_1nvt0_121:focus-visible{border-color:#252525}.ds-input-number_input--small_1nvt0_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-number_input_1nvt0_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-number_input_1nvt0_1::-webkit-outer-spin-button,.ds-input-number_input_1nvt0_1::-webkit-inner-spin-button,.ds-input-number_input_1nvt0_1::-webkit-search-decoration,.ds-input-number_input_1nvt0_1::-webkit-search-cancel-button,.ds-input-number_input_1nvt0_1::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-input-number_input_1nvt0_1::-webkit-date-and-time-value{text-align:left}.ds-input-number_input_1nvt0_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-input-number_input_1nvt0_1[type=search]{appearance:none;-webkit-appearance:none}.ds-input-number_input_1nvt0_1[type=range]{accent-color:#E9640C}.ds-input-number_input_1nvt0_1[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-input-number_input--small_1nvt0_9{min-height:2rem;height:2rem}.ds-input-number_input--small_1nvt0_9.ds-input-number_input--has-leading-icon_1nvt0_179{padding-inline-start:calc(16px + 1rem)}.ds-input-number_input--small_1nvt0_9.ds-input-number_input--has-action-button_1nvt0_182{padding-inline-end:calc(2rem + 8px)}.ds-input-number_input--small_1nvt0_9.ds-input-number_input--has-second-action-button_1nvt0_185{padding-inline-end:calc(4rem + 8px)}.ds-input-number_input--has-leading-icon_1nvt0_179{padding-inline-start:calc(32px + 1rem)}.ds-input-number_input--has-action-button_1nvt0_182{padding-inline-end:calc(3rem + 16px)}.ds-input-number_input--has-second-action-button_1nvt0_185{padding-inline-end:calc(6rem + 16px)}.ds-input-number_input--has-affix_1nvt0_197{color:#0000}.ds-input-number_input--has-affix_1nvt0_197::placeholder{color:#0000}.ds-input-number_input--has-affix_1nvt0_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-number_input--has-affix_1nvt0_197::placeholder{transition-duration:0ms}}.ds-input-number_input--is-ready_1nvt0_211{color:#252525}.ds-input-number_input--is-ready_1nvt0_211::placeholder{color:#666}.ds-input-number_input_1nvt0_1{grid-area:1/1/2/4}.ds-input-number_root_1nvt0_222:has(.ds-input-number_hint_1nvt0_222) .ds-input-number_label-wrapper_1nvt0_222{margin-block-end:2px}.ds-input-number_wrapper_1nvt0_226{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-number_affix_1nvt0_232{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display: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)}.ds-input-number_affix--small_1nvt0_253{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-number_affix_1nvt0_232.ds-input-number_prefix_1nvt0_266{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input-number_affix_1nvt0_232.ds-input-number_suffix_1nvt0_272{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input-number_affix--disabled_1nvt0_278{color:#00000080}@media screen and (forced-colors: active){.ds-input-number_affix--disabled_1nvt0_278{color:GrayText}}.ds-input-number_affix--disabled_1nvt0_278.ds-input-number_prefix_1nvt0_266,.ds-input-number_affix--disabled_1nvt0_278.ds-input-number_suffix_1nvt0_272{border-color:#0000001a}.ds-input-number_affix--readonly_1nvt0_289{background-color:#ededed;position:relative}.ds-input-number_affix--readonly_1nvt0_289.ds-input-number_prefix_1nvt0_266,.ds-input-number_affix--readonly_1nvt0_289.ds-input-number_suffix_1nvt0_272{border-color:transparent}.ds-input-number_affix--readonly_1nvt0_289.ds-input-number_prefix_1nvt0_266:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-input-number_affix--readonly_1nvt0_289.ds-input-number_prefix_1nvt0_266:after{background-color:transparent}}.ds-input-number_affix--readonly_1nvt0_289.ds-input-number_suffix_1nvt0_272:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-input-number_affix--readonly_1nvt0_289.ds-input-number_suffix_1nvt0_272:before{background-color:transparent}}.ds-input-number_action-button_1nvt0_325{grid-area:1/4/2/5}.ds-input-number_label_1nvt0_222{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-input-number_label--disabled_1nvt0_344{color:GrayText}}.ds-input-number_label-wrapper_1nvt0_222{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-input-number_label-wrapper--hidden_1nvt0_356{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-input-number_hint_1nvt0_222{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-number_feedback_1nvt0_384{margin-block-start:8px}.ds-input-number_wrapper_1nvt0_226{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}.ds-input-number_action-button_1nvt0_325{grid-area:1/5/2/6}.ds-input-number_second-action-button_1nvt0_397{grid-area:1/4/2/5}.ds-input-number_value-announcer_1nvt0_401{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
|
+
:where(.ds-input-password_input_l2ovg_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-password_input--small_l2ovg_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-password_input_l2ovg_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-password_input_l2ovg_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_l2ovg_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_l2ovg_1:focus{outline:revert;outline-offset:revert}.ds-input-password_input_l2ovg_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_l2ovg_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_l2ovg_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input_l2ovg_1{transition-duration:0ms}}@media (hover: hover){.ds-input-password_input_l2ovg_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-password_input_l2ovg_1:hover{border-color:Highlight}}.ds-input-password_input_l2ovg_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-password_input_l2ovg_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-password_input_l2ovg_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_l2ovg_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_l2ovg_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-password_input_l2ovg_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_l2ovg_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_l2ovg_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-password_input_l2ovg_1::-webkit-placeholder,.ds-input-password_input_l2ovg_1::placeholder{color:#666;opacity:1}.ds-input-password_input--invalid_l2ovg_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-password_input--invalid_l2ovg_121:active,.ds-input-password_input--invalid_l2ovg_121:focus,.ds-input-password_input--invalid_l2ovg_121:focus-visible{border-color:#252525}.ds-input-password_input--small_l2ovg_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-password_input_l2ovg_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-password_input_l2ovg_1::-webkit-outer-spin-button,.ds-input-password_input_l2ovg_1::-webkit-inner-spin-button,.ds-input-password_input_l2ovg_1::-webkit-search-decoration,.ds-input-password_input_l2ovg_1::-webkit-search-cancel-button,.ds-input-password_input_l2ovg_1::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_l2ovg_1::-webkit-date-and-time-value{text-align:left}.ds-input-password_input_l2ovg_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-input-password_input_l2ovg_1[type=search]{appearance:none;-webkit-appearance:none}.ds-input-password_input_l2ovg_1[type=range]{accent-color:#E9640C}.ds-input-password_input_l2ovg_1[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-input-password_input--small_l2ovg_9{min-height:2rem;height:2rem}.ds-input-password_input--small_l2ovg_9.ds-input-password_input--has-leading-icon_l2ovg_179{padding-inline-start:calc(16px + 1rem)}.ds-input-password_input--small_l2ovg_9.ds-input-password_input--has-action-button_l2ovg_182{padding-inline-end:calc(2rem + 8px)}.ds-input-password_input--small_l2ovg_9.ds-input-password_input--has-second-action-button_l2ovg_185{padding-inline-end:calc(4rem + 8px)}.ds-input-password_input--has-leading-icon_l2ovg_179{padding-inline-start:calc(32px + 1rem)}.ds-input-password_input--has-action-button_l2ovg_182{padding-inline-end:calc(3rem + 16px)}.ds-input-password_input--has-second-action-button_l2ovg_185{padding-inline-end:calc(6rem + 16px)}.ds-input-password_input--has-affix_l2ovg_197{color:#0000}.ds-input-password_input--has-affix_l2ovg_197::placeholder{color:#0000}.ds-input-password_input--has-affix_l2ovg_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input--has-affix_l2ovg_197::placeholder{transition-duration:0ms}}.ds-input-password_input--is-ready_l2ovg_211{color:#252525}.ds-input-password_input--is-ready_l2ovg_211::placeholder{color:#666}.ds-input-password_root_l2ovg_218:has(.ds-input-password_hint_l2ovg_218) .ds-input-password_label-wrapper_l2ovg_218{margin-block-end:2px}.ds-input-password_wrapper_l2ovg_222{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-password_action-button_l2ovg_228{grid-area:1/4/2/5}.ds-input-password_label_l2ovg_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-input-password_label--disabled_l2ovg_247{color:GrayText}}.ds-input-password_label-wrapper_l2ovg_218{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-input-password_label-wrapper--hidden_l2ovg_259{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-input-password_hint_l2ovg_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-password_feedback_l2ovg_287{margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-input-search_input_37dw5_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-search_input--small_37dw5_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-search_input_37dw5_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-search_input_37dw5_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_37dw5_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_37dw5_1:focus{outline:revert;outline-offset:revert}.ds-input-search_input_37dw5_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_37dw5_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_37dw5_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input_37dw5_1{transition-duration:0ms}}@media (hover: hover){.ds-input-search_input_37dw5_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-search_input_37dw5_1:hover{border-color:Highlight}}.ds-input-search_input_37dw5_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-search_input_37dw5_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-search_input_37dw5_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_37dw5_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_37dw5_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-search_input_37dw5_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_37dw5_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_37dw5_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-search_input_37dw5_1::-webkit-placeholder,.ds-input-search_input_37dw5_1::placeholder{color:#666;opacity:1}.ds-input-search_input--invalid_37dw5_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-search_input--invalid_37dw5_121:active,.ds-input-search_input--invalid_37dw5_121:focus,.ds-input-search_input--invalid_37dw5_121:focus-visible{border-color:#252525}.ds-input-search_input--small_37dw5_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-search_input_37dw5_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-search_input_37dw5_1::-webkit-outer-spin-button,.ds-input-search_input_37dw5_1::-webkit-inner-spin-button,.ds-input-search_input_37dw5_1::-webkit-search-decoration,.ds-input-search_input_37dw5_1::-webkit-search-cancel-button,.ds-input-search_input_37dw5_1::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_37dw5_1::-webkit-date-and-time-value{text-align:left}.ds-input-search_input_37dw5_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-input-search_input_37dw5_1[type=search]{appearance:none;-webkit-appearance:none}.ds-input-search_input_37dw5_1[type=range]{accent-color:#E9640C}.ds-input-search_input_37dw5_1[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-input-search_input--small_37dw5_9{min-height:2rem;height:2rem}.ds-input-search_input--small_37dw5_9.ds-input-search_input--has-leading-icon_37dw5_179{padding-inline-start:calc(16px + 1rem)}.ds-input-search_input--small_37dw5_9.ds-input-search_input--has-action-button_37dw5_182{padding-inline-end:calc(2rem + 8px)}.ds-input-search_input--small_37dw5_9.ds-input-search_input--has-second-action-button_37dw5_185{padding-inline-end:calc(4rem + 8px)}.ds-input-search_input--has-leading-icon_37dw5_179{padding-inline-start:calc(32px + 1rem)}.ds-input-search_input--has-action-button_37dw5_182{padding-inline-end:calc(3rem + 16px)}.ds-input-search_input--has-second-action-button_37dw5_185{padding-inline-end:calc(6rem + 16px)}.ds-input-search_input--has-affix_37dw5_197{color:#0000}.ds-input-search_input--has-affix_37dw5_197::placeholder{color:#0000}.ds-input-search_input--has-affix_37dw5_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input--has-affix_37dw5_197::placeholder{transition-duration:0ms}}.ds-input-search_input--is-ready_37dw5_211{color:#252525}.ds-input-search_input--is-ready_37dw5_211::placeholder{color:#666}.ds-input-search_root_37dw5_218:has(.ds-input-search_hint_37dw5_218) .ds-input-search_label-wrapper_37dw5_218{margin-block-end:2px}.ds-input-search_wrapper_37dw5_222{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-search_action-button_37dw5_228{grid-area:1/4/2/5}.ds-input-search_second-action-button_37dw5_232{grid-area:1/3/2/4}.ds-input-search_label_37dw5_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-input-search_label--disabled_37dw5_251{color:GrayText}}.ds-input-search_label-wrapper_37dw5_218{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-input-search_label-wrapper--hidden_37dw5_263{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-input-search_hint_37dw5_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input-search_feedback_37dw5_291{margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-link-button_root_250ek_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root_250ek_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root_250ek_1:focus{outline:revert;outline-offset:revert}.ds-link-button_root_250ek_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root_250ek_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-button_root_250ek_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-link-button_root_250ek_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link-button_root_250ek_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-link-button_root_250ek_1{background-color:Canvas!important}.ds-link-button_root_250ek_1:hover{border-color:Highlight}}.ds-link-button_root--highlight_250ek_75,.ds-link-button_root--dark-highlight_250ek_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-link-button_root--highlight_250ek_75:hover,.ds-link-button_root--dark-highlight_250ek_75:hover{background-color:#e9640c}}.ds-link-button_root--highlight_250ek_75[aria-disabled=true],.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link-button_root--highlight_250ek_75[aria-disabled=true] svg,.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--highlight_250ek_75[aria-disabled=true],.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--highlight_250ek_75[aria-disabled=true]:before,.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-highlight_250ek_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-highlight_250ek_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-highlight_250ek_75:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-highlight_250ek_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-highlight_250ek_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-highlight_250ek_75[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--filled_250ek_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-link-button_root--filled_250ek_151:hover{background-color:#444}}.ds-link-button_root--filled_250ek_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link-button_root--filled_250ek_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--filled_250ek_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--filled_250ek_151[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--outline_250ek_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-link-button_root--outline_250ek_179:hover{background-color:#0000001a}}.ds-link-button_root--outline_250ek_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-link-button_root--outline_250ek_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--outline_250ek_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--outline_250ek_179[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--ghost_250ek_206{color:#252525}@media (hover: hover){.ds-link-button_root--ghost_250ek_206:hover{background-color:#0000001a}}.ds-link-button_root--ghost_250ek_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link-button_root--ghost_250ek_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--ghost_250ek_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--ghost_250ek_206[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--ghost-flush_250ek_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link-button_root--ghost-flush_250ek_231.ds-link-button_root--small_250ek_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link-button_root--ghost-flush_250ek_231:before{content:"";position:absolute;inset:-1px -12px}.ds-link-button_root--ghost-flush_250ek_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-link-button_root--ghost-flush_250ek_231:before{transition-duration:0ms}}.ds-link-button_root--ghost-flush_250ek_231:focus,.ds-link-button_root--ghost-flush_250ek_231:focus-visible{outline:none}.ds-link-button_root--ghost-flush_250ek_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--ghost-flush_250ek_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--ghost-flush_250ek_231:focus:before{outline:revert;outline-offset:revert}.ds-link-button_root--ghost-flush_250ek_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--ghost-flush_250ek_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--ghost-flush_250ek_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-button_root--ghost-flush_250ek_231:hover:before{background-color:transparent}}.ds-link-button_root--ghost-flush_250ek_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link-button_root--ghost-flush_250ek_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--ghost-flush_250ek_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--ghost-flush_250ek_231[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--navigation_250ek_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){.ds-link-button_root--navigation_250ek_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}}.ds-link-button_root--navigation_250ek_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-link-button_root--navigation_250ek_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--navigation_250ek_317:focus{outline:revert;outline-offset:revert}.ds-link-button_root--navigation_250ek_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-link-button_root--navigation_250ek_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--navigation_250ek_317:hover{background-color:#0000001a}}.ds-link-button_root--navigation_250ek_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link-button_root--navigation_250ek_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--navigation_250ek_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--navigation_250ek_317[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--navigation--stretched_250ek_393{justify-content:flex-start}.ds-link-button_root--navigation--stretched--icon-left_250ek_396{justify-content:flex-end}.ds-link-button_root--dark-filled_250ek_399{background-color:#f8f8f8;color:#252525}.ds-link-button_root--dark-filled_250ek_399:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-filled_250ek_399:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-filled_250ek_399:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-filled_250ek_399:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-filled_250ek_399:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-filled_250ek_399:hover{background-color:#dadada}}.ds-link-button_root--dark-filled_250ek_399[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link-button_root--dark-filled_250ek_399[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-filled_250ek_399[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-filled_250ek_399[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-outline_250ek_456{border-color:#f8f8f8;color:#fff}.ds-link-button_root--dark-outline_250ek_456:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-outline_250ek_456:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-outline_250ek_456:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-outline_250ek_456:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-outline_250ek_456:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-outline_250ek_456:hover{background-color:#ffffff26}}.ds-link-button_root--dark-outline_250ek_456[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-link-button_root--dark-outline_250ek_456[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-outline_250ek_456[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-outline_250ek_456[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-ghost_250ek_512{color:#fff}.ds-link-button_root--dark-ghost_250ek_512:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost_250ek_512:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-ghost_250ek_512:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-ghost_250ek_512:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost_250ek_512:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-ghost_250ek_512:hover{background-color:#ffffff26}}.ds-link-button_root--dark-ghost_250ek_512[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link-button_root--dark-ghost_250ek_512[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost_250ek_512[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-ghost_250ek_512[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-ghost-flush_250ek_566{color:#fff}.ds-link-button_root--dark-ghost-flush_250ek_566:focus,.ds-link-button_root--dark-ghost-flush_250ek_566:focus-visible{outline:none}.ds-link-button_root--dark-ghost-flush_250ek_566:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_250ek_566:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-ghost-flush_250ek_566:focus:before{outline:revert;outline-offset:revert}.ds-link-button_root--dark-ghost-flush_250ek_566:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_250ek_566:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-ghost-flush_250ek_566:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_250ek_566:hover:before{background-color:transparent}}.ds-link-button_root--dark-ghost-flush_250ek_566[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link-button_root--dark-ghost-flush_250ek_566[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_250ek_566[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-ghost-flush_250ek_566[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--small_250ek_237{min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-link-button_root--small_250ek_237.ds-link-button_root--ghost-flush_250ek_231:before{right:-8px;left:-8px}.ds-link-button_root--stretched_250ek_641{width:100%}.ds-link-button_root--icon-left_250ek_644{flex-direction:row-reverse}.ds-link-button_root--icon-only_250ek_647{width:3rem;height:3rem}.ds-link-button_root--icon-only_250ek_647.ds-link-button_root--ghost-flush_250ek_231{width:1rem;height:1rem}.ds-link-button_root--icon-only-small_250ek_656{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-link-button_root--icon-only-small_250ek_656.ds-link-button_root--ghost-flush_250ek_231{width:1rem;height:1rem}@media (min-width: 1024px){.ds-link-button_icon--navigation_250ek_668{min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}.ds-link-button_label--hidden_250ek_676{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
|
+
.ds-select_root_1p3qq_1:has(.ds-select_hint_1p3qq_1) .ds-select_label-wrapper_1p3qq_1{margin-block-end:2px}.ds-select_wrapper_1p3qq_5{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-select_affix_1p3qq_11{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display: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)}.ds-select_affix--small_1p3qq_32{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_affix_1p3qq_11.ds-select_prefix_1p3qq_45{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-select_affix_1p3qq_11.ds-select_suffix_1p3qq_51{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-select_affix--disabled_1p3qq_57{color:#00000080}@media screen and (forced-colors: active){.ds-select_affix--disabled_1p3qq_57{color:GrayText}}.ds-select_affix--disabled_1p3qq_57.ds-select_prefix_1p3qq_45,.ds-select_affix--disabled_1p3qq_57.ds-select_suffix_1p3qq_51{border-color:#0000001a}.ds-select_affix--readonly_1p3qq_68{background-color:#ededed;position:relative}.ds-select_affix--readonly_1p3qq_68.ds-select_prefix_1p3qq_45,.ds-select_affix--readonly_1p3qq_68.ds-select_suffix_1p3qq_51{border-color:transparent}.ds-select_affix--readonly_1p3qq_68.ds-select_prefix_1p3qq_45:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-select_affix--readonly_1p3qq_68.ds-select_prefix_1p3qq_45:after{background-color:transparent}}.ds-select_affix--readonly_1p3qq_68.ds-select_suffix_1p3qq_51:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-select_affix--readonly_1p3qq_68.ds-select_suffix_1p3qq_51:before{background-color:transparent}}.ds-select_action-button_1p3qq_104{grid-area:1/4/2/5}.ds-select_label_1p3qq_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-select_label--disabled_1p3qq_123{color:GrayText}}.ds-select_label-wrapper_1p3qq_1{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-select_label-wrapper--hidden_1p3qq_135{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-select_hint_1p3qq_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-select_feedback_1p3qq_163{margin-block-start:8px}.ds-select_select-wrapper_1p3qq_167{display:grid;grid-template-columns:1fr max-content;align-items:center}:where(.ds-select_select_1p3qq_167){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-select_select--small_1p3qq_181){padding-inline-start:7px;padding-inline-end:7px}.ds-select_select_1p3qq_167{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1p3qq_167:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1p3qq_167:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1p3qq_167:focus{outline:revert;outline-offset:revert}.ds-select_select_1p3qq_167:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1p3qq_167:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1p3qq_167{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select_1p3qq_167{transition-duration:0ms}}@media (hover: hover){.ds-select_select_1p3qq_167:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-select_select_1p3qq_167:hover{border-color:Highlight}}.ds-select_select_1p3qq_167{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-select_select_1p3qq_167[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-select_select_1p3qq_167[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1p3qq_167[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1p3qq_167[readonly]:focus{outline:revert;outline-offset:revert}.ds-select_select_1p3qq_167[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1p3qq_167[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1p3qq_167:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-select_select_1p3qq_167::-webkit-placeholder,.ds-select_select_1p3qq_167::placeholder{color:#666;opacity:1}.ds-select_select--invalid_1p3qq_293{border-color:#d43b3b;outline-color:#d43b3b}.ds-select_select--invalid_1p3qq_293:active,.ds-select_select--invalid_1p3qq_293:focus,.ds-select_select--invalid_1p3qq_293:focus-visible{border-color:#252525}.ds-select_select--small_1p3qq_181{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-select_select_1p3qq_167{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-select_select_1p3qq_167::-webkit-outer-spin-button,.ds-select_select_1p3qq_167::-webkit-inner-spin-button,.ds-select_select_1p3qq_167::-webkit-search-decoration,.ds-select_select_1p3qq_167::-webkit-search-cancel-button,.ds-select_select_1p3qq_167::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-select_select_1p3qq_167::-webkit-date-and-time-value{text-align:left}.ds-select_select_1p3qq_167:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-select_select_1p3qq_167[type=search]{appearance:none;-webkit-appearance:none}.ds-select_select_1p3qq_167[type=range]{accent-color:#E9640C}.ds-select_select_1p3qq_167[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-select_select--small_1p3qq_181{min-height:2rem;height:2rem}.ds-select_select--small_1p3qq_181.ds-select_input--has-leading-icon_1p3qq_351{padding-inline-start:calc(16px + 1rem)}.ds-select_select--small_1p3qq_181.ds-select_input--has-action-button_1p3qq_354{padding-inline-end:calc(2rem + 8px)}.ds-select_select--small_1p3qq_181.ds-select_input--has-second-action-button_1p3qq_357{padding-inline-end:calc(4rem + 8px)}.ds-select_select--has-leading-icon_1p3qq_360{padding-inline-start:calc(32px + 1rem)}.ds-select_select--has-action-button_1p3qq_363{padding-inline-end:calc(3rem + 16px)}.ds-select_select--has-second-action-button_1p3qq_366{padding-inline-end:calc(6rem + 16px)}.ds-select_select--has-affix_1p3qq_369{color:#0000}.ds-select_select--has-affix_1p3qq_369::placeholder{color:#0000}.ds-select_select--has-affix_1p3qq_369::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select--has-affix_1p3qq_369::placeholder{transition-duration:0ms}}.ds-select_select--is-ready_1p3qq_383{color:#252525}.ds-select_select--is-ready_1p3qq_383::placeholder{color:#666}.ds-select_select_1p3qq_167{appearance:none;padding-inline-end:48px;text-overflow:ellipsis}.ds-select_select--small_1p3qq_181{padding-inline-end:32px}.ds-select_select_1p3qq_167:disabled{opacity:1}.ds-select_select--placeholder_1p3qq_401{color:#666}@media screen and (forced-colors: active){.ds-select_select--placeholder_1p3qq_401{color:GrayText}}.ds-select_select_1p3qq_167 option{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1p3qq_167 option,.ds-select_select_1p3qq_167 optgroup{background-color:#fff;color:#252525;font-style:normal}.ds-select_select_1p3qq_167 optgroup{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-select_select_1p3qq_167 option:disabled{color:#00000080}.ds-select_chevron_1p3qq_451{grid-area:1/2/2/2;margin-inline-end:16px}.ds-select_chevron--small_1p3qq_455{margin-inline-end:8px}.ds-select_chevron--disabled_1p3qq_458{fill:#00000080}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-slider_root_3zq13_1{min-width:256px}.ds-slider_root_3zq13_1:has(.ds-slider_hint_3zq13_4) .ds-slider_label-wrapper_3zq13_4{margin-block-end:2px}.ds-slider_root_3zq13_1:has(.ds-slider_hint_3zq13_4) .ds-slider_label-hint-input-wrapper_3zq13_7{align-items:end}.ds-slider_root_3zq13_1:has(.ds-slider_hint_3zq13_4) .ds-slider_number-input_3zq13_10{grid-row-end:span 2}.ds-slider_label-wrapper_3zq13_4{display:flex;align-items:center;gap:4px;min-height:1.5rem}.ds-slider_label-wrapper--hidden_3zq13_20{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-slider_label-hint-input-wrapper_3zq13_7{display:grid;grid-template-columns:1fr max-content;align-items:center;margin-block-end:14px}.ds-slider_label_3zq13_4{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-slider_label--disabled_3zq13_55{color:GrayText}}.ds-slider_hint_3zq13_4{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;grid-row-start:2;grid-row-end:span 1}.ds-slider_number-input_3zq13_10{justify-self:end;grid-row-start:0;grid-row-end:span 1;margin-inline-start:32px;max-width:150px;min-width:64px}.ds-slider_number-input--small_3zq13_84{min-width:44px;max-width:115px}.ds-slider_min-max-label-wrapper_3zq13_89{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:flex;justify-content:space-between}@media screen and (forced-colors: active){.ds-slider_min-max-label-wrapper--disabled_3zq13_103{color:GrayText}}.ds-slider_min-label_3zq13_108{transform:translate(calc(12px - 50%))}.ds-slider_max-label_3zq13_112{transform:translate(calc(-12px + 50%))}.ds-slider_slider-wrapper_3zq13_116{position:relative;min-height:26px}.ds-slider_slider_3zq13_116{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:24px;margin:0;position:absolute;margin-block-start:2px}.ds-slider_slider_3zq13_116:hover~.ds-slider_value-tooltip_3zq13_135,.ds-slider_slider_3zq13_116:active~.ds-slider_value-tooltip_3zq13_135,.ds-slider_slider_3zq13_116:focus-visible~.ds-slider_value-tooltip_3zq13_135{opacity:100%}@media (hover: hover){.ds-slider_slider_3zq13_116:hover:not(:disabled)~.ds-slider_proxy-thumb_3zq13_139{background-color:#ededed}}.ds-slider_slider_3zq13_116:focus{outline:none}@supports selector(:focus-visible){.ds-slider_slider_3zq13_116:focus~.ds-slider_proxy-thumb_3zq13_139{outline:revert;outline-offset:revert}.ds-slider_slider_3zq13_116:focus-visible~.ds-slider_proxy-thumb_3zq13_139{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-slider_slider_3zq13_116:focus-visible~.ds-slider_proxy-thumb_3zq13_139{forced-color-adjust:auto;outline-color:Highlight}}}.ds-slider_slider_3zq13_116:disabled{cursor:not-allowed}.ds-slider_slider_3zq13_116::-webkit-slider-runnable-track{visibility:hidden}.ds-slider_slider_3zq13_116::-moz-range-track{visibility:hidden}.ds-slider_slider_3zq13_116::-webkit-slider-thumb{opacity:0;-webkit-appearance:none;appearance:none;border:1px solid transparent;height:24px;width:24px;border-radius:50%}.ds-slider_slider_3zq13_116::-moz-range-thumb{opacity:0;border:1px solid transparent;height:24px;width:24px;border-radius:50%}.ds-slider_proxy-thumb_3zq13_139{background-color:#fff;border:1px solid #252525;height:24px;width:24px;border-radius:50%;z-index:2;position:absolute;pointer-events:none;top:calc(50% + 1px);left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-50%)}.ds-slider_proxy-thumb--disabled_3zq13_217{background-color:#fff;border-color:#00000080}.ds-slider_proxy-thumb--disabled_3zq13_217:hover{background-color:#fff}@media screen and (forced-colors: active){.ds-slider_proxy-thumb_3zq13_139{border-color:Highlight}.ds-slider_proxy-thumb--disabled_3zq13_217{background-color:GrayText;border-color:GrayText}.ds-slider_proxy-thumb--disabled_3zq13_217:hover{background-color:GrayText}}.ds-slider_proxy-thumb_3zq13_139{transition:background-color var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-slider_proxy-thumb_3zq13_139{transition-duration:0ms}}.ds-slider_custom-track_3zq13_246{position:absolute;z-index:1;pointer-events:none}.ds-slider_custom-track--progress_3zq13_251{background-color:#e9640c;height:8px;top:10px;border-top-left-radius:4px;border-bottom-left-radius:4px}@media screen and (forced-colors: active){.ds-slider_custom-track--progress_3zq13_251{background-color:Highlight}}.ds-slider_custom-track--runnable_3zq13_263{background-color:#8c8c8c;height:6px;top:11px;right:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:1px solid transparent}@media screen and (forced-colors: active){.ds-slider_custom-track--runnable_3zq13_263{border-color:CanvasText}}.ds-slider_custom-track--disabled_3zq13_277{background-color:#0000001a}@media screen and (forced-colors: active){.ds-slider_custom-track--disabled_3zq13_277{border-color:CanvasText}}.ds-slider_custom-track--disabled_3zq13_277.ds-slider_custom-track--progress_3zq13_251{height:6px;top:11px}@media screen and (forced-colors: active){.ds-slider_custom-track--disabled_3zq13_277.ds-slider_custom-track--progress_3zq13_251{background-color:GrayText;border-color:GrayText}}.ds-slider_tick-wrapper_3zq13_297{position:absolute;top:calc(50% - 2px);width:100%;height:6px;pointer-events:none;z-index:1}.ds-slider_tick_3zq13_297{position:absolute;top:50%;width:4px;height:4px;border-radius:50%;background-color:#fff;transform:translateY(-50%)}@media screen and (forced-colors: active){.ds-slider_tick_3zq13_297{background-color:Highlight}}:where(.ds-slider_value-tooltip_3zq13_135){font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;opacity:0;z-index:3;color:#fff;background-color:#444;border:1px solid transparent;padding-block:3px;padding-inline:5px;min-width:32px;min-height:24px;text-align:center;position:absolute;left:calc(var(--ds-input-slider-thumb-position) * 1% - 24 * (var(--ds-input-slider-thumb-position) * 1px / 100 - .5px));transform:translate(-50%,-26px)}:where(.ds-slider_value-tooltip_3zq13_135){transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){:where(.ds-slider_value-tooltip_3zq13_135){transition-duration:0ms}}.ds-slider_value-tooltip--visible_3zq13_356{opacity:100%}.ds-slider_value-tooltip--disabled_3zq13_359{color:#00000080;background-color:#dadada}@media screen and (forced-colors: active){.ds-slider_value-tooltip--disabled_3zq13_359{color:GrayText}}.ds-slider_value-tooltip--disabled_3zq13_359:after{background-color:#dadada}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-textarea_textarea_19e2t_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-textarea_textarea--small_19e2t_9){padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_textarea_19e2t_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-textarea_textarea_19e2t_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_19e2t_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_19e2t_1:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_19e2t_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_19e2t_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_19e2t_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-textarea_textarea_19e2t_1{transition-duration:0ms}}@media (hover: hover){.ds-textarea_textarea_19e2t_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-textarea_textarea_19e2t_1:hover{border-color:Highlight}}.ds-textarea_textarea_19e2t_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-textarea_textarea_19e2t_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-textarea_textarea_19e2t_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_19e2t_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_19e2t_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_19e2t_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_19e2t_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_19e2t_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-textarea_textarea_19e2t_1::-webkit-placeholder,.ds-textarea_textarea_19e2t_1::placeholder{color:#666;opacity:1}.ds-textarea_textarea--invalid_19e2t_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-textarea_textarea--invalid_19e2t_121:active,.ds-textarea_textarea--invalid_19e2t_121:focus,.ds-textarea_textarea--invalid_19e2t_121:focus-visible{border-color:#252525}.ds-textarea_textarea--small_19e2t_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-textarea_textarea_19e2t_1{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}.ds-textarea_textarea--resize-auto_19e2t_145{resize:none;overflow-y:hidden}.ds-textarea_textarea--small_19e2t_9{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}.ds-textarea_root_19e2t_155:has(.ds-textarea_hint_19e2t_155) .ds-textarea_label-wrapper_19e2t_155{margin-block-end:2px}.ds-textarea_affix_19e2t_159{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display: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)}.ds-textarea_affix--small_19e2t_180{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_affix_19e2t_159.ds-textarea_prefix_19e2t_193{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-textarea_affix_19e2t_159.ds-textarea_suffix_19e2t_199{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-textarea_affix--disabled_19e2t_205{color:#00000080}@media screen and (forced-colors: active){.ds-textarea_affix--disabled_19e2t_205{color:GrayText}}.ds-textarea_affix--disabled_19e2t_205.ds-textarea_prefix_19e2t_193,.ds-textarea_affix--disabled_19e2t_205.ds-textarea_suffix_19e2t_199{border-color:#0000001a}.ds-textarea_affix--readonly_19e2t_216{background-color:#ededed;position:relative}.ds-textarea_affix--readonly_19e2t_216.ds-textarea_prefix_19e2t_193,.ds-textarea_affix--readonly_19e2t_216.ds-textarea_suffix_19e2t_199{border-color:transparent}.ds-textarea_affix--readonly_19e2t_216.ds-textarea_prefix_19e2t_193:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-textarea_affix--readonly_19e2t_216.ds-textarea_prefix_19e2t_193:after{background-color:transparent}}.ds-textarea_affix--readonly_19e2t_216.ds-textarea_suffix_19e2t_199:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-textarea_affix--readonly_19e2t_216.ds-textarea_suffix_19e2t_199:before{background-color:transparent}}.ds-textarea_leading-icon_19e2t_252{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-textarea_leading-icon_19e2t_252{background-color:Canvas;fill:CanvasText}}.ds-textarea_leading-icon--small_19e2t_264{margin-inline-start:8px}.ds-textarea_leading-icon--disabled_19e2t_267{fill:#00000080}@media screen and (forced-colors: active){.ds-textarea_leading-icon--disabled_19e2t_267{fill:GrayText}}.ds-textarea_action-button_19e2t_276{grid-area:1/4/2/5}.ds-textarea_label_19e2t_155{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-textarea_label--disabled_19e2t_295{color:GrayText}}.ds-textarea_label-wrapper_19e2t_155{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-textarea_label-wrapper--hidden_19e2t_307{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-textarea_hint_19e2t_155{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-textarea_feedback_19e2t_335{margin-block-start:8px}.ds-textarea_footer_19e2t_339{display:flex;justify-content:flex-end;margin-block-start:8px}.ds-textarea_footer--has-system-feedback_19e2t_344{gap:24px;justify-content:space-between}.ds-textarea_feedback_19e2t_335{margin-block-start:0}.ds-textarea_char-count_19e2t_353{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525}.ds-textarea_char-count-announcer_19e2t_366{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
|
+
.ds-button-round_root_1sl51_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_1sl51_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root_1sl51_1:focus{outline:revert;outline-offset:revert}.ds-button-round_root_1sl51_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_1sl51_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root_1sl51_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button-round_root_1sl51_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button-round_root_1sl51_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button-round_root_1sl51_1{background-color:Canvas!important}.ds-button-round_root_1sl51_1:hover{border-color:Highlight}}.ds-button-round_root--highlight_1sl51_75,.ds-button-round_root--dark-highlight_1sl51_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button-round_root--highlight_1sl51_75:hover,.ds-button-round_root--dark-highlight_1sl51_75:hover{background-color:#e9640c}}.ds-button-round_root--highlight_1sl51_75[aria-disabled=true],.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--highlight_1sl51_75[aria-disabled=true] svg,.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--highlight_1sl51_75[aria-disabled=true],.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--highlight_1sl51_75[aria-disabled=true]:before,.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-highlight_1sl51_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_1sl51_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-highlight_1sl51_75:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-highlight_1sl51_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_1sl51_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-highlight_1sl51_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--filled_1sl51_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button-round_root--filled_1sl51_151:hover{background-color:#444}}.ds-button-round_root--filled_1sl51_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--filled_1sl51_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--filled_1sl51_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--filled_1sl51_151[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--outline_1sl51_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button-round_root--outline_1sl51_179:hover{background-color:#0000001a}}.ds-button-round_root--outline_1sl51_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button-round_root--outline_1sl51_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--outline_1sl51_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--outline_1sl51_179[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost_1sl51_206{color:#252525}@media (hover: hover){.ds-button-round_root--ghost_1sl51_206:hover{background-color:#0000001a}}.ds-button-round_root--ghost_1sl51_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost_1sl51_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost_1sl51_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost_1sl51_206[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost-flush_1sl51_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_1sl51_231.ds-button-round_root--small_1sl51_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_1sl51_231:before{content:"";position:absolute;inset:-1px -12px}.ds-button-round_root--ghost-flush_1sl51_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button-round_root--ghost-flush_1sl51_231:before{transition-duration:0ms}}.ds-button-round_root--ghost-flush_1sl51_231:focus,.ds-button-round_root--ghost-flush_1sl51_231:focus-visible{outline:none}.ds-button-round_root--ghost-flush_1sl51_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_1sl51_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--ghost-flush_1sl51_231:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--ghost-flush_1sl51_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_1sl51_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--ghost-flush_1sl51_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--ghost-flush_1sl51_231:hover:before{background-color:transparent}}.ds-button-round_root--ghost-flush_1sl51_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost-flush_1sl51_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_1sl51_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost-flush_1sl51_231[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--navigation_1sl51_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){.ds-button-round_root--navigation_1sl51_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}}.ds-button-round_root--navigation_1sl51_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button-round_root--navigation_1sl51_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--navigation_1sl51_317:focus{outline:revert;outline-offset:revert}.ds-button-round_root--navigation_1sl51_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button-round_root--navigation_1sl51_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--navigation_1sl51_317:hover{background-color:#0000001a}}.ds-button-round_root--navigation_1sl51_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--navigation_1sl51_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--navigation_1sl51_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--navigation_1sl51_317[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--navigation--stretched_1sl51_393{justify-content:flex-start}.ds-button-round_root--navigation--stretched--icon-left_1sl51_396{justify-content:flex-end}.ds-button-round_root--dark-filled_1sl51_399{background-color:#f8f8f8;color:#252525}.ds-button-round_root--dark-filled_1sl51_399:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_1sl51_399:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-filled_1sl51_399:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-filled_1sl51_399:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_1sl51_399:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-filled_1sl51_399:hover{background-color:#dadada}}.ds-button-round_root--dark-filled_1sl51_399[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-filled_1sl51_399[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_1sl51_399[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-filled_1sl51_399[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-outline_1sl51_456{border-color:#f8f8f8;color:#fff}.ds-button-round_root--dark-outline_1sl51_456:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_1sl51_456:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-outline_1sl51_456:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-outline_1sl51_456:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_1sl51_456:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-outline_1sl51_456:hover{background-color:#ffffff26}}.ds-button-round_root--dark-outline_1sl51_456[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button-round_root--dark-outline_1sl51_456[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_1sl51_456[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-outline_1sl51_456[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost_1sl51_512{color:#fff}.ds-button-round_root--dark-ghost_1sl51_512:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_1sl51_512:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost_1sl51_512:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost_1sl51_512:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_1sl51_512:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost_1sl51_512:hover{background-color:#ffffff26}}.ds-button-round_root--dark-ghost_1sl51_512[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost_1sl51_512[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_1sl51_512[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost_1sl51_512[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost-flush_1sl51_566{color:#fff}.ds-button-round_root--dark-ghost-flush_1sl51_566:focus,.ds-button-round_root--dark-ghost-flush_1sl51_566:focus-visible{outline:none}.ds-button-round_root--dark-ghost-flush_1sl51_566:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1sl51_566:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost-flush_1sl51_566:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost-flush_1sl51_566:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1sl51_566:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost-flush_1sl51_566:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1sl51_566:hover:before{background-color:transparent}}.ds-button-round_root--dark-ghost-flush_1sl51_566[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost-flush_1sl51_566[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1sl51_566[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost-flush_1sl51_566[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--small_1sl51_237{min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button-round_root--small_1sl51_237.ds-button-round_root--ghost-flush_1sl51_231:before{right:-8px;left:-8px}.ds-button-round_root--stretched_1sl51_641{width:100%}.ds-button-round_root--icon-left_1sl51_644{flex-direction:row-reverse}.ds-button-round_root--icon-only_1sl51_647{width:3rem;height:3rem}.ds-button-round_root--icon-only_1sl51_647.ds-button-round_root--ghost-flush_1sl51_231{width:1rem;height:1rem}.ds-button-round_root--icon-only-small_1sl51_656{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button-round_root--icon-only-small_1sl51_656.ds-button-round_root--ghost-flush_1sl51_231{width:1rem;height:1rem}.ds-button-round_root_1sl51_1{position:relative;border-radius:50%;padding:0}.ds-button-round_icon--hidden_1sl51_673{opacity:0}.ds-button-round_label--hidden_1sl51_677{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button-round_label--loading_1sl51_689{opacity:0}.ds-button-round_loader_1sl51_693{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button-round_loader_1sl51_693 svg{fill:currentColor}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-input_input_1v89g_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1v89g_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input_input_1v89g_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input_input_1v89g_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1v89g_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_1v89g_1:focus{outline:revert;outline-offset:revert}.ds-input_input_1v89g_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1v89g_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_1v89g_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input_1v89g_1{transition-duration:0ms}}@media (hover: hover){.ds-input_input_1v89g_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input_input_1v89g_1:hover{border-color:Highlight}}.ds-input_input_1v89g_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input_input_1v89g_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input_input_1v89g_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1v89g_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_1v89g_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input_input_1v89g_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1v89g_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_1v89g_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input_input_1v89g_1::-webkit-placeholder,.ds-input_input_1v89g_1::placeholder{color:#666;opacity:1}.ds-input_input--invalid_1v89g_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input_input--invalid_1v89g_121:active,.ds-input_input--invalid_1v89g_121:focus,.ds-input_input--invalid_1v89g_121:focus-visible{border-color:#252525}.ds-input_input--small_1v89g_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input_input_1v89g_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input_input_1v89g_1::-webkit-outer-spin-button,.ds-input_input_1v89g_1::-webkit-inner-spin-button,.ds-input_input_1v89g_1::-webkit-search-decoration,.ds-input_input_1v89g_1::-webkit-search-cancel-button,.ds-input_input_1v89g_1::-webkit-calendar-picker-indicator{display:none;appearance:none;-webkit-appearance:none}.ds-input_input_1v89g_1::-webkit-date-and-time-value{text-align:left}.ds-input_input_1v89g_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;appearance:none;-webkit-appearance:none}.ds-input_input_1v89g_1[type=search]{appearance:none;-webkit-appearance:none}.ds-input_input_1v89g_1[type=range]{accent-color:#E9640C}.ds-input_input_1v89g_1[type=number]{-moz-appearance:textfield;appearance:textfield}.ds-input_input--small_1v89g_9{min-height:2rem;height:2rem}.ds-input_input--small_1v89g_9.ds-input_input--has-leading-icon_1v89g_179{padding-inline-start:calc(16px + 1rem)}.ds-input_input--small_1v89g_9.ds-input_input--has-action-button_1v89g_182{padding-inline-end:calc(2rem + 8px)}.ds-input_input--small_1v89g_9.ds-input_input--has-second-action-button_1v89g_185{padding-inline-end:calc(4rem + 8px)}.ds-input_input--has-leading-icon_1v89g_179{padding-inline-start:calc(32px + 1rem)}.ds-input_input--has-action-button_1v89g_182{padding-inline-end:calc(3rem + 16px)}.ds-input_input--has-second-action-button_1v89g_185{padding-inline-end:calc(6rem + 16px)}.ds-input_input--has-affix_1v89g_197{color:#0000}.ds-input_input--has-affix_1v89g_197::placeholder{color:#0000}.ds-input_input--has-affix_1v89g_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input--has-affix_1v89g_197::placeholder{transition-duration:0ms}}.ds-input_input--is-ready_1v89g_211{color:#252525}.ds-input_input--is-ready_1v89g_211::placeholder{color:#666}.ds-input_root_1v89g_218:has(.ds-input_hint_1v89g_218) .ds-input_label-wrapper_1v89g_218{margin-block-end:2px}.ds-input_wrapper_1v89g_222{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input_affix_1v89g_228{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display: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)}.ds-input_affix--small_1v89g_249{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_affix_1v89g_228.ds-input_prefix_1v89g_262{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input_affix_1v89g_228.ds-input_suffix_1v89g_268{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input_affix--disabled_1v89g_274{color:#00000080}@media screen and (forced-colors: active){.ds-input_affix--disabled_1v89g_274{color:GrayText}}.ds-input_affix--disabled_1v89g_274.ds-input_prefix_1v89g_262,.ds-input_affix--disabled_1v89g_274.ds-input_suffix_1v89g_268{border-color:#0000001a}.ds-input_affix--readonly_1v89g_285{background-color:#ededed;position:relative}.ds-input_affix--readonly_1v89g_285.ds-input_prefix_1v89g_262,.ds-input_affix--readonly_1v89g_285.ds-input_suffix_1v89g_268{border-color:transparent}.ds-input_affix--readonly_1v89g_285.ds-input_prefix_1v89g_262:after{content:"";position:absolute;right:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-input_affix--readonly_1v89g_285.ds-input_prefix_1v89g_262:after{background-color:transparent}}.ds-input_affix--readonly_1v89g_285.ds-input_suffix_1v89g_268:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:1px;background-color:#b1b1b1}@media screen and (forced-colors: active){.ds-input_affix--readonly_1v89g_285.ds-input_suffix_1v89g_268:before{background-color:transparent}}.ds-input_leading-icon_1v89g_321{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-input_leading-icon_1v89g_321{background-color:Canvas;fill:CanvasText}}.ds-input_leading-icon--small_1v89g_333{margin-inline-start:8px}.ds-input_leading-icon--disabled_1v89g_336{fill:#00000080}@media screen and (forced-colors: active){.ds-input_leading-icon--disabled_1v89g_336{fill:GrayText}}.ds-input_action-button_1v89g_345{grid-area:1/4/2/5}.ds-input_label_1v89g_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block:2px}@media screen and (forced-colors: active){.ds-input_label--disabled_1v89g_364{color:GrayText}}.ds-input_label-wrapper_1v89g_218{display:flex;align-items:center;gap:4px;margin-block-end:8px;min-height:1.5rem}.ds-input_label-wrapper--hidden_1v89g_376{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-input_hint_1v89g_218{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;display:block;max-width:34em;margin-block-end:8px}.ds-input_feedback_1v89g_404{margin-block-start:8px}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as w, jsxs as S } from "react/jsx-runtime";
|
|
3
3
|
import { d as x } from "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import { c as H } from "./chunks/index.DL9mof6u.js";
|
|
5
|
-
import { D } from "./chunks/Button.
|
|
5
|
+
import { D } from "./chunks/Button.Cn5yg7dG.js";
|
|
6
6
|
import './assets/banner.BLdW5VF4.css';const j = "ds-banner_root_1y1nw_1", k = "ds-banner_root--secondary_1y1nw_16", P = "ds-banner_root--highlight_1y1nw_20", z = "ds-banner_root--hide-close-button_1y1nw_24", E = "ds-banner_content_1y1nw_30", L = "ds-banner_close-button_1y1nw_42", d = {
|
|
7
7
|
root: j,
|
|
8
8
|
rootSecondary: k,
|
|
@@ -3,9 +3,9 @@ import "react/jsx-runtime";
|
|
|
3
3
|
import "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import "./chunks/index.DL9mof6u.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./chunks/Button.
|
|
7
|
-
import "./link.
|
|
8
|
-
import { D as c } from "./chunks/Breadcrumb.
|
|
6
|
+
import "./chunks/Button.Cn5yg7dG.js";
|
|
7
|
+
import "./link.DoiK003-.js";
|
|
8
|
+
import { D as c } from "./chunks/Breadcrumb.Qr6bDP2N.js";
|
|
9
9
|
export {
|
|
10
10
|
c as DSBreadcrumb
|
|
11
11
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
import "./chunks/index.DL9mof6u.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import "./chunks/useBreakpoint.1txsny17.js";
|
|
6
|
+
import "./chunks/Icon.CDLyB7Pv.js";
|
|
7
|
+
import "./spinner.C9qCeq0R.js";
|
|
8
|
+
import "./tooltip.Cj3AvYgB.js";
|
|
9
|
+
import { D as u } from "./chunks/Button.Cn5yg7dG.js";
|
|
10
|
+
export {
|
|
11
|
+
u as DSButton
|
|
12
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as P, jsx as H } from "react/jsx-runtime";
|
|
3
|
+
import { d as Q } from "./chunks/index.D-sRdssb.js";
|
|
4
|
+
import { c as K } from "./chunks/index.DL9mof6u.js";
|
|
5
|
+
import { D as U } from "./chunks/Icon.CDLyB7Pv.js";
|
|
6
|
+
import { DSSpinner as V } from "./spinner.C9qCeq0R.js";
|
|
7
|
+
import { Tooltip as M } from "./tooltip.Cj3AvYgB.js";
|
|
8
|
+
import { forwardRef as W } from "react";
|
|
9
|
+
import './assets/buttonround.DBpMesfr.css';const X = "ds-button-round_root_1sl51_1", Y = "ds-button-round_root--highlight_1sl51_75", Z = "ds-button-round_root--dark-highlight_1sl51_75", tt = "ds-button-round_root--filled_1sl51_151", ot = "ds-button-round_root--dark-filled_1sl51_399", lt = "ds-button-round_root--icon-only-small_1sl51_656", et = "ds-button-round_icon--hidden_1sl51_673", it = "ds-button-round_label--hidden_1sl51_677", nt = "ds-button-round_label--loading_1sl51_689", st = "ds-button-round_loader_1sl51_693", l = {
|
|
10
|
+
root: X,
|
|
11
|
+
rootHighlight: Y,
|
|
12
|
+
rootDarkHighlight: Z,
|
|
13
|
+
rootFilled: tt,
|
|
14
|
+
rootDarkFilled: ot,
|
|
15
|
+
rootIconOnlySmall: lt,
|
|
16
|
+
iconHidden: et,
|
|
17
|
+
labelHidden: it,
|
|
18
|
+
labelLoading: nt,
|
|
19
|
+
loader: st
|
|
20
|
+
}, rt = W((L, R) => {
|
|
21
|
+
const t = Q.c(55);
|
|
22
|
+
let r, d, a, i, n, c, g, _, b, p, k, s;
|
|
23
|
+
t[0] !== L ? ({
|
|
24
|
+
children: d,
|
|
25
|
+
aria: r,
|
|
26
|
+
className: a,
|
|
27
|
+
disabled: g,
|
|
28
|
+
iconName: _,
|
|
29
|
+
iconSource: i,
|
|
30
|
+
loading: b,
|
|
31
|
+
theme: p,
|
|
32
|
+
tooltip: s,
|
|
33
|
+
variant: k,
|
|
34
|
+
onClick: n,
|
|
35
|
+
...c
|
|
36
|
+
} = L, t[0] = L, t[1] = r, t[2] = d, t[3] = a, t[4] = i, t[5] = n, t[6] = c, t[7] = g, t[8] = _, t[9] = b, t[10] = p, t[11] = k, t[12] = s) : (r = t[1], d = t[2], a = t[3], i = t[4], n = t[5], c = t[6], g = t[7], _ = t[8], b = t[9], p = t[10], k = t[11], s = t[12]);
|
|
37
|
+
const N = g === void 0 ? !1 : g, S = _ === void 0 ? "placeholder" : _, o = b === void 0 ? !1 : b, j = p === void 0 ? "light" : p, D = k === void 0 ? "filled" : k, B = D === "filled", E = D === "highlight", T = j === "dark" && D === "filled", w = j === "dark" && D === "highlight";
|
|
38
|
+
let y;
|
|
39
|
+
t[13] !== a || t[14] !== B || t[15] !== E || t[16] !== T || t[17] !== w ? (y = K(l.root, l.rootIconOnlySmall, a, {
|
|
40
|
+
[l.rootFilled]: B,
|
|
41
|
+
[l.rootHighlight]: E,
|
|
42
|
+
[l.rootDarkFilled]: T,
|
|
43
|
+
[l.rootDarkHighlight]: w
|
|
44
|
+
}), t[13] = a, t[14] = B, t[15] = E, t[16] = T, t[17] = w, t[18] = y) : y = t[18];
|
|
45
|
+
const A = y;
|
|
46
|
+
let v;
|
|
47
|
+
t[19] !== o ? (v = K(l.label, l.labelHidden, {
|
|
48
|
+
[l.labelLoading]: o
|
|
49
|
+
}), t[19] = o, t[20] = v) : v = t[20];
|
|
50
|
+
const $ = v;
|
|
51
|
+
let C;
|
|
52
|
+
t[21] !== o ? (C = K(l.icon, {
|
|
53
|
+
[l.iconHidden]: o
|
|
54
|
+
}), t[21] = o, t[22] = C) : C = t[22];
|
|
55
|
+
const q = C, z = j === "light" && D === "filled" ? "dark" : "light";
|
|
56
|
+
let F;
|
|
57
|
+
t[23] !== N || t[24] !== o || t[25] !== n ? (F = (e) => {
|
|
58
|
+
if (N || o) {
|
|
59
|
+
e.preventDefault();
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
n && n(e);
|
|
63
|
+
}, t[23] = N, t[24] = o, t[25] = n, t[26] = F) : F = t[26];
|
|
64
|
+
const G = F, J = N || o;
|
|
65
|
+
let h;
|
|
66
|
+
t[27] !== o ? (h = o && /* @__PURE__ */ H(V, { className: l.loader, aria: {
|
|
67
|
+
"aria-label": "Loading state"
|
|
68
|
+
} }), t[27] = o, t[28] = h) : h = t[28];
|
|
69
|
+
let u;
|
|
70
|
+
t[29] !== d || t[30] !== $ ? (u = /* @__PURE__ */ H("span", { className: $, children: d }), t[29] = d, t[30] = $, t[31] = u) : u = t[31];
|
|
71
|
+
let m;
|
|
72
|
+
t[32] !== q || t[33] !== S || t[34] !== i || t[35] !== z ? (m = (S || i) && /* @__PURE__ */ H(U, { name: S, theme: z, source: i, className: q, "aria-hidden": "true" }), t[32] = q, t[33] = S, t[34] = i, t[35] = z, t[36] = m) : m = t[36];
|
|
73
|
+
let O;
|
|
74
|
+
t[37] !== r || t[38] !== G || t[39] !== o || t[40] !== R || t[41] !== c || t[42] !== A || t[43] !== J || t[44] !== h || t[45] !== u || t[46] !== m ? (O = /* @__PURE__ */ P("button", { className: A, type: "button", onClick: G, ...r, ...c, "aria-disabled": J, "aria-busy": o, ref: R, children: [
|
|
75
|
+
h,
|
|
76
|
+
u,
|
|
77
|
+
m
|
|
78
|
+
] }), t[37] = r, t[38] = G, t[39] = o, t[40] = R, t[41] = c, t[42] = A, t[43] = J, t[44] = h, t[45] = u, t[46] = m, t[47] = O) : O = t[47];
|
|
79
|
+
const x = O;
|
|
80
|
+
if (s) {
|
|
81
|
+
let e;
|
|
82
|
+
t[48] !== x ? (e = /* @__PURE__ */ H(M.Anchor, { children: x }), t[48] = x, t[49] = e) : e = t[49];
|
|
83
|
+
let f;
|
|
84
|
+
t[50] !== s ? (f = /* @__PURE__ */ H(M.Content, { children: s }), t[50] = s, t[51] = f) : f = t[51];
|
|
85
|
+
let I;
|
|
86
|
+
return t[52] !== e || t[53] !== f ? (I = /* @__PURE__ */ P(M, { placement: "top", tooltipOffset: 6, children: [
|
|
87
|
+
e,
|
|
88
|
+
f
|
|
89
|
+
] }), t[52] = e, t[53] = f, t[54] = I) : I = t[54], I;
|
|
90
|
+
}
|
|
91
|
+
return x;
|
|
92
|
+
});
|
|
93
|
+
rt.displayName = "DSButtonRound";
|
|
94
|
+
export {
|
|
95
|
+
rt as DSButtonRound
|
|
96
|
+
};
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "./chunks/index.DL9mof6u.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./chunks/useBreakpoint.
|
|
5
|
+
import "./chunks/useBreakpoint.1txsny17.js";
|
|
6
6
|
import "./chunks/index.D-sRdssb.js";
|
|
7
7
|
import "./chunks/Icon.CDLyB7Pv.js";
|
|
8
8
|
import "./chunks/SystemFeedback.CjlARKki.js";
|
|
9
|
-
import { D as x } from "./chunks/Checkbox.
|
|
9
|
+
import { D as x } from "./chunks/Checkbox.D5X5T6Yg.js";
|
|
10
10
|
export {
|
|
11
11
|
x as DSCheckbox
|
|
12
12
|
};
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "./chunks/index.D-sRdssb.js";
|
|
4
4
|
import "./chunks/index.DL9mof6u.js";
|
|
5
|
-
import "./chunks/Fieldset.
|
|
6
|
-
import { D as e } from "./chunks/CheckboxGroup.
|
|
5
|
+
import "./chunks/Fieldset.C0RzpI-h.js";
|
|
6
|
+
import { D as e } from "./chunks/CheckboxGroup.CUR_0VMc.js";
|
|
7
7
|
export {
|
|
8
8
|
e as DSCheckboxGroup
|
|
9
9
|
};
|
|
@@ -5,8 +5,8 @@ import "./chunks/index.DL9mof6u.js";
|
|
|
5
5
|
import "react";
|
|
6
6
|
import "./chunks/translate.nuU7uChI.js";
|
|
7
7
|
import "./chunks/Icon.CDLyB7Pv.js";
|
|
8
|
-
import "./tooltip.
|
|
9
|
-
import { e as c } from "./chunks/Chip.
|
|
8
|
+
import "./tooltip.Cj3AvYgB.js";
|
|
9
|
+
import { e as c } from "./chunks/Chip.DIp5hdRH.js";
|
|
10
10
|
export {
|
|
11
11
|
c as DSChip
|
|
12
12
|
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { jsxs as q, jsx as I } from "react/jsx-runtime";
|
|
3
3
|
import { useState as S, useRef as L, useEffect as w, createElement as J } from "react";
|
|
4
4
|
import { c as $ } from "./chunks/index.DL9mof6u.js";
|
|
5
|
-
import { u as P } from "./chunks/useBreakpoint.
|
|
5
|
+
import { u as P } from "./chunks/useBreakpoint.1txsny17.js";
|
|
6
6
|
import "./chunks/index.D-sRdssb.js";
|
|
7
7
|
import { g as Q } from "./chunks/AriaLiveRegions.utils.CybNIBSa.js";
|
|
8
|
-
import { v as W, a as X, e as Y } from "./chunks/Chip.
|
|
8
|
+
import { v as W, a as X, e as Y } from "./chunks/Chip.DIp5hdRH.js";
|
|
9
9
|
import './assets/chipgroup.BGxjdSDX.css';const Z = "ds-chip-group_label--hidden_3zmt2_1", x = "ds-chip-group_root_3zmt2_14", v = {
|
|
10
10
|
labelHidden: Z,
|
|
11
11
|
root: x
|
|
@@ -5,7 +5,7 @@ import { c as S } from "./index.DL9mof6u.js";
|
|
|
5
5
|
import { forwardRef as yt } from "react";
|
|
6
6
|
import { D as gt } from "./Icon.CDLyB7Pv.js";
|
|
7
7
|
import { NumberIndicator as Tt } from "../numberindicator.BdnPMogE.js";
|
|
8
|
-
import { Tooltip as It } from "../tooltip.
|
|
8
|
+
import { Tooltip as It } from "../tooltip.Cj3AvYgB.js";
|
|
9
9
|
import { g as C } from "./helpers.CexwVao7.js";
|
|
10
10
|
import '../assets/ActionButton.oGVPTS1J.css';const St = "ds-action-button_root_15ybf_1", Ct = "ds-action-button_root--indent-level-1_15ybf_75", Ot = "ds-action-button_root--active_15ybf_78", Pt = "ds-action-button_root--active--with-marker_15ybf_81", Dt = "ds-action-button_root--icon--top_15ybf_84", Bt = "ds-action-button_root--stretched_15ybf_110", kt = "ds-action-button_active-marker_15ybf_115", Lt = "ds-action-button_active-marker--with-indent_15ybf_127", Et = "ds-action-button_icon-wrapper_15ybf_131", xt = "ds-action-button_icon-wrapper--x-large_15ybf_134", Mt = "ds-action-button_icon-wrapper--with-number-indicator_15ybf_137", Ut = "ds-action-button_icon-wrapper--with-number-indicator--with-value_15ybf_145", Vt = "ds-action-button_label_15ybf_149", zt = "ds-action-button_label--bold_15ybf_160", Rt = "ds-action-button_label--active_15ybf_171", Ht = "ds-action-button_label--icon-top_15ybf_182", Xt = "ds-action-button_number-indicator_15ybf_205", jt = "ds-action-button_label-wrapper_15ybf_209", Ft = "ds-action-button_label-wrapper--icon-top_15ybf_214", Gt = "ds-action-button_chevron_15ybf_218", Zt = "ds-action-button_chevron--icon-position-top_15ybf_233", $t = "ds-action-button_chevron--up_15ybf_239", qt = "ds-action-button_chevron--right_15ybf_250", Jt = "ds-action-button_chevron--left_15ybf_261", o = {
|
|
11
11
|
root: St,
|
|
@@ -5,7 +5,7 @@ import { c as F } from "./index.DL9mof6u.js";
|
|
|
5
5
|
import { forwardRef as ft } from "react";
|
|
6
6
|
import { D as vt } from "./Icon.CDLyB7Pv.js";
|
|
7
7
|
import { NumberIndicator as ht } from "../numberindicator.BdnPMogE.js";
|
|
8
|
-
import { Tooltip as st } from "../tooltip.
|
|
8
|
+
import { Tooltip as st } from "../tooltip.Cj3AvYgB.js";
|
|
9
9
|
import { g as S } from "./helpers.CexwVao7.js";
|
|
10
10
|
import '../assets/ActionLink.CTh6IXrN.css';const bt = "ds-action-link_root_1xtta_1", kt = "ds-action-link_root--indent-level-1_1xtta_75", It = "ds-action-link_root--active_1xtta_78", ut = "ds-action-link_root--active--with-marker_1xtta_81", Nt = "ds-action-link_root--icon--top_1xtta_84", At = "ds-action-link_root--stretched_1xtta_110", gt = "ds-action-link_active-marker_1xtta_115", wt = "ds-action-link_active-marker--with-indent_1xtta_127", Wt = "ds-action-link_icon-wrapper_1xtta_131", xt = "ds-action-link_icon-wrapper--x-large_1xtta_134", Lt = "ds-action-link_icon-wrapper--with-number-indicator_1xtta_137", St = "ds-action-link_icon-wrapper--with-number-indicator--with-value_1xtta_145", Pt = "ds-action-link_label_1xtta_149", Tt = "ds-action-link_label--bold_1xtta_160", Dt = "ds-action-link_label--active_1xtta_171", Ct = "ds-action-link_label--icon-top_1xtta_182", Mt = "ds-action-link_number-indicator_1xtta_205", o = {
|
|
11
11
|
root: bt,
|
|
@@ -3,8 +3,8 @@ import { jsx as w, jsxs as V } from "react/jsx-runtime";
|
|
|
3
3
|
import { d as q } from "./index.D-sRdssb.js";
|
|
4
4
|
import { c as F } from "./index.DL9mof6u.js";
|
|
5
5
|
import { isValidElement as M, useState as I, useEffect as O, cloneElement as R } from "react";
|
|
6
|
-
import { D as K } from "./Button.
|
|
7
|
-
import { DSLink as X } from "../link.
|
|
6
|
+
import { D as K } from "./Button.Cn5yg7dG.js";
|
|
7
|
+
import { DSLink as X } from "../link.DoiK003-.js";
|
|
8
8
|
import { g as d, r as z } from "./helpers.CexwVao7.js";
|
|
9
9
|
import '../assets/Breadcrumb.BaYrwrYl.css';const G = "ds-breadcrumb_root_1e9hu_1", H = "ds-breadcrumb_show-all-button_1e9hu_30", T = {
|
|
10
10
|
root: G,
|