@stihl-design-system/components 1.0.0-RC.26 → 1.0.0-RC.27
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/assets/CustomReactSelect.B9f_KYFg.css +1 -0
- package/assets/InputPassword.BuVQ9dRy.css +1 -0
- package/assets/InputSearch.Dwtb3Mhw.css +1 -0
- package/assets/InputStepper.CBt99L83.css +1 -0
- package/assets/Select.CghDnBUQ.css +1 -0
- package/assets/Textarea.BgtH-TTe.css +1 -0
- package/assets/banner.D9EiZqqR.css +1 -0
- package/assets/input.DFwunFjw.css +1 -0
- package/assets/radio.BCB51D_y.css +1 -0
- package/assets/scroller.Hszs1Yq4.css +1 -0
- package/banner.CgQdUb_c.js +55 -0
- package/banner.d.ts +2 -0
- package/chipgroup.BWpqUzXF.js +209 -0
- package/chunks/{CustomReactSelect.DWdh3k_q.js → CustomReactSelect.BPnzhvw1.js} +52 -49
- package/chunks/Header.Djs1adPW.js +361 -0
- package/chunks/InputPassword.D42uUEGy.js +136 -0
- package/chunks/InputSearch.aIbUXVQU.js +174 -0
- package/chunks/InputStepper.DFEdUWm7.js +263 -0
- package/chunks/{NavigationTabs.CuOXq0b7.js → NavigationTabs.BofhX8bD.js} +1 -1
- package/chunks/{RadioGroup.okEm_-NA.js → RadioGroup.c7YYJdUe.js} +1 -1
- package/chunks/{Select.D3IUIdPJ.js → Select.B_EHpk22.js} +22 -22
- package/chunks/{Slider.CPG4Btbq.js → Slider.DMSwmGwD.js} +1 -1
- package/chunks/{Tabs.C4qGWCcD.js → Tabs.Bl4K3Kjn.js} +1 -1
- package/chunks/{Textarea.D4vXRg_U.js → Textarea.Ce26v6ht.js} +53 -53
- package/chunks/is-animation-disabled.CUl4N3LI.js +20 -0
- package/{combobox.DIB07SNA.js → combobox.AaK6QjRl.js} +1 -1
- package/components/Banner/Banner.d.ts +32 -0
- package/components/Banner/Banner.utils.d.ts +2 -0
- package/components/Scroller/Scroller.d.ts +20 -0
- package/components/Scroller/Scroller.utils.d.ts +3 -0
- package/components/Tabs/TabList/TabList.d.ts +1 -1
- package/components/Tabs/TabList/TabList.utils.d.ts +0 -4
- package/{customreactselect.BvuvCDyE.js → customreactselect.Bu1i8wkh.js} +1 -1
- package/{header.DLrTpc-W.js → header.WhQHSuB1.js} +1 -1
- package/index.d.ts +4 -0
- package/index.es.js +202 -195
- package/{input.D4OiEI8g.js → input.DhxUW3zc.js} +35 -35
- package/{inputpassword.CYfGcUE-.js → inputpassword.CaJBCMA0.js} +1 -1
- package/{inputsearch.CecX8gHD.js → inputsearch.B06DhYzo.js} +1 -1
- package/{inputstepper.CFgfHjM_.js → inputstepper.DNY7nzP8.js} +1 -1
- package/{navigationtabs.B86G8ODY.js → navigationtabs.DQ1kE-h4.js} +2 -2
- package/package.json +2 -2
- package/partials/index.js +104 -82
- package/partials/lib/partials.d.ts +1 -1
- package/radio.Be4pFOLf.js +134 -0
- package/{radiogroup.C2PkTHnF.js → radiogroup.BRjwP01C.js} +2 -2
- package/scroller.CCA6kFR6.js +123 -0
- package/scroller.d.ts +2 -0
- package/{select.CmGQdpsV.js → select.3zE96eWc.js} +1 -1
- package/{slider.DGmVtnxs.js → slider.CTCf7Xdm.js} +2 -2
- package/tablist.Dzwe0_J4.js +256 -0
- package/{tabs.Dby_2Hyz.js → tabs.yudjJk9d.js} +2 -2
- package/{textarea.yOTo23Pd.js → textarea.B_3fPtmd.js} +1 -1
- package/{topbar.qNB9efbF.js → topbar.2b8fjmA4.js} +1 -1
- package/utils/get-rect.d.ts +4 -0
- package/utils/get-rect.test.d.ts +1 -0
- package/utils/index.d.ts +2 -1
- package/utils/is-animation-disabled.d.ts +14 -0
- package/utils/is-animation-disabled.test.d.ts +1 -0
- package/assets/CustomReactSelect.B8l6al4B.css +0 -1
- package/assets/InputPassword.CkHF5zCh.css +0 -1
- package/assets/InputSearch.BV8Q2EUL.css +0 -1
- package/assets/InputStepper.DzzrAdma.css +0 -1
- package/assets/Select.e1fTfWmm.css +0 -1
- package/assets/Textarea.BGV7Z0Z9.css +0 -1
- package/assets/input.Cj4tF_F7.css +0 -1
- package/assets/radio.CqaNn1Gz.css +0 -1
- package/chipgroup.Bp_v9IQu.js +0 -186
- package/chunks/Header.CsrzyVil.js +0 -356
- package/chunks/InputPassword.BQU09DJh.js +0 -136
- package/chunks/InputSearch.CXL9ThpX.js +0 -174
- package/chunks/InputStepper.BhLQVAlo.js +0 -263
- package/radio.Dm9bDBzM.js +0 -134
- package/tablist.CcCURua8.js +0 -266
- package/utils/isAnimationDisabled.d.ts +0 -1
- /package/components/{Tabs/TabList/TabList.utils.test.d.ts → Banner/Banner.test.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-combobox_root_yjj25_1){align-self:end}.ds-combobox_root_yjj25_1:has(.ds-combobox_hint_yjj25_10) .ds-combobox_label_yjj25_10{margin-block-end:4px}.ds-combobox_wrapper_yjj25_14{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-combobox_action-button_yjj25_20{grid-area:1/4/2/5}.ds-combobox_label_yjj25_10{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:block;max-width:fit-content;margin-block-end:8px}.ds-combobox_label--hidden_yjj25_38{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-combobox_label--disabled_yjj25_51{color:GrayText}}.ds-combobox_hint_yjj25_10{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-combobox_feedback_yjj25_71{margin-block-end:8px;margin-block-start:8px}:where(.ds-combobox_select_yjj25_76){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-combobox_select--small_yjj25_84){padding-inline-start:7px;padding-inline-end:7px}.ds-combobox_select_yjj25_76{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-combobox_select_yjj25_76:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_yjj25_76:focus{outline:revert;outline-offset:revert}.ds-combobox_select_yjj25_76:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_yjj25_76{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select_yjj25_76{transition-duration:0ms}}@media (hover: hover){.ds-combobox_select_yjj25_76:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select_yjj25_76:hover{border-color:Highlight}}.ds-combobox_select_yjj25_76{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-combobox_select_yjj25_76[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-combobox_select_yjj25_76[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-combobox_select_yjj25_76[readonly]:focus{outline:revert;outline-offset:revert}.ds-combobox_select_yjj25_76[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-combobox_select_yjj25_76:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-combobox_select_yjj25_76::-webkit-placeholder,.ds-combobox_select_yjj25_76::placeholder{color:#666;opacity:1}.ds-combobox_select--invalid_yjj25_196{border-color:#d43b3b;outline-color:#d43b3b}.ds-combobox_select--invalid_yjj25_196:active,.ds-combobox_select--invalid_yjj25_196:focus,.ds-combobox_select--invalid_yjj25_196:focus-visible{border-color:#252525}.ds-combobox_select--small_yjj25_84{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-combobox_select_yjj25_76{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-combobox_select_yjj25_76::-webkit-outer-spin-button,.ds-combobox_select_yjj25_76::-webkit-inner-spin-button,.ds-combobox_select_yjj25_76::-webkit-search-decoration,.ds-combobox_select_yjj25_76::-webkit-search-cancel-button,.ds-combobox_select_yjj25_76::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_yjj25_76::-webkit-date-and-time-value{text-align:left}.ds-combobox_select_yjj25_76:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_yjj25_76[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-combobox_select_yjj25_76[type=range]{accent-color:#E9640C}.ds-combobox_select_yjj25_76[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-combobox_select--small_yjj25_84{min-height:2rem;height:2rem}.ds-combobox_select--small_yjj25_84.ds-combobox_input--has-leading-icon_yjj25_254{padding-inline-start:calc(16px + 1rem)}.ds-combobox_select--small_yjj25_84.ds-combobox_input--has-action-button_yjj25_257{padding-inline-end:calc(2rem + 8px)}.ds-combobox_select--small_yjj25_84.ds-combobox_input--has-second-action-button_yjj25_260{padding-inline-end:calc(4rem + 8px)}.ds-combobox_select--has-leading-icon_yjj25_263{padding-inline-start:calc(32px + 1rem)}.ds-combobox_select--has-action-button_yjj25_266{padding-inline-end:calc(3rem + 16px)}.ds-combobox_select--has-second-action-button_yjj25_269{padding-inline-end:calc(6rem + 16px)}.ds-combobox_select--has-affix_yjj25_272{color:#0000}.ds-combobox_select--has-affix_yjj25_272::placeholder{color:#0000}.ds-combobox_select--has-affix_yjj25_272::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-combobox_select--has-affix_yjj25_272::placeholder{transition-duration:0ms}}.ds-combobox_select--is-ready_yjj25_286{color:#252525}.ds-combobox_select--is-ready_yjj25_286::placeholder{color:#666}.ds-combobox_select_yjj25_76{border-radius:0}.ds-combobox_select_yjj25_76.ds-combobox_select--disabled_yjj25_296{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76.ds-combobox_select--disabled_yjj25_296{color:GrayText}}.ds-combobox_select_yjj25_76.ds-combobox_select--focused_yjj25_307{outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76.ds-combobox_select--focused_yjj25_307{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-combobox_select_yjj25_76.ds-combobox_select--focused_yjj25_307{outline-color:Highlight}}@media (hover: hover){.ds-combobox_select--hovered_yjj25_324{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-combobox_select--hovered_yjj25_324{border-color:Highlight}}.ds-combobox_placeholder_yjj25_334{color:#666}@media screen and (forced-colors: active){.ds-combobox_placeholder_yjj25_334{color:GrayText}}.ds-combobox_menu-list_yjj25_343{padding-block-start:8px;padding-block-end:7px;padding-inline-start:0;padding-inline-end:0;background-color:#fff;outline:2px solid;outline-color:#252525;outline-offset:-1px}@media screen and (forced-colors: active){.ds-combobox_menu-list_yjj25_343{forced-color-adjust:auto;outline-color:Highlight}}.ds-combobox_group-heading_yjj25_360{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:16px;padding-block-end:11px;padding-inline-start:16px;padding-inline-end:16px;margin-block-start:4px;margin-block-end:8px;margin-inline-start:0;margin-inline-end:0;border-bottom:1px solid #B1B1B1;color:#666}.ds-combobox_option_yjj25_382{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;align-items:center}.ds-combobox_option--small_yjj25_398{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-block-start:8px;padding-block-end:8px;padding-inline-start:16px;padding-inline-end:16px}.ds-combobox_option--single_yjj25_413{justify-content:space-between}.ds-combobox_option--disabled_yjj25_416{color:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--disabled_yjj25_416{color:GrayText}}.ds-combobox_option--focus-hover_yjj25_424:not(.ds-combobox_option--disabled_yjj25_416){background-color:#0000001a;padding-block-start:10px;padding-block-end:10px;border:2px solid #252525;border-left:none;border-right:none}@media screen and (forced-colors: active){.ds-combobox_option--focus-hover_yjj25_424:not(.ds-combobox_option--disabled_yjj25_416){background-color:Canvas;border-color:Highlight}}.ds-combobox_option--focus-hover_yjj25_424.ds-combobox_option--small_yjj25_398:not(.ds-combobox_option--disabled_yjj25_416){padding-block-start:6px;padding-block-end:6px}.ds-combobox_option--text_yjj25_442{margin-inline-end:8px}.ds-combobox_option--check-icon_yjj25_445{margin-inline-start:auto;align-self:center;fill:#e9640c}@media screen and (forced-colors: active){.ds-combobox_option--check-icon_yjj25_445{fill:CanvasText}}.ds-combobox_option--check-icon--disabled_yjj25_455{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_option--check-icon--disabled_yjj25_455{fill:GrayText}}.ds-combobox_single-option_yjj25_464{display:flex;flex-wrap:nowrap;width:100%}.ds-combobox_multi-option_yjj25_470{width:100%}.ds-combobox_single-value_yjj25_474{display:flex;align-items:center}.ds-combobox_single-value--text_yjj25_478{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ds-combobox_leading-icon_yjj25_485{margin-block-start:2px;margin-inline-end:8px;fill:#666}@media screen and (forced-colors: active){.ds-combobox_leading-icon_yjj25_485{background-color:Canvas;fill:CanvasText}}.ds-combobox_leading-icon--small_yjj25_496,.ds-combobox_leading-icon--selected_yjj25_496{margin-block-start:0px}.ds-combobox_leading-icon--disabled_yjj25_499{fill:#00000080}@media screen and (forced-colors: active){.ds-combobox_leading-icon--disabled_yjj25_499{fill:GrayText}}.ds-combobox_indicator_yjj25_508,.ds-combobox_clear_yjj25_509{width:3rem;height:3rem;justify-content:center;cursor:pointer}.ds-combobox_indicator--small_yjj25_515,.ds-combobox_clear--small_yjj25_516{width:2rem;height:2rem}.ds-combobox_indicator--icon_yjj25_520,.ds-combobox_clear--icon_yjj25_521{margin-block-start:16px;margin-block-end:16px;margin-inline-start:16px;margin-inline-end:16px;align-self:center}.ds-combobox_indicator--icon--small_yjj25_528,.ds-combobox_clear--icon--small_yjj25_529{margin-block-start:8px;margin-block-end:8px;margin-inline-start:8px;margin-inline-end:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-input-password_input_1xglz_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-password_input--small_1xglz_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-password_input_1xglz_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-password_input_1xglz_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1xglz_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1xglz_1:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1xglz_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1xglz_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1xglz_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input_1xglz_1{transition-duration:0ms}}@media (hover: hover){.ds-input-password_input_1xglz_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-password_input_1xglz_1:hover{border-color:Highlight}}.ds-input-password_input_1xglz_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-password_input_1xglz_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-password_input_1xglz_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1xglz_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-password_input_1xglz_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-password_input_1xglz_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-password_input_1xglz_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-password_input_1xglz_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-password_input_1xglz_1::-webkit-placeholder,.ds-input-password_input_1xglz_1::placeholder{color:#666;opacity:1}.ds-input-password_input--invalid_1xglz_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-password_input--invalid_1xglz_121:active,.ds-input-password_input--invalid_1xglz_121:focus,.ds-input-password_input--invalid_1xglz_121:focus-visible{border-color:#252525}.ds-input-password_input--small_1xglz_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-password_input_1xglz_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-password_input_1xglz_1::-webkit-outer-spin-button,.ds-input-password_input_1xglz_1::-webkit-inner-spin-button,.ds-input-password_input_1xglz_1::-webkit-search-decoration,.ds-input-password_input_1xglz_1::-webkit-search-cancel-button,.ds-input-password_input_1xglz_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1xglz_1::-webkit-date-and-time-value{text-align:left}.ds-input-password_input_1xglz_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1xglz_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-password_input_1xglz_1[type=range]{accent-color:#E9640C}.ds-input-password_input_1xglz_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-password_input--small_1xglz_9{min-height:2rem;height:2rem}.ds-input-password_input--small_1xglz_9.ds-input-password_input--has-leading-icon_1xglz_179{padding-inline-start:calc(16px + 1rem)}.ds-input-password_input--small_1xglz_9.ds-input-password_input--has-action-button_1xglz_182{padding-inline-end:calc(2rem + 8px)}.ds-input-password_input--small_1xglz_9.ds-input-password_input--has-second-action-button_1xglz_185{padding-inline-end:calc(4rem + 8px)}.ds-input-password_input--has-leading-icon_1xglz_179{padding-inline-start:calc(32px + 1rem)}.ds-input-password_input--has-action-button_1xglz_182{padding-inline-end:calc(3rem + 16px)}.ds-input-password_input--has-second-action-button_1xglz_185{padding-inline-end:calc(6rem + 16px)}.ds-input-password_input--has-affix_1xglz_197{color:#0000}.ds-input-password_input--has-affix_1xglz_197::placeholder{color:#0000}.ds-input-password_input--has-affix_1xglz_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-password_input--has-affix_1xglz_197::placeholder{transition-duration:0ms}}.ds-input-password_input--is-ready_1xglz_211{color:#252525}.ds-input-password_input--is-ready_1xglz_211::placeholder{color:#666}:where(.ds-input-password_root_1xglz_218){align-self:end}.ds-input-password_root_1xglz_218:has(.ds-input-password_hint_1xglz_227) .ds-input-password_label_1xglz_227{margin-block-end:4px}.ds-input-password_wrapper_1xglz_231{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-password_action-button_1xglz_237{grid-area:1/4/2/5}.ds-input-password_label_1xglz_227{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-password_label--hidden_1xglz_255{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-password_label--disabled_1xglz_268{color:GrayText}}.ds-input-password_hint_1xglz_227{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-password_feedback_1xglz_288{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-input-search_root_563xs_1{align-self:auto}:where(.ds-input-search_input_563xs_5){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-search_input--small_563xs_13){padding-inline-start:7px;padding-inline-end:7px}.ds-input-search_input_563xs_5{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-search_input_563xs_5:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_563xs_5:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_563xs_5:focus{outline:revert;outline-offset:revert}.ds-input-search_input_563xs_5:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_563xs_5:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_563xs_5{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input_563xs_5{transition-duration:0ms}}@media (hover: hover){.ds-input-search_input_563xs_5:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-search_input_563xs_5:hover{border-color:Highlight}}.ds-input-search_input_563xs_5{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-search_input_563xs_5[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-search_input_563xs_5[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_563xs_5[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-search_input_563xs_5[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-search_input_563xs_5[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-search_input_563xs_5[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-search_input_563xs_5:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-search_input_563xs_5::-webkit-placeholder,.ds-input-search_input_563xs_5::placeholder{color:#666;opacity:1}.ds-input-search_input--invalid_563xs_125{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-search_input--invalid_563xs_125:active,.ds-input-search_input--invalid_563xs_125:focus,.ds-input-search_input--invalid_563xs_125:focus-visible{border-color:#252525}.ds-input-search_input--small_563xs_13{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-search_input_563xs_5{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-search_input_563xs_5::-webkit-outer-spin-button,.ds-input-search_input_563xs_5::-webkit-inner-spin-button,.ds-input-search_input_563xs_5::-webkit-search-decoration,.ds-input-search_input_563xs_5::-webkit-search-cancel-button,.ds-input-search_input_563xs_5::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_563xs_5::-webkit-date-and-time-value{text-align:left}.ds-input-search_input_563xs_5:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_563xs_5[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-search_input_563xs_5[type=range]{accent-color:#E9640C}.ds-input-search_input_563xs_5[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-search_input--small_563xs_13{min-height:2rem;height:2rem}.ds-input-search_input--small_563xs_13.ds-input-search_input--has-leading-icon_563xs_183{padding-inline-start:calc(16px + 1rem)}.ds-input-search_input--small_563xs_13.ds-input-search_input--has-action-button_563xs_186{padding-inline-end:calc(2rem + 8px)}.ds-input-search_input--small_563xs_13.ds-input-search_input--has-second-action-button_563xs_189{padding-inline-end:calc(4rem + 8px)}.ds-input-search_input--has-leading-icon_563xs_183{padding-inline-start:calc(32px + 1rem)}.ds-input-search_input--has-action-button_563xs_186{padding-inline-end:calc(3rem + 16px)}.ds-input-search_input--has-second-action-button_563xs_189{padding-inline-end:calc(6rem + 16px)}.ds-input-search_input--has-affix_563xs_201{color:#0000}.ds-input-search_input--has-affix_563xs_201::placeholder{color:#0000}.ds-input-search_input--has-affix_563xs_201::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-search_input--has-affix_563xs_201::placeholder{transition-duration:0ms}}.ds-input-search_input--is-ready_563xs_215{color:#252525}.ds-input-search_input--is-ready_563xs_215::placeholder{color:#666}:where(.ds-input-search_root_563xs_1){align-self:end}.ds-input-search_root_563xs_1:has(.ds-input-search_hint_563xs_231) .ds-input-search_label_563xs_231{margin-block-end:4px}.ds-input-search_wrapper_563xs_235{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-search_action-button_563xs_241{grid-area:1/4/2/5}.ds-input-search_second-action-button_563xs_245{grid-area:1/3/2/4}.ds-input-search_label_563xs_231{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-search_label--hidden_563xs_263{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}@media screen and (forced-colors: active){.ds-input-search_label--disabled_563xs_276{color:GrayText}}.ds-input-search_hint_563xs_231{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-search_feedback_563xs_296{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-input-stepper_input_g8jky_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input-stepper_input--small_g8jky_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_input_g8jky_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input-stepper_input_g8jky_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_g8jky_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_g8jky_1:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_g8jky_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_g8jky_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_g8jky_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input_g8jky_1{transition-duration:0ms}}@media (hover: hover){.ds-input-stepper_input_g8jky_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input-stepper_input_g8jky_1:hover{border-color:Highlight}}.ds-input-stepper_input_g8jky_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input-stepper_input_g8jky_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input-stepper_input_g8jky_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_g8jky_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input-stepper_input_g8jky_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input-stepper_input_g8jky_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input-stepper_input_g8jky_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input-stepper_input_g8jky_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input-stepper_input_g8jky_1::-webkit-placeholder,.ds-input-stepper_input_g8jky_1::placeholder{color:#666;opacity:1}.ds-input-stepper_input--invalid_g8jky_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input-stepper_input--invalid_g8jky_121:active,.ds-input-stepper_input--invalid_g8jky_121:focus,.ds-input-stepper_input--invalid_g8jky_121:focus-visible{border-color:#252525}.ds-input-stepper_input--small_g8jky_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input-stepper_input_g8jky_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input-stepper_input_g8jky_1::-webkit-outer-spin-button,.ds-input-stepper_input_g8jky_1::-webkit-inner-spin-button,.ds-input-stepper_input_g8jky_1::-webkit-search-decoration,.ds-input-stepper_input_g8jky_1::-webkit-search-cancel-button,.ds-input-stepper_input_g8jky_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_g8jky_1::-webkit-date-and-time-value{text-align:left}.ds-input-stepper_input_g8jky_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_g8jky_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input-stepper_input_g8jky_1[type=range]{accent-color:#E9640C}.ds-input-stepper_input_g8jky_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input-stepper_input--small_g8jky_9{min-height:2rem;height:2rem}.ds-input-stepper_input--small_g8jky_9.ds-input-stepper_input--has-leading-icon_g8jky_179{padding-inline-start:calc(16px + 1rem)}.ds-input-stepper_input--small_g8jky_9.ds-input-stepper_input--has-action-button_g8jky_182{padding-inline-end:calc(2rem + 8px)}.ds-input-stepper_input--small_g8jky_9.ds-input-stepper_input--has-second-action-button_g8jky_185{padding-inline-end:calc(4rem + 8px)}.ds-input-stepper_input--has-leading-icon_g8jky_179{padding-inline-start:calc(32px + 1rem)}.ds-input-stepper_input--has-action-button_g8jky_182{padding-inline-end:calc(3rem + 16px)}.ds-input-stepper_input--has-second-action-button_g8jky_185{padding-inline-end:calc(6rem + 16px)}.ds-input-stepper_input--has-affix_g8jky_197{color:#0000}.ds-input-stepper_input--has-affix_g8jky_197::placeholder{color:#0000}.ds-input-stepper_input--has-affix_g8jky_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input-stepper_input--has-affix_g8jky_197::placeholder{transition-duration:0ms}}.ds-input-stepper_input--is-ready_g8jky_211{color:#252525}.ds-input-stepper_input--is-ready_g8jky_211::placeholder{color:#666}.ds-input-stepper_input_g8jky_1{grid-area:1/1/2/4}:where(.ds-input-stepper_root_g8jky_222){align-self:end}.ds-input-stepper_root_g8jky_222:has(.ds-input-stepper_hint_g8jky_231) .ds-input-stepper_label_g8jky_231{margin-block-end:4px}.ds-input-stepper_wrapper_g8jky_235{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input-stepper_affix_g8jky_241{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input-stepper_affix--small_g8jky_262{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input-stepper_affix--disabled_g8jky_275{color:#00000080}@media screen and (forced-colors: active){.ds-input-stepper_affix--disabled_g8jky_275{color:GrayText}}.ds-input-stepper_affix--disabled_g8jky_275.ds-input-stepper_prefix_g8jky_283,.ds-input-stepper_affix--disabled_g8jky_275.ds-input-stepper_affix_g8jky_241{border-color:#0000001a}.ds-input-stepper_affix--readonly_g8jky_286{background-color:#ededed;height:100%}.ds-input-stepper_affix_g8jky_241.ds-input-stepper_prefix_g8jky_283{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input-stepper_affix_g8jky_241.ds-input-stepper_suffix_g8jky_296{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input-stepper_action-button_g8jky_303{grid-area:1/4/2/5}.ds-input-stepper_label_g8jky_231{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-stepper_label--hidden_g8jky_321{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-stepper_label--disabled_g8jky_334{color:GrayText}}.ds-input-stepper_hint_g8jky_231{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-stepper_feedback_g8jky_354{margin-block-end:8px;margin-block-start:8px}.ds-input-stepper_wrapper_g8jky_235{gap:4px;grid-template-columns:max-content 1fr max-content max-content max-content}.ds-input-stepper_action-button_g8jky_303{grid-area:1/5/2/6}.ds-input-stepper_second-action-button_g8jky_368{grid-area:1/4/2/5}.ds-input-stepper_value-announcer_g8jky_372{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-select_root_1c9y3_1){align-self:end}.ds-select_root_1c9y3_1:has(.ds-select_hint_1c9y3_10) .ds-select_label_1c9y3_10{margin-block-end:4px}.ds-select_wrapper_1c9y3_14{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-select_affix_1c9y3_20{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-select_affix--small_1c9y3_41{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-select_affix--disabled_1c9y3_54{color:#00000080}@media screen and (forced-colors: active){.ds-select_affix--disabled_1c9y3_54{color:GrayText}}.ds-select_affix--disabled_1c9y3_54.ds-select_prefix_1c9y3_62,.ds-select_affix--disabled_1c9y3_54.ds-select_affix_1c9y3_20{border-color:#0000001a}.ds-select_affix--readonly_1c9y3_65{background-color:#ededed;height:100%}.ds-select_affix_1c9y3_20.ds-select_prefix_1c9y3_62{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-select_affix_1c9y3_20.ds-select_suffix_1c9y3_75{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-select_action-button_1c9y3_82{grid-area:1/4/2/5}.ds-select_label_1c9y3_10{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-select_label--hidden_1c9y3_100{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-select_label--disabled_1c9y3_113{color:GrayText}}.ds-select_hint_1c9y3_10{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-select_feedback_1c9y3_133{margin-block-end:8px;margin-block-start:8px}.ds-select_select-wrapper_1c9y3_138{display:grid;grid-template-columns:1fr max-content;align-items:center}:where(.ds-select_select_1c9y3_138){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-select_select--small_1c9y3_152){padding-inline-start:7px;padding-inline-end:7px}.ds-select_select_1c9y3_138{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1c9y3_138:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1c9y3_138:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1c9y3_138:focus{outline:revert;outline-offset:revert}.ds-select_select_1c9y3_138:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1c9y3_138:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1c9y3_138{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select_1c9y3_138{transition-duration:0ms}}@media (hover: hover){.ds-select_select_1c9y3_138:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-select_select_1c9y3_138:hover{border-color:Highlight}}.ds-select_select_1c9y3_138{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-select_select_1c9y3_138[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-select_select_1c9y3_138[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1c9y3_138[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-select_select_1c9y3_138[readonly]:focus{outline:revert;outline-offset:revert}.ds-select_select_1c9y3_138[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-select_select_1c9y3_138[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-select_select_1c9y3_138:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-select_select_1c9y3_138::-webkit-placeholder,.ds-select_select_1c9y3_138::placeholder{color:#666;opacity:1}.ds-select_select--invalid_1c9y3_264{border-color:#d43b3b;outline-color:#d43b3b}.ds-select_select--invalid_1c9y3_264:active,.ds-select_select--invalid_1c9y3_264:focus,.ds-select_select--invalid_1c9y3_264:focus-visible{border-color:#252525}.ds-select_select--small_1c9y3_152{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-select_select_1c9y3_138{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-select_select_1c9y3_138::-webkit-outer-spin-button,.ds-select_select_1c9y3_138::-webkit-inner-spin-button,.ds-select_select_1c9y3_138::-webkit-search-decoration,.ds-select_select_1c9y3_138::-webkit-search-cancel-button,.ds-select_select_1c9y3_138::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1c9y3_138::-webkit-date-and-time-value{text-align:left}.ds-select_select_1c9y3_138:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1c9y3_138[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-select_select_1c9y3_138[type=range]{accent-color:#E9640C}.ds-select_select_1c9y3_138[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-select_select--small_1c9y3_152{min-height:2rem;height:2rem}.ds-select_select--small_1c9y3_152.ds-select_input--has-leading-icon_1c9y3_322{padding-inline-start:calc(16px + 1rem)}.ds-select_select--small_1c9y3_152.ds-select_input--has-action-button_1c9y3_325{padding-inline-end:calc(2rem + 8px)}.ds-select_select--small_1c9y3_152.ds-select_input--has-second-action-button_1c9y3_328{padding-inline-end:calc(4rem + 8px)}.ds-select_select--has-leading-icon_1c9y3_331{padding-inline-start:calc(32px + 1rem)}.ds-select_select--has-action-button_1c9y3_334{padding-inline-end:calc(3rem + 16px)}.ds-select_select--has-second-action-button_1c9y3_337{padding-inline-end:calc(6rem + 16px)}.ds-select_select--has-affix_1c9y3_340{color:#0000}.ds-select_select--has-affix_1c9y3_340::placeholder{color:#0000}.ds-select_select--has-affix_1c9y3_340::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-select_select--has-affix_1c9y3_340::placeholder{transition-duration:0ms}}.ds-select_select--is-ready_1c9y3_354{color:#252525}.ds-select_select--is-ready_1c9y3_354::placeholder{color:#666}.ds-select_select_1c9y3_138{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}.ds-select_select--small_1c9y3_152{padding-inline-end:32px}.ds-select_select_1c9y3_138:disabled{opacity:1}.ds-select_select--placeholder_1c9y3_379{color:#666}@media screen and (forced-colors: active){.ds-select_select--placeholder_1c9y3_379{color:GrayText}}.ds-select_select_1c9y3_138 option{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-select_select_1c9y3_138 option,.ds-select_select_1c9y3_138 optgroup{background-color:#fff;color:#252525;font-style:normal}.ds-select_select_1c9y3_138 optgroup{font-family:STIHL Contraface Digital Text Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.426}.ds-select_select_1c9y3_138 option:disabled{color:#00000080}.ds-select_chevron_1c9y3_418{grid-area:1/2/2/2;margin-inline-end:16px}.ds-select_chevron--small_1c9y3_422{margin-inline-end:8px}.ds-select_chevron--disabled_1c9y3_425{fill:#00000080}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-textarea_textarea_1y99f_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-textarea_textarea--small_1y99f_9){padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_textarea_1y99f_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-textarea_textarea_1y99f_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_1y99f_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_1y99f_1:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_1y99f_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_1y99f_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_1y99f_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-textarea_textarea_1y99f_1{transition-duration:0ms}}@media (hover: hover){.ds-textarea_textarea_1y99f_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-textarea_textarea_1y99f_1:hover{border-color:Highlight}}.ds-textarea_textarea_1y99f_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-textarea_textarea_1y99f_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-textarea_textarea_1y99f_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_1y99f_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-textarea_textarea_1y99f_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-textarea_textarea_1y99f_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-textarea_textarea_1y99f_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-textarea_textarea_1y99f_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-textarea_textarea_1y99f_1::-webkit-placeholder,.ds-textarea_textarea_1y99f_1::placeholder{color:#666;opacity:1}.ds-textarea_textarea--invalid_1y99f_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-textarea_textarea--invalid_1y99f_121:active,.ds-textarea_textarea--invalid_1y99f_121:focus,.ds-textarea_textarea--invalid_1y99f_121:focus-visible{border-color:#252525}.ds-textarea_textarea--small_1y99f_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-textarea_textarea_1y99f_1{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}.ds-textarea_textarea--resize-auto_1y99f_145{resize:none;overflow-y:hidden}.ds-textarea_textarea--small_1y99f_9{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}:where(.ds-textarea_root_1y99f_155){align-self:end}.ds-textarea_root_1y99f_155:has(.ds-textarea_hint_1y99f_164) .ds-textarea_label_1y99f_164{margin-block-end:4px}.ds-textarea_affix_1y99f_168{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-textarea_affix--small_1y99f_189{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-textarea_affix--disabled_1y99f_202{color:#00000080}@media screen and (forced-colors: active){.ds-textarea_affix--disabled_1y99f_202{color:GrayText}}.ds-textarea_affix--disabled_1y99f_202.ds-textarea_prefix_1y99f_210,.ds-textarea_affix--disabled_1y99f_202.ds-textarea_affix_1y99f_168{border-color:#0000001a}.ds-textarea_affix--readonly_1y99f_213{background-color:#ededed;height:100%}.ds-textarea_affix_1y99f_168.ds-textarea_prefix_1y99f_210{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-textarea_affix_1y99f_168.ds-textarea_suffix_1y99f_223{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-textarea_leading-icon_1y99f_230{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-textarea_leading-icon_1y99f_230{background-color:Canvas;fill:CanvasText}}.ds-textarea_leading-icon--small_1y99f_242{margin-inline-start:8px}.ds-textarea_leading-icon--disabled_1y99f_245{fill:#00000080}@media screen and (forced-colors: active){.ds-textarea_leading-icon--disabled_1y99f_245{fill:GrayText}}.ds-textarea_action-button_1y99f_254{grid-area:1/4/2/5}.ds-textarea_label_1y99f_164{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-textarea_label--hidden_1y99f_272{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-textarea_label--disabled_1y99f_285{color:GrayText}}.ds-textarea_hint_1y99f_164{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-textarea_feedback_1y99f_305{margin-block-end:8px;margin-block-start:8px}.ds-textarea_char-count_1y99f_310{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;color:#252525;display:flex;justify-content:flex-end;margin-block-start:8px}.ds-textarea_char-count-announcer_1y99f_326{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-banner_root_19afy_1{background-color:#252525;color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border:1px solid transparent;padding-inline-start:15px;padding-inline-end:7px;padding-block-start:7px;padding-block-end:7px}.ds-banner_root--secondary_19afy_14{color:#252525;background-color:#dadada}.ds-banner_root--highlight_19afy_18{color:#252525;background-color:#f37a1f}.ds-banner_root--hide-close-button_19afy_22{grid-template-columns:1fr;gap:0px;padding-inline-end:16px}.ds-banner_content_19afy_28{grid-column:1/2;display:flex;align-items:center;min-height:2rem}@media (min-width: 768px){.ds-banner_content_19afy_28{justify-content:center}}.ds-banner_close-button_19afy_40{grid-column:2}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:where(.ds-input_input_1icdc_1){display:block;padding-inline-start:15px;padding-inline-end:15px;min-height:3rem;height:3rem}:where(.ds-input_input--small_1icdc_9){padding-inline-start:7px;padding-inline-end:7px}.ds-input_input_1icdc_1{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414}.ds-input_input_1icdc_1:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1icdc_1:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_1icdc_1:focus{outline:revert;outline-offset:revert}.ds-input_input_1icdc_1:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1icdc_1:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_1icdc_1{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input_1icdc_1{transition-duration:0ms}}@media (hover: hover){.ds-input_input_1icdc_1:hover{background:#0000001a}}@media screen and (hover: hover) and (forced-colors: active){.ds-input_input_1icdc_1:hover{border-color:Highlight}}.ds-input_input_1icdc_1{background:transparent;border:1px solid #252525;border-radius:0;color:#252525;width:100%}.ds-input_input_1icdc_1[readonly]{background-color:#ededed;border-color:transparent;color:#252525}.ds-input_input_1icdc_1[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1icdc_1[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-input_input_1icdc_1[readonly]:focus{outline:revert;outline-offset:revert}.ds-input_input_1icdc_1[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){.ds-input_input_1icdc_1[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-input_input_1icdc_1:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}.ds-input_input_1icdc_1::-webkit-placeholder,.ds-input_input_1icdc_1::placeholder{color:#666;opacity:1}.ds-input_input--invalid_1icdc_121{border-color:#d43b3b;outline-color:#d43b3b}.ds-input_input--invalid_1icdc_121:active,.ds-input_input--invalid_1icdc_121:focus,.ds-input_input--invalid_1icdc_121:focus-visible{border-color:#252525}.ds-input_input--small_1icdc_9{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414}.ds-input_input_1icdc_1{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}.ds-input_input_1icdc_1::-webkit-outer-spin-button,.ds-input_input_1icdc_1::-webkit-inner-spin-button,.ds-input_input_1icdc_1::-webkit-search-decoration,.ds-input_input_1icdc_1::-webkit-search-cancel-button,.ds-input_input_1icdc_1::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_1icdc_1::-webkit-date-and-time-value{text-align:left}.ds-input_input_1icdc_1:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_1icdc_1[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}.ds-input_input_1icdc_1[type=range]{accent-color:#E9640C}.ds-input_input_1icdc_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ds-input_input--small_1icdc_9{min-height:2rem;height:2rem}.ds-input_input--small_1icdc_9.ds-input_input--has-leading-icon_1icdc_179{padding-inline-start:calc(16px + 1rem)}.ds-input_input--small_1icdc_9.ds-input_input--has-action-button_1icdc_182{padding-inline-end:calc(2rem + 8px)}.ds-input_input--small_1icdc_9.ds-input_input--has-second-action-button_1icdc_185{padding-inline-end:calc(4rem + 8px)}.ds-input_input--has-leading-icon_1icdc_179{padding-inline-start:calc(32px + 1rem)}.ds-input_input--has-action-button_1icdc_182{padding-inline-end:calc(3rem + 16px)}.ds-input_input--has-second-action-button_1icdc_185{padding-inline-end:calc(6rem + 16px)}.ds-input_input--has-affix_1icdc_197{color:#0000}.ds-input_input--has-affix_1icdc_197::placeholder{color:#0000}.ds-input_input--has-affix_1icdc_197::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-input_input--has-affix_1icdc_197::placeholder{transition-duration:0ms}}.ds-input_input--is-ready_1icdc_211{color:#252525}.ds-input_input--is-ready_1icdc_211::placeholder{color:#666}:where(.ds-input_root_1icdc_218){align-self:end}.ds-input_root_1icdc_218:has(.ds-input_hint_1icdc_227) .ds-input_label_1icdc_227{margin-block-end:4px}.ds-input_wrapper_1icdc_231{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}.ds-input_affix_1icdc_237{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1rem;line-height:1.25;font-size-adjust:.414;display:flex;align-items:center;padding-inline-start:15px;padding-inline-end:15px;pointer-events:none;color:#666;background-color:#f8f8f8;z-index:1;height:calc(100% - 2px);width:calc(100% - 1px)}.ds-input_affix--small_1icdc_258{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:.875rem;line-height:1.14;font-size-adjust:.414;padding-inline-start:7px;padding-inline-end:7px}.ds-input_affix--disabled_1icdc_271{color:#00000080}@media screen and (forced-colors: active){.ds-input_affix--disabled_1icdc_271{color:GrayText}}.ds-input_affix--disabled_1icdc_271.ds-input_prefix_1icdc_279,.ds-input_affix--disabled_1icdc_271.ds-input_affix_1icdc_237{border-color:#0000001a}.ds-input_affix--readonly_1icdc_282{background-color:#ededed;height:100%}.ds-input_affix_1icdc_237.ds-input_prefix_1icdc_279{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}.ds-input_affix_1icdc_237.ds-input_suffix_1icdc_292{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}.ds-input_leading-icon_1icdc_299{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){.ds-input_leading-icon_1icdc_299{background-color:Canvas;fill:CanvasText}}.ds-input_leading-icon--small_1icdc_311{margin-inline-start:8px}.ds-input_leading-icon--disabled_1icdc_314{fill:#00000080}@media screen and (forced-colors: active){.ds-input_leading-icon--disabled_1icdc_314{fill:GrayText}}.ds-input_action-button_1icdc_323{grid-area:1/4/2/5}.ds-input_label_1icdc_227{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_label--hidden_1icdc_341{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_label--disabled_1icdc_354{color:GrayText}}.ds-input_hint_1icdc_227{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_feedback_1icdc_374{margin-block-end:8px;margin-block-start:8px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-radio_root_r0jf6_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;color:#252525;display:grid;grid-template-areas:"dot label";grid-template-columns:auto 1fr;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;height:fit-content;max-width:fit-content}.ds-radio_root--disabled_r0jf6_24{cursor:not-allowed}.ds-radio_root--with-custom-area_r0jf6_27{max-width:none}.ds-radio_root--with-custom-area--above_r0jf6_30{grid-template-areas:"custom-area custom-area" "dot label";grid-template-columns:auto 1fr;grid-template-rows:auto}.ds-radio_radio_r0jf6_36{grid-area:dot;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}.ds-radio_radio_r0jf6_36{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_r0jf6_36{transition-duration:0ms}}.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{transition-duration:0ms}}@media screen and (forced-colors: active){.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{background-color:Highlight}}.ds-radio_radio--invalid_r0jf6_78{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}.ds-radio_label_r0jf6_83{grid-area:label;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;width:100%;max-width:34em;display:grid;grid-template-areas:"label custom-area" "hint hint";grid-template-columns:auto minmax(auto,1fr)}.ds-radio_label--bold_r0jf6_100{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-radio_label--hidden_r0jf6_111{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-radio_label--with-custom-area_r0jf6_123{column-gap:8px}.ds-radio_custom-area_r0jf6_127{grid-area:custom-area;margin-inline-start:4px;min-width:max-content;min-height:1.25rem;max-height:2rem;overflow-y:hidden}.ds-radio_custom-area--above_r0jf6_135{overflow-y:visible;max-height:unset;margin-inline-start:0px}.ds-radio_hint_r0jf6_141{grid-area:hint;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:25rem;grid-column:span 2;opacity:1}.ds-radio_hint_r0jf6_141{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-radio_hint_r0jf6_141{transition-duration:0ms}}.ds-radio_hint--visible_r0jf6_165{margin-block-start:4px;margin-block-end:4px}.ds-radio_hint--unchecked-hidden_r0jf6_169{height:0;opacity:0}.ds-radio_hint--hidden_r0jf6_173,.ds-radio_input_r0jf6_186{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-radio_input_r0jf6_186:checked+.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{opacity:1}.ds-radio_input_r0jf6_186:disabled+.ds-radio_radio_r0jf6_36{border-color:#00000080}.ds-radio_input_r0jf6_186:disabled+.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{background-color:#00000080}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:disabled+.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{background-color:GrayText}}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:disabled+.ds-radio_radio_r0jf6_36{border-color:GrayText}}.ds-radio_input_r0jf6_186:disabled~.ds-radio_label_r0jf6_83{color:#00000080}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:disabled~.ds-radio_label_r0jf6_83{color:GrayText}}.ds-radio_input_r0jf6_186:focus{outline:none}.ds-radio_input_r0jf6_186:focus+.ds-radio_radio_r0jf6_36{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:focus+.ds-radio_radio_r0jf6_36{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:focus+.ds-radio_radio_r0jf6_36{border-color:Highlight}}@supports selector(:focus-visible){.ds-radio_input_r0jf6_186:focus{outline:none}.ds-radio_input_r0jf6_186:focus+.ds-radio_radio_r0jf6_36{outline:revert;outline-offset:revert}.ds-radio_input_r0jf6_186:focus-visible{outline:none}.ds-radio_input_r0jf6_186:focus-visible+.ds-radio_radio_r0jf6_36{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:focus-visible+.ds-radio_radio_r0jf6_36{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){.ds-radio_input_r0jf6_186:focus-visible+.ds-radio_radio_r0jf6_36{border-color:Highlight}}}@media (hover: hover){.ds-radio_input_r0jf6_186:hover:not(:disabled)+.ds-radio_radio_r0jf6_36{background-color:#0000001a}.ds-radio_input_r0jf6_186:hover:not(:disabled)+.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{background-color:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_r0jf6_186:hover:not(:disabled)+.ds-radio_radio_r0jf6_36 .ds-radio_dot_r0jf6_54{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){.ds-radio_input_r0jf6_186:hover:not(:disabled)+.ds-radio_radio_r0jf6_36{border-color:Highlight}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ds-scroller_root_3ktti_1{position:relative;grid-column:main-start/main-end}.ds-scroller_scroll-wrapper_3ktti_6{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;position:relative;scrollbar-width:none}.ds-scroller_scroll-wrapper_3ktti_6::-webkit-scrollbar{display:none}.ds-scroller_scroll-wrapper_3ktti_6:focus{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-scroller_scroll-wrapper_3ktti_6:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){.ds-scroller_scroll-wrapper_3ktti_6:focus{outline:revert;outline-offset:revert}.ds-scroller_scroll-wrapper_3ktti_6:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0px}@media screen and (forced-colors: active){.ds-scroller_scroll-wrapper_3ktti_6:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}.ds-scroller_scroller_3ktti_45{display:flex;flex-wrap:nowrap;min-width:min-content}.ds-scroller_scroller_3ktti_45:has(ul) ul{padding:0;margin:0;list-style:none;display:flex}.ds-scroller_scroller_3ktti_45:has(li) li{white-space:nowrap}.ds-scroller_scroll-button_3ktti_60{position:absolute;top:50%;transform:translateY(-50%)}.ds-scroller_scroll-button--hidden_3ktti_65{opacity:0;pointer-events:none}.ds-scroller_scroll-button--right_3ktti_69{right:0}.ds-scroller_scroll-button_3ktti_60{transition:opacity var(--ds-animation-duration, .1s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){.ds-scroller_scroll-button_3ktti_60{transition-duration:0ms}}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as H, jsxs as x } from "react/jsx-runtime";
|
|
3
|
+
import { d as D } from "./chunks/index.CgTHIF3K.js";
|
|
4
|
+
import { c as N } from "./chunks/index.CEyLAtio.js";
|
|
5
|
+
import { D as j } from "./chunks/Button.CC0qEsuR.js";
|
|
6
|
+
import './assets/banner.D9EiZqqR.css';const k = "ds-banner_root_19afy_1", P = "ds-banner_root--secondary_19afy_14", z = "ds-banner_root--highlight_19afy_18", E = "ds-banner_root--hide-close-button_19afy_22", L = "ds-banner_content_19afy_28", $ = "ds-banner_close-button_19afy_40", d = {
|
|
7
|
+
root: k,
|
|
8
|
+
rootSecondary: P,
|
|
9
|
+
rootHighlight: z,
|
|
10
|
+
rootHideCloseButton: E,
|
|
11
|
+
content: L,
|
|
12
|
+
closeButton: $
|
|
13
|
+
}, G = (y) => {
|
|
14
|
+
const t = D.c(30);
|
|
15
|
+
let e, s, n, o, l, f;
|
|
16
|
+
t[0] !== y ? ({
|
|
17
|
+
className: s,
|
|
18
|
+
closeButtonProps: n,
|
|
19
|
+
children: e,
|
|
20
|
+
variant: f,
|
|
21
|
+
onClose: o,
|
|
22
|
+
...l
|
|
23
|
+
} = y, t[0] = y, t[1] = e, t[2] = s, t[3] = n, t[4] = o, t[5] = l, t[6] = f) : (e = t[1], s = t[2], n = t[3], o = t[4], l = t[5], f = t[6]);
|
|
24
|
+
const h = f === void 0 ? "default" : f;
|
|
25
|
+
let r;
|
|
26
|
+
t[7] !== n ? (r = n || {}, t[7] = n, t[8] = r) : r = t[8];
|
|
27
|
+
let a, _;
|
|
28
|
+
t[9] !== r ? ({
|
|
29
|
+
label: _,
|
|
30
|
+
...a
|
|
31
|
+
} = r, t[9] = r, t[10] = a, t[11] = _) : (a = t[10], _ = t[11]);
|
|
32
|
+
const g = _ === void 0 ? "Close banner" : _, B = h === "secondary", p = h === "highlight", C = !o;
|
|
33
|
+
let m;
|
|
34
|
+
t[12] !== s || t[13] !== B || t[14] !== p || t[15] !== C ? (m = N(d.root, s, {
|
|
35
|
+
[d.rootSecondary]: B,
|
|
36
|
+
[d.rootHighlight]: p,
|
|
37
|
+
[d.rootHideCloseButton]: C
|
|
38
|
+
}), t[12] = s, t[13] = B, t[14] = p, t[15] = C, t[16] = m) : m = t[16];
|
|
39
|
+
const v = m;
|
|
40
|
+
let u;
|
|
41
|
+
t[17] === Symbol.for("react.memo_cache_sentinel") ? (u = N(d.content), t[17] = u) : u = t[17];
|
|
42
|
+
const S = u;
|
|
43
|
+
let c;
|
|
44
|
+
t[18] !== e ? (c = /* @__PURE__ */ H("div", { className: S, children: e }), t[18] = e, t[19] = c) : c = t[19];
|
|
45
|
+
let i;
|
|
46
|
+
t[20] !== g || t[21] !== o || t[22] !== a || t[23] !== h ? (i = o && /* @__PURE__ */ H(j, { ...a, hideLabel: !0, iconName: "cross", variant: "ghost", className: d.closeButton, size: "small", onClick: o, type: "button", theme: h === "default" ? "dark" : "light", children: g }), t[20] = g, t[21] = o, t[22] = a, t[23] = h, t[24] = i) : i = t[24];
|
|
47
|
+
let b;
|
|
48
|
+
return t[25] !== l || t[26] !== v || t[27] !== i || t[28] !== c ? (b = /* @__PURE__ */ x("div", { className: v, ...l, children: [
|
|
49
|
+
c,
|
|
50
|
+
i
|
|
51
|
+
] }), t[25] = l, t[26] = v, t[27] = i, t[28] = c, t[29] = b) : b = t[29], b;
|
|
52
|
+
};
|
|
53
|
+
export {
|
|
54
|
+
G as DSBanner
|
|
55
|
+
};
|
package/banner.d.ts
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as ce, jsx as le } from "react/jsx-runtime";
|
|
3
|
+
import { useState as Z, useRef as ne, useEffect as q, createElement as ae } from "react";
|
|
4
|
+
import { d as ue } from "./chunks/index.CgTHIF3K.js";
|
|
5
|
+
import { c as se } from "./chunks/index.CEyLAtio.js";
|
|
6
|
+
import { u as de } from "./chunks/useBreakpoint.CMOR9ZOB.js";
|
|
7
|
+
import { g as fe } from "./chunks/AriaLiveRegions.utils.Cb327d_2.js";
|
|
8
|
+
import { v as me, e as pe, a as he } from "./chunks/Chip.DifLxHH7.js";
|
|
9
|
+
import './assets/chipgroup.BGxjdSDX.css';const ge = "ds-chip-group_label--hidden_3zmt2_1", be = "ds-chip-group_root_3zmt2_14", ie = {
|
|
10
|
+
labelHidden: ge,
|
|
11
|
+
root: be
|
|
12
|
+
}, Re = (i) => {
|
|
13
|
+
const e = ue.c(61);
|
|
14
|
+
let d, b, p, g, c, v, S, D, E, L, I, y;
|
|
15
|
+
e[0] !== i ? ({
|
|
16
|
+
chips: d,
|
|
17
|
+
id: p,
|
|
18
|
+
label: g,
|
|
19
|
+
className: b,
|
|
20
|
+
hideLabel: S,
|
|
21
|
+
isRemovable: D,
|
|
22
|
+
lang: E,
|
|
23
|
+
selectionMode: L,
|
|
24
|
+
size: I,
|
|
25
|
+
translations: y,
|
|
26
|
+
onChipsChange: c,
|
|
27
|
+
...v
|
|
28
|
+
} = i, e[0] = i, e[1] = d, e[2] = b, e[3] = p, e[4] = g, e[5] = c, e[6] = v, e[7] = S, e[8] = D, e[9] = E, e[10] = L, e[11] = I, e[12] = y) : (d = e[1], b = e[2], p = e[3], g = e[4], c = e[5], v = e[6], S = e[7], D = e[8], E = e[9], L = e[10], I = e[11], y = e[12]);
|
|
29
|
+
const oe = S === void 0 ? !1 : S, u = D === void 0 ? !1 : D, x = E === void 0 ? "en" : E, f = L === void 0 ? "single" : L, J = I === void 0 ? "medium" : I;
|
|
30
|
+
process.env.NODE_ENV !== "production" && me({
|
|
31
|
+
chips: d,
|
|
32
|
+
id: p,
|
|
33
|
+
label: g
|
|
34
|
+
});
|
|
35
|
+
const [t, w] = Z(null);
|
|
36
|
+
let K;
|
|
37
|
+
e[13] !== d ? (K = () => d.map(ve), e[13] = d, e[14] = K) : K = e[14];
|
|
38
|
+
const [s, $] = Z(K), ee = ne(null), [a, P] = Z();
|
|
39
|
+
let N;
|
|
40
|
+
e[15] === Symbol.for("react.memo_cache_sentinel") ? (N = [], e[15] = N) : N = e[15];
|
|
41
|
+
const _ = ne(N);
|
|
42
|
+
let R, M;
|
|
43
|
+
e[16] !== d ? (R = () => {
|
|
44
|
+
$(d.map(ye));
|
|
45
|
+
}, M = [d], e[16] = d, e[17] = R, e[18] = M) : (R = e[17], M = e[18]), q(R, M);
|
|
46
|
+
let T, z;
|
|
47
|
+
e[19] === Symbol.for("react.memo_cache_sentinel") ? (T = () => {
|
|
48
|
+
he();
|
|
49
|
+
const o = () => P("keydown"), r = () => P(null), h = () => P(null);
|
|
50
|
+
return document.addEventListener("keydown", o), document.addEventListener("mousedown", r), document.addEventListener("touchstart", h), () => {
|
|
51
|
+
document.removeEventListener("keydown", o), document.removeEventListener("mousedown", r), document.removeEventListener("touchstart", h);
|
|
52
|
+
};
|
|
53
|
+
}, z = [], e[19] = T, e[20] = z) : (T = e[19], z = e[20]), q(T, z);
|
|
54
|
+
let B;
|
|
55
|
+
e[21] !== t || e[22] !== a ? (B = () => {
|
|
56
|
+
var o;
|
|
57
|
+
t !== null && _.current[t] && a === "keydown" && ((o = _.current[t]) == null || o.focus());
|
|
58
|
+
}, e[21] = t, e[22] = a, e[23] = B) : B = e[23];
|
|
59
|
+
let F;
|
|
60
|
+
e[24] !== t ? (F = [t], e[24] = t, e[25] = F) : F = e[25], q(B, F);
|
|
61
|
+
let G;
|
|
62
|
+
e[26] !== s.length || e[27] !== t || e[28] !== a ? (G = () => {
|
|
63
|
+
a === "keydown" && t !== null && s.length > 0 && _.current.forEach((o, r) => {
|
|
64
|
+
o && (o.tabIndex = r === t ? 0 : -1, r === t && o.focus());
|
|
65
|
+
});
|
|
66
|
+
}, e[26] = s.length, e[27] = t, e[28] = a, e[29] = G) : G = e[29];
|
|
67
|
+
let H;
|
|
68
|
+
e[30] !== s ? (H = [s], e[30] = s, e[31] = H) : H = e[31], q(G, H);
|
|
69
|
+
let k, C;
|
|
70
|
+
if (e[32] !== s || e[33] !== t || e[34] !== a || e[35] !== u || e[36] !== c || e[37] !== f) {
|
|
71
|
+
C = (l) => {
|
|
72
|
+
if (t === null)
|
|
73
|
+
return;
|
|
74
|
+
let n = t;
|
|
75
|
+
e: switch (l.key) {
|
|
76
|
+
case "a": {
|
|
77
|
+
(l.metaKey || l.ctrlKey) && (l.preventDefault(), o());
|
|
78
|
+
break e;
|
|
79
|
+
}
|
|
80
|
+
case "ArrowRight":
|
|
81
|
+
case "ArrowDown": {
|
|
82
|
+
l.shiftKey && f === "multiple" && !u ? (n = t + 1 > s.length - 1 ? s.length - 1 : t + 1, t !== n ? (r(t), r(n)) : s[t].isSelected || r(t)) : (n = (t + 1) % s.length, l.preventDefault());
|
|
83
|
+
break e;
|
|
84
|
+
}
|
|
85
|
+
case "ArrowLeft":
|
|
86
|
+
case "ArrowUp": {
|
|
87
|
+
l.shiftKey && f === "multiple" && !u ? (n = t - 1 < 0 ? 0 : t - 1, t !== n ? (r(t), r(n)) : s[0].isSelected || r(0)) : (n = (t - 1 + s.length) % s.length, l.preventDefault());
|
|
88
|
+
break e;
|
|
89
|
+
}
|
|
90
|
+
case "Enter":
|
|
91
|
+
case " ": {
|
|
92
|
+
if (l.preventDefault(), u) {
|
|
93
|
+
Y(n);
|
|
94
|
+
return;
|
|
95
|
+
} else
|
|
96
|
+
h(n);
|
|
97
|
+
break e;
|
|
98
|
+
}
|
|
99
|
+
case "Backspace": {
|
|
100
|
+
u && Y(n), l.preventDefault();
|
|
101
|
+
return;
|
|
102
|
+
}
|
|
103
|
+
default:
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
w(n);
|
|
107
|
+
};
|
|
108
|
+
const o = () => {
|
|
109
|
+
if (f !== "multiple")
|
|
110
|
+
return;
|
|
111
|
+
const l = s.map(we);
|
|
112
|
+
$(l), A(`${l.length} items selected`), c && c(l);
|
|
113
|
+
}, r = (l) => {
|
|
114
|
+
if (u)
|
|
115
|
+
return;
|
|
116
|
+
const n = s.map(ke);
|
|
117
|
+
n[l].disabled || (n[l].isSelected = !0, A(`${n[l].label} selected, ${n.filter(Ce).length} items selected`), $(n), c && c(n));
|
|
118
|
+
}, h = (l) => {
|
|
119
|
+
if (u)
|
|
120
|
+
return;
|
|
121
|
+
const n = [...s];
|
|
122
|
+
n[l].disabled || (f === "single" ? n.forEach((m, U) => {
|
|
123
|
+
U === l ? (m.isSelected = !m.isSelected, A(`${m.label} ${m.isSelected ? "selected" : "not selected"}`)) : m.isSelected = !1;
|
|
124
|
+
}) : f === "multiple" && (n[l].isSelected = !n[l].isSelected, A(`${n[l].label} ${n[l].isSelected ? "selected" : "not selected"}, ${n.filter(Se).length} items selected`)), $(n), c && c(n));
|
|
125
|
+
}, Y = (l) => {
|
|
126
|
+
var U;
|
|
127
|
+
const n = s[l], m = s.filter((te, re) => re !== l).map(De);
|
|
128
|
+
if ($(m), A(`${n.label} removed, ${m.length} items remaining`), a === "keydown")
|
|
129
|
+
if (m.length > 0) {
|
|
130
|
+
const te = Math.min(l, m.length - 1);
|
|
131
|
+
w(te);
|
|
132
|
+
} else
|
|
133
|
+
(U = ee.current) == null || U.focus(), w(null);
|
|
134
|
+
c && c(m);
|
|
135
|
+
};
|
|
136
|
+
k = (l) => {
|
|
137
|
+
u ? Y(l) : s[l].disabled || h(l);
|
|
138
|
+
};
|
|
139
|
+
const A = Ee;
|
|
140
|
+
e[32] = s, e[33] = t, e[34] = a, e[35] = u, e[36] = c, e[37] = f, e[38] = k, e[39] = C;
|
|
141
|
+
} else
|
|
142
|
+
k = e[38], C = e[39];
|
|
143
|
+
let V;
|
|
144
|
+
e[40] !== t ? (V = (o) => t === null || t === o ? 0 : -1, e[40] = t, e[41] = V) : V = e[41];
|
|
145
|
+
const Q = V, W = de(oe);
|
|
146
|
+
let j;
|
|
147
|
+
e[42] !== b ? (j = se(ie.root, b), e[42] = b, e[43] = j) : j = e[43];
|
|
148
|
+
const X = j;
|
|
149
|
+
let O;
|
|
150
|
+
return e[44] !== s || e[45] !== t || e[46] !== Q || e[47] !== k || e[48] !== C || e[49] !== W || e[50] !== p || e[51] !== a || e[52] !== u || e[53] !== g || e[54] !== x || e[55] !== v || e[56] !== X || e[57] !== f || e[58] !== J || e[59] !== y ? (O = s.length === 0 ? null : /* @__PURE__ */ ce("div", { children: [
|
|
151
|
+
/* @__PURE__ */ le("div", { id: p, className: se({
|
|
152
|
+
[ie.labelHidden]: W
|
|
153
|
+
}), children: g }),
|
|
154
|
+
s.length > 0 && /* @__PURE__ */ le("div", { ref: ee, role: "grid", "aria-labelledby": p, "aria-multiselectable": f === "multiple", tabIndex: -1, onKeyDown: C, onFocus: () => {
|
|
155
|
+
t === null ? (_.current[0].focus(), a === "keydown" && w(0)) : a === "keydown" && w(t);
|
|
156
|
+
}, onBlur: () => w(null), className: X, ...v, children: s.map((o, r) => /* @__PURE__ */ ae(pe, { ...o, key: `${o.id}-${r}`, groupId: p, tabIndex: Q(r), onClick: (h) => {
|
|
157
|
+
k(r), o.onClick && o.onClick(h);
|
|
158
|
+
}, "data-focused": t === r, isRemovable: u, lang: x, selectionMode: f, size: J, translations: y, ref: (h) => {
|
|
159
|
+
_.current[r] = h;
|
|
160
|
+
} })) })
|
|
161
|
+
] }), e[44] = s, e[45] = t, e[46] = Q, e[47] = k, e[48] = C, e[49] = W, e[50] = p, e[51] = a, e[52] = u, e[53] = g, e[54] = x, e[55] = v, e[56] = X, e[57] = f, e[58] = J, e[59] = y, e[60] = O) : O = e[60], O;
|
|
162
|
+
};
|
|
163
|
+
function ve(i) {
|
|
164
|
+
return {
|
|
165
|
+
...i
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
function ye(i) {
|
|
169
|
+
return {
|
|
170
|
+
...i
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
function we(i) {
|
|
174
|
+
return {
|
|
175
|
+
...i,
|
|
176
|
+
selected: !i.disabled
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
function ke(i) {
|
|
180
|
+
return {
|
|
181
|
+
...i
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
function Ce(i) {
|
|
185
|
+
const {
|
|
186
|
+
isSelected: e
|
|
187
|
+
} = i;
|
|
188
|
+
return e;
|
|
189
|
+
}
|
|
190
|
+
function Se(i) {
|
|
191
|
+
const {
|
|
192
|
+
isSelected: e
|
|
193
|
+
} = i;
|
|
194
|
+
return e;
|
|
195
|
+
}
|
|
196
|
+
function De(i) {
|
|
197
|
+
return {
|
|
198
|
+
...i
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
function Ee(i) {
|
|
202
|
+
const e = fe();
|
|
203
|
+
e && (e.innerText = i, setTimeout(() => {
|
|
204
|
+
e.innerText = "";
|
|
205
|
+
}, 350));
|
|
206
|
+
}
|
|
207
|
+
export {
|
|
208
|
+
Re as DSChipGroup
|
|
209
|
+
};
|