@stihl-design-system/components 1.0.0-RC.10 → 1.0.0-RC.11
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/README.md +0 -9
- package/{accordion.B3UkxlAZ.js → accordion.CEKQh-7i.js} +1 -1
- package/accordion.d.ts +1 -0
- package/{arialiveregions.BK4T7Vhk.js → arialiveregions.BKpxxK7O.js} +1 -1
- package/arialiveregions.d.ts +1 -0
- package/assets/Accordion.DMEFgtQm.css +1 -0
- package/assets/Chip.D10_7Q82.css +1 -0
- package/assets/CustomReactSelect.D5XKd9vg.css +1 -0
- package/assets/Dialog.B0pucIEI.css +1 -0
- package/assets/Drawer.CATBzfY7.css +1 -0
- package/assets/Fieldset.CwDhKRUL.css +1 -0
- package/assets/InputPassword.DOAAzj-O.css +1 -0
- package/assets/InputSearch.CxPYaQGZ.css +1 -0
- package/assets/InputStepper.CYYJUu0b.css +1 -0
- package/assets/Notification.mhVFeSGm.css +1 -0
- package/assets/Select.DZKpHV4G.css +1 -0
- package/assets/Textarea.Cp0b7oZp.css +1 -0
- package/assets/Toast.Cz6wYaBv.css +1 -0
- package/assets/button.C9_ejpGG.css +1 -0
- package/assets/buttonround.DTCqRP-0.css +1 -0
- package/assets/chipgroup.BMovtKTy.css +1 -0
- package/assets/flag.DX_lH1v7.css +1 -0
- package/assets/floatingactionbutton.Do-yEH6c.css +1 -0
- package/assets/input.Q5oKkmW2.css +1 -0
- package/assets/link.DhZqkLMP.css +1 -0
- package/assets/linkstandalone.Dwz-_O8q.css +1 -0
- package/assets/optioncheckbox.C62HtIj5.css +1 -0
- package/assets/radio.-Xxx5wL4.css +1 -0
- package/assets/switch.C1Ei0-z8.css +1 -0
- package/assets/text.DxKFcfY6.css +1 -0
- package/asterisk.d.ts +1 -0
- package/button.C5opEJ6x.js +135 -0
- package/button.d.ts +1 -0
- package/buttonround.CUoqRyy0.js +118 -0
- package/buttonround.d.ts +1 -0
- package/checkbox.d.ts +1 -0
- package/checkboxgroup.BqD5IV51.js +8 -0
- package/checkboxgroup.d.ts +1 -0
- package/chip.B92ew-hk.js +10 -0
- package/chip.d.ts +2 -0
- package/chipgroup.BJrqEfvr.js +175 -0
- package/chipgroup.d.ts +2 -0
- package/chunks/Accordion.DFwFN8mX.js +125 -0
- package/chunks/{AriaLiveRegions.utils.D2ni4Yrf.js → AriaLiveRegions.utils.BGSZafnS.js} +2 -2
- package/chunks/CheckboxGroup.M3jOjhNf.js +92 -0
- package/chunks/Chip.fMG8wi5K.js +142 -0
- package/chunks/{CustomReactSelect.ChAtL6fu.js → CustomReactSelect.D3jv5-fa.js} +883 -876
- package/chunks/{Dialog.Z5ESJQMi.js → Dialog.Fwr6vLiK.js} +47 -47
- package/chunks/{Drawer.BdowMqE0.js → Drawer.CKoYzQHd.js} +32 -32
- package/chunks/Fieldset.C9K8BYmH.js +99 -0
- package/chunks/InputPassword.C7pNeWGx.js +143 -0
- package/chunks/InputSearch.B24rcIJ_.js +192 -0
- package/chunks/InputStepper.CEW-bieQ.js +294 -0
- package/chunks/Notification.BXVN7_Fs.js +93 -0
- package/chunks/RadioGroup.D4UOflwr.js +137 -0
- package/chunks/Select.Ds86q4UC.js +194 -0
- package/chunks/Textarea.DcB8hKnO.js +198 -0
- package/chunks/Toast.DrzxdzVW.js +89 -0
- package/chunks/translate.isa3FHb8.js +11 -0
- package/{combobox.JL1Dsn3E.js → combobox.BeTnbG1m.js} +1 -1
- package/combobox.d.ts +1 -0
- package/components/Accordion/Accordion.d.ts +0 -1
- package/components/Accordion/Accordion.utils.d.ts +0 -1
- package/components/Button/Button.d.ts +0 -1
- package/components/ButtonRound/ButtonRound.d.ts +0 -1
- package/components/Checkbox/Checkbox.d.ts +0 -1
- package/components/CheckboxGroup/CheckboxGroup.d.ts +6 -7
- package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +0 -1
- package/components/ChipGroup/Chip.d.ts +12 -0
- package/components/ChipGroup/ChipGroup.d.ts +42 -0
- package/components/ChipGroup/ChipGroup.test.d.ts +1 -0
- package/components/ChipGroup/ChipGroup.utils.d.ts +60 -0
- package/components/ChipGroup/ChipGroup.utils.test.d.ts +1 -0
- package/components/Combobox/Combobox.d.ts +0 -1
- package/components/Combobox/Combobox.utils.d.ts +6 -1
- package/components/CustomReactSelect/CustomReactSelect.d.ts +0 -1
- package/components/CustomReactSelect/CustomReactSelect.utils.d.ts +0 -13
- package/components/CustomReactSelect/OptionCheckbox.d.ts +0 -1
- package/components/Dialog/Dialog.d.ts +0 -1
- package/components/Dialog/Dialog.utils.d.ts +0 -1
- package/components/Drawer/Drawer.d.ts +0 -1
- package/components/Drawer/Drawer.utils.d.ts +0 -1
- package/components/Fieldset/Fieldset.d.ts +0 -1
- package/components/Fieldset/Fieldset.utils.d.ts +7 -1
- package/components/Flag/Flag.d.ts +23 -0
- package/components/Flag/Flag.test.d.ts +1 -0
- package/components/Flag/Flag.utils.d.ts +2 -0
- package/components/FloatingActionButton/FloatingActionButton.d.ts +0 -1
- package/components/Heading/Heading.d.ts +0 -1
- package/components/Icon/Icon.d.ts +0 -1
- package/components/Icon/Icon.utils.d.ts +0 -1
- package/components/Input/Input.d.ts +0 -1
- package/components/Input/Input.utils.d.ts +0 -1
- package/components/InputPassword/InputPassword.d.ts +0 -1
- package/components/InputPassword/InputPassword.utils.d.ts +0 -1
- package/components/InputSearch/InputSearch.d.ts +0 -1
- package/components/InputSearch/InputSearch.utils.d.ts +0 -1
- package/components/InputStepper/InputStepper.d.ts +0 -1
- package/components/InputStepper/InputStepper.utils.d.ts +0 -1
- package/components/Link/Link.d.ts +0 -1
- package/components/LinkStandalone/LinkStandalone.d.ts +0 -1
- package/components/Logo/Logo.d.ts +1 -2
- package/components/Logo/Logo.utils.d.ts +0 -1
- package/components/Notification/Notification.d.ts +0 -1
- package/components/Notification/Notification.utils.d.ts +0 -1
- package/components/Radio/Radio.d.ts +0 -1
- package/components/RadioGroup/RadioGroup.d.ts +7 -8
- package/components/RadioGroup/RadioGroup.utils.d.ts +2 -3
- package/components/Select/Select.d.ts +0 -1
- package/components/Select/Select.utils.d.ts +0 -1
- package/components/SkipToContent/SkipToContent.d.ts +0 -1
- package/components/Spinner/Spinner.d.ts +0 -1
- package/components/Switch/Switch.d.ts +0 -1
- package/components/SystemFeedback/SystemFeedback.d.ts +0 -1
- package/components/Text/Text.d.ts +0 -1
- package/components/Textarea/Textarea.d.ts +0 -1
- package/components/Textarea/Textarea.utils.d.ts +0 -1
- package/components/Title/Title.d.ts +0 -1
- package/components/Toast/Toast.d.ts +0 -1
- package/components/Toast/Toast.utils.d.ts +0 -1
- package/components/Toast/ToastManager.d.ts +0 -1
- package/customreactselect.d.ts +1 -0
- package/{customreactselect.Dg8Kgq3e.js → customreactselect.lYJhIeyx.js} +2 -2
- package/dialog.d.ts +1 -0
- package/{dialog.D3bJ0rsW.js → dialog.lGwNQU91.js} +2 -2
- package/{drawer.CNPF1-Kc.js → drawer.DNi5m8wP.js} +2 -2
- package/drawer.d.ts +1 -0
- package/{fieldset.CTshPWYX.js → fieldset.BqiAjeax.js} +1 -1
- package/fieldset.d.ts +1 -0
- package/flag.XJHHSP38.js +43 -0
- package/flag.d.ts +2 -0
- package/floatingactionbutton.CMpkTdhX.js +87 -0
- package/floatingactionbutton.d.ts +1 -0
- package/heading.d.ts +1 -0
- package/icon.d.ts +1 -0
- package/index.d.ts +4 -0
- package/index.es.js +133 -113
- package/input.d.ts +1 -0
- package/input.v7qB7wPJ.js +239 -0
- package/{inputpassword.nsYu6YeB.js → inputpassword.CSjh1GU7.js} +2 -2
- package/inputpassword.d.ts +1 -0
- package/{inputsearch.ZGIrDrcv.js → inputsearch.DyznOWLK.js} +2 -2
- package/inputsearch.d.ts +1 -0
- package/{inputstepper.BvY36hA1.js → inputstepper.3BLb7s0P.js} +2 -2
- package/inputstepper.d.ts +1 -0
- package/link.Clk5_BYp.js +116 -0
- package/link.d.ts +1 -0
- package/linkstandalone.BXERmqdN.js +80 -0
- package/linkstandalone.d.ts +1 -0
- package/logo.d.ts +1 -0
- package/{notification.BAS13UQ6.js → notification.0kX1GMaB.js} +2 -2
- package/notification.d.ts +1 -0
- package/{optioncheckbox.DZWwtx6f.js → optioncheckbox.BPN3f6l_.js} +13 -13
- package/optioncheckbox.d.ts +1 -0
- package/package.json +44 -39
- package/partials/index.js +407 -407
- package/partials/lib/partials.d.ts +0 -1
- package/radio.DTZNJzMU.js +115 -0
- package/radio.d.ts +1 -0
- package/radiogroup.SYkZm2DG.js +10 -0
- package/radiogroup.d.ts +1 -0
- package/{select.C4OZMB-V.js → select.CYbwR3RW.js} +1 -1
- package/select.d.ts +1 -0
- package/{skiptocontent.C4yQfWr2.js → skiptocontent.DUQWopO4.js} +1 -1
- package/skiptocontent.d.ts +1 -0
- package/spinner.d.ts +1 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff +0 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff2 +0 -0
- package/styles/fonts/font-face.min.css +1 -1
- package/styles/scss/_index.scss +1 -0
- package/styles/scss/lib/_breakpoints.scss +0 -1
- package/styles/scss/lib/_link.scss +3 -0
- package/styles/scss/lib/_spacing-dynamic.scss +61 -0
- package/switch.CoNnIhM4.js +65 -0
- package/switch.d.ts +1 -0
- package/systemfeedback.d.ts +1 -0
- package/text.d.ts +1 -0
- package/text.fMcHzVbH.js +57 -0
- package/{textarea.CtQtGqn5.js → textarea.DJc527nX.js} +1 -1
- package/textarea.d.ts +1 -0
- package/title.d.ts +1 -0
- package/{toast.DVd9dLs2.js → toast.D48GFmp0.js} +2 -2
- package/toast.d.ts +1 -0
- package/{toastmanager.Dh0gzFkM.js → toastmanager.Dl8-Q3ED.js} +2 -2
- package/toastmanager.d.ts +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/translate.d.ts +11 -0
- package/utils/translate.test.d.ts +1 -0
- package/utils/useBreakpoint.d.ts +0 -1
- package/utils/useIsomorphicLayoutEffect.d.ts +0 -1
- package/utils/vitest.setup.d.ts +0 -1
- package/assets/Accordion.lFv7Q_RG.css +0 -1
- package/assets/CustomReactSelect.CMkn-EGK.css +0 -1
- package/assets/Dialog.fiQvxJg_.css +0 -1
- package/assets/Drawer.BqBgbSuP.css +0 -1
- package/assets/Fieldset.qHYeUFZt.css +0 -1
- package/assets/InputPassword.Cf394z47.css +0 -1
- package/assets/InputSearch.eCRQoxjN.css +0 -1
- package/assets/InputStepper.B80KulYE.css +0 -1
- package/assets/Notification.DK6agBGS.css +0 -1
- package/assets/Select.BptsMxz4.css +0 -1
- package/assets/Textarea.CIIVh03G.css +0 -1
- package/assets/Toast.Dsvs1zdM.css +0 -1
- package/assets/button.B1O7Yw3Q.css +0 -1
- package/assets/buttonround.DlH_ipDo.css +0 -1
- package/assets/floatingactionbutton.DRYentYC.css +0 -1
- package/assets/input.C0MrSbQu.css +0 -1
- package/assets/link.vtTST2ki.css +0 -1
- package/assets/linkstandalone.BtAcziZ7.css +0 -1
- package/assets/optioncheckbox.BJJAph5_.css +0 -1
- package/assets/radio.9kpIO3HC.css +0 -1
- package/assets/switch.2DQF2zH-.css +0 -1
- package/assets/text.Dhb_l50R.css +0 -1
- package/button.DH0h6uPs.js +0 -135
- package/buttonround.0mw4zzlU.js +0 -118
- package/checkboxgroup.CZqrlF-x.js +0 -9
- package/chunks/Accordion.pI3JyHJL.js +0 -125
- package/chunks/CheckboxGroup.4J_gZ_XJ.js +0 -87
- package/chunks/Fieldset.COGbZwry.js +0 -99
- package/chunks/InputPassword.Dgo95-PU.js +0 -140
- package/chunks/InputSearch.BFof0pBn.js +0 -189
- package/chunks/InputStepper.4IqLa5tX.js +0 -291
- package/chunks/Notification.BhwbaXqk.js +0 -93
- package/chunks/RadioGroup.C5jbCJM4.js +0 -132
- package/chunks/RadioGroup.module.BBZwHDjW.js +0 -11
- package/chunks/Select.fXeQJXtz.js +0 -191
- package/chunks/Textarea.Bewrp0Za.js +0 -195
- package/chunks/Toast.DA_CQ9J-.js +0 -89
- package/floatingactionbutton.CCIj9Fjr.js +0 -87
- package/input.CTgeAYdu.js +0 -236
- package/link.DAZNwQ0a.js +0 -116
- package/linkstandalone.C9X3er7g.js +0 -80
- package/radio.CWGJtmKl.js +0 -115
- package/radiogroup.BhffFqN3.js +0 -11
- package/switch.CmpNUC7s.js +0 -65
- package/text.rgDKQBrU.js +0 -57
- package/utils/render-in-iframe.d.ts +0 -15
- /package/assets/{RadioGroup.Bz3_xkZU.css → CheckboxGroup.Bz3_xkZU.css} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_70bef_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:.875rem;line-height:1.14;font-size-adjust:.414;background-color:#ededed;border-left-color:#666;border-left-width:4px;border-left-style:solid;color:#252525;display:flex;flex-direction:column;gap:12px;padding-inline-start:12px;padding-inline-end:24px;padding-block-start:12px;padding-block-end:12px;width:100%;max-width:948px}._root--success_70bef_102{background-color:#e5f0db;border-left-color:#749f4a}._root--error_70bef_106{background-color:#eebcbd;border-left-color:#d43b3b}._root--warning_70bef_110{background-color:#fdecc3;border-left-color:#fdc543}._root--hide-icon_70bef_114{padding-inline-start:20px}@media screen and (forced-colors: active){._root_70bef_76{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}._content_70bef_128{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:32px}._content--hide-close-button_70bef_135{grid-template-columns:auto minmax(auto,1fr)}._content--hide-icon_70bef_138{grid-template-columns:minmax(auto,1fr) auto}._icon_70bef_142{margin-block-start:8px}._message_70bef_146{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.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}._custom-action-area_70bef_161{padding-inline-start:32px;padding-block-end:4px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_15gy6_226{align-self:end}._root_15gy6_226:has(._hint_15gy6_234) ._label_15gy6_234{margin-block-end:4px}._wrapper_15gy6_238{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_15gy6_244{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)}._affix--small_15gy6_266{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}._affix--disabled_15gy6_280{color:#00000080}._affix--disabled_15gy6_280._prefix_15gy6_283,._affix--disabled_15gy6_280._affix_15gy6_244{border-color:#0000001a}._affix--readonly_15gy6_286{background-color:#ededed;height:100%}._affix_15gy6_244._prefix_15gy6_283{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_15gy6_244._suffix_15gy6_296{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._action-button_15gy6_303{grid-area:1/4/2/5}._label_15gy6_234{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}._label--hidden_15gy6_322{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._hint_15gy6_234{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}._feedback_15gy6_351{margin-block-end:8px;margin-block-start:8px}._select-wrapper_15gy6_356{display:grid;grid-template-columns:1fr max-content;align-items:center}._select_15gy6_356{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}._select_15gy6_356:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_15gy6_356:focus{outline:revert;outline-offset:revert}._select_15gy6_356:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_15gy6_356{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select_15gy6_356{transition-duration:0ms}}@media (hover: hover){._select_15gy6_356:hover{background:#0000001a}}._select_15gy6_356{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._select_15gy6_356[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._select_15gy6_356[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._select_15gy6_356[readonly]:focus{outline:revert;outline-offset:revert}._select_15gy6_356[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._select_15gy6_356[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._select_15gy6_356:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._select_15gy6_356::-webkit-placeholder,._select_15gy6_356::placeholder{color:#666;opacity:1}._select--invalid_15gy6_474{border-color:#d43b3b;outline-color:#d43b3b}._select--invalid_15gy6_474:active,._select--invalid_15gy6_474:focus,._select--invalid_15gy6_474:focus-visible{border-color:#252525}._select--small_15gy6_481{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}._select_15gy6_356{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._select_15gy6_356::-webkit-outer-spin-button,._select_15gy6_356::-webkit-inner-spin-button,._select_15gy6_356::-webkit-search-decoration,._select_15gy6_356::-webkit-search-cancel-button,._select_15gy6_356::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_15gy6_356::-webkit-date-and-time-value{text-align:left}._select_15gy6_356:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_15gy6_356[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._select_15gy6_356[type=range]{accent-color:#E9640C}._select_15gy6_356[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._select--small_15gy6_481{min-height:2rem;height:2rem}._select--small_15gy6_481._input--has-leading-icon_15gy6_535{padding-inline-start:calc(16px + 1rem)}._select--small_15gy6_481._input--has-action-button_15gy6_538{padding-inline-end:calc(2rem + 8px)}._select--small_15gy6_481._input--has-second-action-button_15gy6_541{padding-inline-end:calc(4rem + 8px)}._select--has-leading-icon_15gy6_544{padding-inline-start:calc(32px + 1rem)}._select--has-action-button_15gy6_547{padding-inline-end:calc(3rem + 16px)}._select--has-second-action-button_15gy6_550{padding-inline-end:calc(6rem + 16px)}._select--has-affix_15gy6_553{color:#0000}._select--has-affix_15gy6_553::placeholder{color:#0000}._select--has-affix_15gy6_553::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._select--has-affix_15gy6_553::placeholder{transition-duration:0ms}}._select--is-ready_15gy6_567{color:#252525}._select--is-ready_15gy6_567::placeholder{color:#666}._select_15gy6_356{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-inline-end:48px;text-overflow:ellipsis}._select--small_15gy6_481{padding-inline-end:32px}._select_15gy6_356:disabled{opacity:1}._select--placeholder_15gy6_584{color:#666}@media screen and (forced-colors: active){._select--placeholder_15gy6_584{color:GrayText}}._chevron_15gy6_593{grid-area:1/2/2/2;margin-inline-end:16px}._chevron--small_15gy6_597{margin-inline-end:8px}._chevron--disabled_15gy6_600{fill:#00000080}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._textarea_seaaz_226{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}._textarea_seaaz_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_seaaz_226:focus{outline:revert;outline-offset:revert}._textarea_seaaz_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_seaaz_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._textarea_seaaz_226{transition-duration:0ms}}@media (hover: hover){._textarea_seaaz_226:hover{background:#0000001a}}._textarea_seaaz_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._textarea_seaaz_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._textarea_seaaz_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._textarea_seaaz_226[readonly]:focus{outline:revert;outline-offset:revert}._textarea_seaaz_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._textarea_seaaz_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._textarea_seaaz_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._textarea_seaaz_226::-webkit-placeholder,._textarea_seaaz_226::placeholder{color:#666;opacity:1}._textarea--invalid_seaaz_338{border-color:#d43b3b;outline-color:#d43b3b}._textarea--invalid_seaaz_338:active,._textarea--invalid_seaaz_338:focus,._textarea--invalid_seaaz_338:focus-visible{border-color:#252525}._textarea--small_seaaz_345{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}._textarea_seaaz_226{padding-block-start:15px;padding-block-end:15px;min-height:5.875rem;resize:vertical}._textarea--resize-auto_seaaz_365{resize:none;overflow-y:hidden}._textarea--small_seaaz_345{padding-block-start:8px;padding-block-end:8px;min-height:4.875rem}._root_seaaz_375{align-self:end}._root_seaaz_375:has(._hint_seaaz_383) ._label_seaaz_383{margin-block-end:4px}._affix_seaaz_387{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)}._affix--small_seaaz_409{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}._affix--disabled_seaaz_423{color:#00000080}._affix--disabled_seaaz_423._prefix_seaaz_426,._affix--disabled_seaaz_423._affix_seaaz_387{border-color:#0000001a}._affix--readonly_seaaz_429{background-color:#ededed;height:100%}._affix_seaaz_387._prefix_seaaz_426{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_seaaz_387._suffix_seaaz_439{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_seaaz_446{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_seaaz_446{background-color:Canvas;fill:CanvasText}}._leading-icon--small_seaaz_458{margin-inline-start:8px}._leading-icon--disabled_seaaz_461{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_seaaz_461{fill:GrayText}}._action-button_seaaz_470{grid-area:1/4/2/5}._label_seaaz_383{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}._label--hidden_seaaz_489{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._hint_seaaz_383{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}._feedback_seaaz_518{margin-block-end:8px;margin-block-start:8px}._char-count_seaaz_523{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}._char-count-announcer_seaaz_540{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--ds-toast-offset-bottom: 64px}._root_m9wn3_80{box-shadow:0 2px 12px #00000014,0 1px 2px #00000029;min-width:288px;max-width:min(100vw - 32px,400px)}@media (min-width: 768px){._root_m9wn3_80{max-width:400px}}._root--closing_m9wn3_94{animation:_fade-out_m9wn3_1 var(--ds-animation-duration, .4s) cubic-bezier(0,0,.5,1) forwards}._root_m9wn3_80[popover]{position:fixed;inset:unset;left:50%;transform:translate(-50%);border-width:0;border-left:4px solid;padding-block-start:12px;padding-block-end:12px;padding-inline-start:12px;padding-inline-end:16px;width:100%;bottom:var(--ds-toast-offset-bottom)}@media screen and (forced-colors: active){._root_m9wn3_80[popover]{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;padding-inline-end:15px;padding-block-start:11px;padding-block-end:11px}}:where(._root_m9wn3_80:popover-open){position:fixed;inset:unset;left:50%;transform:translate(-50%);bottom:var(--ds-toast-offset-bottom);animation:_move-in_m9wn3_1 var(--ds-animation-duration, .4s) cubic-bezier(.5,0,1,1)}._root--success_m9wn3_129[popover]{background-color:#e5f0db;border-color:#749f4a}._root--info_m9wn3_133[popover]{background-color:#ededed;border-color:#666}._root--warning_m9wn3_137[popover]{background-color:#fdecc3;border-color:#fdc543}._content_m9wn3_142{display:grid;grid-template-columns:auto minmax(auto,1fr) auto;gap:16px;place-items:start;min-height:32px}._content--hide-icon_m9wn3_149{grid-template-columns:minmax(auto,1fr) auto}._icon_m9wn3_153{margin-block-start:8px}._message_m9wn3_157{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.5;font-size-adjust:.414;margin-block-start:4px;margin-block-end:0}@keyframes _move-in_m9wn3_1{0%{bottom:0;opacity:0;transform:translate(-50%) translateY(100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _fade-out_m9wn3_1{0%{opacity:1;display:block}to{opacity:0;display:none}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_pic4t_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_pic4t_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_pic4t_151:focus{outline:revert;outline-offset:revert}._root_pic4t_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_pic4t_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_pic4t_151{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}._root_pic4t_151{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_pic4t_151{transition-duration:0ms}}._root--highlight_pic4t_220,._root--dark-highlight_pic4t_220{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_pic4t_220:hover,._root--dark-highlight_pic4t_220:hover{background-color:#e9640c}}._root--highlight_pic4t_220[aria-disabled=true],._root--dark-highlight_pic4t_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_pic4t_220[aria-disabled=true] svg,._root--dark-highlight_pic4t_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_pic4t_220[aria-disabled=true],._root--dark-highlight_pic4t_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_pic4t_220[aria-disabled=true]:before,._root--dark-highlight_pic4t_220[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_pic4t_220:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_pic4t_220:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_pic4t_220:focus{outline:revert;outline-offset:revert}._root--dark-highlight_pic4t_220:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_pic4t_220:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_pic4t_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_pic4t_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_pic4t_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_pic4t_220[aria-disabled=true]:before{background-color:transparent}._root--filled_pic4t_298{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_pic4t_298:hover{background-color:#444}}._root--filled_pic4t_298[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_pic4t_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_pic4t_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_pic4t_298[aria-disabled=true]:before{background-color:transparent}._root--outline_pic4t_326{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_pic4t_326:hover{background-color:#0000001a}}._root--outline_pic4t_326[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_pic4t_326[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_pic4t_326[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_pic4t_326[aria-disabled=true]:before{background-color:transparent}._root--ghost_pic4t_353{color:#252525}@media (hover: hover){._root--ghost_pic4t_353:hover{background-color:#0000001a}}._root--ghost_pic4t_353[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_pic4t_353[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_pic4t_353[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_pic4t_353[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_pic4t_378{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_pic4t_378._root--small_pic4t_384{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_pic4t_378:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_pic4t_378:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_pic4t_378:before{transition-duration:0ms}}._root--ghost-flush_pic4t_378:focus,._root--ghost-flush_pic4t_378:focus-visible{outline:none}._root--ghost-flush_pic4t_378:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_pic4t_378:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_pic4t_378:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_pic4t_378:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_pic4t_378:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_pic4t_378:hover:before{background-color:#0000001a}}._root--ghost-flush_pic4t_378[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_pic4t_378[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_pic4t_378[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_pic4t_378[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_pic4t_461{background-color:#f8f8f8;color:#252525}._root--dark-filled_pic4t_461:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_pic4t_461:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_pic4t_461:focus{outline:revert;outline-offset:revert}._root--dark-filled_pic4t_461:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_pic4t_461:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_pic4t_461:hover{background-color:#dadada}}._root--dark-filled_pic4t_461[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_pic4t_461[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_pic4t_461[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_pic4t_461[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_pic4t_520{border-color:#f8f8f8;color:#fff}._root--dark-outline_pic4t_520:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_pic4t_520:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_pic4t_520:focus{outline:revert;outline-offset:revert}._root--dark-outline_pic4t_520:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_pic4t_520:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_pic4t_520:hover{background-color:#ffffff26}}._root--dark-outline_pic4t_520[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_pic4t_520[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_pic4t_520[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_pic4t_520[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_pic4t_578{color:#fff}._root--dark-ghost_pic4t_578:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_pic4t_578:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_pic4t_578:focus{outline:revert;outline-offset:revert}._root--dark-ghost_pic4t_578:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_pic4t_578:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_pic4t_578:hover{background-color:#ffffff26}}._root--dark-ghost_pic4t_578[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_pic4t_578[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_pic4t_578[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_pic4t_578[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_pic4t_634{color:#fff}._root--dark-ghost-flush_pic4t_634:focus,._root--dark-ghost-flush_pic4t_634:focus-visible{outline:none}._root--dark-ghost-flush_pic4t_634:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_pic4t_634:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_pic4t_634:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_pic4t_634:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_pic4t_634:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_pic4t_634:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_pic4t_634[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_pic4t_634[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_pic4t_634[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_pic4t_634[aria-disabled=true]:before{background-color:transparent}._root--icon-left_pic4t_693{flex-direction:row-reverse}._root--small_pic4t_384{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_pic4t_384._root--ghost-flush_pic4t_378:before{right:-8px;left:-8px}._root--icon-only_pic4t_709{width:3rem;height:3rem}._root--icon-only_pic4t_709._root--ghost-flush_pic4t_378{width:1rem;height:1rem}._root--icon-only-small_pic4t_718{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_pic4t_718._root--ghost-flush_pic4t_378{width:1rem;height:1rem}._root_pic4t_151{position:relative}._loader_pic4t_733{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_pic4t_733 svg{fill:currentColor}._icon--hidden_pic4t_745{opacity:0}._label--hidden_pic4t_749{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._label--loading_pic4t_761{opacity:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_y7qt0_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_y7qt0_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_y7qt0_151:focus{outline:revert;outline-offset:revert}._root_y7qt0_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_y7qt0_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_y7qt0_151{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}._root_y7qt0_151{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_y7qt0_151{transition-duration:0ms}}._root--highlight_y7qt0_220,._root--dark-highlight_y7qt0_220{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_y7qt0_220:hover,._root--dark-highlight_y7qt0_220:hover{background-color:#e9640c}}._root--highlight_y7qt0_220[aria-disabled=true],._root--dark-highlight_y7qt0_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_y7qt0_220[aria-disabled=true] svg,._root--dark-highlight_y7qt0_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_y7qt0_220[aria-disabled=true],._root--dark-highlight_y7qt0_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_y7qt0_220[aria-disabled=true]:before,._root--dark-highlight_y7qt0_220[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_y7qt0_220:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_y7qt0_220:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_y7qt0_220:focus{outline:revert;outline-offset:revert}._root--dark-highlight_y7qt0_220:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_y7qt0_220:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_y7qt0_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_y7qt0_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_y7qt0_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_y7qt0_220[aria-disabled=true]:before{background-color:transparent}._root--filled_y7qt0_298{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_y7qt0_298:hover{background-color:#444}}._root--filled_y7qt0_298[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_y7qt0_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_y7qt0_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_y7qt0_298[aria-disabled=true]:before{background-color:transparent}._root--outline_y7qt0_326{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_y7qt0_326:hover{background-color:#0000001a}}._root--outline_y7qt0_326[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_y7qt0_326[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_y7qt0_326[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_y7qt0_326[aria-disabled=true]:before{background-color:transparent}._root--ghost_y7qt0_353{color:#252525}@media (hover: hover){._root--ghost_y7qt0_353:hover{background-color:#0000001a}}._root--ghost_y7qt0_353[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_y7qt0_353[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_y7qt0_353[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_y7qt0_353[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_y7qt0_378{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_y7qt0_378._root--small_y7qt0_384{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_y7qt0_378:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_y7qt0_378:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_y7qt0_378:before{transition-duration:0ms}}._root--ghost-flush_y7qt0_378:focus,._root--ghost-flush_y7qt0_378:focus-visible{outline:none}._root--ghost-flush_y7qt0_378:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_y7qt0_378:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_y7qt0_378:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_y7qt0_378:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_y7qt0_378:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_y7qt0_378:hover:before{background-color:#0000001a}}._root--ghost-flush_y7qt0_378[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_y7qt0_378[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_y7qt0_378[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_y7qt0_378[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_y7qt0_461{background-color:#f8f8f8;color:#252525}._root--dark-filled_y7qt0_461:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_y7qt0_461:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_y7qt0_461:focus{outline:revert;outline-offset:revert}._root--dark-filled_y7qt0_461:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_y7qt0_461:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_y7qt0_461:hover{background-color:#dadada}}._root--dark-filled_y7qt0_461[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_y7qt0_461[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_y7qt0_461[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_y7qt0_461[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_y7qt0_520{border-color:#f8f8f8;color:#fff}._root--dark-outline_y7qt0_520:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_y7qt0_520:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_y7qt0_520:focus{outline:revert;outline-offset:revert}._root--dark-outline_y7qt0_520:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_y7qt0_520:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_y7qt0_520:hover{background-color:#ffffff26}}._root--dark-outline_y7qt0_520[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_y7qt0_520[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_y7qt0_520[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_y7qt0_520[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_y7qt0_578{color:#fff}._root--dark-ghost_y7qt0_578:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_y7qt0_578:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_y7qt0_578:focus{outline:revert;outline-offset:revert}._root--dark-ghost_y7qt0_578:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_y7qt0_578:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_y7qt0_578:hover{background-color:#ffffff26}}._root--dark-ghost_y7qt0_578[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_y7qt0_578[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_y7qt0_578[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_y7qt0_578[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_y7qt0_634{color:#fff}._root--dark-ghost-flush_y7qt0_634:focus,._root--dark-ghost-flush_y7qt0_634:focus-visible{outline:none}._root--dark-ghost-flush_y7qt0_634:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_y7qt0_634:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_y7qt0_634:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_y7qt0_634:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_y7qt0_634:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_y7qt0_634:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_y7qt0_634[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_y7qt0_634[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_y7qt0_634[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_y7qt0_634[aria-disabled=true]:before{background-color:transparent}._root--icon-left_y7qt0_693{flex-direction:row-reverse}._root--small_y7qt0_384{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_y7qt0_384._root--ghost-flush_y7qt0_378:before{right:-8px;left:-8px}._root--icon-only_y7qt0_709{width:3rem;height:3rem}._root--icon-only_y7qt0_709._root--ghost-flush_y7qt0_378{width:1rem;height:1rem}._root--icon-only-small_y7qt0_718{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_y7qt0_718._root--ghost-flush_y7qt0_378{width:1rem;height:1rem}._root_y7qt0_151{position:relative;border-radius:50%;padding:0}._loader_y7qt0_735{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_y7qt0_735 svg{fill:currentColor}._icon--hidden_y7qt0_747{opacity:0}._label--hidden_y7qt0_751{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._label--loading_y7qt0_763{opacity:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_pixlx_76:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_pixlx_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_pixlx_76:focus{outline:revert;outline-offset:revert}._root_pixlx_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_pixlx_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_pixlx_76{display:flex;justify-content:center;align-items:center;border:1px solid transparent;min-height:3.5rem;min-width:3.5rem;max-height:3.5rem;max-width:3.5rem;transform:translateZ(0);background-color:#fff;color:#252525;box-shadow:0 2px 8px #0003,0 1px 3px #0006;cursor:pointer;position:relative;border-radius:50%;padding:0}._root_pixlx_76{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_pixlx_76{transition-duration:0ms}}@media (hover: hover){._root_pixlx_76:hover{background:#ededed}}._root--dark_pixlx_137:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_pixlx_137:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark_pixlx_137:focus{outline:revert;outline-offset:revert}._root--dark_pixlx_137:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark_pixlx_137:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark_pixlx_137{background-color:#050505;color:#fff;box-shadow:0 2px 8px #fff3,0 1px 3px #fff6}@media (hover: hover){._root--dark_pixlx_137:hover{background-color:#444}}._root--small_pixlx_177{min-height:2rem;min-width:2rem;max-height:2rem;max-width:2rem}._root_pixlx_76[aria-disabled=true]{background-color:#fff;color:#00000080;cursor:not-allowed}._root_pixlx_76[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root_pixlx_76[aria-disabled=true]{color:GrayText;border-color:GrayText}}._loader_pixlx_198{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem}._loader_pixlx_198 svg{fill:currentColor}._icon--hidden_pixlx_210{opacity:0}._label--hidden_pixlx_214{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._input_13i6u_226{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}._input_13i6u_226:focus{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_13i6u_226:focus{outline:revert;outline-offset:revert}._input_13i6u_226:focus-visible{outline:1px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_13i6u_226{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input_13i6u_226{transition-duration:0ms}}@media (hover: hover){._input_13i6u_226:hover{background:#0000001a}}._input_13i6u_226{background:transparent;min-height:3rem;height:3rem;border:1px solid #252525;border-radius:0;color:#252525;display:block;padding-inline-start:15px;padding-inline-end:15px;width:100%}._input_13i6u_226[readonly]{background-color:#ededed;border-color:transparent;color:#252525}._input_13i6u_226[readonly]:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226[readonly]:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._input_13i6u_226[readonly]:focus{outline:revert;outline-offset:revert}._input_13i6u_226[readonly]:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._input_13i6u_226[readonly]:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._input_13i6u_226:disabled{background-color:transparent;border-color:#00000080;color:#00000080;cursor:not-allowed}._input_13i6u_226::-webkit-placeholder,._input_13i6u_226::placeholder{color:#666;opacity:1}._input--invalid_13i6u_338{border-color:#d43b3b;outline-color:#d43b3b}._input--invalid_13i6u_338:active,._input--invalid_13i6u_338:focus,._input--invalid_13i6u_338:focus-visible{border-color:#252525}._input--small_13i6u_345{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}._input_13i6u_226{min-height:3rem;height:3rem;inline-size:100%;grid-area:1/1/2/5}._input_13i6u_226::-webkit-outer-spin-button,._input_13i6u_226::-webkit-inner-spin-button,._input_13i6u_226::-webkit-search-decoration,._input_13i6u_226::-webkit-search-cancel-button,._input_13i6u_226::-webkit-calendar-picker-indicator{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_13i6u_226::-webkit-date-and-time-value{text-align:left}._input_13i6u_226:is([type=date],[type=time],[type=datetime-local],[type=month],[type=week]){display:flex;align-items:center;min-width:-webkit-fill-available;-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_13i6u_226[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}._input_13i6u_226[type=range]{accent-color:#E9640C}._input_13i6u_226[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._input--small_13i6u_345{min-height:2rem;height:2rem}._input--small_13i6u_345._input--has-leading-icon_13i6u_399{padding-inline-start:calc(16px + 1rem)}._input--small_13i6u_345._input--has-action-button_13i6u_402{padding-inline-end:calc(2rem + 8px)}._input--small_13i6u_345._input--has-second-action-button_13i6u_405{padding-inline-end:calc(4rem + 8px)}._input--has-leading-icon_13i6u_399{padding-inline-start:calc(32px + 1rem)}._input--has-action-button_13i6u_402{padding-inline-end:calc(3rem + 16px)}._input--has-second-action-button_13i6u_405{padding-inline-end:calc(6rem + 16px)}._input--has-affix_13i6u_417{color:#0000}._input--has-affix_13i6u_417::placeholder{color:#0000}._input--has-affix_13i6u_417::placeholder{transition:color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._input--has-affix_13i6u_417::placeholder{transition-duration:0ms}}._input--is-ready_13i6u_431{color:#252525}._input--is-ready_13i6u_431::placeholder{color:#666}._root_13i6u_438{align-self:end}._root_13i6u_438:has(._hint_13i6u_446) ._label_13i6u_446{margin-block-end:4px}._wrapper_13i6u_450{display:grid;grid-template-columns:max-content 1fr max-content max-content;align-items:center}._affix_13i6u_456{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)}._affix--small_13i6u_478{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}._affix--disabled_13i6u_492{color:#00000080}._affix--disabled_13i6u_492._prefix_13i6u_495,._affix--disabled_13i6u_492._affix_13i6u_456{border-color:#0000001a}._affix--readonly_13i6u_498{background-color:#ededed;height:100%}._affix_13i6u_456._prefix_13i6u_495{margin-inline-start:1px;border-right:1px solid #B1B1B1;grid-area:1/1/2/2;order:1}._affix_13i6u_456._suffix_13i6u_508{margin-inline-end:1px;border-left:1px solid #B1B1B1;grid-area:1/3/2/4;order:1}._leading-icon_13i6u_515{grid-area:1/1/2/2;order:1;margin-inline-start:16px;fill:#666}@media screen and (forced-colors: active){._leading-icon_13i6u_515{background-color:Canvas;fill:CanvasText}}._leading-icon--small_13i6u_527{margin-inline-start:8px}._leading-icon--disabled_13i6u_530{fill:#00000080}@media screen and (forced-colors: active){._leading-icon--disabled_13i6u_530{fill:GrayText}}._action-button_13i6u_539{grid-area:1/4/2/5}._label_13i6u_446{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}._label--hidden_13i6u_558{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._hint_13i6u_446{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}._feedback_13i6u_587{margin-block-end:8px;margin-block-start:8px}
|
package/assets/link.vtTST2ki.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_unbkm_151:focus{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_unbkm_151:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root_unbkm_151:focus{outline:revert;outline-offset:revert}._root_unbkm_151:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root_unbkm_151:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root_unbkm_151{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}._root_unbkm_151{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root_unbkm_151{transition-duration:0ms}}._root--highlight_unbkm_220,._root--dark-highlight_unbkm_220{background-color:#f37a1f;color:#252525}@media (hover: hover){._root--highlight_unbkm_220:hover,._root--dark-highlight_unbkm_220:hover{background-color:#e9640c}}._root--highlight_unbkm_220[aria-disabled=true],._root--dark-highlight_unbkm_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--highlight_unbkm_220[aria-disabled=true] svg,._root--dark-highlight_unbkm_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--highlight_unbkm_220[aria-disabled=true],._root--dark-highlight_unbkm_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--highlight_unbkm_220[aria-disabled=true]:before,._root--dark-highlight_unbkm_220[aria-disabled=true]:before{background-color:transparent}._root--dark-highlight_unbkm_220:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_unbkm_220:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-highlight_unbkm_220:focus{outline:revert;outline-offset:revert}._root--dark-highlight_unbkm_220:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-highlight_unbkm_220:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._root--dark-highlight_unbkm_220[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-highlight_unbkm_220[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-highlight_unbkm_220[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-highlight_unbkm_220[aria-disabled=true]:before{background-color:transparent}._root--filled_unbkm_298{background-color:#252525;color:#fff}@media (hover: hover){._root--filled_unbkm_298:hover{background-color:#444}}._root--filled_unbkm_298[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#00000080;background-color:#dadada}._root--filled_unbkm_298[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--filled_unbkm_298[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--filled_unbkm_298[aria-disabled=true]:before{background-color:transparent}._root--outline_unbkm_326{border-color:#252525;color:#252525}@media (hover: hover){._root--outline_unbkm_326:hover{background-color:#0000001a}}._root--outline_unbkm_326[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;border-color:currentColor}._root--outline_unbkm_326[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--outline_unbkm_326[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--outline_unbkm_326[aria-disabled=true]:before{background-color:transparent}._root--ghost_unbkm_353{color:#252525}@media (hover: hover){._root--ghost_unbkm_353:hover{background-color:#0000001a}}._root--ghost_unbkm_353[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost_unbkm_353[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost_unbkm_353[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost_unbkm_353[aria-disabled=true]:before{background-color:transparent}._root--ghost-flush_unbkm_378{color:#252525;padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_unbkm_378._root--small_unbkm_384{padding-inline-start:0;padding-inline-end:0;min-width:0px}._root--ghost-flush_unbkm_378:before{content:"";position:absolute;top:-1px;right:-12px;bottom:-1px;left:-12px}._root--ghost-flush_unbkm_378:before{transition:background-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._root--ghost-flush_unbkm_378:before{transition-duration:0ms}}._root--ghost-flush_unbkm_378:focus,._root--ghost-flush_unbkm_378:focus-visible{outline:none}._root--ghost-flush_unbkm_378:focus:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_unbkm_378:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--ghost-flush_unbkm_378:focus:before{outline:revert;outline-offset:revert}._root--ghost-flush_unbkm_378:focus-visible:before{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._root--ghost-flush_unbkm_378:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--ghost-flush_unbkm_378:hover:before{background-color:#0000001a}}._root--ghost-flush_unbkm_378[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed}._root--ghost-flush_unbkm_378[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--ghost-flush_unbkm_378[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--ghost-flush_unbkm_378[aria-disabled=true]:before{background-color:transparent}._root--dark-filled_unbkm_461{background-color:#f8f8f8;color:#252525}._root--dark-filled_unbkm_461:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_unbkm_461:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-filled_unbkm_461:focus{outline:revert;outline-offset:revert}._root--dark-filled_unbkm_461:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-filled_unbkm_461:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-filled_unbkm_461:hover{background-color:#dadada}}._root--dark-filled_unbkm_461[aria-disabled=true]{background-color:transparent;cursor:not-allowed;color:#ffffff80;color:#00000080;background-color:#dadada}._root--dark-filled_unbkm_461[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-filled_unbkm_461[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-filled_unbkm_461[aria-disabled=true]:before{background-color:transparent}._root--dark-outline_unbkm_520{border-color:#f8f8f8;color:#fff}._root--dark-outline_unbkm_520:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_unbkm_520:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-outline_unbkm_520:focus{outline:revert;outline-offset:revert}._root--dark-outline_unbkm_520:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-outline_unbkm_520:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-outline_unbkm_520:hover{background-color:#ffffff26}}._root--dark-outline_unbkm_520[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80;border-color:currentColor}._root--dark-outline_unbkm_520[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-outline_unbkm_520[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-outline_unbkm_520[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost_unbkm_578{color:#fff}._root--dark-ghost_unbkm_578:focus{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_unbkm_578:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost_unbkm_578:focus{outline:revert;outline-offset:revert}._root--dark-ghost_unbkm_578:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost_unbkm_578:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost_unbkm_578:hover{background-color:#ffffff26}}._root--dark-ghost_unbkm_578[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost_unbkm_578[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost_unbkm_578[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost_unbkm_578[aria-disabled=true]:before{background-color:transparent}._root--dark-ghost-flush_unbkm_634{color:#fff}._root--dark-ghost-flush_unbkm_634:focus,._root--dark-ghost-flush_unbkm_634:focus-visible{outline:none}._root--dark-ghost-flush_unbkm_634:focus:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_unbkm_634:focus:before{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._root--dark-ghost-flush_unbkm_634:focus:before{outline:revert;outline-offset:revert}._root--dark-ghost-flush_unbkm_634:focus-visible:before{outline:2px solid;outline-color:#fff;outline-offset:2px}@media screen and (forced-colors: active){._root--dark-ghost-flush_unbkm_634:focus-visible:before{forced-color-adjust:auto;outline-color:Highlight}}}@media (hover: hover){._root--dark-ghost-flush_unbkm_634:hover:before{background-color:#ffffff26}}._root--dark-ghost-flush_unbkm_634[aria-disabled=true]{background-color:transparent;color:#00000080;cursor:not-allowed;color:#ffffff80}._root--dark-ghost-flush_unbkm_634[aria-disabled=true] svg{fill:currentColor}@media screen and (forced-colors: active){._root--dark-ghost-flush_unbkm_634[aria-disabled=true]{color:GrayText;border-color:GrayText}}._root--dark-ghost-flush_unbkm_634[aria-disabled=true]:before{background-color:transparent}._root--icon-left_unbkm_693{flex-direction:row-reverse}._root--small_unbkm_384{min-height:2rem;min-width:2rem;padding-block-start:5px;padding-block-end:5px;padding-inline-start:15px;padding-inline-end:15px}._root--small_unbkm_384._root--ghost-flush_unbkm_378:before{right:-8px;left:-8px}._root--icon-only_unbkm_709{width:3rem;height:3rem}._root--icon-only_unbkm_709._root--ghost-flush_unbkm_378{width:1rem;height:1rem}._root--icon-only-small_unbkm_718{width:2rem;height:2rem;min-width:2rem;min-height:2rem}._root--icon-only-small_unbkm_718._root--ghost-flush_unbkm_378{width:1rem;height:1rem}._label--hidden_unbkm_729{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._link-standalone_cjaj8_76{display:inline-flex;align-items:center;height:fit-content;gap:6px;padding-inline-end:4px;padding-inline-start:4px;padding-block-start:2px;padding-block-end:2px;text-decoration-color:transparent;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}._link-standalone_cjaj8_76:link,._link-standalone_cjaj8_76:visited{color:#252525}._link-standalone_cjaj8_76:active{background-color:#0000001a;color:#252525}@media (hover: hover){._link-standalone_cjaj8_76:hover{background-color:#0000001a;color:#252525}}._link-standalone_cjaj8_76:focus{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._link-standalone_cjaj8_76:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone_cjaj8_76:focus{outline:revert;outline-offset:revert}._link-standalone_cjaj8_76:focus-visible{outline:2px solid;outline-color:#252525;outline-offset:0}@media screen and (forced-colors: active){._link-standalone_cjaj8_76:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--highlight_cjaj8_141,._link-standalone--highlight_cjaj8_141:link,._link-standalone--highlight_cjaj8_141:visited{color:#1e71a1}._link-standalone--highlight_cjaj8_141:active{color:#19618b}@media (hover: hover){._link-standalone--highlight_cjaj8_141:hover{color:#19618b}}._link-standalone--neutral-dark_cjaj8_155,._link-standalone--neutral-dark_cjaj8_155:link,._link-standalone--neutral-dark_cjaj8_155:visited{color:#fff}._link-standalone--neutral-dark_cjaj8_155:active{background-color:#ffffff26;color:#fff}@media (hover: hover){._link-standalone--neutral-dark_cjaj8_155:hover{background-color:#ffffff26;color:#fff}}._link-standalone--neutral-dark_cjaj8_155:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--neutral-dark_cjaj8_155:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone--neutral-dark_cjaj8_155:focus{outline:revert;outline-offset:revert}._link-standalone--neutral-dark_cjaj8_155:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--neutral-dark_cjaj8_155:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--highlight-dark_cjaj8_201,._link-standalone--highlight-dark_cjaj8_201:link,._link-standalone--highlight-dark_cjaj8_201:visited{color:#8dcfe8}._link-standalone--highlight-dark_cjaj8_201:active{background-color:#ffffff26;color:#8dcfe8}@media (hover: hover){._link-standalone--highlight-dark_cjaj8_201:hover{background-color:#ffffff26;color:#8dcfe8}}._link-standalone--highlight-dark_cjaj8_201:focus{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--highlight-dark_cjaj8_201:focus{forced-color-adjust:auto;outline-color:Highlight}}@supports selector(:focus-visible){._link-standalone--highlight-dark_cjaj8_201:focus{outline:revert;outline-offset:revert}._link-standalone--highlight-dark_cjaj8_201:focus-visible{outline:2px solid;outline-color:#fff;outline-offset:0}@media screen and (forced-colors: active){._link-standalone--highlight-dark_cjaj8_201:focus-visible{forced-color-adjust:auto;outline-color:Highlight}}}._link-standalone--active_cjaj8_247{text-decoration-skip-ink:auto;text-decoration-line:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:currentColor}._link-standalone--icon-left_cjaj8_254{flex-direction:row-reverse}._link-standalone_cjaj8_76{transition:background-color var(--ds-animation-duration, .1s) linear,border-color var(--ds-animation-duration, .1s) linear,color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._link-standalone_cjaj8_76{transition-duration:0ms}}._link-standalone_cjaj8_76 svg{fill:currentColor}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_oj6mx_151{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:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._root--disabled_oj6mx_172{cursor:not-allowed}._checkbox_oj6mx_176{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border:1px solid #252525;position:relative}._checkbox_oj6mx_176{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_oj6mx_176{transition-duration:0ms}}._checkbox_oj6mx_176 ._icon-check_oj6mx_192{opacity:0;fill:#e9640c;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._checkbox_oj6mx_176 ._icon-check_oj6mx_192{transition:opacity var(--ds-animation-duration, .1s) linear,fill var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._checkbox_oj6mx_176 ._icon-check_oj6mx_192{transition-duration:0ms}}@media screen and (forced-colors: active){._checkbox_oj6mx_176 ._icon-check_oj6mx_192{fill:CanvasText}}._checkbox--checked_oj6mx_213 ._icon-check_oj6mx_192{opacity:1}._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176{border-color:#00000080;box-shadow:unset}@media screen and (forced-colors: active){._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176{border-color:GrayText}}._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176 svg{fill:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_oj6mx_216._checkbox_oj6mx_176 svg{fill:GrayText}}._checkbox--disabled_oj6mx_216~._label_oj6mx_233{color:#00000080}@media screen and (forced-colors: active){._checkbox--disabled_oj6mx_216~._label_oj6mx_233{color:GrayText}}._label_oj6mx_233{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._radio-root_o7n7v_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;color:#252525;display:flex;justify-content:flex-start;gap:8px;padding:0;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;max-width:fit-content}._radio-root--disabled_o7n7v_97{cursor:not-allowed}._radio-root--with-custom-area_o7n7v_100{max-width:none}._radio_o7n7v_76{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;border-radius:50%;border:1px solid #252525;position:relative}._radio_o7n7v_76{transition:background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_o7n7v_76{transition-duration:0ms}}._radio_o7n7v_76 ._dot_o7n7v_121{opacity:0;height:.75rem;width:.75rem;border-radius:50%;background-color:#f37a1f;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}._radio_o7n7v_76 ._dot_o7n7v_121{transition:opacity var(--ds-animation-duration, .1s) linear,background-color var(--ds-animation-duration, .1s) linear}@media (prefers-reduced-motion: reduce){._radio_o7n7v_76 ._dot_o7n7v_121{transition-duration:0ms}}@media screen and (forced-colors: active){._radio_o7n7v_76 ._dot_o7n7v_121{background-color:Highlight}}._radio--invalid_o7n7v_145{border-color:#d43b3b;box-shadow:0 0 0 1px #d43b3b}._label_o7n7v_150{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%;display:grid;grid-template-columns:auto minmax(auto,1fr)}._label--bold_o7n7v_165{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}._label--hidden_o7n7v_177{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._label--with-custom-area_o7n7v_189{column-gap:8px}._custom-area_o7n7v_193{margin-inline-start:4px;min-width:max-content;min-height:20px;max-height:32px;overflow-y:hidden}._hint_o7n7v_201{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:400px;grid-column:span 2;opacity:1}._hint_o7n7v_201{transition:height var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),margin-block var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(.5,0,.5,1)}@media (prefers-reduced-motion: reduce){._hint_o7n7v_201{transition-duration:0ms}}._hint--visible_o7n7v_225{margin-block-start:4px;margin-block-end:4px}._hint--unchecked-hidden_o7n7v_229{overflow:hidden;height:0;opacity:0}._hint--hidden_o7n7v_234,._input_o7n7v_247{border:0;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-indent:-999999px;white-space:nowrap}._input_o7n7v_247:checked+._radio_o7n7v_76 ._dot_o7n7v_121{opacity:1}._input_o7n7v_247:disabled+._radio_o7n7v_76{border-color:#00000080}._input_o7n7v_247:disabled+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:#dadada}@media screen and (forced-colors: active){._input_o7n7v_247:disabled+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:GrayText}}@media screen and (forced-colors: active){._input_o7n7v_247:disabled+._radio_o7n7v_76{border-color:GrayText}}._input_o7n7v_247:disabled~._label_o7n7v_150{color:#00000080}@media screen and (forced-colors: active){._input_o7n7v_247:disabled~._label_o7n7v_150{color:GrayText}}._input_o7n7v_247:focus{outline:none}._input_o7n7v_247:focus+._radio_o7n7v_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_o7n7v_247:focus+._radio_o7n7v_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_o7n7v_247:focus+._radio_o7n7v_76{border-color:Highlight}}@supports selector(:focus-visible){._input_o7n7v_247:focus{outline:none}._input_o7n7v_247:focus+._radio_o7n7v_76{outline:revert;outline-offset:revert}._input_o7n7v_247:focus-visible{outline:none}._input_o7n7v_247:focus-visible+._radio_o7n7v_76{outline:2px solid;outline-color:#252525;outline-offset:2px}@media screen and (forced-colors: active){._input_o7n7v_247:focus-visible+._radio_o7n7v_76{forced-color-adjust:auto;outline-color:Highlight}}@media screen and (forced-colors: active){._input_o7n7v_247:focus-visible+._radio_o7n7v_76{border-color:Highlight}}}@media (hover: hover){._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76{background-color:#0000001a}._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:#e9640c}}@media screen and (hover: hover) and (forced-colors: active){._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76 ._dot_o7n7v_121{background-color:Highlight}}@media screen and (hover: hover) and (forced-colors: active){._input_o7n7v_247:hover:not(:disabled)+._radio_o7n7v_76{border-color:Highlight}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_gf1kb_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;color:#252525;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0;outline:0;border:0;text-align:left;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._root_gf1kb_76{transition:background-color var(--ds-animation-duration, .1s) linear}._root_gf1kb_76{transition:transform var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1),opacity var(--ds-animation-duration, .25s) cubic-bezier(0,0,.5,1)}@media (prefers-reduced-motion: reduce){._root_gf1kb_76{transition-duration:0ms}}._root--label-right_gf1kb_116{flex-direction:row-reverse}._root--stretched_gf1kb_119{justify-content:space-between;width:100%}@media (hover: hover){._root_gf1kb_76:hover ._switch_gf1kb_124{background-color:#0000001a}}._root_gf1kb_76:focus ._switch_gf1kb_124:before,._root_gf1kb_76:focus ._loader_gf1kb_129:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_gf1kb_76:focus ._switch_gf1kb_124:before,._root_gf1kb_76:focus ._loader_gf1kb_129:before{border-color:Highlight}}@supports selector(:focus-visible){._root_gf1kb_76:focus ._switch_gf1kb_124:before,._root_gf1kb_76:focus ._loader_gf1kb_129:before{content:none}._root_gf1kb_76:focus-visible ._switch_gf1kb_124:before,._root_gf1kb_76:focus-visible ._loader_gf1kb_129:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid #252525;border-radius:6.25rem}@media screen and (forced-colors: active){._root_gf1kb_76:focus-visible ._switch_gf1kb_124:before,._root_gf1kb_76:focus-visible ._loader_gf1kb_129:before{border-color:Highlight}}}._root_gf1kb_76[aria-disabled=true]._root_gf1kb_76{cursor:not-allowed}._root_gf1kb_76[aria-disabled=true] ._switch_gf1kb_124{background-color:transparent;border-color:#00000080;color:#00000080}@media screen and (forced-colors: active){._root_gf1kb_76[aria-disabled=true] ._switch_gf1kb_124{border-color:GrayText}}._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182{background-color:#00000080}._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182 svg{opacity:0}@media screen and (forced-colors: active){._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182{background-color:CanvasText}._root_gf1kb_76[aria-disabled=true] ._thumb_gf1kb_182 svg{fill:Canvas}}@media (hover: hover){._root--checked_gf1kb_197:hover ._switch_gf1kb_124{background-color:#d9480f}._root--checked_gf1kb_197:hover ._thumb_gf1kb_182{background-color:#ededed}._root--checked_gf1kb_197:hover ._thumb_gf1kb_182 svg{fill:#d9480f}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_gf1kb_197:hover ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197:hover ._thumb_gf1kb_182 svg{fill:Canvas}}._root--checked_gf1kb_197 ._switch_gf1kb_124{background-color:#e9640c}._root--checked_gf1kb_197 ._thumb_gf1kb_182{background-color:#fff;transform:translate3d(calc(1.75rem - 1px),0,0)}._root--checked_gf1kb_197 ._thumb_gf1kb_182 svg{opacity:1;fill:#e9640c}@media screen and (forced-colors: active){._root--checked_gf1kb_197 ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197 ._thumb_gf1kb_182 svg{fill:Canvas}}@media (hover: hover){._root--checked_gf1kb_197[aria-disabled=true]:hover ._thumb_gf1kb_182 svg{fill:#00000080}}@media screen and (hover: hover) and (forced-colors: active){._root--checked_gf1kb_197[aria-disabled=true]:hover ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197[aria-disabled=true]:hover ._thumb_gf1kb_182 svg{fill:Canvas}}._root--checked_gf1kb_197[aria-disabled=true] ._switch_gf1kb_124{background-color:#dadada;border-color:#00000080}@media screen and (forced-colors: active){._root--checked_gf1kb_197[aria-disabled=true] ._switch_gf1kb_124{border-color:GrayText}}._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182{background-color:#fff}._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182 svg{opacity:1;fill:#00000080}@media screen and (forced-colors: active){._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182{background-color:CanvasText}._root--checked_gf1kb_197[aria-disabled=true] ._thumb_gf1kb_182 svg{fill:Canvas}}._switch_gf1kb_124{border:1px solid #252525;border-radius:6.25rem;display:flex;align-items:center;position:relative;width:3.5rem;height:2rem;min-width:3.5rem;transition:inherit}._thumb_gf1kb_182{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:#252525;border-radius:50%;transform:translate3d(calc(.25rem - 1px),0,0);transition:inherit}._thumb_gf1kb_182 svg{transition:inherit;opacity:0}@media screen and (forced-colors: active){._thumb_gf1kb_182{background-color:CanvasText}._thumb_gf1kb_182 svg{fill:Canvas}}._loader_gf1kb_129{width:3.5rem;height:2rem;min-width:3.5rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative}._loader_gf1kb_129 svg{fill:#00000080}@media screen and (forced-colors: active){._loader_gf1kb_129 svg{fill:CanvasText}}
|
package/assets/text.Dhb_l50R.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_jyn7z_76{margin:0;padding:0;border:none;color:#252525}._root--large_jyn7z_82{font-family:STIHL Contraface Digital Text Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-variant:normal;-webkit-hyphens:manual;hyphens:manual;overflow-wrap:break-word;font-weight:400;font-size:1.25rem;line-height:1.6;font-size-adjust:.414}._root--large-bold_jyn7z_94{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.25rem;line-height:1.6;font-size-adjust:.426}._root--medium_jyn7z_106{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.5;font-size-adjust:.414}._root--medium-bold_jyn7z_118{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.5;font-size-adjust:.426}._root--small_jyn7z_130{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}._root--small-bold_jyn7z_142{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:.875rem;line-height:1.14;font-size-adjust:.426}._root--x-small_jyn7z_154{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:.75rem;line-height:1.33;font-size-adjust:.414}._root--x-small-bold_jyn7z_166{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}._root--xx-small_jyn7z_178{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:.625rem;line-height:1.6;font-size-adjust:.414}._root--theme-dark_jyn7z_190{color:#fff}
|
package/button.DH0h6uPs.js
DELETED
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as s } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
-
import { c as n } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { u as a } from "./chunks/useBreakpoint.5xBNDiCf.js";
|
|
5
|
-
import { D as F } from "./chunks/Icon.C2o2seDb.js";
|
|
6
|
-
import { DSSpinner as S } from "./spinner.D-xrotcu.js";
|
|
7
|
-
import './assets/button.B1O7Yw3Q.css';const x = "_root_pic4t_151", j = "_root--highlight_pic4t_220", L = "_root--dark-highlight_pic4t_220", C = "_root--filled_pic4t_298", N = "_root--outline_pic4t_326", B = "_root--ghost_pic4t_353", E = "_root--ghost-flush_pic4t_378", R = "_root--small_pic4t_384", T = "_root--dark-filled_pic4t_461", V = "_root--dark-outline_pic4t_520", q = "_root--dark-ghost_pic4t_578", w = "_root--dark-ghost-flush_pic4t_634", A = "_root--icon-left_pic4t_693", J = "_root--icon-only_pic4t_709", K = "_root--icon-only-small_pic4t_718", M = "_loader_pic4t_733", P = "_icon--hidden_pic4t_745", Q = "_label--hidden_pic4t_749", U = "_label--loading_pic4t_761", o = {
|
|
8
|
-
root: x,
|
|
9
|
-
"root--highlight": "_root--highlight_pic4t_220",
|
|
10
|
-
rootHighlight: j,
|
|
11
|
-
"root--dark-highlight": "_root--dark-highlight_pic4t_220",
|
|
12
|
-
rootDarkHighlight: L,
|
|
13
|
-
"root--filled": "_root--filled_pic4t_298",
|
|
14
|
-
rootFilled: C,
|
|
15
|
-
"root--outline": "_root--outline_pic4t_326",
|
|
16
|
-
rootOutline: N,
|
|
17
|
-
"root--ghost": "_root--ghost_pic4t_353",
|
|
18
|
-
rootGhost: B,
|
|
19
|
-
"root--ghost-flush": "_root--ghost-flush_pic4t_378",
|
|
20
|
-
rootGhostFlush: E,
|
|
21
|
-
"root--small": "_root--small_pic4t_384",
|
|
22
|
-
rootSmall: R,
|
|
23
|
-
"root--dark-filled": "_root--dark-filled_pic4t_461",
|
|
24
|
-
rootDarkFilled: T,
|
|
25
|
-
"root--dark-outline": "_root--dark-outline_pic4t_520",
|
|
26
|
-
rootDarkOutline: V,
|
|
27
|
-
"root--dark-ghost": "_root--dark-ghost_pic4t_578",
|
|
28
|
-
rootDarkGhost: q,
|
|
29
|
-
"root--dark-ghost-flush": "_root--dark-ghost-flush_pic4t_634",
|
|
30
|
-
rootDarkGhostFlush: w,
|
|
31
|
-
"root--icon-left": "_root--icon-left_pic4t_693",
|
|
32
|
-
rootIconLeft: A,
|
|
33
|
-
"root--icon-only": "_root--icon-only_pic4t_709",
|
|
34
|
-
rootIconOnly: J,
|
|
35
|
-
"root--icon-only-small": "_root--icon-only-small_pic4t_718",
|
|
36
|
-
rootIconOnlySmall: K,
|
|
37
|
-
loader: M,
|
|
38
|
-
"icon--hidden": "_icon--hidden_pic4t_745",
|
|
39
|
-
iconHidden: P,
|
|
40
|
-
"label--hidden": "_label--hidden_pic4t_749",
|
|
41
|
-
labelHidden: Q,
|
|
42
|
-
"label--loading": "_label--loading_pic4t_761",
|
|
43
|
-
labelLoading: U
|
|
44
|
-
}, z = ({
|
|
45
|
-
children: u,
|
|
46
|
-
aria: k,
|
|
47
|
-
className: f,
|
|
48
|
-
dataTrackingid: m,
|
|
49
|
-
disabled: e = !1,
|
|
50
|
-
hideLabel: _ = !1,
|
|
51
|
-
iconName: h,
|
|
52
|
-
iconPosition: D = "left",
|
|
53
|
-
iconSource: d,
|
|
54
|
-
isFlush: i = !1,
|
|
55
|
-
loading: r = !1,
|
|
56
|
-
size: c = "medium",
|
|
57
|
-
theme: l = "light",
|
|
58
|
-
variant: t = "filled",
|
|
59
|
-
onClick: g,
|
|
60
|
-
...b
|
|
61
|
-
}) => {
|
|
62
|
-
const y = n(o.root, f, {
|
|
63
|
-
// variant
|
|
64
|
-
[o.rootFilled]: t === "filled",
|
|
65
|
-
[o.rootHighlight]: t === "highlight",
|
|
66
|
-
[o.rootOutline]: t === "outline",
|
|
67
|
-
[o.rootGhost]: t === "ghost" && i !== !0,
|
|
68
|
-
// isFlush
|
|
69
|
-
[o.rootGhostFlush]: t === "ghost" && i === !0,
|
|
70
|
-
// dark theme
|
|
71
|
-
[o.rootDarkFilled]: l === "dark" && t === "filled",
|
|
72
|
-
[o.rootDarkHighlight]: l === "dark" && t === "highlight",
|
|
73
|
-
[o.rootDarkOutline]: l === "dark" && t === "outline",
|
|
74
|
-
[o.rootDarkGhost]: l === "dark" && t === "ghost" && i !== !0,
|
|
75
|
-
// dark isFlush
|
|
76
|
-
[o.rootDarkGhostFlush]: l === "dark" && t === "ghost" && i === !0,
|
|
77
|
-
// size
|
|
78
|
-
[o.rootSmall]: c === "small",
|
|
79
|
-
// icon position
|
|
80
|
-
[o.rootIconLeft]: D === "left",
|
|
81
|
-
// icon only
|
|
82
|
-
[o.rootIconOnly]: a(_) && c === "medium",
|
|
83
|
-
[o.rootIconOnlySmall]: a(_) && c === "small"
|
|
84
|
-
}), O = n(o.label, {
|
|
85
|
-
// hide label only visually to keep them available for assistive technologies
|
|
86
|
-
[o.labelHidden]: a(_),
|
|
87
|
-
// set label opacity to 0 when loading to prevent button size from changing
|
|
88
|
-
[o.labelLoading]: r
|
|
89
|
-
}), G = n(o.icon, {
|
|
90
|
-
// set icon opacity to 0 when loading to prevent button size from changing
|
|
91
|
-
[o.iconHidden]: r
|
|
92
|
-
}), H = l === "light" && t === "filled" || l === "dark" && t === "outline" || l === "dark" && t === "ghost" ? "dark" : "light", I = (p) => {
|
|
93
|
-
if (e || r) {
|
|
94
|
-
p.preventDefault();
|
|
95
|
-
return;
|
|
96
|
-
}
|
|
97
|
-
g && g(p);
|
|
98
|
-
};
|
|
99
|
-
return /* @__PURE__ */ s.jsxs(
|
|
100
|
-
"button",
|
|
101
|
-
{
|
|
102
|
-
className: y,
|
|
103
|
-
"data-trackingid": m,
|
|
104
|
-
type: "submit",
|
|
105
|
-
onClick: I,
|
|
106
|
-
...k,
|
|
107
|
-
...b,
|
|
108
|
-
"aria-disabled": e || r,
|
|
109
|
-
"aria-busy": r,
|
|
110
|
-
children: [
|
|
111
|
-
r && /* @__PURE__ */ s.jsx(
|
|
112
|
-
S,
|
|
113
|
-
{
|
|
114
|
-
className: o.loader,
|
|
115
|
-
aria: { "aria-label": "Loading state" }
|
|
116
|
-
}
|
|
117
|
-
),
|
|
118
|
-
/* @__PURE__ */ s.jsx("span", { className: O, children: u }),
|
|
119
|
-
(h || d) && /* @__PURE__ */ s.jsx(
|
|
120
|
-
F,
|
|
121
|
-
{
|
|
122
|
-
name: h,
|
|
123
|
-
theme: H,
|
|
124
|
-
source: d,
|
|
125
|
-
className: G,
|
|
126
|
-
"aria-hidden": "true"
|
|
127
|
-
}
|
|
128
|
-
)
|
|
129
|
-
]
|
|
130
|
-
}
|
|
131
|
-
);
|
|
132
|
-
};
|
|
133
|
-
export {
|
|
134
|
-
z as DSButton
|
|
135
|
-
};
|
package/buttonround.0mw4zzlU.js
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as r } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
-
import { c as i } from "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import { D } from "./chunks/Icon.C2o2seDb.js";
|
|
5
|
-
import { DSSpinner as H } from "./spinner.D-xrotcu.js";
|
|
6
|
-
import './assets/buttonround.DlH_ipDo.css';const p = "_root_y7qt0_151", F = "_root--highlight_y7qt0_220", O = "_root--dark-highlight_y7qt0_220", G = "_root--filled_y7qt0_298", I = "_root--outline_y7qt0_326", S = "_root--ghost_y7qt0_353", x = "_root--ghost-flush_y7qt0_378", j = "_root--small_y7qt0_384", L = "_root--dark-filled_y7qt0_461", C = "_root--dark-outline_y7qt0_520", N = "_root--dark-ghost_y7qt0_578", R = "_root--dark-ghost-flush_y7qt0_634", B = "_root--icon-left_y7qt0_693", E = "_root--icon-only_y7qt0_709", T = "_root--icon-only-small_y7qt0_718", w = "_loader_y7qt0_735", z = "_icon--hidden_y7qt0_747", A = "_label--hidden_y7qt0_751", J = "_label--loading_y7qt0_763", o = {
|
|
7
|
-
root: p,
|
|
8
|
-
"root--highlight": "_root--highlight_y7qt0_220",
|
|
9
|
-
rootHighlight: F,
|
|
10
|
-
"root--dark-highlight": "_root--dark-highlight_y7qt0_220",
|
|
11
|
-
rootDarkHighlight: O,
|
|
12
|
-
"root--filled": "_root--filled_y7qt0_298",
|
|
13
|
-
rootFilled: G,
|
|
14
|
-
"root--outline": "_root--outline_y7qt0_326",
|
|
15
|
-
rootOutline: I,
|
|
16
|
-
"root--ghost": "_root--ghost_y7qt0_353",
|
|
17
|
-
rootGhost: S,
|
|
18
|
-
"root--ghost-flush": "_root--ghost-flush_y7qt0_378",
|
|
19
|
-
rootGhostFlush: x,
|
|
20
|
-
"root--small": "_root--small_y7qt0_384",
|
|
21
|
-
rootSmall: j,
|
|
22
|
-
"root--dark-filled": "_root--dark-filled_y7qt0_461",
|
|
23
|
-
rootDarkFilled: L,
|
|
24
|
-
"root--dark-outline": "_root--dark-outline_y7qt0_520",
|
|
25
|
-
rootDarkOutline: C,
|
|
26
|
-
"root--dark-ghost": "_root--dark-ghost_y7qt0_578",
|
|
27
|
-
rootDarkGhost: N,
|
|
28
|
-
"root--dark-ghost-flush": "_root--dark-ghost-flush_y7qt0_634",
|
|
29
|
-
rootDarkGhostFlush: R,
|
|
30
|
-
"root--icon-left": "_root--icon-left_y7qt0_693",
|
|
31
|
-
rootIconLeft: B,
|
|
32
|
-
"root--icon-only": "_root--icon-only_y7qt0_709",
|
|
33
|
-
rootIconOnly: E,
|
|
34
|
-
"root--icon-only-small": "_root--icon-only-small_y7qt0_718",
|
|
35
|
-
rootIconOnlySmall: T,
|
|
36
|
-
loader: w,
|
|
37
|
-
"icon--hidden": "_icon--hidden_y7qt0_747",
|
|
38
|
-
iconHidden: z,
|
|
39
|
-
"label--hidden": "_label--hidden_y7qt0_751",
|
|
40
|
-
labelHidden: A,
|
|
41
|
-
"label--loading": "_label--loading_y7qt0_763",
|
|
42
|
-
labelLoading: J
|
|
43
|
-
}, U = ({
|
|
44
|
-
children: d,
|
|
45
|
-
aria: c,
|
|
46
|
-
className: y,
|
|
47
|
-
dataTrackingid: g,
|
|
48
|
-
disabled: n = !1,
|
|
49
|
-
iconName: s = "placeholder",
|
|
50
|
-
iconSource: a,
|
|
51
|
-
loading: t = !1,
|
|
52
|
-
theme: _ = "light",
|
|
53
|
-
variant: l = "filled",
|
|
54
|
-
onClick: e,
|
|
55
|
-
...q
|
|
56
|
-
}) => {
|
|
57
|
-
const k = i(
|
|
58
|
-
o.root,
|
|
59
|
-
o.rootIconOnlySmall,
|
|
60
|
-
y,
|
|
61
|
-
{
|
|
62
|
-
// variant
|
|
63
|
-
[o.rootFilled]: l === "filled",
|
|
64
|
-
[o.rootHighlight]: l === "highlight",
|
|
65
|
-
// dark theme
|
|
66
|
-
[o.rootDarkFilled]: _ === "dark" && l === "filled",
|
|
67
|
-
[o.rootDarkHighlight]: _ === "dark" && l === "highlight"
|
|
68
|
-
}
|
|
69
|
-
), u = i(o.label, o.labelHidden, {
|
|
70
|
-
// set label opacity to 0 when loading to prevent button size from changing
|
|
71
|
-
[o.labelLoading]: t
|
|
72
|
-
}), f = i(o.icon, {
|
|
73
|
-
// set icon opacity to 0 when loading to prevent button size from changing
|
|
74
|
-
[o.iconHidden]: t
|
|
75
|
-
}), m = _ === "light" && l === "filled" ? "dark" : "light", b = (h) => {
|
|
76
|
-
if (n || t) {
|
|
77
|
-
h.preventDefault();
|
|
78
|
-
return;
|
|
79
|
-
}
|
|
80
|
-
e && e(h);
|
|
81
|
-
};
|
|
82
|
-
return /* @__PURE__ */ r.jsxs(
|
|
83
|
-
"button",
|
|
84
|
-
{
|
|
85
|
-
className: k,
|
|
86
|
-
"data-trackingid": g,
|
|
87
|
-
type: "button",
|
|
88
|
-
onClick: b,
|
|
89
|
-
...c,
|
|
90
|
-
...q,
|
|
91
|
-
"aria-disabled": n || t,
|
|
92
|
-
"aria-busy": t,
|
|
93
|
-
children: [
|
|
94
|
-
t && /* @__PURE__ */ r.jsx(
|
|
95
|
-
H,
|
|
96
|
-
{
|
|
97
|
-
className: o.loader,
|
|
98
|
-
aria: { "aria-label": "Loading state" }
|
|
99
|
-
}
|
|
100
|
-
),
|
|
101
|
-
/* @__PURE__ */ r.jsx("span", { className: u, children: d }),
|
|
102
|
-
(s || a) && /* @__PURE__ */ r.jsx(
|
|
103
|
-
D,
|
|
104
|
-
{
|
|
105
|
-
name: s,
|
|
106
|
-
theme: m,
|
|
107
|
-
source: a,
|
|
108
|
-
className: f,
|
|
109
|
-
"aria-hidden": "true"
|
|
110
|
-
}
|
|
111
|
-
)
|
|
112
|
-
]
|
|
113
|
-
}
|
|
114
|
-
);
|
|
115
|
-
};
|
|
116
|
-
export {
|
|
117
|
-
U as DSButtonRound
|
|
118
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
-
import "./chunks/index.CvOaL64Y.js";
|
|
4
|
-
import "./chunks/Fieldset.COGbZwry.js";
|
|
5
|
-
import "./chunks/RadioGroup.module.BBZwHDjW.js";
|
|
6
|
-
import { D as e } from "./chunks/CheckboxGroup.4J_gZ_XJ.js";
|
|
7
|
-
export {
|
|
8
|
-
e as DSCheckboxGroup
|
|
9
|
-
};
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { j as t } from "./jsx-runtime.C115EyI4.js";
|
|
3
|
-
import { c as s } from "./index.CvOaL64Y.js";
|
|
4
|
-
import { forwardRef as A, useRef as F, useState as I, useImperativeHandle as R, useEffect as w } from "react";
|
|
5
|
-
import { DSHeading as T } from "../heading.CAkraI2D.js";
|
|
6
|
-
import { D as L } from "./Icon.C2o2seDb.js";
|
|
7
|
-
import { g } from "./helpers.B1JT5ShS.js";
|
|
8
|
-
import '../assets/Accordion.lFv7Q_RG.css';const M = "_details_15or5_76", b = "_summary_15or5_112", H = "_summary--utility--m_15or5_153", P = "_summary--flush_15or5_178", U = "_summary--small_15or5_238", q = "_summary-content-wrapper_15or5_243", V = "_summary-content-wrapper--flush_15or5_249", z = "_summary-content-wrapper--chevron-left_15or5_253", Z = "_heading-summary-wrapper_15or5_258", k = "_hint_15or5_262", B = "_icon_15or5_277", G = "_icon--open_15or5_288", J = "_content-wrapper_15or5_300", K = "_content-wrapper--flush_15or5_306", Q = "_content-wrapper--small_15or5_310", r = {
|
|
9
|
-
details: M,
|
|
10
|
-
summary: b,
|
|
11
|
-
"summary--utility--m": "_summary--utility--m_15or5_153",
|
|
12
|
-
summaryUtilityM: H,
|
|
13
|
-
"summary--flush": "_summary--flush_15or5_178",
|
|
14
|
-
summaryFlush: P,
|
|
15
|
-
"summary--small": "_summary--small_15or5_238",
|
|
16
|
-
summarySmall: U,
|
|
17
|
-
"summary-content-wrapper": "_summary-content-wrapper_15or5_243",
|
|
18
|
-
summaryContentWrapper: q,
|
|
19
|
-
"summary-content-wrapper--flush": "_summary-content-wrapper--flush_15or5_249",
|
|
20
|
-
summaryContentWrapperFlush: V,
|
|
21
|
-
"summary-content-wrapper--chevron-left": "_summary-content-wrapper--chevron-left_15or5_253",
|
|
22
|
-
summaryContentWrapperChevronLeft: z,
|
|
23
|
-
"heading-summary-wrapper": "_heading-summary-wrapper_15or5_258",
|
|
24
|
-
headingSummaryWrapper: Z,
|
|
25
|
-
hint: k,
|
|
26
|
-
icon: B,
|
|
27
|
-
"icon--open": "_icon--open_15or5_288",
|
|
28
|
-
iconOpen: G,
|
|
29
|
-
"content-wrapper": "_content-wrapper_15or5_300",
|
|
30
|
-
contentWrapper: J,
|
|
31
|
-
"content-wrapper--flush": "_content-wrapper--flush_15or5_306",
|
|
32
|
-
contentWrapperFlush: K,
|
|
33
|
-
"content-wrapper--small": "_content-wrapper--small_15or5_310",
|
|
34
|
-
contentWrapperSmall: Q
|
|
35
|
-
}, ar = ["medium", "small"], or = ["left", "right"], X = ({
|
|
36
|
-
children: a,
|
|
37
|
-
summary: n
|
|
38
|
-
}) => {
|
|
39
|
-
if (!a)
|
|
40
|
-
throw new Error(
|
|
41
|
-
g(
|
|
42
|
-
"DSAccordion",
|
|
43
|
-
"The component requires children to be set."
|
|
44
|
-
)
|
|
45
|
-
);
|
|
46
|
-
if (!n)
|
|
47
|
-
throw new Error(
|
|
48
|
-
g(
|
|
49
|
-
"DSAccordion",
|
|
50
|
-
"The summary prop is required. Please add the summary prop to the DSAccordion component."
|
|
51
|
-
)
|
|
52
|
-
);
|
|
53
|
-
}, Y = A(
|
|
54
|
-
({
|
|
55
|
-
children: a,
|
|
56
|
-
summary: n,
|
|
57
|
-
chevronPosition: C = "right",
|
|
58
|
-
className: S,
|
|
59
|
-
hint: p,
|
|
60
|
-
isFlush: o = !1,
|
|
61
|
-
isOpen: m = !1,
|
|
62
|
-
size: l = "medium",
|
|
63
|
-
...W
|
|
64
|
-
}, v) => {
|
|
65
|
-
process.env.NODE_ENV !== "production" && X({ children: a, summary: n });
|
|
66
|
-
const e = F(null), [D, i] = I(m);
|
|
67
|
-
R(v, () => e.current), w(() => {
|
|
68
|
-
e.current && i(e.current.open);
|
|
69
|
-
}, [m]), w(() => {
|
|
70
|
-
var d;
|
|
71
|
-
const h = () => {
|
|
72
|
-
e.current && i(e.current.open);
|
|
73
|
-
};
|
|
74
|
-
return (d = e.current) == null || d.addEventListener("toggle", h), () => {
|
|
75
|
-
var f;
|
|
76
|
-
(f = e.current) == null || f.removeEventListener("toggle", h);
|
|
77
|
-
};
|
|
78
|
-
}, []);
|
|
79
|
-
let u, _, y;
|
|
80
|
-
const c = typeof n == "object" && n !== void 0;
|
|
81
|
-
c && ({ headingSize: u, headingTag: _, headingText: y } = n);
|
|
82
|
-
const N = s(r.details, S), j = s(r.summary, {
|
|
83
|
-
[r.summaryFlush]: o,
|
|
84
|
-
[r.summarySmall]: l === "small",
|
|
85
|
-
[r.summaryUtilityM]: !c
|
|
86
|
-
}), x = s(
|
|
87
|
-
r.summaryContentWrapper,
|
|
88
|
-
{
|
|
89
|
-
[r.summaryContentWrapperFlush]: o,
|
|
90
|
-
[r.summaryContentWrapperChevronLeft]: C === "left"
|
|
91
|
-
}
|
|
92
|
-
), E = s(r.icon, {
|
|
93
|
-
[r.iconOpen]: D
|
|
94
|
-
}), O = s(r.contentWrapper, {
|
|
95
|
-
[r.contentWrapperFlush]: o,
|
|
96
|
-
[r.contentWrapperSmall]: l === "small"
|
|
97
|
-
});
|
|
98
|
-
return /* @__PURE__ */ t.jsxs(
|
|
99
|
-
"details",
|
|
100
|
-
{
|
|
101
|
-
...W,
|
|
102
|
-
ref: e,
|
|
103
|
-
className: N,
|
|
104
|
-
open: m,
|
|
105
|
-
children: [
|
|
106
|
-
/* @__PURE__ */ t.jsx("summary", { className: j, children: /* @__PURE__ */ t.jsxs("div", { className: x, children: [
|
|
107
|
-
/* @__PURE__ */ t.jsxs("div", { className: r.headingSummaryWrapper, children: [
|
|
108
|
-
c ? /* @__PURE__ */ t.jsx(T, { tag: _, size: u, children: y }) : n,
|
|
109
|
-
p && /* @__PURE__ */ t.jsx("div", { className: r.hint, children: p })
|
|
110
|
-
] }),
|
|
111
|
-
/* @__PURE__ */ t.jsx(L, { name: "chevron-down", className: E })
|
|
112
|
-
] }) }),
|
|
113
|
-
/* @__PURE__ */ t.jsx("div", { className: O, children: a })
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
);
|
|
117
|
-
}
|
|
118
|
-
);
|
|
119
|
-
Y.displayName = "DSAccordion";
|
|
120
|
-
export {
|
|
121
|
-
ar as A,
|
|
122
|
-
or as C,
|
|
123
|
-
Y as D,
|
|
124
|
-
X as v
|
|
125
|
-
};
|