@stihl-design-system/components 1.0.0-RC.24 → 1.0.0-RC.26
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/{accordion.T4ah-Sa6.js → accordion.CBaDU14g.js} +3 -3
- package/actionbutton.DEJsLxnQ.js +11 -0
- package/actionbutton.d.ts +2 -0
- package/actionlink.Cs6BTCA3.js +11 -0
- package/actionlink.d.ts +2 -0
- package/{arialiveregions.DVsA5OTR.js → arialiveregions.Fgcshs5k.js} +1 -1
- package/assets/ActionButton.Ewi0i1hW.css +1 -0
- package/assets/ActionLink.BdPEvuGm.css +1 -0
- package/assets/Button.Dw8H5nFS.css +1 -0
- package/assets/Icon.QeJ7TxZs.css +1 -0
- package/assets/InputFile.Dqjz53mb.css +1 -0
- package/assets/LinkButton.xMvg_ojf.css +1 -0
- package/assets/NavigationTabList.CFlVhUzS.css +1 -0
- package/assets/Popover.BDTDsPAt.css +1 -0
- package/assets/buttonround.Cw9hnUan.css +1 -0
- package/assets/{numberindicator.BJnvB-K3.css → numberindicator.O6XwvtL0.css} +1 -1
- package/{breadcrumb.gcCDIVj2.js → breadcrumb.x78HJy5P.js} +3 -3
- package/button.BD_04tIG.js +12 -0
- package/buttonround.BT3OfowK.js +81 -0
- package/{checkbox.CvWI1Jrx.js → checkbox.BktYXQmJ.js} +3 -3
- package/{checkboxgroup.BLpSLo9t.js → checkboxgroup.YK8H0YoX.js} +2 -2
- package/{chip.BsDriMfL.js → chip.BKtNbt4y.js} +2 -2
- package/{chipgroup.D1Km301k.js → chipgroup.Bp_v9IQu.js} +2 -2
- package/chunks/{Accordion.BKSnVQtR.js → Accordion.eVOD7J_8.js} +3 -3
- package/chunks/ActionButton.Ck1rGqgm.js +165 -0
- package/chunks/ActionLink.DnUNjoAT.js +138 -0
- package/chunks/{AriaLiveRegions.utils.zSFFD3SF.js → AriaLiveRegions.utils.Cb327d_2.js} +1 -1
- package/chunks/{Breadcrumb.Cq3I3bPY.js → Breadcrumb.B7g30dIO.js} +8 -8
- package/chunks/Button.CC0qEsuR.js +127 -0
- package/chunks/{Checkbox.Ch8DBzws.js → Checkbox.BIQAKBVy.js} +3 -3
- package/chunks/{CheckboxGroup.C8D6tjVI.js → CheckboxGroup.DHzpgOWp.js} +3 -3
- package/chunks/{Chip.CHy8cZJz.js → Chip.DifLxHH7.js} +3 -3
- package/chunks/{CustomReactSelect.hdDSE0ON.js → CustomReactSelect.DWdh3k_q.js} +1340 -1580
- package/chunks/{Dialog.ZSSlU83U.js → Dialog.BuEEJ199.js} +2 -2
- package/chunks/{Drawer.CR4lh9pD.js → Drawer.BXUGmpJI.js} +13 -13
- package/chunks/{Fieldset.DHccz6TP.js → Fieldset.BX46NuLh.js} +2 -2
- package/chunks/Header.CsrzyVil.js +356 -0
- package/chunks/{Icon.CAXZUNWo.js → Icon.C0161Glk.js} +70 -67
- package/chunks/{Input.utils.CCYTBWD_.js → Input.utils.Cnnzvuk4.js} +1 -1
- package/chunks/{InputFile.DME1xfrc.js → InputFile.vkkg5Pab.js} +32 -32
- package/chunks/{InputPassword.CitwH0gw.js → InputPassword.BQU09DJh.js} +16 -16
- package/chunks/{InputSearch.BS5Tk698.js → InputSearch.CXL9ThpX.js} +68 -68
- package/chunks/{InputStepper.CNfA7g7U.js → InputStepper.BhLQVAlo.js} +18 -18
- package/chunks/LinkButton.DmXVHeyZ.js +117 -0
- package/chunks/NavigationTabList.IQM074Vb.js +57 -0
- package/chunks/{NavigationTabs.BbubgqFM.js → NavigationTabs.CuOXq0b7.js} +2 -2
- package/chunks/{Notification.CSMpFjaH.js → Notification.B-3dPVUE.js} +11 -11
- package/chunks/Popover.hXQTvwwd.js +1685 -0
- package/chunks/{RadioGroup.D9mECdMK.js → RadioGroup.okEm_-NA.js} +2 -2
- package/chunks/{Select.DCxMPsCm.js → Select.D3IUIdPJ.js} +3 -3
- package/chunks/{Slider.DEERUF2g.js → Slider.CPG4Btbq.js} +2 -2
- package/chunks/{Tabs.CPCtV-Qz.js → Tabs.C4qGWCcD.js} +2 -2
- package/chunks/Text.DGWeWF1y.js +75 -0
- package/chunks/{Textarea.Bs4-nzu8.js → Textarea.D4vXRg_U.js} +2 -2
- package/chunks/{Toast.BFFytKOu.js → Toast.BHz0vlGz.js} +2 -2
- package/chunks/floating-ui.dom.C9TD1WpB.js +950 -0
- package/chunks/helpers.BbWkXTr3.js +37 -0
- package/{combobox.DW_ey38o.js → combobox.DIB07SNA.js} +1 -1
- package/components/ActionButton/ActionButton.d.ts +61 -0
- package/components/ActionButton/ActionButton.test.d.ts +1 -0
- package/components/ActionButton/ActionButton.utils.d.ts +22 -0
- package/components/ActionButton/ActionButton.utils.test.d.ts +1 -0
- package/components/ActionLink/ActionLink.d.ts +38 -0
- package/components/ActionLink/ActionLink.test.d.ts +1 -0
- package/components/ActionLink/ActionLink.utils.d.ts +19 -0
- package/components/ActionLink/ActionLink.utils.test.d.ts +1 -0
- package/components/Button/Button.utils.d.ts +18 -1
- package/components/Button/Button.utils.test.d.ts +1 -0
- package/components/Header/Header.utils.d.ts +0 -2
- package/components/Icon/Icon.d.ts +1 -1
- package/components/Icon/Icon.utils.d.ts +1 -1
- package/components/LinkButton/LinkButton.utils.d.ts +18 -1
- package/components/LinkButton/LinkButton.utils.test.d.ts +1 -0
- package/components/Popover/Popover.d.ts +40 -0
- package/components/Popover/Popover.test.d.ts +1 -0
- package/components/Popover/Popover.utils.d.ts +53 -0
- package/components/Popover/Popover.utils.test.d.ts +1 -0
- package/components/Text/Text.utils.d.ts +14 -1
- package/connected-icon.svg +1 -0
- package/{customreactselect.DcH7h1mb.js → customreactselect.BvuvCDyE.js} +4 -4
- package/{dialog.BLaDkoYL.js → dialog.CGsUCqhR.js} +2 -2
- package/{drawer.DQOaxczX.js → drawer.BcAo4TO0.js} +2 -2
- package/{fieldset.D6q9YXrO.js → fieldset.DM9ELUJa.js} +2 -2
- package/{filelist.Ba5xMDGg.js → filelist.Cj9U-Jx8.js} +3 -3
- package/{flag.BR312AU-.js → flag.BHaAfp6B.js} +1 -1
- package/{floatingactionbutton.Do6eNSHq.js → floatingactionbutton.DSZXUHB_.js} +2 -2
- package/{header.5iwPmK5V.js → header.DLrTpc-W.js} +2 -2
- package/{icon.HkVs68n_.js → icon.DwfGhFCd.js} +1 -1
- package/icon.svg +1 -1
- package/imow-icon.svg +1 -0
- package/index.d.ts +6 -0
- package/index.es.js +195 -173
- package/{input.REQvMr96.js → input.D4OiEI8g.js} +23 -23
- package/{inputfile.D0VMZuDy.js → inputfile.Cmkxf4Vq.js} +6 -6
- package/{inputpassword.ovZjXw8s.js → inputpassword.CYfGcUE-.js} +3 -3
- package/{inputsearch.Bj8EfXX5.js → inputsearch.CecX8gHD.js} +4 -4
- package/{inputstepper.BMtVUIoM.js → inputstepper.CFgfHjM_.js} +4 -4
- package/{link.2XoCKjFH.js → link.DGuYGfh2.js} +2 -2
- package/linkbutton.B3q0B_yb.js +11 -0
- package/{logo.B9taqlZR.js → logo.C96KaG1P.js} +1 -1
- package/mystihl-icon.svg +1 -0
- package/navigationtablist.CS9yEGdP.js +9 -0
- package/{navigationtabs.Dpgk-3SR.js → navigationtabs.B86G8ODY.js} +2 -2
- package/{notification.Dv9ig-VY.js → notification.D8BDaU5x.js} +3 -3
- package/numberindicator.Ddf3ESi7.js +33 -0
- package/{optioncheckbox.DYKRBTy0.js → optioncheckbox.CEEPAq0u.js} +1 -1
- package/package.json +3 -1
- package/partials/assets.const.js +2 -0
- package/partials/copyAssets.js +4 -2
- package/partials/index.js +46 -28
- package/partials/lib/partials.d.ts +1 -1
- package/popover.BFx99cHg.js +10 -0
- package/popover.d.ts +2 -0
- package/{radiogroup.BnMkpjvV.js → radiogroup.C2PkTHnF.js} +2 -2
- package/{select.BSvjDIVC.js → select.CmGQdpsV.js} +3 -3
- package/{skiptocontent.CZlRYx9p.js → skiptocontent.D1UkPmhD.js} +11 -11
- package/{slider.D1BsPd0g.js → slider.DGmVtnxs.js} +2 -2
- package/{spinner.t5FHjIEK.js → spinner.CeGt8DxU.js} +1 -1
- package/styles/scss/ds/lib/ds-internal/_link-button.scss +21 -2
- package/styles/scss/ds/lib/link-button.scss +9 -0
- package/styles/scss/ds/lib/text.scss +24 -0
- package/{switch.QUUSE9ZF.js → switch.CtULjgZq.js} +2 -2
- package/{systemfeedback.BpKZEv4U.js → systemfeedback.CLQCbTF6.js} +1 -1
- package/{tablist.CRMbhl0A.js → tablist.CcCURua8.js} +5 -5
- package/{tabs.C0wEoFwL.js → tabs.Dby_2Hyz.js} +2 -2
- package/{topbar.BPSDyH0N.js → text.ZOUuesnU.js} +3 -3
- package/{textarea.D0ADOdR6.js → textarea.yOTo23Pd.js} +3 -3
- package/{toast.BhclbJsT.js → toast.Bhpwj1NF.js} +3 -3
- package/{toastmanager.aZGcyVFF.js → toastmanager.BHk65ynQ.js} +3 -3
- package/topbar.qNB9efbF.js +11 -0
- package/utils/helpers.d.ts +10 -0
- package/assets/Icon.ZNrKuqgu.css +0 -1
- package/assets/InputFile.Dx_CULYq.css +0 -1
- package/assets/NavigationTabList.B6x56sAV.css +0 -1
- package/assets/button.H5AqLh2o.css +0 -1
- package/assets/buttonround.C-l_HArD.css +0 -1
- package/assets/linkbutton.DuHHqo7Z.css +0 -1
- package/button.Bt0-bRGX.js +0 -106
- package/buttonround.DWclCEVH.js +0 -81
- package/chunks/Header.DPafHEKw.js +0 -384
- package/chunks/NavigationTabList.BeGdzxOj.js +0 -57
- package/chunks/helpers.CcqWV-wZ.js +0 -8
- package/linkbutton.nddFCT_K.js +0 -92
- package/navigationtablist.B1WjOPFB.js +0 -9
- package/numberindicator.BPWvqr7f.js +0 -33
- package/text.BBwtpoiR.js +0 -49
- /package/assets/{text.Dgpj61UP.css → Text.Dgpj61UP.css} +0 -0
|
@@ -4,9 +4,9 @@ import "./chunks/index.CgTHIF3K.js";
|
|
|
4
4
|
import "./chunks/index.CEyLAtio.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "./heading.BXFBZhKv.js";
|
|
7
|
-
import "./chunks/Icon.
|
|
8
|
-
import "./numberindicator.
|
|
9
|
-
import { D as s } from "./chunks/Accordion.
|
|
7
|
+
import "./chunks/Icon.C0161Glk.js";
|
|
8
|
+
import "./numberindicator.Ddf3ESi7.js";
|
|
9
|
+
import { D as s } from "./chunks/Accordion.eVOD7J_8.js";
|
|
10
10
|
export {
|
|
11
11
|
s as DSAccordion
|
|
12
12
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
import "./chunks/index.CgTHIF3K.js";
|
|
4
|
+
import "./chunks/index.CEyLAtio.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./chunks/Icon.C0161Glk.js";
|
|
7
|
+
import "./numberindicator.Ddf3ESi7.js";
|
|
8
|
+
import { D as c } from "./chunks/ActionButton.Ck1rGqgm.js";
|
|
9
|
+
export {
|
|
10
|
+
c as DSActionButton
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
|
+
import "./chunks/index.CgTHIF3K.js";
|
|
4
|
+
import "./chunks/index.CEyLAtio.js";
|
|
5
|
+
import "./chunks/Icon.C0161Glk.js";
|
|
6
|
+
import { D as c } from "./chunks/ActionLink.DnUNjoAT.js";
|
|
7
|
+
import "react";
|
|
8
|
+
import "./numberindicator.Ddf3ESi7.js";
|
|
9
|
+
export {
|
|
10
|
+
c as DSActionLink
|
|
11
|
+
};
|
package/actionlink.d.ts
ADDED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as t, Fragment as i, jsx as r } from "react/jsx-runtime";
|
|
3
3
|
import { d as l } from "./chunks/index.CgTHIF3K.js";
|
|
4
|
-
import { v as n, A as o, a as m } from "./chunks/AriaLiveRegions.utils.
|
|
4
|
+
import { v as n, A as o, a as m } from "./chunks/AriaLiveRegions.utils.Cb327d_2.js";
|
|
5
5
|
import './assets/arialiveregions.e0Q16ZWi.css';const _ = "ds-aria-live-regions_sr-only_2jvmr_1", a = {
|
|
6
6
|
srOnly: _
|
|
7
7
|
}, I = () => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-action-button_root_16ush_1:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-action-button_root_16ush_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-action-button_root_16ush_1:focus{outline:revert;outline-offset:revert}.ds-action-button_root_16ush_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-action-button_root_16ush_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-action-button_root_16ush_1{padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px;color:#252525;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-width:1px;border-style:solid;border-color:transparent;border-radius:2px;transform:translateZ(0);white-space:nowrap;overflow-wrap:normal;text-align:center;text-decoration:none;background-color:transparent;cursor:pointer}@media (hover: hover){.ds-action-button_root_16ush_1:hover{background-color:#0000001a}}.ds-action-button_root_16ush_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-action-button_root_16ush_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-action-button_root_16ush_1{background-color:Canvas!important}.ds-action-button_root_16ush_1:hover{border-color:Highlight}}.ds-action-button_root--indent-level-1_16ush_72{padding-inline-start:39px}.ds-action-button_root--active_16ush_75{background-color:#0000001a}.ds-action-button_root--active--with-marker_16ush_78{padding-inline-start:0px}.ds-action-button_root--icon--top_16ush_81{gap:.25rem;flex-direction:column;padding-block-start:11px;padding-block-end:5px;padding-inline-start:7px;padding-inline-end:7px}.ds-action-button_root_16ush_1[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-action-button_root_16ush_1[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-action-button_root_16ush_1[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-action-button_root_16ush_1[aria-disabled=true]:before{background-color:transparent}.ds-action-button_root--stretched_16ush_106{justify-content:flex-start;width:100%}.ds-action-button_active-marker_16ush_111{width:.25rem;height:1.25rem;margin-inline-start:-.0625rem;margin-inline-end:.25rem;background-color:#e9640c}@media screen and (forced-colors: active){.ds-action-button_active-marker_16ush_111{background-color:Highlight}}.ds-action-button_active-marker--with-indent_16ush_123{margin-inline-end:1.75rem}.ds-action-button_icon-wrapper_16ush_127{height:1rem}.ds-action-button_icon-wrapper--x-large_16ush_130{height:1.5rem}.ds-action-button_icon-wrapper--with-number-indicator_16ush_133{position:relative}.ds-action-button_icon-wrapper--with-number-indicator_16ush_133>span{position:absolute;top:-25%;left:.625rem}.ds-action-button_icon-wrapper--with-number-indicator--with-value_16ush_141>span{top:-50%}.ds-action-button_label_16ush_145{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-action-button_label--bold_16ush_156,.ds-action-button_label--active_16ush_167{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-action-button_label--icon-top_16ush_178{font-family:STIHL Contraface Digital Text Demi,-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:.75rem;line-height:1.14;font-size-adjust:.42}.ds-action-button_label--icon-top_16ush_178.ds-action-button_label--active_16ush_167{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:.75rem;line-height:1.33;font-size-adjust:.426}.ds-action-button_number-indicator_16ush_201{margin-inline-start:auto}.ds-action-button_label-wrapper_16ush_205{display:flex;align-items:center;gap:.375rem}.ds-action-button_label-wrapper--icon-top_16ush_210{gap:.125rem}.ds-action-button_chevron_16ush_214{transform:rotate(0);min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}.ds-action-button_chevron_16ush_214{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(.5,0,1,1)}@media (prefers-reduced-motion: reduce){.ds-action-button_chevron_16ush_214{transition-duration:0ms}}.ds-action-button_chevron--icon-position-top_16ush_229{min-width:.625rem;min-height:.625rem;width:.625rem;height:.625rem}.ds-action-button_chevron--up_16ush_235{transform:rotate(-180deg)}.ds-action-button_chevron--up_16ush_235{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-action-button_chevron--up_16ush_235{transition-duration:0ms}}.ds-action-button_chevron--right_16ush_246{transform:rotate(-90deg)}.ds-action-button_chevron--right_16ush_246{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-action-button_chevron--right_16ush_246{transition-duration:0ms}}.ds-action-button_chevron--left_16ush_257{transform:rotate(-270deg)}.ds-action-button_chevron--left_16ush_257{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-action-button_chevron--left_16ush_257{transition-duration:0ms}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-action-link_root_14712_1:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-action-link_root_14712_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-action-link_root_14712_1:focus{outline:revert;outline-offset:revert}.ds-action-link_root_14712_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-action-link_root_14712_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-action-link_root_14712_1{padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px;color:#252525;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-width:1px;border-style:solid;border-color:transparent;border-radius:2px;transform:translateZ(0);white-space:nowrap;overflow-wrap:normal;text-align:center;text-decoration:none;background-color:transparent;cursor:pointer}@media (hover: hover){.ds-action-link_root_14712_1:hover{background-color:#0000001a}}.ds-action-link_root_14712_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-action-link_root_14712_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-action-link_root_14712_1{background-color:Canvas!important}.ds-action-link_root_14712_1:hover{border-color:Highlight}}.ds-action-link_root--indent-level-1_14712_72{padding-inline-start:39px}.ds-action-link_root--active_14712_75{background-color:#0000001a}.ds-action-link_root--active--with-marker_14712_78{padding-inline-start:0px}.ds-action-link_root--icon--top_14712_81{gap:.25rem;flex-direction:column;padding-block-start:11px;padding-block-end:5px;padding-inline-start:7px;padding-inline-end:7px}.ds-action-link_root_14712_1[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-action-link_root_14712_1[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-action-link_root_14712_1[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-action-link_root_14712_1[aria-disabled=true]:before{background-color:transparent}.ds-action-link_root--stretched_14712_106{justify-content:flex-start;width:100%}.ds-action-link_active-marker_14712_111{width:.25rem;height:1.25rem;margin-inline-start:-.0625rem;margin-inline-end:.25rem;background-color:#e9640c}@media screen and (forced-colors: active){.ds-action-link_active-marker_14712_111{background-color:Highlight}}.ds-action-link_active-marker--with-indent_14712_123{margin-inline-end:1.75rem}.ds-action-link_icon-wrapper_14712_127{height:1rem}.ds-action-link_icon-wrapper--x-large_14712_130{height:1.5rem}.ds-action-link_icon-wrapper--with-number-indicator_14712_133{position:relative}.ds-action-link_icon-wrapper--with-number-indicator_14712_133>span{position:absolute;top:-25%;left:.625rem}.ds-action-link_icon-wrapper--with-number-indicator--with-value_14712_141>span{top:-50%}.ds-action-link_label_14712_145{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-action-link_label--bold_14712_156,.ds-action-link_label--active_14712_167{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-action-link_label--icon-top_14712_178{font-family:STIHL Contraface Digital Text Demi,-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:.75rem;line-height:1.14;font-size-adjust:.42}.ds-action-link_label--icon-top_14712_178.ds-action-link_label--active_14712_167{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:.75rem;line-height:1.33;font-size-adjust:.426}.ds-action-link_number-indicator_14712_201{margin-inline-start:auto}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-button_root_94r67_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_94r67_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root_94r67_1:focus{outline:revert;outline-offset:revert}.ds-button_root_94r67_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root_94r67_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root_94r67_1{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426;padding-block-start:11px;padding-block-end:11px;padding-inline-start:23px;padding-inline-end:23px;display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:transparent;min-height:3rem;min-width:3rem;gap:8px;transform:translateZ(0);overflow-wrap:break-word;text-align:left;text-decoration:none;background-color:transparent;cursor:pointer}.ds-button_root_94r67_1{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root_94r67_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button_root_94r67_1{background-color:Canvas!important}.ds-button_root_94r67_1:hover{border-color:Highlight}}.ds-button_root--highlight_94r67_75,.ds-button_root--dark-highlight_94r67_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button_root--highlight_94r67_75:hover,.ds-button_root--dark-highlight_94r67_75:hover{background-color:#e9640c}}.ds-button_root--highlight_94r67_75[aria-disabled=true],.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--highlight_94r67_75[aria-disabled=true] svg,.ds-button_root--dark-highlight_94r67_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--highlight_94r67_75[aria-disabled=true],.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--highlight_94r67_75[aria-disabled=true]:before,.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-highlight_94r67_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_94r67_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-highlight_94r67_75:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-highlight_94r67_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_94r67_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-highlight_94r67_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-highlight_94r67_75[aria-disabled=true]:before{background-color:transparent}.ds-button_root--filled_94r67_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button_root--filled_94r67_151:hover{background-color:#444}}.ds-button_root--filled_94r67_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button_root--filled_94r67_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--filled_94r67_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--filled_94r67_151[aria-disabled=true]:before{background-color:transparent}.ds-button_root--outline_94r67_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button_root--outline_94r67_179:hover{background-color:#0000001a}}.ds-button_root--outline_94r67_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button_root--outline_94r67_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--outline_94r67_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--outline_94r67_179[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost_94r67_206{color:#252525}@media (hover: hover){.ds-button_root--ghost_94r67_206:hover{background-color:#0000001a}}.ds-button_root--ghost_94r67_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost_94r67_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost_94r67_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost_94r67_206[aria-disabled=true]:before{background-color:transparent}.ds-button_root--ghost-flush_94r67_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_94r67_231.ds-button_root--small_94r67_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button_root--ghost-flush_94r67_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-button_root--ghost-flush_94r67_231:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-button_root--ghost-flush_94r67_231:before{transition-duration:0ms}}.ds-button_root--ghost-flush_94r67_231:focus,.ds-button_root--ghost-flush_94r67_231:focus-visible{outline:none}.ds-button_root--ghost-flush_94r67_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--ghost-flush_94r67_231:focus:before{outline:revert;outline-offset:revert}.ds-button_root--ghost-flush_94r67_231:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--ghost-flush_94r67_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231:hover:before{background-color:transparent}}.ds-button_root--ghost-flush_94r67_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--ghost-flush_94r67_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--ghost-flush_94r67_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--ghost-flush_94r67_231[aria-disabled=true]:before{background-color:transparent}.ds-button_root--navigation_94r67_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.125rem;line-height:1.33;font-size-adjust:.426;color:#252525;border-radius:2px}@media (min-width: 1024px){.ds-button_root--navigation_94r67_317{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}}.ds-button_root--navigation_94r67_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button_root--navigation_94r67_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--navigation_94r67_317:focus{outline:revert;outline-offset:revert}.ds-button_root--navigation_94r67_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button_root--navigation_94r67_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--navigation_94r67_317:hover{background-color:#0000001a}}.ds-button_root--navigation_94r67_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button_root--navigation_94r67_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--navigation_94r67_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--navigation_94r67_317[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-filled_94r67_393{background-color:#f8f8f8;color:#252525}.ds-button_root--dark-filled_94r67_393:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_94r67_393:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-filled_94r67_393:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-filled_94r67_393:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-filled_94r67_393:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-filled_94r67_393:hover{background-color:#dadada}}.ds-button_root--dark-filled_94r67_393[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button_root--dark-filled_94r67_393[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-filled_94r67_393[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-filled_94r67_393[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-outline_94r67_450{border-color:#f8f8f8;color:#fff}.ds-button_root--dark-outline_94r67_450:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_94r67_450:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-outline_94r67_450:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-outline_94r67_450:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-outline_94r67_450:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-outline_94r67_450:hover{background-color:#ffffff26}}.ds-button_root--dark-outline_94r67_450[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button_root--dark-outline_94r67_450[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-outline_94r67_450[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-outline_94r67_450[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost_94r67_506{color:#fff}.ds-button_root--dark-ghost_94r67_506:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_94r67_506:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost_94r67_506:focus{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost_94r67_506:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_94r67_506:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost_94r67_506:hover{background-color:#ffffff26}}.ds-button_root--dark-ghost_94r67_506[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost_94r67_506[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost_94r67_506[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost_94r67_506[aria-disabled=true]:before{background-color:transparent}.ds-button_root--dark-ghost-flush_94r67_560{color:#fff}.ds-button_root--dark-ghost-flush_94r67_560:focus,.ds-button_root--dark-ghost-flush_94r67_560:focus-visible{outline:none}.ds-button_root--dark-ghost-flush_94r67_560:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button_root--dark-ghost-flush_94r67_560:focus:before{outline:revert;outline-offset:revert}.ds-button_root--dark-ghost-flush_94r67_560:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button_root--dark-ghost-flush_94r67_560:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560:hover:before{background-color:transparent}}.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button_root--dark-ghost-flush_94r67_560[aria-disabled=true]:before{background-color:transparent}.ds-button_root--small_94r67_237{min-width:2rem;min-height:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}.ds-button_root--small_94r67_237.ds-button_root--ghost-flush_94r67_231:before{right:-8px;left:-8px}.ds-button_root--icon-left_94r67_635{flex-direction:row-reverse}.ds-button_root--icon-only_94r67_638{width:3rem;height:3rem}.ds-button_root--icon-only_94r67_638.ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}.ds-button_root--icon-only-small_94r67_647{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button_root--icon-only-small_94r67_647.ds-button_root--ghost-flush_94r67_231{width:1rem;height:1rem}.ds-button_root_94r67_1{position:relative}@media (min-width: 1024px){.ds-button_icon--navigation_94r67_663{min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}.ds-button_icon--hidden_94r67_670{opacity:0}.ds-button_label--hidden_94r67_674{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}.ds-button_label--loading_94r67_686{opacity:0}.ds-button_loader_94r67_690{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button_loader_94r67_690 svg{fill:currentColor}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-icon_image_clh5i_1{display:inline-block;vertical-align:top;width:1rem;height:1rem;min-width:1rem;min-height:1rem;pointer-events:none}.ds-icon_image--theme-dark_clh5i_10{fill:#fff}.ds-icon_image--size-x-large_clh5i_13{width:1.5rem;height:1.5rem;min-width:1.5rem;min-height:1.5rem}.ds-icon_image--size-medium_clh5i_19{width:.75rem;height:.75rem;min-width:.75rem;min-height:.75rem}.ds-icon_image--size-small_clh5i_25{width:.625rem;height:.625rem;min-width:.625rem;min-height:.625rem}.ds-icon_image--size-x-small_clh5i_31{width:.5rem;height:.5rem;min-width:.5rem;min-height:.5rem}@media screen and (forced-colors: active){.ds-icon_image_clh5i_1{fill:CanvasText}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input-file_root_1pm2y_1 .ds-input-file_browse-button--is-dragging-filled_1pm2y_4{background-color:#444}.ds-input-file_root_1pm2y_1 .ds-input-file_browse-button--is-dragging-filled_1pm2y_4 span{pointer-events:none}.ds-input-file_root_1pm2y_1 .ds-input-file_browse-button--is-dragging_1pm2y_4{background-color:#ededed}.ds-input-file_root_1pm2y_1 .ds-input-file_browse-button--is-dragging_1pm2y_4 span{pointer-events:none}:where(.ds-input-file_root_1pm2y_1){align-self:end}.ds-input-file_root_1pm2y_1:has(.ds-input-file_hint_1pm2y_1) .ds-input-file_label_1pm2y_1{margin-block-end:4px}.ds-input-file_label_1pm2y_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-input-file_label--hidden_1pm2y_44{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-file_label--disabled_1pm2y_57{color:GrayText}}.ds-input-file_hint_1pm2y_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:25.5rem;margin-block-end:8px}.ds-input-file_feedback_1pm2y_77{margin-block-end:8px;margin-block-start:8px}.ds-input-file_dropzone_1pm2y_82{border:1px dashed #B1B1B1;padding:32px;text-align:center;cursor:pointer}.ds-input-file_dropzone--disabled_1pm2y_88{cursor:not-allowed;color:#00000080;border-color:#0000001a}@media screen and (forced-colors: active){.ds-input-file_dropzone--disabled_1pm2y_88{color:GrayText;border-color:GrayText}}.ds-input-file_dropzone--disabled_1pm2y_88 svg{fill:currentColor}.ds-input-file_dropzone--invalid_1pm2y_102{border-color:#d43b3b}.ds-input-file_dropzone--is-dragging_1pm2y_105{background-color:#ededed}.ds-input-file_dropzone--is-dragging_1pm2y_105 .ds-input-file_hint-drop-zone_1pm2y_108{pointer-events:none}.ds-input-file_dropzone_1pm2y_82 .ds-input-file_upload-icon_1pm2y_111{margin-block-end:12px}.ds-input-file_dropzone_1pm2y_82 .ds-input-file_browse-button-dropzone--is-dragging_1pm2y_114{pointer-events:none}.ds-input-file_dropzone_1pm2y_82 .ds-input-file_instructions_1pm2y_117{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_1pm2y_82 .ds-input-file_hint-drop-zone_1pm2y_108{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_1pm2y_82{transition:border-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-file_dropzone_1pm2y_82{transition-duration:0ms}}.ds-input-file_input_1pm2y_154{display:none}.ds-input-file_required-sr-info_1pm2y_158{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-link-button_root_oblg9_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root_oblg9_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root_oblg9_1:focus{outline:revert;outline-offset:revert}.ds-link-button_root_oblg9_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root_oblg9_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-button_root_oblg9_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_oblg9_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_oblg9_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-link-button_root_oblg9_1{background-color:Canvas!important}.ds-link-button_root_oblg9_1:hover{border-color:Highlight}}.ds-link-button_root--highlight_oblg9_75,.ds-link-button_root--dark-highlight_oblg9_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-link-button_root--highlight_oblg9_75:hover,.ds-link-button_root--dark-highlight_oblg9_75:hover{background-color:#e9640c}}.ds-link-button_root--highlight_oblg9_75[aria-disabled=true],.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link-button_root--highlight_oblg9_75[aria-disabled=true] svg,.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--highlight_oblg9_75[aria-disabled=true],.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--highlight_oblg9_75[aria-disabled=true]:before,.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-highlight_oblg9_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-highlight_oblg9_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-highlight_oblg9_75:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-highlight_oblg9_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-highlight_oblg9_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-highlight_oblg9_75[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--filled_oblg9_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-link-button_root--filled_oblg9_151:hover{background-color:#444}}.ds-link-button_root--filled_oblg9_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-link-button_root--filled_oblg9_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--filled_oblg9_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--filled_oblg9_151[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--outline_oblg9_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-link-button_root--outline_oblg9_179:hover{background-color:#0000001a}}.ds-link-button_root--outline_oblg9_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-link-button_root--outline_oblg9_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--outline_oblg9_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--outline_oblg9_179[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--ghost_oblg9_206{color:#252525}@media (hover: hover){.ds-link-button_root--ghost_oblg9_206:hover{background-color:#0000001a}}.ds-link-button_root--ghost_oblg9_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link-button_root--ghost_oblg9_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--ghost_oblg9_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--ghost_oblg9_206[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--ghost-flush_oblg9_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link-button_root--ghost-flush_oblg9_231.ds-link-button_root--small_oblg9_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-link-button_root--ghost-flush_oblg9_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-link-button_root--ghost-flush_oblg9_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_oblg9_231:before{transition-duration:0ms}}.ds-link-button_root--ghost-flush_oblg9_231:focus,.ds-link-button_root--ghost-flush_oblg9_231:focus-visible{outline:none}.ds-link-button_root--ghost-flush_oblg9_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--ghost-flush_oblg9_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--ghost-flush_oblg9_231:focus:before{outline:revert;outline-offset:revert}.ds-link-button_root--ghost-flush_oblg9_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_oblg9_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--ghost-flush_oblg9_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-button_root--ghost-flush_oblg9_231:hover:before{background-color:transparent}}.ds-link-button_root--ghost-flush_oblg9_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link-button_root--ghost-flush_oblg9_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--ghost-flush_oblg9_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--ghost-flush_oblg9_231[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--navigation_oblg9_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_oblg9_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_oblg9_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-link-button_root--navigation_oblg9_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--navigation_oblg9_317:focus{outline:revert;outline-offset:revert}.ds-link-button_root--navigation_oblg9_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-link-button_root--navigation_oblg9_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--navigation_oblg9_317:hover{background-color:#0000001a}}.ds-link-button_root--navigation_oblg9_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-link-button_root--navigation_oblg9_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--navigation_oblg9_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--navigation_oblg9_317[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-filled_oblg9_393{background-color:#f8f8f8;color:#252525}.ds-link-button_root--dark-filled_oblg9_393:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-filled_oblg9_393:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-filled_oblg9_393:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-filled_oblg9_393:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-filled_oblg9_393:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-filled_oblg9_393:hover{background-color:#dadada}}.ds-link-button_root--dark-filled_oblg9_393[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-link-button_root--dark-filled_oblg9_393[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-filled_oblg9_393[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-filled_oblg9_393[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-outline_oblg9_450{border-color:#f8f8f8;color:#fff}.ds-link-button_root--dark-outline_oblg9_450:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-outline_oblg9_450:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-outline_oblg9_450:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-outline_oblg9_450:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-outline_oblg9_450:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-outline_oblg9_450:hover{background-color:#ffffff26}}.ds-link-button_root--dark-outline_oblg9_450[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-link-button_root--dark-outline_oblg9_450[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-outline_oblg9_450[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-outline_oblg9_450[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-ghost_oblg9_506{color:#fff}.ds-link-button_root--dark-ghost_oblg9_506:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost_oblg9_506:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-ghost_oblg9_506:focus{outline:revert;outline-offset:revert}.ds-link-button_root--dark-ghost_oblg9_506:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost_oblg9_506:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-ghost_oblg9_506:hover{background-color:#ffffff26}}.ds-link-button_root--dark-ghost_oblg9_506[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link-button_root--dark-ghost_oblg9_506[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost_oblg9_506[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-ghost_oblg9_506[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--dark-ghost-flush_oblg9_560{color:#fff}.ds-link-button_root--dark-ghost-flush_oblg9_560:focus,.ds-link-button_root--dark-ghost-flush_oblg9_560:focus-visible{outline:none}.ds-link-button_root--dark-ghost-flush_oblg9_560:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_oblg9_560:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-link-button_root--dark-ghost-flush_oblg9_560:focus:before{outline:revert;outline-offset:revert}.ds-link-button_root--dark-ghost-flush_oblg9_560: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_oblg9_560:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-link-button_root--dark-ghost-flush_oblg9_560:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_oblg9_560:hover:before{background-color:transparent}}.ds-link-button_root--dark-ghost-flush_oblg9_560[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-link-button_root--dark-ghost-flush_oblg9_560[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-link-button_root--dark-ghost-flush_oblg9_560[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-link-button_root--dark-ghost-flush_oblg9_560[aria-disabled=true]:before{background-color:transparent}.ds-link-button_root--small_oblg9_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_oblg9_237.ds-link-button_root--ghost-flush_oblg9_231:before{right:-8px;left:-8px}.ds-link-button_root--icon-left_oblg9_635{flex-direction:row-reverse}.ds-link-button_root--icon-only_oblg9_638{width:3rem;height:3rem}.ds-link-button_root--icon-only_oblg9_638.ds-link-button_root--ghost-flush_oblg9_231{width:1rem;height:1rem}.ds-link-button_root--icon-only-small_oblg9_647{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-link-button_root--icon-only-small_oblg9_647.ds-link-button_root--ghost-flush_oblg9_231{width:1rem;height:1rem}@media (min-width: 1024px){.ds-link-button_icon--navigation_oblg9_659{min-width:.75rem;min-height:.75rem;width:.75rem;height:.75rem}}.ds-link-button_label--hidden_oblg9_667{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-tabs_tabs-wrapper_ccgp4_1{position:relative;grid-column:main-start/main-end}.ds-tabs_scroll-wrapper_ccgp4_6{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;position:relative;scrollbar-width:none}.ds-tabs_scroll-wrapper_ccgp4_6::-webkit-scrollbar{display:none}.ds-tabs_scroller_ccgp4_17{display:flex;flex-wrap:nowrap;min-width:min-content;border-bottom:1px solid #DADADA}.ds-tabs_scroller_ccgp4_17:has(li){list-style-type:none;padding:0;margin:0}.ds-tabs_scroller--centered_ccgp4_28{justify-content:center}.ds-tabs_tab_ccgp4_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:1.125rem;line-height:1.33;font-size-adjust:.414;position:relative;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;color:#252525;gap:8px;height:63px;padding-block:0px;padding-inline:var(--ds-spacing-dynamic-xs);text-decoration:none;border:none;outline:none;cursor:pointer;white-space:nowrap;background-color:#fff}.ds-tabs_tab_ccgp4_1:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tab_ccgp4_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-tabs_tab_ccgp4_1:focus{outline:revert;outline-offset:revert}.ds-tabs_tab_ccgp4_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-tabs_tab_ccgp4_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-tabs_tab_ccgp4_1:hover{background-color:#ededed}.ds-tabs_tab_ccgp4_1[aria-selected=true],.ds-tabs_tab_ccgp4_1[aria-current=page]{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}.ds-tabs_scroll-button_ccgp4_105{position:absolute;top:50%;transform:translateY(-50%)}.ds-tabs_scroll-button--hidden_ccgp4_110{opacity:0;pointer-events:none}.ds-tabs_scroll-button--right_ccgp4_114{right:0}.ds-tabs_scroll-button_ccgp4_105{transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-tabs_scroll-button_ccgp4_105{transition-duration:0ms}}.ds-tabs_indicator_ccgp4_126{position:absolute;left:0;bottom:0;height:4px;background-color:#e9640c}.ds-tabs_indicator_ccgp4_126{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),width var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-tabs_indicator_ccgp4_126{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-tabs_indicator_ccgp4_126{background-color:Highlight}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-popover_root_zyqhl_1{position:relative}.ds-popover_popover_zyqhl_5{background-color:#fff;border:1px solid #DADADA;border-radius:.125rem;padding-block:15px;padding-inline:7px;z-index:998;min-width:12.5rem;max-width:33.75rem;box-shadow:0 8px 48px #0000001a,0 2px 4px #0000000a}.ds-popover_popover_zyqhl_5:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-popover_popover_zyqhl_5:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-popover_popover_zyqhl_5:focus{outline:revert;outline-offset:revert}.ds-popover_popover_zyqhl_5:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-popover_popover_zyqhl_5:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-button-round_root_1yumq_1:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_1yumq_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root_1yumq_1:focus{outline:revert;outline-offset:revert}.ds-button-round_root_1yumq_1:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root_1yumq_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root_1yumq_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_1yumq_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_1yumq_1{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-button-round_root_1yumq_1{background-color:Canvas!important}.ds-button-round_root_1yumq_1:hover{border-color:Highlight}}.ds-button-round_root--highlight_1yumq_75,.ds-button-round_root--dark-highlight_1yumq_75{background-color:#f37a1f;color:#252525}@media (hover: hover){.ds-button-round_root--highlight_1yumq_75:hover,.ds-button-round_root--dark-highlight_1yumq_75:hover{background-color:#e9640c}}.ds-button-round_root--highlight_1yumq_75[aria-disabled=true],.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--highlight_1yumq_75[aria-disabled=true] svg,.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--highlight_1yumq_75[aria-disabled=true],.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--highlight_1yumq_75[aria-disabled=true]:before,.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-highlight_1yumq_75:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_1yumq_75:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-highlight_1yumq_75:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-highlight_1yumq_75:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_1yumq_75:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-highlight_1yumq_75[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--filled_1yumq_151{background-color:#252525;color:#fff}@media (hover: hover){.ds-button-round_root--filled_1yumq_151:hover{background-color:#444}}.ds-button-round_root--filled_1yumq_151[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}.ds-button-round_root--filled_1yumq_151[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--filled_1yumq_151[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--filled_1yumq_151[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--outline_1yumq_179{border-color:#252525;color:#252525}@media (hover: hover){.ds-button-round_root--outline_1yumq_179:hover{background-color:#0000001a}}.ds-button-round_root--outline_1yumq_179[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}.ds-button-round_root--outline_1yumq_179[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--outline_1yumq_179[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--outline_1yumq_179[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost_1yumq_206{color:#252525}@media (hover: hover){.ds-button-round_root--ghost_1yumq_206:hover{background-color:#0000001a}}.ds-button-round_root--ghost_1yumq_206[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost_1yumq_206[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost_1yumq_206[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost_1yumq_206[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--ghost-flush_1yumq_231{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_1yumq_231.ds-button-round_root--small_1yumq_237{padding-inline-start:0;padding-inline-end:0;min-width:0px}.ds-button-round_root--ghost-flush_1yumq_231:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}.ds-button-round_root--ghost-flush_1yumq_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_1yumq_231:before{transition-duration:0ms}}.ds-button-round_root--ghost-flush_1yumq_231:focus,.ds-button-round_root--ghost-flush_1yumq_231:focus-visible{outline:none}.ds-button-round_root--ghost-flush_1yumq_231:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_1yumq_231:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--ghost-flush_1yumq_231:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--ghost-flush_1yumq_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_1yumq_231:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--ghost-flush_1yumq_231:hover:before{background-color:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--ghost-flush_1yumq_231:hover:before{background-color:transparent}}.ds-button-round_root--ghost-flush_1yumq_231[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--ghost-flush_1yumq_231[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--ghost-flush_1yumq_231[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--ghost-flush_1yumq_231[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--navigation_1yumq_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_1yumq_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_1yumq_317:focus{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button-round_root--navigation_1yumq_317:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--navigation_1yumq_317:focus{outline:revert;outline-offset:revert}.ds-button-round_root--navigation_1yumq_317:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:-2px}@media screen and (forced-colors: active){.ds-button-round_root--navigation_1yumq_317:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--navigation_1yumq_317:hover{background-color:#0000001a}}.ds-button-round_root--navigation_1yumq_317[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}.ds-button-round_root--navigation_1yumq_317[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--navigation_1yumq_317[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--navigation_1yumq_317[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-filled_1yumq_393{background-color:#f8f8f8;color:#252525}.ds-button-round_root--dark-filled_1yumq_393:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_1yumq_393:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-filled_1yumq_393:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-filled_1yumq_393:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_1yumq_393:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-filled_1yumq_393:hover{background-color:#dadada}}.ds-button-round_root--dark-filled_1yumq_393[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}.ds-button-round_root--dark-filled_1yumq_393[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-filled_1yumq_393[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-filled_1yumq_393[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-outline_1yumq_450{border-color:#f8f8f8;color:#fff}.ds-button-round_root--dark-outline_1yumq_450:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_1yumq_450:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-outline_1yumq_450:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-outline_1yumq_450:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_1yumq_450:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-outline_1yumq_450:hover{background-color:#ffffff26}}.ds-button-round_root--dark-outline_1yumq_450[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}.ds-button-round_root--dark-outline_1yumq_450[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-outline_1yumq_450[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-outline_1yumq_450[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost_1yumq_506{color:#fff}.ds-button-round_root--dark-ghost_1yumq_506:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_1yumq_506:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost_1yumq_506:focus{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost_1yumq_506:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_1yumq_506:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost_1yumq_506:hover{background-color:#ffffff26}}.ds-button-round_root--dark-ghost_1yumq_506[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost_1yumq_506[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost_1yumq_506[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost_1yumq_506[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--dark-ghost-flush_1yumq_560{color:#fff}.ds-button-round_root--dark-ghost-flush_1yumq_560:focus,.ds-button-round_root--dark-ghost-flush_1yumq_560:focus-visible{outline:none}.ds-button-round_root--dark-ghost-flush_1yumq_560:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1yumq_560:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-button-round_root--dark-ghost-flush_1yumq_560:focus:before{outline:revert;outline-offset:revert}.ds-button-round_root--dark-ghost-flush_1yumq_560: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_1yumq_560:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){.ds-button-round_root--dark-ghost-flush_1yumq_560:hover:before{background-color:#ffffff26}}@media screen and (hover: hover) and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1yumq_560:hover:before{background-color:transparent}}.ds-button-round_root--dark-ghost-flush_1yumq_560[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}.ds-button-round_root--dark-ghost-flush_1yumq_560[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){.ds-button-round_root--dark-ghost-flush_1yumq_560[aria-disabled=true]{color:GrayText;border-color:GrayText}}.ds-button-round_root--dark-ghost-flush_1yumq_560[aria-disabled=true]:before{background-color:transparent}.ds-button-round_root--small_1yumq_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_1yumq_237.ds-button-round_root--ghost-flush_1yumq_231:before{right:-8px;left:-8px}.ds-button-round_root--icon-left_1yumq_635{flex-direction:row-reverse}.ds-button-round_root--icon-only_1yumq_638{width:3rem;height:3rem}.ds-button-round_root--icon-only_1yumq_638.ds-button-round_root--ghost-flush_1yumq_231{width:1rem;height:1rem}.ds-button-round_root--icon-only-small_1yumq_647{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.ds-button-round_root--icon-only-small_1yumq_647.ds-button-round_root--ghost-flush_1yumq_231{width:1rem;height:1rem}.ds-button-round_root_1yumq_1{position:relative;border-radius:50%;padding:0}.ds-button-round_icon--hidden_1yumq_664{opacity:0}.ds-button-round_label--hidden_1yumq_668{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_1yumq_680{opacity:0}.ds-button-round_loader_1yumq_684{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}.ds-button-round_loader_1yumq_684 svg{fill:currentColor}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ds-number-
|
|
1
|
+
.ds-number-indicator_root_ueqlv_1{font-family:STIHL Contraface Digital Text Demi,-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:.42;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;display:inline-flex;align-items:center;justify-content:center;text-wrap:nowrap;border-radius:.625rem;border:1px solid transparent;min-width:.625rem;min-height:.625rem;background-color:#0000001a}.ds-number-indicator_root--has-content_ueqlv_24{min-height:1.25rem;min-width:1.25rem;padding-inline:5px}.ds-number-indicator_root--highlight_ueqlv_29{background-color:#f37a1f}@media screen and (forced-colors: active){.ds-number-indicator_root_ueqlv_1{forced-color-adjust:none;border-color:CanvasText;background-color:Canvas;color:CanvasText}.ds-number-indicator_root--highlight_ueqlv_29{border-color:Highlight;color:Highlight}.ds-number-indicator_root--highlight_ueqlv_29:not(.ds-number-indicator_root--has-content_ueqlv_24){background-color:Highlight;border-color:Highlight}}
|
|
@@ -3,9 +3,9 @@ import "react/jsx-runtime";
|
|
|
3
3
|
import "./chunks/index.CgTHIF3K.js";
|
|
4
4
|
import "./chunks/index.CEyLAtio.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./
|
|
7
|
-
import "./link.
|
|
8
|
-
import { D as c } from "./chunks/Breadcrumb.
|
|
6
|
+
import "./chunks/Button.CC0qEsuR.js";
|
|
7
|
+
import "./link.DGuYGfh2.js";
|
|
8
|
+
import { D as c } from "./chunks/Breadcrumb.B7g30dIO.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.CgTHIF3K.js";
|
|
4
|
+
import "./chunks/index.CEyLAtio.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./chunks/useBreakpoint.CMOR9ZOB.js";
|
|
7
|
+
import "./chunks/Icon.C0161Glk.js";
|
|
8
|
+
import "./spinner.CeGt8DxU.js";
|
|
9
|
+
import { D as u } from "./chunks/Button.CC0qEsuR.js";
|
|
10
|
+
export {
|
|
11
|
+
u as DSButton
|
|
12
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as A, jsx as T } from "react/jsx-runtime";
|
|
3
|
+
import { d as G } from "./chunks/index.CgTHIF3K.js";
|
|
4
|
+
import { c as $ } from "./chunks/index.CEyLAtio.js";
|
|
5
|
+
import { D as J } from "./chunks/Icon.C0161Glk.js";
|
|
6
|
+
import { DSSpinner as K } from "./spinner.CeGt8DxU.js";
|
|
7
|
+
import { forwardRef as M } from "react";
|
|
8
|
+
import './assets/buttonround.Cw9hnUan.css';const P = "ds-button-round_root_1yumq_1", Q = "ds-button-round_root--highlight_1yumq_75", U = "ds-button-round_root--dark-highlight_1yumq_75", V = "ds-button-round_root--filled_1yumq_151", W = "ds-button-round_root--dark-filled_1yumq_393", X = "ds-button-round_root--icon-only-small_1yumq_647", Y = "ds-button-round_icon--hidden_1yumq_664", Z = "ds-button-round_label--hidden_1yumq_668", oo = "ds-button-round_label--loading_1yumq_680", to = "ds-button-round_loader_1yumq_684", l = {
|
|
9
|
+
root: P,
|
|
10
|
+
rootHighlight: Q,
|
|
11
|
+
rootDarkHighlight: U,
|
|
12
|
+
rootFilled: V,
|
|
13
|
+
rootDarkFilled: W,
|
|
14
|
+
rootIconOnlySmall: X,
|
|
15
|
+
iconHidden: Y,
|
|
16
|
+
labelHidden: Z,
|
|
17
|
+
labelLoading: oo,
|
|
18
|
+
loader: to
|
|
19
|
+
}, lo = M((S, v) => {
|
|
20
|
+
const o = G.c(47);
|
|
21
|
+
let n, s, a, e, i, d, m, h, g, _, b;
|
|
22
|
+
o[0] !== S ? ({
|
|
23
|
+
children: s,
|
|
24
|
+
aria: n,
|
|
25
|
+
className: a,
|
|
26
|
+
disabled: m,
|
|
27
|
+
iconName: h,
|
|
28
|
+
iconSource: e,
|
|
29
|
+
loading: g,
|
|
30
|
+
theme: _,
|
|
31
|
+
variant: b,
|
|
32
|
+
onClick: i,
|
|
33
|
+
...d
|
|
34
|
+
} = S, o[0] = S, o[1] = n, o[2] = s, o[3] = a, o[4] = e, o[5] = i, o[6] = d, o[7] = m, o[8] = h, o[9] = g, o[10] = _, o[11] = b) : (n = o[1], s = o[2], a = o[3], e = o[4], i = o[5], d = o[6], m = o[7], h = o[8], g = o[9], _ = o[10], b = o[11]);
|
|
35
|
+
const y = m === void 0 ? !1 : m, k = h === void 0 ? "placeholder" : h, t = g === void 0 ? !1 : g, C = _ === void 0 ? "light" : _, f = b === void 0 ? "filled" : b, F = f === "filled", x = f === "highlight", I = C === "dark" && f === "filled", L = C === "dark" && f === "highlight";
|
|
36
|
+
let p;
|
|
37
|
+
o[12] !== a || o[13] !== F || o[14] !== x || o[15] !== I || o[16] !== L ? (p = $(l.root, l.rootIconOnlySmall, a, {
|
|
38
|
+
[l.rootFilled]: F,
|
|
39
|
+
[l.rootHighlight]: x,
|
|
40
|
+
[l.rootDarkFilled]: I,
|
|
41
|
+
[l.rootDarkHighlight]: L
|
|
42
|
+
}), o[12] = a, o[13] = F, o[14] = x, o[15] = I, o[16] = L, o[17] = p) : p = o[17];
|
|
43
|
+
const O = p;
|
|
44
|
+
let D;
|
|
45
|
+
o[18] !== t ? (D = $(l.label, l.labelHidden, {
|
|
46
|
+
[l.labelLoading]: t
|
|
47
|
+
}), o[18] = t, o[19] = D) : D = o[19];
|
|
48
|
+
const R = D;
|
|
49
|
+
let H;
|
|
50
|
+
o[20] !== t ? (H = $(l.icon, {
|
|
51
|
+
[l.iconHidden]: t
|
|
52
|
+
}), o[20] = t, o[21] = H) : H = o[21];
|
|
53
|
+
const j = H, B = C === "light" && f === "filled" ? "dark" : "light";
|
|
54
|
+
let q;
|
|
55
|
+
o[22] !== y || o[23] !== t || o[24] !== i ? (q = (z) => {
|
|
56
|
+
if (y || t) {
|
|
57
|
+
z.preventDefault();
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
i && i(z);
|
|
61
|
+
}, o[22] = y, o[23] = t, o[24] = i, o[25] = q) : q = o[25];
|
|
62
|
+
const w = q, E = y || t;
|
|
63
|
+
let r;
|
|
64
|
+
o[26] !== t ? (r = t && /* @__PURE__ */ T(K, { className: l.loader, aria: {
|
|
65
|
+
"aria-label": "Loading state"
|
|
66
|
+
} }), o[26] = t, o[27] = r) : r = o[27];
|
|
67
|
+
let c;
|
|
68
|
+
o[28] !== s || o[29] !== R ? (c = /* @__PURE__ */ T("span", { className: R, children: s }), o[28] = s, o[29] = R, o[30] = c) : c = o[30];
|
|
69
|
+
let u;
|
|
70
|
+
o[31] !== j || o[32] !== k || o[33] !== e || o[34] !== B ? (u = (k || e) && /* @__PURE__ */ T(J, { name: k, theme: B, source: e, className: j, "aria-hidden": "true" }), o[31] = j, o[32] = k, o[33] = e, o[34] = B, o[35] = u) : u = o[35];
|
|
71
|
+
let N;
|
|
72
|
+
return o[36] !== n || o[37] !== w || o[38] !== t || o[39] !== v || o[40] !== d || o[41] !== O || o[42] !== E || o[43] !== r || o[44] !== c || o[45] !== u ? (N = /* @__PURE__ */ A("button", { className: O, type: "button", onClick: w, ...n, ...d, "aria-disabled": E, "aria-busy": t, ref: v, children: [
|
|
73
|
+
r,
|
|
74
|
+
c,
|
|
75
|
+
u
|
|
76
|
+
] }), o[36] = n, o[37] = w, o[38] = t, o[39] = v, o[40] = d, o[41] = O, o[42] = E, o[43] = r, o[44] = c, o[45] = u, o[46] = N) : N = o[46], N;
|
|
77
|
+
});
|
|
78
|
+
lo.displayName = "DSButtonRound";
|
|
79
|
+
export {
|
|
80
|
+
lo as DSButtonRound
|
|
81
|
+
};
|
|
@@ -4,9 +4,9 @@ import "./chunks/index.CEyLAtio.js";
|
|
|
4
4
|
import "react";
|
|
5
5
|
import "./chunks/useBreakpoint.CMOR9ZOB.js";
|
|
6
6
|
import "./chunks/index.CgTHIF3K.js";
|
|
7
|
-
import "./chunks/Icon.
|
|
8
|
-
import "./systemfeedback.
|
|
9
|
-
import { D as x } from "./chunks/Checkbox.
|
|
7
|
+
import "./chunks/Icon.C0161Glk.js";
|
|
8
|
+
import "./systemfeedback.CLQCbTF6.js";
|
|
9
|
+
import { D as x } from "./chunks/Checkbox.BIQAKBVy.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.CgTHIF3K.js";
|
|
4
4
|
import "./chunks/index.CEyLAtio.js";
|
|
5
|
-
import "./chunks/Fieldset.
|
|
6
|
-
import { D as e } from "./chunks/CheckboxGroup.
|
|
5
|
+
import "./chunks/Fieldset.BX46NuLh.js";
|
|
6
|
+
import { D as e } from "./chunks/CheckboxGroup.DHzpgOWp.js";
|
|
7
7
|
export {
|
|
8
8
|
e as DSCheckboxGroup
|
|
9
9
|
};
|
|
@@ -4,8 +4,8 @@ import "./chunks/index.CgTHIF3K.js";
|
|
|
4
4
|
import "./chunks/index.CEyLAtio.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import "./chunks/translate.nuU7uChI.js";
|
|
7
|
-
import "./chunks/Icon.
|
|
8
|
-
import { e as a } from "./chunks/Chip.
|
|
7
|
+
import "./chunks/Icon.C0161Glk.js";
|
|
8
|
+
import { e as a } from "./chunks/Chip.DifLxHH7.js";
|
|
9
9
|
export {
|
|
10
10
|
a as DSChip
|
|
11
11
|
};
|
|
@@ -4,8 +4,8 @@ import { useState as Y, useRef as le, useEffect as U, createElement as ce } from
|
|
|
4
4
|
import { d as ae } from "./chunks/index.CgTHIF3K.js";
|
|
5
5
|
import { c as se } from "./chunks/index.CEyLAtio.js";
|
|
6
6
|
import { u as de } from "./chunks/useBreakpoint.CMOR9ZOB.js";
|
|
7
|
-
import { g as ue } from "./chunks/AriaLiveRegions.utils.
|
|
8
|
-
import { v as fe, e as me, a as he } from "./chunks/Chip.
|
|
7
|
+
import { g as ue } from "./chunks/AriaLiveRegions.utils.Cb327d_2.js";
|
|
8
|
+
import { v as fe, e as me, a as he } from "./chunks/Chip.DifLxHH7.js";
|
|
9
9
|
import './assets/chipgroup.BGxjdSDX.css';const pe = "ds-chip-group_label--hidden_3zmt2_1", ge = "ds-chip-group_root_3zmt2_14", ne = {
|
|
10
10
|
labelHidden: pe,
|
|
11
11
|
root: ge
|
|
@@ -4,9 +4,9 @@ import { d as ce } from "./index.CgTHIF3K.js";
|
|
|
4
4
|
import { c as O } from "./index.CEyLAtio.js";
|
|
5
5
|
import { forwardRef as ie, useRef as me, useState as pe, useImperativeHandle as de, useEffect as oe } from "react";
|
|
6
6
|
import { DSHeading as ue } from "../heading.BXFBZhKv.js";
|
|
7
|
-
import { D as he } from "./Icon.
|
|
8
|
-
import { NumberIndicator as fe } from "../numberindicator.
|
|
9
|
-
import { g as ee } from "./helpers.
|
|
7
|
+
import { D as he } from "./Icon.C0161Glk.js";
|
|
8
|
+
import { NumberIndicator as fe } from "../numberindicator.Ddf3ESi7.js";
|
|
9
|
+
import { g as ee } from "./helpers.BbWkXTr3.js";
|
|
10
10
|
import '../assets/Accordion.DOcfZwq8.css';const _e = "ds-accordion_details_pa5bl_1", ye = "ds-accordion_summary_pa5bl_115", Se = "ds-accordion_summary--utility--m_pa5bl_154", be = "ds-accordion_summary--flush_pa5bl_183", ge = "ds-accordion_summary--small_pa5bl_251", ve = "ds-accordion_summary-content-wrapper_pa5bl_256", Ce = "ds-accordion_summary-content-wrapper--flush_pa5bl_262", We = "ds-accordion_summary-content-wrapper--chevron-left_pa5bl_266", Ne = "ds-accordion_heading-summary-wrapper_pa5bl_271", we = "ds-accordion_heading-summary_pa5bl_271", De = "ds-accordion_hint_pa5bl_281", Oe = "ds-accordion_icon_pa5bl_295", Ee = "ds-accordion_icon--open_pa5bl_306", Fe = "ds-accordion_content-wrapper_pa5bl_318", Ie = "ds-accordion_content-wrapper--flush_pa5bl_324", Ae = "ds-accordion_content-wrapper--small_pa5bl_328", t = {
|
|
11
11
|
details: _e,
|
|
12
12
|
summary: ye,
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as dt, jsx as d, Fragment as mt } from "react/jsx-runtime";
|
|
3
|
+
import { d as It } from "./index.CgTHIF3K.js";
|
|
4
|
+
import { c as T } from "./index.CEyLAtio.js";
|
|
5
|
+
import { forwardRef as Nt } from "react";
|
|
6
|
+
import { D as bt } from "./Icon.C0161Glk.js";
|
|
7
|
+
import { NumberIndicator as ft } from "../numberindicator.Ddf3ESi7.js";
|
|
8
|
+
import { g } from "./helpers.BbWkXTr3.js";
|
|
9
|
+
import '../assets/ActionButton.Ewi0i1hW.css';const Wt = "ds-action-button_root_16ush_1", wt = "ds-action-button_root--indent-level-1_16ush_72", Tt = "ds-action-button_root--active_16ush_75", gt = "ds-action-button_root--active--with-marker_16ush_78", At = "ds-action-button_root--icon--top_16ush_81", St = "ds-action-button_root--stretched_16ush_106", Pt = "ds-action-button_active-marker_16ush_111", Ct = "ds-action-button_active-marker--with-indent_16ush_123", Ot = "ds-action-button_icon-wrapper_16ush_127", Bt = "ds-action-button_icon-wrapper--x-large_16ush_130", Dt = "ds-action-button_icon-wrapper--with-number-indicator_16ush_133", kt = "ds-action-button_icon-wrapper--with-number-indicator--with-value_16ush_141", Lt = "ds-action-button_label_16ush_145", xt = "ds-action-button_label--bold_16ush_156", Et = "ds-action-button_label--active_16ush_167", Mt = "ds-action-button_label--icon-top_16ush_178", Ut = "ds-action-button_number-indicator_16ush_201", Vt = "ds-action-button_label-wrapper_16ush_205", zt = "ds-action-button_label-wrapper--icon-top_16ush_210", Rt = "ds-action-button_chevron_16ush_214", yt = "ds-action-button_chevron--icon-position-top_16ush_229", Xt = "ds-action-button_chevron--up_16ush_235", jt = "ds-action-button_chevron--right_16ush_246", Ht = "ds-action-button_chevron--left_16ush_257", o = {
|
|
10
|
+
root: Wt,
|
|
11
|
+
rootIndentLevel1: wt,
|
|
12
|
+
rootActive: Tt,
|
|
13
|
+
rootActiveWithMarker: gt,
|
|
14
|
+
rootIconTop: At,
|
|
15
|
+
rootStretched: St,
|
|
16
|
+
activeMarker: Pt,
|
|
17
|
+
activeMarkerWithIndent: Ct,
|
|
18
|
+
iconWrapper: Ot,
|
|
19
|
+
iconWrapperXLarge: Bt,
|
|
20
|
+
iconWrapperWithNumberIndicator: Dt,
|
|
21
|
+
iconWrapperWithNumberIndicatorWithValue: kt,
|
|
22
|
+
label: Lt,
|
|
23
|
+
labelBold: xt,
|
|
24
|
+
labelActive: Et,
|
|
25
|
+
labelIconTop: Mt,
|
|
26
|
+
numberIndicator: Ut,
|
|
27
|
+
labelWrapper: Vt,
|
|
28
|
+
labelWrapperIconTop: zt,
|
|
29
|
+
chevron: Rt,
|
|
30
|
+
chevronIconPositionTop: yt,
|
|
31
|
+
chevronUp: Xt,
|
|
32
|
+
chevronRight: jt,
|
|
33
|
+
chevronLeft: Ht
|
|
34
|
+
}, to = ["left", "top"], oo = ["large", "x-large"], eo = [0, 1], no = ["normal", "bold"], io = ["up", "down", "right", "left"], Ft = ({
|
|
35
|
+
iconName: u,
|
|
36
|
+
iconSize: _,
|
|
37
|
+
iconSource: t,
|
|
38
|
+
iconPosition: a,
|
|
39
|
+
indentLevel: r,
|
|
40
|
+
stretched: l,
|
|
41
|
+
weight: p
|
|
42
|
+
}) => {
|
|
43
|
+
if (u && !t && _ === "x-large" && console.warn(g("DSActionButton", 'An "iconSize" prop set to "x-large" has no effect when "iconName" is set. Please remove the "iconSize" prop or provide a custom icon via the "iconSource" prop.')), a === "top") {
|
|
44
|
+
if (!u && !t)
|
|
45
|
+
throw new Error(g("DSActionButton", 'The "iconPosition" prop should not be set to "top", when no "iconName" or "iconSource" prop was provided. Please either remove the "iconPosition" prop or set a valid icon via the "iconName" or "iconSource" prop.'));
|
|
46
|
+
_ === "x-large" && console.warn(g("DSActionButton", 'An "iconSize" prop set to "x-large" has no effect when "iconPosition" is set to "top". Please remove the "iconSize" prop.')), p === "bold" && console.warn(g("DSActionButton", 'A "weight" prop set to "bold" with "iconPosition" set to "top" has no effect. Please remove the "weight" prop.')), r === 1 && console.warn(g("DSActionButton", 'An "indentLevel" prop set to "1" with "iconPosition" set to "top" has no effect. Please remove the "indentLevel" prop.')), l && console.warn(g("DSActionButton", 'A "stretched" prop set to "true" with "iconPosition" set to "top" has no effect. Please remove the "stretched" prop.'));
|
|
47
|
+
}
|
|
48
|
+
}, Gt = Nt((u, _) => {
|
|
49
|
+
const t = It.c(81);
|
|
50
|
+
let a, r, l, p, c, s, n, h, v, A, S, P, C, O, B, D;
|
|
51
|
+
t[0] !== u ? ({
|
|
52
|
+
children: l,
|
|
53
|
+
aria: a,
|
|
54
|
+
chevronDirection: r,
|
|
55
|
+
className: p,
|
|
56
|
+
disabled: A,
|
|
57
|
+
iconName: c,
|
|
58
|
+
iconPosition: S,
|
|
59
|
+
iconSize: P,
|
|
60
|
+
iconSource: s,
|
|
61
|
+
indentLevel: C,
|
|
62
|
+
isActive: O,
|
|
63
|
+
numberIndicatorValue: n,
|
|
64
|
+
stretched: B,
|
|
65
|
+
weight: D,
|
|
66
|
+
onClick: h,
|
|
67
|
+
...v
|
|
68
|
+
} = u, t[0] = u, t[1] = a, t[2] = r, t[3] = l, t[4] = p, t[5] = c, t[6] = s, t[7] = n, t[8] = h, t[9] = v, t[10] = A, t[11] = S, t[12] = P, t[13] = C, t[14] = O, t[15] = B, t[16] = D) : (a = t[1], r = t[2], l = t[3], p = t[4], c = t[5], s = t[6], n = t[7], h = t[8], v = t[9], A = t[10], S = t[11], P = t[12], C = t[13], O = t[14], B = t[15], D = t[16]);
|
|
69
|
+
const i = A === void 0 ? !1 : A, e = S === void 0 ? "left" : S, k = P === void 0 ? "large" : P, y = C === void 0 ? 0 : C, b = O === void 0 ? !1 : O, ut = B === void 0 ? !1 : B, _t = D === void 0 ? "normal" : D;
|
|
70
|
+
process.env.NODE_ENV !== "production" && Ft({
|
|
71
|
+
iconName: c,
|
|
72
|
+
iconSize: k,
|
|
73
|
+
iconSource: s,
|
|
74
|
+
iconPosition: e,
|
|
75
|
+
indentLevel: y,
|
|
76
|
+
stretched: ut,
|
|
77
|
+
weight: _t
|
|
78
|
+
});
|
|
79
|
+
const X = e === "top", j = y === 1, H = b && !i, F = b && !i && e === "left", G = ut === !0 && e === "left";
|
|
80
|
+
let L;
|
|
81
|
+
t[17] !== p || t[18] !== H || t[19] !== F || t[20] !== G || t[21] !== X || t[22] !== j ? (L = T(o.root, p, {
|
|
82
|
+
[o.rootIconTop]: X,
|
|
83
|
+
[o.rootIndentLevel1]: j,
|
|
84
|
+
[o.rootActive]: H,
|
|
85
|
+
[o.rootActiveWithMarker]: F,
|
|
86
|
+
[o.rootStretched]: G
|
|
87
|
+
}), t[17] = p, t[18] = H, t[19] = F, t[20] = G, t[21] = X, t[22] = j, t[23] = L) : L = t[23];
|
|
88
|
+
const Z = L, $ = y === 1;
|
|
89
|
+
let x;
|
|
90
|
+
t[24] !== $ ? (x = T(o.activeMarker, {
|
|
91
|
+
[o.activeMarkerWithIndent]: $
|
|
92
|
+
}), t[24] = $, t[25] = x) : x = t[25];
|
|
93
|
+
const q = x, J = b && !i, K = _t === "bold", Q = e === "top";
|
|
94
|
+
let E;
|
|
95
|
+
t[26] !== J || t[27] !== K || t[28] !== Q ? (E = T(o.label, {
|
|
96
|
+
[o.labelActive]: J,
|
|
97
|
+
[o.labelBold]: K,
|
|
98
|
+
[o.labelIconTop]: Q
|
|
99
|
+
}), t[26] = J, t[27] = K, t[28] = Q, t[29] = E) : E = t[29];
|
|
100
|
+
const Y = E, tt = e === "top";
|
|
101
|
+
let M;
|
|
102
|
+
t[30] !== tt ? (M = T(o.labelWrapper, {
|
|
103
|
+
[o.labelWrapperIconTop]: tt
|
|
104
|
+
}), t[30] = tt, t[31] = M) : M = t[31];
|
|
105
|
+
const ot = M, et = e === "top", nt = r === "up", it = r === "right", rt = r === "left";
|
|
106
|
+
let U;
|
|
107
|
+
t[32] !== et || t[33] !== nt || t[34] !== it || t[35] !== rt ? (U = T(o.chevron, {
|
|
108
|
+
[o.chevronIconPositionTop]: et,
|
|
109
|
+
[o.chevronUp]: nt,
|
|
110
|
+
[o.chevronRight]: it,
|
|
111
|
+
[o.chevronLeft]: rt
|
|
112
|
+
}), t[32] = et, t[33] = nt, t[34] = it, t[35] = rt, t[36] = U) : U = t[36];
|
|
113
|
+
const ct = U, st = k === "x-large", at = (c || s) && (n || n === ""), lt = (c || s) && n;
|
|
114
|
+
let V;
|
|
115
|
+
t[37] !== st || t[38] !== at || t[39] !== lt ? (V = T(o.iconWrapper, {
|
|
116
|
+
[o.iconWrapperXLarge]: st,
|
|
117
|
+
[o.iconWrapperWithNumberIndicator]: at,
|
|
118
|
+
[o.iconWrapperWithNumberIndicatorWithValue]: lt
|
|
119
|
+
}), t[37] = st, t[38] = at, t[39] = lt, t[40] = V) : V = t[40];
|
|
120
|
+
const pt = V;
|
|
121
|
+
let z;
|
|
122
|
+
t[41] !== i || t[42] !== h ? (z = (vt) => {
|
|
123
|
+
if (i) {
|
|
124
|
+
vt.preventDefault();
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
h && h(vt);
|
|
128
|
+
}, t[41] = i, t[42] = h, t[43] = z) : z = t[43];
|
|
129
|
+
const ht = z;
|
|
130
|
+
let f;
|
|
131
|
+
t[44] !== q || t[45] !== e || t[46] !== b ? (f = b && e === "left" && /* @__PURE__ */ d("div", { className: q }), t[44] = q, t[45] = e, t[46] = b, t[47] = f) : f = t[47];
|
|
132
|
+
let m;
|
|
133
|
+
t[48] !== i || t[49] !== c || t[50] !== e || t[51] !== k || t[52] !== s || t[53] !== pt || t[54] !== n ? (m = (c || s) && /* @__PURE__ */ d(mt, { children: /* @__PURE__ */ dt("span", { className: pt, children: [
|
|
134
|
+
/* @__PURE__ */ d(bt, { name: c, theme: "light", source: s, "aria-hidden": "true", size: c || e === "top" ? "large" : k }),
|
|
135
|
+
!i && (e === "left" && n === "" || e === "top" && (n || n === "")) && /* @__PURE__ */ d(ft, { variant: "highlight", label: n })
|
|
136
|
+
] }) }), t[48] = i, t[49] = c, t[50] = e, t[51] = k, t[52] = s, t[53] = pt, t[54] = n, t[55] = m) : m = t[55];
|
|
137
|
+
let I;
|
|
138
|
+
t[56] !== l || t[57] !== Y ? (I = /* @__PURE__ */ d("span", { className: Y, children: l }), t[56] = l, t[57] = Y, t[58] = I) : I = t[58];
|
|
139
|
+
let N;
|
|
140
|
+
t[59] !== ct || t[60] !== r ? (N = r && /* @__PURE__ */ d(bt, { name: "chevron-down", theme: "light", "aria-hidden": "true", className: ct }), t[59] = ct, t[60] = r, t[61] = N) : N = t[61];
|
|
141
|
+
let W;
|
|
142
|
+
t[62] !== ot || t[63] !== I || t[64] !== N ? (W = /* @__PURE__ */ dt("div", { className: ot, children: [
|
|
143
|
+
I,
|
|
144
|
+
N
|
|
145
|
+
] }), t[62] = ot, t[63] = I, t[64] = N, t[65] = W) : W = t[65];
|
|
146
|
+
let w;
|
|
147
|
+
t[66] !== i || t[67] !== e || t[68] !== n ? (w = e === "left" && !i && n && /* @__PURE__ */ d(ft, { variant: "default", label: n, className: o.numberIndicator }), t[66] = i, t[67] = e, t[68] = n, t[69] = w) : w = t[69];
|
|
148
|
+
let R;
|
|
149
|
+
return t[70] !== a || t[71] !== i || t[72] !== ht || t[73] !== _ || t[74] !== v || t[75] !== Z || t[76] !== f || t[77] !== m || t[78] !== W || t[79] !== w ? (R = /* @__PURE__ */ dt("button", { className: Z, type: "button", onClick: ht, ...a, ...v, "aria-disabled": i, ref: _, children: [
|
|
150
|
+
f,
|
|
151
|
+
m,
|
|
152
|
+
W,
|
|
153
|
+
w
|
|
154
|
+
] }), t[70] = a, t[71] = i, t[72] = ht, t[73] = _, t[74] = v, t[75] = Z, t[76] = f, t[77] = m, t[78] = W, t[79] = w, t[80] = R) : R = t[80], R;
|
|
155
|
+
});
|
|
156
|
+
Gt.displayName = "DSActionButton";
|
|
157
|
+
export {
|
|
158
|
+
to as A,
|
|
159
|
+
Gt as D,
|
|
160
|
+
oo as a,
|
|
161
|
+
eo as b,
|
|
162
|
+
no as c,
|
|
163
|
+
io as d,
|
|
164
|
+
Ft as v
|
|
165
|
+
};
|