@fremtind/jokul 0.57.2 → 0.57.4
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/build/build-stats.html +1 -1
- package/build/cjs/components/breadcrumb/stories/Breadcrumb.stories.cjs +1 -1
- package/build/cjs/components/breadcrumb/stories/Breadcrumb.stories.cjs.map +1 -1
- package/build/cjs/components/breadcrumb/stories/Breadcrumb.stories.d.cts +3 -0
- package/build/cjs/components/breadcrumb/stories/BreadcrumbItem.stories.cjs +1 -1
- package/build/cjs/components/breadcrumb/stories/BreadcrumbItem.stories.cjs.map +1 -1
- package/build/cjs/components/breadcrumb/stories/BreadcrumbItem.stories.d.cts +5 -0
- package/build/cjs/components/checkbox-panel/stories/CheckboxPanel.stories.cjs +1 -1
- package/build/cjs/components/checkbox-panel/stories/CheckboxPanel.stories.cjs.map +1 -1
- package/build/cjs/components/checkbox-panel/stories/CheckboxPanel.stories.d.cts +9 -0
- package/build/cjs/components/description-list/stories/DescriptionList.stories.cjs +1 -1
- package/build/cjs/components/description-list/stories/DescriptionList.stories.cjs.map +1 -1
- package/build/cjs/components/expander/stories/Expander.stories.cjs +1 -1
- package/build/cjs/components/expander/stories/Expander.stories.cjs.map +1 -1
- package/build/cjs/components/expander/stories/Expander.stories.d.cts +3 -0
- package/build/cjs/components/expander/stories/ExpanderPanel.stories.cjs +1 -1
- package/build/cjs/components/expander/stories/ExpanderPanel.stories.cjs.map +1 -1
- package/build/cjs/components/file-input/File.cjs +1 -1
- package/build/cjs/components/file-input/File.cjs.map +1 -1
- package/build/cjs/components/link-list/stories/LinkList.stories.cjs +1 -1
- package/build/cjs/components/link-list/stories/LinkList.stories.cjs.map +1 -1
- package/build/cjs/components/list/stories/List.stories.cjs +2 -0
- package/build/cjs/components/list/stories/List.stories.cjs.map +1 -0
- package/build/cjs/components/list/stories/List.stories.d.cts +15 -0
- package/build/cjs/components/loader/stories/Loader.stories.cjs +2 -0
- package/build/cjs/components/loader/stories/Loader.stories.cjs.map +1 -0
- package/build/cjs/components/loader/stories/Loader.stories.d.cts +24 -0
- package/build/cjs/components/loader/stories/Skeleton.stories.cjs +2 -0
- package/build/cjs/components/loader/stories/Skeleton.stories.cjs.map +1 -0
- package/build/cjs/components/loader/stories/Skeleton.stories.d.cts +19 -0
- package/build/cjs/components/radio-panel/stories/RadioPanel.stories.cjs +2 -0
- package/build/cjs/components/radio-panel/stories/RadioPanel.stories.cjs.map +1 -0
- package/build/cjs/components/radio-panel/stories/RadioPanel.stories.d.cts +18 -0
- package/build/cjs/components/tabs/stories/NavTabs.stories.cjs +2 -0
- package/build/cjs/components/tabs/stories/NavTabs.stories.cjs.map +1 -0
- package/build/cjs/components/tabs/stories/NavTabs.stories.d.cts +13 -0
- package/build/cjs/components/tabs/stories/Tabs.stories.cjs +2 -0
- package/build/cjs/components/tabs/stories/Tabs.stories.cjs.map +1 -0
- package/build/cjs/components/tabs/stories/Tabs.stories.d.cts +25 -0
- package/build/cjs/components/tag/stories/Tag.stories.cjs +2 -0
- package/build/cjs/components/tag/stories/Tag.stories.cjs.map +1 -0
- package/build/cjs/components/tag/stories/Tag.stories.d.cts +17 -0
- package/build/cjs/components/text-input/stories/BaseTextInput.stories.cjs +1 -1
- package/build/cjs/components/text-input/stories/BaseTextInput.stories.cjs.map +1 -1
- package/build/cjs/components/text-input/stories/TextInput.stories.cjs +1 -1
- package/build/cjs/components/text-input/stories/TextInput.stories.cjs.map +1 -1
- package/build/cjs/components/toast/stories/Toast.stories.cjs +2 -0
- package/build/cjs/components/toast/stories/Toast.stories.cjs.map +1 -0
- package/build/cjs/components/toast/stories/Toast.stories.d.cts +60 -0
- package/build/cjs/components/tooltip/stories/Tooltip.stories.cjs +2 -0
- package/build/cjs/components/tooltip/stories/Tooltip.stories.cjs.map +1 -0
- package/build/cjs/components/tooltip/stories/Tooltip.stories.d.cts +32 -0
- package/build/es/components/breadcrumb/stories/Breadcrumb.stories.d.ts +3 -0
- package/build/es/components/breadcrumb/stories/Breadcrumb.stories.js +1 -1
- package/build/es/components/breadcrumb/stories/Breadcrumb.stories.js.map +1 -1
- package/build/es/components/breadcrumb/stories/BreadcrumbItem.stories.d.ts +5 -0
- package/build/es/components/breadcrumb/stories/BreadcrumbItem.stories.js +1 -1
- package/build/es/components/breadcrumb/stories/BreadcrumbItem.stories.js.map +1 -1
- package/build/es/components/checkbox-panel/stories/CheckboxPanel.stories.d.ts +9 -0
- package/build/es/components/checkbox-panel/stories/CheckboxPanel.stories.js +1 -1
- package/build/es/components/checkbox-panel/stories/CheckboxPanel.stories.js.map +1 -1
- package/build/es/components/description-list/stories/DescriptionList.stories.js +1 -1
- package/build/es/components/description-list/stories/DescriptionList.stories.js.map +1 -1
- package/build/es/components/expander/stories/Expander.stories.d.ts +3 -0
- package/build/es/components/expander/stories/Expander.stories.js +1 -1
- package/build/es/components/expander/stories/Expander.stories.js.map +1 -1
- package/build/es/components/expander/stories/ExpanderPanel.stories.js +1 -1
- package/build/es/components/expander/stories/ExpanderPanel.stories.js.map +1 -1
- package/build/es/components/file-input/File.js +1 -1
- package/build/es/components/file-input/File.js.map +1 -1
- package/build/es/components/link-list/stories/LinkList.stories.js +1 -1
- package/build/es/components/link-list/stories/LinkList.stories.js.map +1 -1
- package/build/es/components/list/stories/List.stories.d.ts +15 -0
- package/build/es/components/list/stories/List.stories.js +2 -0
- package/build/es/components/list/stories/List.stories.js.map +1 -0
- package/build/es/components/loader/stories/Loader.stories.d.ts +24 -0
- package/build/es/components/loader/stories/Loader.stories.js +2 -0
- package/build/es/components/loader/stories/Loader.stories.js.map +1 -0
- package/build/es/components/loader/stories/Skeleton.stories.d.ts +19 -0
- package/build/es/components/loader/stories/Skeleton.stories.js +2 -0
- package/build/es/components/loader/stories/Skeleton.stories.js.map +1 -0
- package/build/es/components/message/stories/WarningMessage.stories.js +1 -1
- package/build/es/components/radio-panel/stories/RadioPanel.stories.d.ts +18 -0
- package/build/es/components/radio-panel/stories/RadioPanel.stories.js +2 -0
- package/build/es/components/radio-panel/stories/RadioPanel.stories.js.map +1 -0
- package/build/es/components/tabs/stories/NavTabs.stories.d.ts +13 -0
- package/build/es/components/tabs/stories/NavTabs.stories.js +2 -0
- package/build/es/components/tabs/stories/NavTabs.stories.js.map +1 -0
- package/build/es/components/tabs/stories/Tabs.stories.d.ts +25 -0
- package/build/es/components/tabs/stories/Tabs.stories.js +2 -0
- package/build/es/components/tabs/stories/Tabs.stories.js.map +1 -0
- package/build/es/components/tag/stories/Tag.stories.d.ts +17 -0
- package/build/es/components/tag/stories/Tag.stories.js +2 -0
- package/build/es/components/tag/stories/Tag.stories.js.map +1 -0
- package/build/es/components/text-input/stories/BaseTextInput.stories.js +1 -1
- package/build/es/components/text-input/stories/BaseTextInput.stories.js.map +1 -1
- package/build/es/components/text-input/stories/TextInput.stories.js +1 -1
- package/build/es/components/text-input/stories/TextInput.stories.js.map +1 -1
- package/build/es/components/toast/stories/Toast.stories.d.ts +60 -0
- package/build/es/components/toast/stories/Toast.stories.js +2 -0
- package/build/es/components/toast/stories/Toast.stories.js.map +1 -0
- package/build/es/components/tooltip/stories/Tooltip.stories.d.ts +32 -0
- package/build/es/components/tooltip/stories/Tooltip.stories.js +2 -0
- package/build/es/components/tooltip/stories/Tooltip.stories.js.map +1 -0
- package/build/style.css +1 -1
- package/package.json +2 -2
- package/styles/components/accordion/accordion.min.css +1 -1
- package/styles/components/button/button.css +3 -3
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.css +2 -2
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/description-list/description-list.min.css +1 -1
- package/styles/components/expander/deprecated/expander.min.css +1 -1
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +5 -5
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/nav-link/nav-link.min.css +1 -1
- package/styles/components/popover/popover.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.css +2 -2
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/text-area/text-area.min.css +1 -1
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/core/core.min.css +1 -1
- package/styles/shared/input/shared-input-styles.min.css +1 -1
- package/styles/shared/input-panel/shared.min.css +1 -1
- package/styles/styles.css +39 -39
- package/styles/styles.min.css +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
@media screen and (prefers-color-scheme:light){:root{--jkl-slider-bg:#e0dbd4;--jkl-slider-pill:#f9f9f9;--jkl-slider-pill-text:#1b1917;--jkl-slider-pill-text--active:#000;--jkl-slider-focus-color:#000;--jkl-slider-hover-color:#000}}[data-theme=light]{--jkl-slider-bg:#e0dbd4;--jkl-slider-pill:#f9f9f9;--jkl-slider-pill-text:#1b1917;--jkl-slider-pill-text--active:#000;--jkl-slider-focus-color:#000;--jkl-slider-hover-color:#000}@media screen and (prefers-color-scheme:dark){:root{--jkl-slider-bg:#444141;--jkl-slider-pill:#1b1917;--jkl-slider-pill-text:#f9f9f9;--jkl-slider-pill-text--active:#fff;--jkl-slider-focus-color:#c8c5c3;--jkl-slider-hover-color:#fff}}[data-theme=dark]{--jkl-slider-bg:#444141;--jkl-slider-pill:#1b1917;--jkl-slider-pill-text:#f9f9f9;--jkl-slider-pill-text--active:#fff;--jkl-slider-focus-color:#c8c5c3;--jkl-slider-hover-color:#fff}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-slider-font-size:var(--jkl-body-font-size);--jkl-slider-line-height:var(--jkl-body-line-height);--jkl-slider-font-weight:var(--jkl-body-font-weight);--jkl-slider-legend-font-size:var(--jkl-body-font-size);--jkl-slider-legend-line-height:var(--jkl-body-line-height);--jkl-slider-legend-font-weight:700}[data-density=compact],[data-layout-density=compact]{--jkl-slider-font-size:var(--jkl-small-font-size);--jkl-slider-line-height:var(--jkl-small-line-height);--jkl-slider-font-weight:var(--jkl-small-font-weight);--jkl-slider-legend-font-size:var(--jkl-small-font-size);--jkl-slider-legend-line-height:var(--jkl-small-line-height);--jkl-slider-legend-font-weight:700}.jkl-toggle-slider{align-items:flex-start;display:flex;flex-direction:column;font-size:var(--jkl-slider-font-size);font-weight:var(--jkl-slider-font-weight);line-height:var(--jkl-slider-line-height);overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:focus-within .jkl-toggle-slider__pill{box-shadow:inset 0 0 0 .125rem var(--jkl-slider-focus-color)}.jkl-toggle-slider__legend{font-size:var(--jkl-slider-legend-font-size);font-weight:var(--jkl-slider-legend-font-weight);line-height:var(--jkl-slider-legend-line-height);margin-bottom:.5rem}.jkl-toggle-slider__legend--sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.jkl-toggle-slider__inputs{background-color:var(--jkl-slider-bg);border:2px solid var(--jkl-slider-bg);border-radius:6.25rem;display:flex;overflow:hidden;position:relative}.jkl-toggle-slider__input{opacity:0;position:absolute}.jkl-toggle-slider__label{align-items:center;color:var(--jkl-slider-pill-text);cursor:pointer;display:flex;justify-content:center;padding:.125rem 1rem;z-index:1;-webkit-tap-highlight-color:transparent;min-width:30px}.jkl-toggle-slider__label:hover{color:var(--jkl-slider-hover-color)}.jkl-toggle-slider__label--selected{--jkl-icon-weight:500;color:var(--jkl-slider-pill-text--active);font-weight:700;letter-spacing:-.014em}.jkl-toggle-slider__pill{background-color:var(--jkl-slider-pill);border-radius:6.25rem;height:100%;position:absolute;transition-duration:.25s;transition-property:width,transform;transition-timing-function:ease}@media (min-width:680px){.jkl-toggle-slider{align-items:center;flex-direction:row}.jkl-toggle-slider__legend{margin-bottom:0;margin-right:1.2em}}@media screen and (forced-colors:active){.jkl-toggle-slider .jkl-toggle-slider__inputs{background-color:Canvas}.jkl-toggle-slider .jkl-toggle-slider__pill{background-color:ButtonFace}}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-toggle-font-size:var(--jkl-body-font-size);--jkl-toggle-line-height:var(--jkl-body-line-height);--jkl-toggle-font-weight:var(--jkl-body-font-weight);--jkl-toggle-switch-height:1.75rem;--jkl-toggle-switch-width:3rem;--jkl-toggle-switch-knob-size:1.25rem;--jkl-toggle-switch-indicator-spacing:0;--jkl-toggle-switch-help-label-spacing:var(--jkl-unit-02)}[data-density=compact],[data-layout-density=compact]{--jkl-toggle-font-size:var(--jkl-small-font-size);--jkl-toggle-line-height:var(--jkl-small-line-height);--jkl-toggle-font-weight:var(--jkl-small-font-weight);--jkl-toggle-switch-height:1.25rem;--jkl-toggle-switch-width:2.25rem;--jkl-toggle-switch-knob-size:0.75rem;--jkl-toggle-switch-indicator-spacing:-0.125rem;--jkl-toggle-switch-help-label-spacing:0}.jkl-toggle-switch{--border-width:0.0625rem;--switch-padding:0.25rem;--knob-position:0;--switch-border-color:var(--jkl-color-border-action);--indicator-color:var(--jkl-color-background-container-high);--knob-border-color:var(--jkl-color-border-action);--knob-color:var(--jkl-color-background-container-high);--text-color:var(--jkl-color-text-default);--icon-color:var(--jkl-color-text-inverted);background
|
|
1
|
+
@media screen and (prefers-color-scheme:light){:root{--jkl-slider-bg:#e0dbd4;--jkl-slider-pill:#f9f9f9;--jkl-slider-pill-text:#1b1917;--jkl-slider-pill-text--active:#000;--jkl-slider-focus-color:#000;--jkl-slider-hover-color:#000}}[data-theme=light]{--jkl-slider-bg:#e0dbd4;--jkl-slider-pill:#f9f9f9;--jkl-slider-pill-text:#1b1917;--jkl-slider-pill-text--active:#000;--jkl-slider-focus-color:#000;--jkl-slider-hover-color:#000}@media screen and (prefers-color-scheme:dark){:root{--jkl-slider-bg:#444141;--jkl-slider-pill:#1b1917;--jkl-slider-pill-text:#f9f9f9;--jkl-slider-pill-text--active:#fff;--jkl-slider-focus-color:#c8c5c3;--jkl-slider-hover-color:#fff}}[data-theme=dark]{--jkl-slider-bg:#444141;--jkl-slider-pill:#1b1917;--jkl-slider-pill-text:#f9f9f9;--jkl-slider-pill-text--active:#fff;--jkl-slider-focus-color:#c8c5c3;--jkl-slider-hover-color:#fff}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-slider-font-size:var(--jkl-body-font-size);--jkl-slider-line-height:var(--jkl-body-line-height);--jkl-slider-font-weight:var(--jkl-body-font-weight);--jkl-slider-legend-font-size:var(--jkl-body-font-size);--jkl-slider-legend-line-height:var(--jkl-body-line-height);--jkl-slider-legend-font-weight:700}[data-density=compact],[data-layout-density=compact]{--jkl-slider-font-size:var(--jkl-small-font-size);--jkl-slider-line-height:var(--jkl-small-line-height);--jkl-slider-font-weight:var(--jkl-small-font-weight);--jkl-slider-legend-font-size:var(--jkl-small-font-size);--jkl-slider-legend-line-height:var(--jkl-small-line-height);--jkl-slider-legend-font-weight:700}.jkl-toggle-slider{align-items:flex-start;display:flex;flex-direction:column;font-size:var(--jkl-slider-font-size);font-weight:var(--jkl-slider-font-weight);line-height:var(--jkl-slider-line-height);overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:focus-within .jkl-toggle-slider__pill{box-shadow:inset 0 0 0 .125rem var(--jkl-slider-focus-color)}.jkl-toggle-slider__legend{font-size:var(--jkl-slider-legend-font-size);font-weight:var(--jkl-slider-legend-font-weight);line-height:var(--jkl-slider-legend-line-height);margin-bottom:.5rem}.jkl-toggle-slider__legend--sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.jkl-toggle-slider__inputs{background-color:var(--jkl-slider-bg);border:2px solid var(--jkl-slider-bg);border-radius:6.25rem;display:flex;overflow:hidden;position:relative}.jkl-toggle-slider__input{opacity:0;position:absolute}.jkl-toggle-slider__label{align-items:center;color:var(--jkl-slider-pill-text);cursor:pointer;display:flex;justify-content:center;padding:.125rem 1rem;z-index:1;-webkit-tap-highlight-color:transparent;min-width:30px}.jkl-toggle-slider__label:hover{color:var(--jkl-slider-hover-color)}.jkl-toggle-slider__label--selected{--jkl-icon-weight:500;color:var(--jkl-slider-pill-text--active);font-weight:700;letter-spacing:-.014em}.jkl-toggle-slider__pill{background-color:var(--jkl-slider-pill);border-radius:6.25rem;height:100%;position:absolute;transition-duration:.25s;transition-property:width,transform;transition-timing-function:ease}@media (min-width:680px){.jkl-toggle-slider{align-items:center;flex-direction:row}.jkl-toggle-slider__legend{margin-bottom:0;margin-right:1.2em}}@media screen and (forced-colors:active){.jkl-toggle-slider .jkl-toggle-slider__inputs{background-color:Canvas}.jkl-toggle-slider .jkl-toggle-slider__pill{background-color:ButtonFace}}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-toggle-font-size:var(--jkl-body-font-size);--jkl-toggle-line-height:var(--jkl-body-line-height);--jkl-toggle-font-weight:var(--jkl-body-font-weight);--jkl-toggle-switch-height:1.75rem;--jkl-toggle-switch-width:3rem;--jkl-toggle-switch-knob-size:1.25rem;--jkl-toggle-switch-indicator-spacing:0;--jkl-toggle-switch-help-label-spacing:var(--jkl-unit-02)}[data-density=compact],[data-layout-density=compact]{--jkl-toggle-font-size:var(--jkl-small-font-size);--jkl-toggle-line-height:var(--jkl-small-line-height);--jkl-toggle-font-weight:var(--jkl-small-font-weight);--jkl-toggle-switch-height:1.25rem;--jkl-toggle-switch-width:2.25rem;--jkl-toggle-switch-knob-size:0.75rem;--jkl-toggle-switch-indicator-spacing:-0.125rem;--jkl-toggle-switch-help-label-spacing:0}.jkl-toggle-switch{--border-width:0.0625rem;--switch-padding:0.25rem;--knob-position:0;--switch-border-color:var(--jkl-color-border-action);--indicator-color:var(--jkl-color-background-container-high);--knob-border-color:var(--jkl-color-border-action);--knob-color:var(--jkl-color-background-container-high);--text-color:var(--jkl-color-text-default);--icon-color:var(--jkl-color-text-inverted);background:transparent;color:var(--text-color);cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;align-items:center;border-style:none;display:flex;flex-direction:row-reverse;font-size:var(--jkl-toggle-font-size);font-weight:var(--jkl-toggle-font-weight);gap:var(--jkl-unit-10);line-height:var(--jkl-toggle-line-height);outline:0;outline-style:none;touch-action:none}.jkl-toggle-switch:active,.jkl-toggle-switch:focus,.jkl-toggle-switch:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-toggle-switch{border-style:revert;outline:revert;outline-style:revert}.jkl-toggle-switch:active,.jkl-toggle-switch:focus,.jkl-toggle-switch:hover{outline:revert;outline-style:revert}}@media screen and (forced-colors:active){.jkl-toggle-switch{border-color:transparent;border-style:none}}.jkl-toggle-switch[aria-pressed=true],[aria-checked=true]>.jkl-toggle-switch{--indicator-color:var(--jkl-color-background-container-inverted);--knob-color:var(--jkl-color-text-inverted);--knob-position:calc(var(--jkl-toggle-switch-width) - var(--jkl-toggle-switch-knob-size) - var(--switch-padding)*2)}.jkl-toggle-switch[disabled]{cursor:revert;--text-color:var(--jkl-color-text-subdued);--switch-border-color:var(--jkl-color-border-subdued);--knob-border-color:var(--jkl-color-border-subdued)}.jkl-toggle-switch[disabled][aria-pressed=true],[aria-checked=true]>.jkl-toggle-switch[disabled]{--indicator-color:var(--jkl-color-border-subdued)}.jkl-toggle-switch-widget{align-items:center;background-color:var(--indicator-color);border:var(--border-width) solid var(--switch-border-color);border-radius:9999px;box-sizing:border-box;display:flex;flex-direction:row;height:var(--jkl-toggle-switch-height);overflow:hidden;padding:var(--switch-padding);pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;width:var(--jkl-toggle-switch-width)}@media screen and (forced-colors:active){.jkl-toggle-switch-widget{border:.0625rem solid ButtonText}}.jkl-toggle-switch:focus-visible .jkl-toggle-switch-widget{outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-toggle-switch-widget__slider{box-sizing:border-box;color:var(--icon-color);height:var(--jkl-toggle-switch-knob-size);position:relative;transition-duration:.15s;transition-property:translate;transition-timing-function:ease;translate:var(--knob-position);width:var(--jkl-toggle-switch-knob-size)}.jkl-toggle-switch-widget__knob{background-color:var(--knob-color);border:var(--border-width) solid var(--knob-border-color);border-radius:9999px;inset:0;position:absolute}.jkl-toggle-switch-widget__indicator{margin-right:var(--jkl-toggle-switch-indicator-spacing);position:absolute;right:100%;top:50%;transform:translateY(-50%)}.jkl-toggle-switch-widget__indicator>.jkl-icon__icon{inset:0;position:absolute}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--content-padding:calc(var(--jkl-unit-10)*2)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--content-padding:calc(var(--jkl-unit-10)*1.5)}}[data-density=compact],[data-layout-density=compact]{--content-padding:0.5rem}.jkl-tooltip-trigger{all:unset}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigger:focus{--jkl-icon-weight:500;font-weight:700;letter-spacing:-.014em}.jkl-tooltip-content{--background-color:var(--jkl-color-background-container-inverted);font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;background-color:var(--background-color);color:var(--jkl-color-text-inverted);display:inline-block;max-width:min(19.375rem,100%);min-width:-webkit-min-content;min-width:min-content;padding:var(--content-padding);position:absolute;z-index:10000}@media screen and (forced-colors:active){.jkl-tooltip-content{border:1px solid CanvasText}}.jkl-tooltip-question-button{align-items:center;background-color:
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--content-padding:calc(var(--jkl-unit-10)*2)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--content-padding:calc(var(--jkl-unit-10)*1.5)}}[data-density=compact],[data-layout-density=compact]{--content-padding:0.5rem}.jkl-tooltip-trigger{all:unset}html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigger:focus{--jkl-icon-weight:500;font-weight:700;letter-spacing:-.014em}.jkl-tooltip-content{--background-color:var(--jkl-color-background-container-inverted);font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20;background-color:var(--background-color);color:var(--jkl-color-text-inverted);display:inline-block;max-width:min(19.375rem,100%);min-width:-webkit-min-content;min-width:min-content;padding:var(--content-padding);position:absolute;z-index:10000}@media screen and (forced-colors:active){.jkl-tooltip-content{border:1px solid CanvasText}}.jkl-tooltip-question-button{align-items:center;background-color:transparent;border-radius:9999px;border-style:none;color:var(--jkl-color-text-interactive);cursor:pointer;display:inline-flex;font-size:1.2em;outline:0;outline-style:none;padding:0;position:relative;transform:translateY(max(.16em,.25rem));transition-duration:.1s;transition-property:color;transition-timing-function:ease-in}.jkl-tooltip-question-button:active,.jkl-tooltip-question-button:focus,.jkl-tooltip-question-button:hover{outline:0;outline-style:none}@media screen and (forced-colors:active){.jkl-tooltip-question-button{border-style:revert;outline:revert;outline-style:revert}.jkl-tooltip-question-button:active,.jkl-tooltip-question-button:focus,.jkl-tooltip-question-button:hover{outline:revert;outline-style:revert}}.jkl-tooltip-question-button:hover{--button-color:var(--jkl-color-text-interactive-hover)}.jkl-tooltip-question-button:focus-visible{outline:3px solid var(--jkl-color-border-action);outline-offset:0}.jkl-tooltip-question-button:after{content:"";left:50%;min-height:44px;min-width:44px;position:absolute;top:50%;translate:-50% -50%}
|
package/styles/core/core.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{border:0;display:block;line-height:1;margin:0;padding:0}table{border-collapse:collapse}table,tbody,td,th,thead,tr{margin:0;padding:0}.jkl [hidden]{display:none}:root{--jkl-color-brand-snohvit:#f9f9f9;--jkl-color-brand-varde:#e0dbd4;--jkl-color-brand-granitt:#1b1917;--jkl-color-brand-hvit:#fff;--jkl-color-brand-svart:#000;--jkl-color-brand-skifer:#313030;--jkl-color-brand-fjellgra:#444141;--jkl-color-brand-stein:#636060;--jkl-color-brand-svaberg:#c8c5c3;--jkl-color-brand-dis:#ece9e5;--jkl-color-brand-sand:#f4f2ef;--jkl-color-functional-info:#d3d3f6;--jkl-color-functional-info-dark:#a9a9ca;--jkl-color-functional-success:#acd3b5;--jkl-color-functional-success-dark:#94b79b;--jkl-color-functional-warning:#efdd9e;--jkl-color-functional-warning-dark:#decc8d;--jkl-color-functional-error:#f6b3b3;--jkl-color-functional-error-dark:#de9e9e;--jkl-typography-weight-normal:400;--jkl-typography-weight-bold:700;--jkl-typography-font-size-16:1rem;--jkl-typography-font-size-18:1.125rem;--jkl-typography-font-size-20:1.25rem;--jkl-typography-font-size-21:1.3125rem;--jkl-typography-font-size-23:1.4375rem;--jkl-typography-font-size-25:1.5625rem;--jkl-typography-font-size-26:1.625rem;--jkl-typography-font-size-28:1.75rem;--jkl-typography-font-size-30:1.875rem;--jkl-typography-font-size-36:2.25rem;--jkl-typography-font-size-44:2.75rem;--jkl-typography-font-size-56:3.5rem;--jkl-typography-line-height-24:1.5rem;--jkl-typography-line-height-28:1.75rem;--jkl-typography-line-height-32:2rem;--jkl-typography-line-height-36:2.25rem;--jkl-typography-line-height-40:2.5rem;--jkl-typography-line-height-44:2.75rem;--jkl-typography-line-height-52:3.25rem;--jkl-typography-line-height-64:4rem;--jkl-typography-title-small-font-size:2.25rem;--jkl-typography-title-small-line-height:2.75rem;--jkl-typography-title-small-font-weight:400;--jkl-typography-title-base-font-size:3.5rem;--jkl-typography-title-base-line-height:4rem;--jkl-typography-title-base-font-weight:400;--jkl-typography-title-small-small-font-size:1.875rem;--jkl-typography-title-small-small-line-height:2.25rem;--jkl-typography-title-small-small-font-weight:400;--jkl-typography-title-small-base-font-size:2.75rem;--jkl-typography-title-small-base-line-height:3.25rem;--jkl-typography-title-small-base-font-weight:400;--jkl-typography-heading-1-small-font-size:1.625rem;--jkl-typography-heading-1-small-line-height:2rem;--jkl-typography-heading-1-small-font-weight:400;--jkl-typography-heading-1-base-font-size:2.25rem;--jkl-typography-heading-1-base-line-height:2.75rem;--jkl-typography-heading-1-base-font-weight:400;--jkl-typography-heading-2-small-font-size:1.4375rem;--jkl-typography-heading-2-small-line-height:2rem;--jkl-typography-heading-2-small-font-weight:400;--jkl-typography-heading-2-base-font-size:1.75rem;--jkl-typography-heading-2-base-line-height:2.5rem;--jkl-typography-heading-2-base-font-weight:400;--jkl-typography-heading-3-small-font-size:1.3125rem;--jkl-typography-heading-3-small-line-height:1.75rem;--jkl-typography-heading-3-small-font-weight:700;--jkl-typography-heading-3-base-font-size:1.5625rem;--jkl-typography-heading-3-base-line-height:2rem;--jkl-typography-heading-3-base-font-weight:700;--jkl-typography-heading-4-small-font-size:1.125rem;--jkl-typography-heading-4-small-line-height:1.5rem;--jkl-typography-heading-4-small-font-weight:700;--jkl-typography-heading-4-base-font-size:1.3125rem;--jkl-typography-heading-4-base-line-height:1.75rem;--jkl-typography-heading-4-base-font-weight:700;--jkl-typography-heading-5-small-font-size:1rem;--jkl-typography-heading-5-small-line-height:1.5rem;--jkl-typography-heading-5-small-font-weight:700;--jkl-typography-heading-5-base-font-size:1rem;--jkl-typography-heading-5-base-line-height:1.5rem;--jkl-typography-heading-5-base-font-weight:700;--jkl-typography-body-small-font-size:1.125rem;--jkl-typography-body-small-line-height:1.75rem;--jkl-typography-body-small-font-weight:400;--jkl-typography-body-base-font-size:1.25rem;--jkl-typography-body-base-line-height:2rem;--jkl-typography-body-base-font-weight:400;--jkl-typography-small-small-font-size:1rem;--jkl-typography-small-small-line-height:1.5rem;--jkl-typography-small-small-font-weight:400;--jkl-typography-small-base-font-size:1rem;--jkl-typography-small-base-line-height:1.5rem;--jkl-typography-small-base-font-weight:400;--jkl-unit-10:0.5rem;--jkl-unit-15:calc(var(--jkl-unit-10)*1.5);--jkl-unit-20:calc(var(--jkl-unit-10)*2);--jkl-unit-25:calc(var(--jkl-unit-10)*2.5);--jkl-unit-30:calc(var(--jkl-unit-10)*3);--jkl-unit-40:calc(var(--jkl-unit-10)*4);--jkl-unit-50:calc(var(--jkl-unit-10)*5);--jkl-unit-60:calc(var(--jkl-unit-10)*6);--jkl-unit-70:calc(var(--jkl-unit-10)*7);--jkl-unit-80:calc(var(--jkl-unit-10)*8);--jkl-unit-90:calc(var(--jkl-unit-10)*9);--jkl-unit-130:calc(var(--jkl-unit-10)*13);--jkl-unit-210:calc(var(--jkl-unit-10)*21);--jkl-unit-02:calc(var(--jkl-unit-10)*0.25);--jkl-unit-05:calc(var(--jkl-unit-10)*0.5);--jkl-color-svart:#000;--jkl-color-granitt:#1b1917;--jkl-color-skifer:#313030;--jkl-color-fjellgra:#444141;--jkl-color-stein:#636060;--jkl-color-svaberg:#c8c5c3;--jkl-color-varde:#e0dbd4;--jkl-color-dis:#ece9e5;--jkl-color-sand:#f4f2ef;--jkl-color-snohvit:#f9f9f9;--jkl-color-hvit:#fff;--jkl-color-suksess:#acd3b5;--jkl-color-suksess-dark:#94b79b;--jkl-color-feil:#f6b3b3;--jkl-color-feil-dark:#de9e9e;--jkl-color-info:#d3d3f6;--jkl-color-info-dark:#a9a9ca;--jkl-color-advarsel:#efdd9e;--jkl-color-advarsel-dark:#decc8d;--jkl-spacing-0:0}@media screen and (prefers-color-scheme:light){:root{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:#0000;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:#0000;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}}[data-theme=light]{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:#0000;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:#0000;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}@media screen and (prefers-color-scheme:dark){:root{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:#0000;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:#0000;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}}[data-theme=dark]{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:#0000;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:#0000;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}.jkl-title{font-size:2.25rem;font-weight:400;line-height:2.75rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-title{font-size:3.5rem;font-weight:400;line-height:4rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-title-small{font-size:1.875rem;font-weight:400;line-height:2.25rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-title-small{font-size:2.75rem;font-weight:400;line-height:3.25rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-heading-1{font-size:1.625rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-heading-1{font-size:2.25rem;font-weight:400;line-height:2.75rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-heading-2{font-size:1.4375rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-heading-2{font-size:1.75rem;font-weight:400;line-height:2.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-heading-3{font-size:1.3125rem;font-weight:700;line-height:1.75rem;--jkl-icon-weight:500;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-heading-3{font-size:1.5625rem;font-weight:700;line-height:2rem;--jkl-icon-weight:500;--jkl-icon-size:1.2em}}.jkl-heading-4{font-size:1.125rem;font-weight:700;line-height:1.5rem;--jkl-icon-weight:500}@media (min-width:680px){.jkl-heading-4{font-size:1.3125rem;font-weight:700;line-height:1.75rem;--jkl-icon-weight:500}}.jkl-heading-5{font-size:1rem;font-weight:700;line-height:1.5rem;--jkl-icon-weight:500;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20}.jkl-body{font-size:1.125rem;font-weight:400;line-height:1.75rem;--jkl-icon-weight:300}@media (min-width:680px){.jkl-body{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300}}.jkl-bold{font-size:1.125rem;font-weight:400;line-height:1.75rem;--jkl-icon-weight:300;--jkl-icon-weight:500;font-weight:700}@media (min-width:680px){.jkl-bold{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300;--jkl-icon-weight:500;font-weight:700}}.jkl-small{font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20}:root{--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-24:1.5rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-64:4rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-spacing-16-24:1rem;--jkl-spacing-24-40:1.5rem;--jkl-spacing-24-32:1.5rem;--jkl-spacing-32-40:2rem;--jkl-spacing-40-64:2.5rem;--jkl-spacing-64-104:4rem;--jkl-spacing-104-168:6.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1rem;--jkl-spacing-16-24-40:1rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:1.5rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:2.5rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:4rem;--jkl-spacing-104-104-168:6.5rem}@media (min-width:680px){:root{--jkl-spacing-16-24:1.5rem;--jkl-spacing-24-40:2.5rem;--jkl-spacing-24-32:2rem;--jkl-spacing-32-40:2.5rem;--jkl-spacing-40-64:4rem;--jkl-spacing-64-104:6.5rem;--jkl-spacing-104-168:10.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1.5rem;--jkl-spacing-16-24-40:1.5rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:2rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2.5rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:4rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:6.5rem;--jkl-spacing-104-104-168:6.5rem}}@media (min-width:1200px){:root{--jkl-spacing-16-16-24:1.5rem;--jkl-spacing-16-24-32:2rem;--jkl-spacing-16-24-40:2.5rem;--jkl-spacing-24-24-32:2rem;--jkl-spacing-24-24-40:2.5rem;--jkl-spacing-24-32-40:2.5rem;--jkl-spacing-32-32-40:2.5rem;--jkl-spacing-32-40-64:4rem;--jkl-spacing-40-40-64:4rem;--jkl-spacing-40-64-104:6.5rem;--jkl-spacing-64-64-104:6.5rem;--jkl-spacing-64-104-168:10.5rem;--jkl-spacing-104-104-168:10.5rem}}.jkl-spacing-2--all{margin:var(--jkl-spacing-2)}.jkl-spacing-2--top{margin-top:var(--jkl-spacing-2)}.jkl-spacing-2--bottom{margin-bottom:var(--jkl-spacing-2)}.jkl-spacing-2--left{margin-left:var(--jkl-spacing-2)}.jkl-spacing-2--right{margin-right:var(--jkl-spacing-2)}.jkl-spacing-4--all{margin:var(--jkl-spacing-4)}.jkl-spacing-4--top{margin-top:var(--jkl-spacing-4)}.jkl-spacing-4--bottom{margin-bottom:var(--jkl-spacing-4)}.jkl-spacing-4--left{margin-left:var(--jkl-spacing-4)}.jkl-spacing-4--right{margin-right:var(--jkl-spacing-4)}.jkl-spacing-8--all{margin:var(--jkl-spacing-8)}.jkl-spacing-8--top{margin-top:var(--jkl-spacing-8)}.jkl-spacing-8--bottom{margin-bottom:var(--jkl-spacing-8)}.jkl-spacing-8--left{margin-left:var(--jkl-spacing-8)}.jkl-spacing-8--right{margin-right:var(--jkl-spacing-8)}.jkl-spacing-12--all{margin:var(--jkl-spacing-12)}.jkl-spacing-12--top{margin-top:var(--jkl-spacing-12)}.jkl-spacing-12--bottom{margin-bottom:var(--jkl-spacing-12)}.jkl-spacing-12--left{margin-left:var(--jkl-spacing-12)}.jkl-spacing-12--right{margin-right:var(--jkl-spacing-12)}.jkl-spacing-16--all{margin:var(--jkl-spacing-16)}.jkl-spacing-16--top{margin-top:var(--jkl-spacing-16)}.jkl-spacing-16--bottom{margin-bottom:var(--jkl-spacing-16)}.jkl-spacing-16--left{margin-left:var(--jkl-spacing-16)}.jkl-spacing-16--right{margin-right:var(--jkl-spacing-16)}.jkl-spacing-24--all{margin:var(--jkl-spacing-24)}.jkl-spacing-24--top{margin-top:var(--jkl-spacing-24)}.jkl-spacing-24--bottom{margin-bottom:var(--jkl-spacing-24)}.jkl-spacing-24--left{margin-left:var(--jkl-spacing-24)}.jkl-spacing-24--right{margin-right:var(--jkl-spacing-24)}.jkl-spacing-32--all{margin:var(--jkl-spacing-32)}.jkl-spacing-32--top{margin-top:var(--jkl-spacing-32)}.jkl-spacing-32--bottom{margin-bottom:var(--jkl-spacing-32)}.jkl-spacing-32--left{margin-left:var(--jkl-spacing-32)}.jkl-spacing-32--right{margin-right:var(--jkl-spacing-32)}.jkl-spacing-40--all{margin:var(--jkl-spacing-40)}.jkl-spacing-40--top{margin-top:var(--jkl-spacing-40)}.jkl-spacing-40--bottom{margin-bottom:var(--jkl-spacing-40)}.jkl-spacing-40--left{margin-left:var(--jkl-spacing-40)}.jkl-spacing-40--right{margin-right:var(--jkl-spacing-40)}.jkl-spacing-64--all{margin:var(--jkl-spacing-64)}.jkl-spacing-64--top{margin-top:var(--jkl-spacing-64)}.jkl-spacing-64--bottom{margin-bottom:var(--jkl-spacing-64)}.jkl-spacing-64--left{margin-left:var(--jkl-spacing-64)}.jkl-spacing-64--right{margin-right:var(--jkl-spacing-64)}.jkl-spacing-104--all{margin:var(--jkl-spacing-104)}.jkl-spacing-104--top{margin-top:var(--jkl-spacing-104)}.jkl-spacing-104--bottom{margin-bottom:var(--jkl-spacing-104)}.jkl-spacing-104--left{margin-left:var(--jkl-spacing-104)}.jkl-spacing-104--right{margin-right:var(--jkl-spacing-104)}.jkl-spacing-168--all{margin:var(--jkl-spacing-168)}.jkl-spacing-168--top{margin-top:var(--jkl-spacing-168)}.jkl-spacing-168--bottom{margin-bottom:var(--jkl-spacing-168)}.jkl-spacing-168--left{margin-left:var(--jkl-spacing-168)}.jkl-spacing-168--right{margin-right:var(--jkl-spacing-168)}.jkl-spacing-16-24--all{margin:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--top{margin-top:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--bottom{margin-bottom:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--left{margin-left:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--right{margin-right:var(--jkl-spacing-16-24)}.jkl-spacing-24-40--all{margin:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--top{margin-top:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--bottom{margin-bottom:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--left{margin-left:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--right{margin-right:var(--jkl-spacing-24-40)}.jkl-spacing-24-32--all{margin:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--top{margin-top:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--bottom{margin-bottom:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--left{margin-left:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--right{margin-right:var(--jkl-spacing-24-32)}.jkl-spacing-32-40--all{margin:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--top{margin-top:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--bottom{margin-bottom:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--left{margin-left:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--right{margin-right:var(--jkl-spacing-32-40)}.jkl-spacing-40-64--all{margin:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--top{margin-top:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--bottom{margin-bottom:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--left{margin-left:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--right{margin-right:var(--jkl-spacing-40-64)}.jkl-spacing-64-104--all{margin:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--top{margin-top:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--bottom{margin-bottom:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--left{margin-left:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--right{margin-right:var(--jkl-spacing-64-104)}.jkl-spacing-104-168--all{margin:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--top{margin-top:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--bottom{margin-bottom:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--left{margin-left:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--right{margin-right:var(--jkl-spacing-104-168)}.jkl-spacing-16-16-24--all{margin:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--top{margin-top:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--bottom{margin-bottom:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--left{margin-left:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--right{margin-right:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-24-32--all{margin:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--top{margin-top:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--bottom{margin-bottom:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--left{margin-left:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--right{margin-right:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-40--all{margin:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--top{margin-top:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--bottom{margin-bottom:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--left{margin-left:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--right{margin-right:var(--jkl-spacing-16-24-40)}.jkl-spacing-24-24-32--all{margin:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--top{margin-top:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--bottom{margin-bottom:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--left{margin-left:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--right{margin-right:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-40--all{margin:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--top{margin-top:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--bottom{margin-bottom:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--left{margin-left:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--right{margin-right:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-32-40--all{margin:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--top{margin-top:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--bottom{margin-bottom:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--left{margin-left:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--right{margin-right:var(--jkl-spacing-24-32-40)}.jkl-spacing-32-32-40--all{margin:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--top{margin-top:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--bottom{margin-bottom:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--left{margin-left:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--right{margin-right:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-40-64--all{margin:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--top{margin-top:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--bottom{margin-bottom:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--left{margin-left:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--right{margin-right:var(--jkl-spacing-32-40-64)}.jkl-spacing-40-40-64--all{margin:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--top{margin-top:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--bottom{margin-bottom:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--left{margin-left:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--right{margin-right:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-64-104--all{margin:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--top{margin-top:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--bottom{margin-bottom:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--left{margin-left:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--right{margin-right:var(--jkl-spacing-40-64-104)}.jkl-spacing-64-64-104--all{margin:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--top{margin-top:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--bottom{margin-bottom:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--left{margin-left:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--right{margin-right:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-104-168--all{margin:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--top{margin-top:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--bottom{margin-bottom:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--left{margin-left:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--right{margin-right:var(--jkl-spacing-64-104-168)}.jkl-spacing-104-104-168--all{margin:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--top{margin-top:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--bottom{margin-bottom:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--left{margin-left:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--right{margin-right:var(--jkl-spacing-104-104-168)}.jkl-spacing-3xs--all{margin:.125rem}.jkl-spacing-3xs--top{margin-top:.125rem}.jkl-spacing-3xs--bottom{margin-bottom:.125rem}.jkl-spacing-3xs--left{margin-left:.125rem}.jkl-spacing-3xs--right{margin-right:.125rem}.jkl-spacing-2xs--all{margin:.25rem}.jkl-spacing-2xs--top{margin-top:.25rem}.jkl-spacing-2xs--bottom{margin-bottom:.25rem}.jkl-spacing-2xs--left{margin-left:.25rem}.jkl-spacing-2xs--right{margin-right:.25rem}.jkl-spacing-xs--all{margin:.5rem}.jkl-spacing-xs--top{margin-top:.5rem}.jkl-spacing-xs--bottom{margin-bottom:.5rem}.jkl-spacing-xs--left{margin-left:.5rem}.jkl-spacing-xs--right{margin-right:.5rem}.jkl-spacing-s--all{margin:.75rem}.jkl-spacing-s--top{margin-top:.75rem}.jkl-spacing-s--bottom{margin-bottom:.75rem}.jkl-spacing-s--left{margin-left:.75rem}.jkl-spacing-s--right{margin-right:.75rem}.jkl-spacing-m--all{margin:1rem}.jkl-spacing-m--top{margin-top:1rem}.jkl-spacing-m--bottom{margin-bottom:1rem}.jkl-spacing-m--left{margin-left:1rem}.jkl-spacing-m--right{margin-right:1rem}.jkl-spacing-l--all{margin:1.5rem}.jkl-spacing-l--top{margin-top:1.5rem}.jkl-spacing-l--bottom{margin-bottom:1.5rem}.jkl-spacing-l--left{margin-left:1.5rem}.jkl-spacing-l--right{margin-right:1.5rem}.jkl-spacing-xl--all{margin:2.5rem}.jkl-spacing-xl--top{margin-top:2.5rem}.jkl-spacing-xl--bottom{margin-bottom:2.5rem}.jkl-spacing-xl--left{margin-left:2.5rem}.jkl-spacing-xl--right{margin-right:2.5rem}.jkl-spacing-2xl--all{margin:4rem}.jkl-spacing-2xl--top{margin-top:4rem}.jkl-spacing-2xl--bottom{margin-bottom:4rem}.jkl-spacing-2xl--left{margin-left:4rem}.jkl-spacing-2xl--right{margin-right:4rem}.jkl-spacing-3xl--all{margin:6.5rem}.jkl-spacing-3xl--top{margin-top:6.5rem}.jkl-spacing-3xl--bottom{margin-bottom:6.5rem}.jkl-spacing-3xl--left{margin-left:6.5rem}.jkl-spacing-3xl--right{margin-right:6.5rem}.jkl-spacing-4xl--all{margin:10.5rem}.jkl-spacing-4xl--top{margin-top:10.5rem}.jkl-spacing-4xl--bottom{margin-bottom:10.5rem}.jkl-spacing-4xl--left{margin-left:10.5rem}.jkl-spacing-4xl--right{margin-right:10.5rem}.jkl-sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.jkl-sr-only--focusable:active,.jkl-sr-only--focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;white-space:normal!important;width:auto!important}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-density:"comfortable"}[data-density=compact],[data-layout-density=compact]{--jkl-density:"compact"}@media screen and (prefers-color-scheme:light){:root{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}}[data-theme=light]{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}@media screen and (prefers-color-scheme:dark){:root{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}}[data-theme=dark]{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}:root{--jkl-title-font-size:2.25rem;--jkl-title-line-height:2.75rem;--jkl-title-font-weight:400;--jkl-title---jkl-icon-weight:300;--jkl-title---jkl-icon-size:1.2em;--jkl-title-small-font-size:1.875rem;--jkl-title-small-line-height:2.25rem;--jkl-title-small-font-weight:400;--jkl-title-small---jkl-icon-weight:300;--jkl-title-small---jkl-icon-size:1.2em;--jkl-heading-1-font-size:1.625rem;--jkl-heading-1-line-height:2rem;--jkl-heading-1-font-weight:400;--jkl-heading-1---jkl-icon-weight:300;--jkl-heading-1---jkl-icon-size:1.2em;--jkl-heading-2-font-size:1.4375rem;--jkl-heading-2-line-height:2rem;--jkl-heading-2-font-weight:400;--jkl-heading-2---jkl-icon-weight:300;--jkl-heading-2---jkl-icon-size:1.2em;--jkl-heading-3-font-size:1.3125rem;--jkl-heading-3-line-height:1.75rem;--jkl-heading-3-font-weight:700;--jkl-heading-3---jkl-icon-weight:500;--jkl-heading-3---jkl-icon-size:1.2em;--jkl-heading-4-font-size:1.125rem;--jkl-heading-4-line-height:1.5rem;--jkl-heading-4-font-weight:700;--jkl-heading-4---jkl-icon-weight:500;--jkl-heading-5-font-size:1rem;--jkl-heading-5-line-height:1.5rem;--jkl-heading-5-font-weight:700;--jkl-heading-5---jkl-icon-weight:500;--jkl-heading-5---jkl-icon-size:1.25rem;--jkl-heading-5---jkl-icon-opsz:20;--jkl-body-font-size:1.125rem;--jkl-body-line-height:1.75rem;--jkl-body-font-weight:400;--jkl-body---jkl-icon-weight:300;--jkl-small-font-size:1rem;--jkl-small-line-height:1.5rem;--jkl-small-font-weight:400;--jkl-small---jkl-icon-weight:300;--jkl-small---jkl-icon-size:1.25rem;--jkl-small---jkl-icon-opsz:20}@media (min-width:680px){:root{--jkl-title-font-size:3.5rem;--jkl-title-line-height:4rem;--jkl-title-font-weight:400;--jkl-title---jkl-icon-weight:300;--jkl-title---jkl-icon-size:1.2em;--jkl-title-small-font-size:2.75rem;--jkl-title-small-line-height:3.25rem;--jkl-title-small-font-weight:400;--jkl-title-small---jkl-icon-weight:300;--jkl-title-small---jkl-icon-size:1.2em;--jkl-heading-1-font-size:2.25rem;--jkl-heading-1-line-height:2.75rem;--jkl-heading-1-font-weight:400;--jkl-heading-1---jkl-icon-weight:300;--jkl-heading-1---jkl-icon-size:1.2em;--jkl-heading-2-font-size:1.75rem;--jkl-heading-2-line-height:2.5rem;--jkl-heading-2-font-weight:400;--jkl-heading-2---jkl-icon-weight:300;--jkl-heading-2---jkl-icon-size:1.2em;--jkl-heading-3-font-size:1.5625rem;--jkl-heading-3-line-height:2rem;--jkl-heading-3-font-weight:700;--jkl-heading-3---jkl-icon-weight:500;--jkl-heading-3---jkl-icon-size:1.2em;--jkl-heading-4-font-size:1.3125rem;--jkl-heading-4-line-height:1.75rem;--jkl-heading-4-font-weight:700;--jkl-heading-4---jkl-icon-weight:500;--jkl-heading-5-font-size:1rem;--jkl-heading-5-line-height:1.5rem;--jkl-heading-5-font-weight:700;--jkl-heading-5---jkl-icon-weight:500;--jkl-heading-5---jkl-icon-size:1.25rem;--jkl-heading-5---jkl-icon-opsz:20;--jkl-body-font-size:1.25rem;--jkl-body-line-height:2rem;--jkl-body-font-weight:400;--jkl-body---jkl-icon-weight:300;--jkl-small-font-size:1rem;--jkl-small-line-height:1.5rem;--jkl-small-font-weight:400;--jkl-small---jkl-icon-weight:300;--jkl-small---jkl-icon-size:1.25rem;--jkl-small---jkl-icon-opsz:20}}.jkl{font-family:Fremtind Grotesk,Adjusted Arial Fallback,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--jkl-background-color);color:var(--jkl-color)}.jkl strong{--jkl-icon-weight:500;font-weight:700}@media screen and (prefers-reduced-motion:reduce){*,:after,:before{animation-delay:0s!important;animation-duration:0s!important;transition:none!important}}
|
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{border:0;display:block;line-height:1;margin:0;padding:0}table{border-collapse:collapse}table,tbody,td,th,thead,tr{margin:0;padding:0}.jkl [hidden]{display:none}:root{--jkl-color-brand-snohvit:#f9f9f9;--jkl-color-brand-varde:#e0dbd4;--jkl-color-brand-granitt:#1b1917;--jkl-color-brand-hvit:#fff;--jkl-color-brand-svart:#000;--jkl-color-brand-skifer:#313030;--jkl-color-brand-fjellgra:#444141;--jkl-color-brand-stein:#636060;--jkl-color-brand-svaberg:#c8c5c3;--jkl-color-brand-dis:#ece9e5;--jkl-color-brand-sand:#f4f2ef;--jkl-color-functional-info:#d3d3f6;--jkl-color-functional-info-dark:#a9a9ca;--jkl-color-functional-success:#acd3b5;--jkl-color-functional-success-dark:#94b79b;--jkl-color-functional-warning:#efdd9e;--jkl-color-functional-warning-dark:#decc8d;--jkl-color-functional-error:#f6b3b3;--jkl-color-functional-error-dark:#de9e9e;--jkl-typography-weight-normal:400;--jkl-typography-weight-bold:700;--jkl-typography-font-size-16:1rem;--jkl-typography-font-size-18:1.125rem;--jkl-typography-font-size-20:1.25rem;--jkl-typography-font-size-21:1.3125rem;--jkl-typography-font-size-23:1.4375rem;--jkl-typography-font-size-25:1.5625rem;--jkl-typography-font-size-26:1.625rem;--jkl-typography-font-size-28:1.75rem;--jkl-typography-font-size-30:1.875rem;--jkl-typography-font-size-36:2.25rem;--jkl-typography-font-size-44:2.75rem;--jkl-typography-font-size-56:3.5rem;--jkl-typography-line-height-24:1.5rem;--jkl-typography-line-height-28:1.75rem;--jkl-typography-line-height-32:2rem;--jkl-typography-line-height-36:2.25rem;--jkl-typography-line-height-40:2.5rem;--jkl-typography-line-height-44:2.75rem;--jkl-typography-line-height-52:3.25rem;--jkl-typography-line-height-64:4rem;--jkl-typography-title-small-font-size:2.25rem;--jkl-typography-title-small-line-height:2.75rem;--jkl-typography-title-small-font-weight:400;--jkl-typography-title-base-font-size:3.5rem;--jkl-typography-title-base-line-height:4rem;--jkl-typography-title-base-font-weight:400;--jkl-typography-title-small-small-font-size:1.875rem;--jkl-typography-title-small-small-line-height:2.25rem;--jkl-typography-title-small-small-font-weight:400;--jkl-typography-title-small-base-font-size:2.75rem;--jkl-typography-title-small-base-line-height:3.25rem;--jkl-typography-title-small-base-font-weight:400;--jkl-typography-heading-1-small-font-size:1.625rem;--jkl-typography-heading-1-small-line-height:2rem;--jkl-typography-heading-1-small-font-weight:400;--jkl-typography-heading-1-base-font-size:2.25rem;--jkl-typography-heading-1-base-line-height:2.75rem;--jkl-typography-heading-1-base-font-weight:400;--jkl-typography-heading-2-small-font-size:1.4375rem;--jkl-typography-heading-2-small-line-height:2rem;--jkl-typography-heading-2-small-font-weight:400;--jkl-typography-heading-2-base-font-size:1.75rem;--jkl-typography-heading-2-base-line-height:2.5rem;--jkl-typography-heading-2-base-font-weight:400;--jkl-typography-heading-3-small-font-size:1.3125rem;--jkl-typography-heading-3-small-line-height:1.75rem;--jkl-typography-heading-3-small-font-weight:700;--jkl-typography-heading-3-base-font-size:1.5625rem;--jkl-typography-heading-3-base-line-height:2rem;--jkl-typography-heading-3-base-font-weight:700;--jkl-typography-heading-4-small-font-size:1.125rem;--jkl-typography-heading-4-small-line-height:1.5rem;--jkl-typography-heading-4-small-font-weight:700;--jkl-typography-heading-4-base-font-size:1.3125rem;--jkl-typography-heading-4-base-line-height:1.75rem;--jkl-typography-heading-4-base-font-weight:700;--jkl-typography-heading-5-small-font-size:1rem;--jkl-typography-heading-5-small-line-height:1.5rem;--jkl-typography-heading-5-small-font-weight:700;--jkl-typography-heading-5-base-font-size:1rem;--jkl-typography-heading-5-base-line-height:1.5rem;--jkl-typography-heading-5-base-font-weight:700;--jkl-typography-body-small-font-size:1.125rem;--jkl-typography-body-small-line-height:1.75rem;--jkl-typography-body-small-font-weight:400;--jkl-typography-body-base-font-size:1.25rem;--jkl-typography-body-base-line-height:2rem;--jkl-typography-body-base-font-weight:400;--jkl-typography-small-small-font-size:1rem;--jkl-typography-small-small-line-height:1.5rem;--jkl-typography-small-small-font-weight:400;--jkl-typography-small-base-font-size:1rem;--jkl-typography-small-base-line-height:1.5rem;--jkl-typography-small-base-font-weight:400;--jkl-unit-10:0.5rem;--jkl-unit-15:calc(var(--jkl-unit-10)*1.5);--jkl-unit-20:calc(var(--jkl-unit-10)*2);--jkl-unit-25:calc(var(--jkl-unit-10)*2.5);--jkl-unit-30:calc(var(--jkl-unit-10)*3);--jkl-unit-40:calc(var(--jkl-unit-10)*4);--jkl-unit-50:calc(var(--jkl-unit-10)*5);--jkl-unit-60:calc(var(--jkl-unit-10)*6);--jkl-unit-70:calc(var(--jkl-unit-10)*7);--jkl-unit-80:calc(var(--jkl-unit-10)*8);--jkl-unit-90:calc(var(--jkl-unit-10)*9);--jkl-unit-130:calc(var(--jkl-unit-10)*13);--jkl-unit-210:calc(var(--jkl-unit-10)*21);--jkl-unit-02:calc(var(--jkl-unit-10)*0.25);--jkl-unit-05:calc(var(--jkl-unit-10)*0.5)}:root{--jkl-color-svart:#000;--jkl-color-granitt:#1b1917;--jkl-color-skifer:#313030;--jkl-color-fjellgra:#444141;--jkl-color-stein:#636060;--jkl-color-svaberg:#c8c5c3;--jkl-color-varde:#e0dbd4;--jkl-color-dis:#ece9e5;--jkl-color-sand:#f4f2ef;--jkl-color-snohvit:#f9f9f9;--jkl-color-hvit:#fff;--jkl-color-suksess:#acd3b5;--jkl-color-suksess-dark:#94b79b;--jkl-color-feil:#f6b3b3;--jkl-color-feil-dark:#de9e9e;--jkl-color-info:#d3d3f6;--jkl-color-info-dark:#a9a9ca;--jkl-color-advarsel:#efdd9e;--jkl-color-advarsel-dark:#decc8d;--jkl-spacing-0:0}@media screen and (prefers-color-scheme:light){:root{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}}[data-theme=light]{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}@media screen and (prefers-color-scheme:dark){:root{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}}[data-theme=dark]{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}.jkl-title{font-size:2.25rem;font-weight:400;line-height:2.75rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-title{font-size:3.5rem;font-weight:400;line-height:4rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-title-small{font-size:1.875rem;font-weight:400;line-height:2.25rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-title-small{font-size:2.75rem;font-weight:400;line-height:3.25rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-heading-1{font-size:1.625rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-heading-1{font-size:2.25rem;font-weight:400;line-height:2.75rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-heading-2{font-size:1.4375rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-heading-2{font-size:1.75rem;font-weight:400;line-height:2.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.2em}}.jkl-heading-3{font-size:1.3125rem;font-weight:700;line-height:1.75rem;--jkl-icon-weight:500;--jkl-icon-size:1.2em}@media (min-width:680px){.jkl-heading-3{font-size:1.5625rem;font-weight:700;line-height:2rem;--jkl-icon-weight:500;--jkl-icon-size:1.2em}}.jkl-heading-4{font-size:1.125rem;font-weight:700;line-height:1.5rem;--jkl-icon-weight:500}@media (min-width:680px){.jkl-heading-4{font-size:1.3125rem;font-weight:700;line-height:1.75rem;--jkl-icon-weight:500}}.jkl-heading-5{font-size:1rem;font-weight:700;line-height:1.5rem;--jkl-icon-weight:500;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20}.jkl-body{font-size:1.125rem;font-weight:400;line-height:1.75rem;--jkl-icon-weight:300}@media (min-width:680px){.jkl-body{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300}}.jkl-bold{font-size:1.125rem;font-weight:400;line-height:1.75rem;--jkl-icon-weight:300;--jkl-icon-weight:500;font-weight:700}@media (min-width:680px){.jkl-bold{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300;--jkl-icon-weight:500;font-weight:700}}.jkl-small{font-size:1rem;font-weight:400;line-height:1.5rem;--jkl-icon-weight:300;--jkl-icon-size:1.25rem;--jkl-icon-opsz:20}:root{--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-24:1.5rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-64:4rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-spacing-16-24:1rem;--jkl-spacing-24-40:1.5rem;--jkl-spacing-24-32:1.5rem;--jkl-spacing-32-40:2rem;--jkl-spacing-40-64:2.5rem;--jkl-spacing-64-104:4rem;--jkl-spacing-104-168:6.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1rem;--jkl-spacing-16-24-40:1rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:1.5rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:2.5rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:4rem;--jkl-spacing-104-104-168:6.5rem}@media (min-width:680px){:root{--jkl-spacing-16-24:1.5rem;--jkl-spacing-24-40:2.5rem;--jkl-spacing-24-32:2rem;--jkl-spacing-32-40:2.5rem;--jkl-spacing-40-64:4rem;--jkl-spacing-64-104:6.5rem;--jkl-spacing-104-168:10.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1.5rem;--jkl-spacing-16-24-40:1.5rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:2rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2.5rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:4rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:6.5rem;--jkl-spacing-104-104-168:6.5rem}}@media (min-width:1200px){:root{--jkl-spacing-16-16-24:1.5rem;--jkl-spacing-16-24-32:2rem;--jkl-spacing-16-24-40:2.5rem;--jkl-spacing-24-24-32:2rem;--jkl-spacing-24-24-40:2.5rem;--jkl-spacing-24-32-40:2.5rem;--jkl-spacing-32-32-40:2.5rem;--jkl-spacing-32-40-64:4rem;--jkl-spacing-40-40-64:4rem;--jkl-spacing-40-64-104:6.5rem;--jkl-spacing-64-64-104:6.5rem;--jkl-spacing-64-104-168:10.5rem;--jkl-spacing-104-104-168:10.5rem}}.jkl-spacing-2--all{margin:var(--jkl-spacing-2)}.jkl-spacing-2--top{margin-top:var(--jkl-spacing-2)}.jkl-spacing-2--bottom{margin-bottom:var(--jkl-spacing-2)}.jkl-spacing-2--left{margin-left:var(--jkl-spacing-2)}.jkl-spacing-2--right{margin-right:var(--jkl-spacing-2)}.jkl-spacing-4--all{margin:var(--jkl-spacing-4)}.jkl-spacing-4--top{margin-top:var(--jkl-spacing-4)}.jkl-spacing-4--bottom{margin-bottom:var(--jkl-spacing-4)}.jkl-spacing-4--left{margin-left:var(--jkl-spacing-4)}.jkl-spacing-4--right{margin-right:var(--jkl-spacing-4)}.jkl-spacing-8--all{margin:var(--jkl-spacing-8)}.jkl-spacing-8--top{margin-top:var(--jkl-spacing-8)}.jkl-spacing-8--bottom{margin-bottom:var(--jkl-spacing-8)}.jkl-spacing-8--left{margin-left:var(--jkl-spacing-8)}.jkl-spacing-8--right{margin-right:var(--jkl-spacing-8)}.jkl-spacing-12--all{margin:var(--jkl-spacing-12)}.jkl-spacing-12--top{margin-top:var(--jkl-spacing-12)}.jkl-spacing-12--bottom{margin-bottom:var(--jkl-spacing-12)}.jkl-spacing-12--left{margin-left:var(--jkl-spacing-12)}.jkl-spacing-12--right{margin-right:var(--jkl-spacing-12)}.jkl-spacing-16--all{margin:var(--jkl-spacing-16)}.jkl-spacing-16--top{margin-top:var(--jkl-spacing-16)}.jkl-spacing-16--bottom{margin-bottom:var(--jkl-spacing-16)}.jkl-spacing-16--left{margin-left:var(--jkl-spacing-16)}.jkl-spacing-16--right{margin-right:var(--jkl-spacing-16)}.jkl-spacing-24--all{margin:var(--jkl-spacing-24)}.jkl-spacing-24--top{margin-top:var(--jkl-spacing-24)}.jkl-spacing-24--bottom{margin-bottom:var(--jkl-spacing-24)}.jkl-spacing-24--left{margin-left:var(--jkl-spacing-24)}.jkl-spacing-24--right{margin-right:var(--jkl-spacing-24)}.jkl-spacing-32--all{margin:var(--jkl-spacing-32)}.jkl-spacing-32--top{margin-top:var(--jkl-spacing-32)}.jkl-spacing-32--bottom{margin-bottom:var(--jkl-spacing-32)}.jkl-spacing-32--left{margin-left:var(--jkl-spacing-32)}.jkl-spacing-32--right{margin-right:var(--jkl-spacing-32)}.jkl-spacing-40--all{margin:var(--jkl-spacing-40)}.jkl-spacing-40--top{margin-top:var(--jkl-spacing-40)}.jkl-spacing-40--bottom{margin-bottom:var(--jkl-spacing-40)}.jkl-spacing-40--left{margin-left:var(--jkl-spacing-40)}.jkl-spacing-40--right{margin-right:var(--jkl-spacing-40)}.jkl-spacing-64--all{margin:var(--jkl-spacing-64)}.jkl-spacing-64--top{margin-top:var(--jkl-spacing-64)}.jkl-spacing-64--bottom{margin-bottom:var(--jkl-spacing-64)}.jkl-spacing-64--left{margin-left:var(--jkl-spacing-64)}.jkl-spacing-64--right{margin-right:var(--jkl-spacing-64)}.jkl-spacing-104--all{margin:var(--jkl-spacing-104)}.jkl-spacing-104--top{margin-top:var(--jkl-spacing-104)}.jkl-spacing-104--bottom{margin-bottom:var(--jkl-spacing-104)}.jkl-spacing-104--left{margin-left:var(--jkl-spacing-104)}.jkl-spacing-104--right{margin-right:var(--jkl-spacing-104)}.jkl-spacing-168--all{margin:var(--jkl-spacing-168)}.jkl-spacing-168--top{margin-top:var(--jkl-spacing-168)}.jkl-spacing-168--bottom{margin-bottom:var(--jkl-spacing-168)}.jkl-spacing-168--left{margin-left:var(--jkl-spacing-168)}.jkl-spacing-168--right{margin-right:var(--jkl-spacing-168)}.jkl-spacing-16-24--all{margin:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--top{margin-top:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--bottom{margin-bottom:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--left{margin-left:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--right{margin-right:var(--jkl-spacing-16-24)}.jkl-spacing-24-40--all{margin:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--top{margin-top:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--bottom{margin-bottom:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--left{margin-left:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--right{margin-right:var(--jkl-spacing-24-40)}.jkl-spacing-24-32--all{margin:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--top{margin-top:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--bottom{margin-bottom:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--left{margin-left:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--right{margin-right:var(--jkl-spacing-24-32)}.jkl-spacing-32-40--all{margin:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--top{margin-top:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--bottom{margin-bottom:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--left{margin-left:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--right{margin-right:var(--jkl-spacing-32-40)}.jkl-spacing-40-64--all{margin:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--top{margin-top:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--bottom{margin-bottom:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--left{margin-left:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--right{margin-right:var(--jkl-spacing-40-64)}.jkl-spacing-64-104--all{margin:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--top{margin-top:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--bottom{margin-bottom:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--left{margin-left:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--right{margin-right:var(--jkl-spacing-64-104)}.jkl-spacing-104-168--all{margin:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--top{margin-top:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--bottom{margin-bottom:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--left{margin-left:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--right{margin-right:var(--jkl-spacing-104-168)}.jkl-spacing-16-16-24--all{margin:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--top{margin-top:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--bottom{margin-bottom:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--left{margin-left:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--right{margin-right:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-24-32--all{margin:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--top{margin-top:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--bottom{margin-bottom:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--left{margin-left:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--right{margin-right:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-40--all{margin:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--top{margin-top:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--bottom{margin-bottom:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--left{margin-left:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--right{margin-right:var(--jkl-spacing-16-24-40)}.jkl-spacing-24-24-32--all{margin:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--top{margin-top:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--bottom{margin-bottom:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--left{margin-left:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--right{margin-right:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-40--all{margin:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--top{margin-top:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--bottom{margin-bottom:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--left{margin-left:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--right{margin-right:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-32-40--all{margin:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--top{margin-top:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--bottom{margin-bottom:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--left{margin-left:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--right{margin-right:var(--jkl-spacing-24-32-40)}.jkl-spacing-32-32-40--all{margin:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--top{margin-top:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--bottom{margin-bottom:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--left{margin-left:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--right{margin-right:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-40-64--all{margin:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--top{margin-top:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--bottom{margin-bottom:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--left{margin-left:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--right{margin-right:var(--jkl-spacing-32-40-64)}.jkl-spacing-40-40-64--all{margin:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--top{margin-top:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--bottom{margin-bottom:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--left{margin-left:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--right{margin-right:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-64-104--all{margin:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--top{margin-top:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--bottom{margin-bottom:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--left{margin-left:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--right{margin-right:var(--jkl-spacing-40-64-104)}.jkl-spacing-64-64-104--all{margin:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--top{margin-top:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--bottom{margin-bottom:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--left{margin-left:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--right{margin-right:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-104-168--all{margin:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--top{margin-top:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--bottom{margin-bottom:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--left{margin-left:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--right{margin-right:var(--jkl-spacing-64-104-168)}.jkl-spacing-104-104-168--all{margin:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--top{margin-top:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--bottom{margin-bottom:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--left{margin-left:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--right{margin-right:var(--jkl-spacing-104-104-168)}.jkl-spacing-3xs--all{margin:.125rem}.jkl-spacing-3xs--top{margin-top:.125rem}.jkl-spacing-3xs--bottom{margin-bottom:.125rem}.jkl-spacing-3xs--left{margin-left:.125rem}.jkl-spacing-3xs--right{margin-right:.125rem}.jkl-spacing-2xs--all{margin:.25rem}.jkl-spacing-2xs--top{margin-top:.25rem}.jkl-spacing-2xs--bottom{margin-bottom:.25rem}.jkl-spacing-2xs--left{margin-left:.25rem}.jkl-spacing-2xs--right{margin-right:.25rem}.jkl-spacing-xs--all{margin:.5rem}.jkl-spacing-xs--top{margin-top:.5rem}.jkl-spacing-xs--bottom{margin-bottom:.5rem}.jkl-spacing-xs--left{margin-left:.5rem}.jkl-spacing-xs--right{margin-right:.5rem}.jkl-spacing-s--all{margin:.75rem}.jkl-spacing-s--top{margin-top:.75rem}.jkl-spacing-s--bottom{margin-bottom:.75rem}.jkl-spacing-s--left{margin-left:.75rem}.jkl-spacing-s--right{margin-right:.75rem}.jkl-spacing-m--all{margin:1rem}.jkl-spacing-m--top{margin-top:1rem}.jkl-spacing-m--bottom{margin-bottom:1rem}.jkl-spacing-m--left{margin-left:1rem}.jkl-spacing-m--right{margin-right:1rem}.jkl-spacing-l--all{margin:1.5rem}.jkl-spacing-l--top{margin-top:1.5rem}.jkl-spacing-l--bottom{margin-bottom:1.5rem}.jkl-spacing-l--left{margin-left:1.5rem}.jkl-spacing-l--right{margin-right:1.5rem}.jkl-spacing-xl--all{margin:2.5rem}.jkl-spacing-xl--top{margin-top:2.5rem}.jkl-spacing-xl--bottom{margin-bottom:2.5rem}.jkl-spacing-xl--left{margin-left:2.5rem}.jkl-spacing-xl--right{margin-right:2.5rem}.jkl-spacing-2xl--all{margin:4rem}.jkl-spacing-2xl--top{margin-top:4rem}.jkl-spacing-2xl--bottom{margin-bottom:4rem}.jkl-spacing-2xl--left{margin-left:4rem}.jkl-spacing-2xl--right{margin-right:4rem}.jkl-spacing-3xl--all{margin:6.5rem}.jkl-spacing-3xl--top{margin-top:6.5rem}.jkl-spacing-3xl--bottom{margin-bottom:6.5rem}.jkl-spacing-3xl--left{margin-left:6.5rem}.jkl-spacing-3xl--right{margin-right:6.5rem}.jkl-spacing-4xl--all{margin:10.5rem}.jkl-spacing-4xl--top{margin-top:10.5rem}.jkl-spacing-4xl--bottom{margin-bottom:10.5rem}.jkl-spacing-4xl--left{margin-left:10.5rem}.jkl-spacing-4xl--right{margin-right:10.5rem}.jkl-sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.jkl-sr-only--focusable:active,.jkl-sr-only--focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;white-space:normal!important;width:auto!important}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-density:"comfortable"}[data-density=compact],[data-layout-density=compact]{--jkl-density:"compact"}@media screen and (prefers-color-scheme:light){:root{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}}[data-theme=light]{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}@media screen and (prefers-color-scheme:dark){:root{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}}[data-theme=dark]{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}:root{--jkl-title-font-size:2.25rem;--jkl-title-line-height:2.75rem;--jkl-title-font-weight:400;--jkl-title---jkl-icon-weight:300;--jkl-title---jkl-icon-size:1.2em;--jkl-title-small-font-size:1.875rem;--jkl-title-small-line-height:2.25rem;--jkl-title-small-font-weight:400;--jkl-title-small---jkl-icon-weight:300;--jkl-title-small---jkl-icon-size:1.2em;--jkl-heading-1-font-size:1.625rem;--jkl-heading-1-line-height:2rem;--jkl-heading-1-font-weight:400;--jkl-heading-1---jkl-icon-weight:300;--jkl-heading-1---jkl-icon-size:1.2em;--jkl-heading-2-font-size:1.4375rem;--jkl-heading-2-line-height:2rem;--jkl-heading-2-font-weight:400;--jkl-heading-2---jkl-icon-weight:300;--jkl-heading-2---jkl-icon-size:1.2em;--jkl-heading-3-font-size:1.3125rem;--jkl-heading-3-line-height:1.75rem;--jkl-heading-3-font-weight:700;--jkl-heading-3---jkl-icon-weight:500;--jkl-heading-3---jkl-icon-size:1.2em;--jkl-heading-4-font-size:1.125rem;--jkl-heading-4-line-height:1.5rem;--jkl-heading-4-font-weight:700;--jkl-heading-4---jkl-icon-weight:500;--jkl-heading-5-font-size:1rem;--jkl-heading-5-line-height:1.5rem;--jkl-heading-5-font-weight:700;--jkl-heading-5---jkl-icon-weight:500;--jkl-heading-5---jkl-icon-size:1.25rem;--jkl-heading-5---jkl-icon-opsz:20;--jkl-body-font-size:1.125rem;--jkl-body-line-height:1.75rem;--jkl-body-font-weight:400;--jkl-body---jkl-icon-weight:300;--jkl-small-font-size:1rem;--jkl-small-line-height:1.5rem;--jkl-small-font-weight:400;--jkl-small---jkl-icon-weight:300;--jkl-small---jkl-icon-size:1.25rem;--jkl-small---jkl-icon-opsz:20}@media (min-width:680px){:root{--jkl-title-font-size:3.5rem;--jkl-title-line-height:4rem;--jkl-title-font-weight:400;--jkl-title---jkl-icon-weight:300;--jkl-title---jkl-icon-size:1.2em;--jkl-title-small-font-size:2.75rem;--jkl-title-small-line-height:3.25rem;--jkl-title-small-font-weight:400;--jkl-title-small---jkl-icon-weight:300;--jkl-title-small---jkl-icon-size:1.2em;--jkl-heading-1-font-size:2.25rem;--jkl-heading-1-line-height:2.75rem;--jkl-heading-1-font-weight:400;--jkl-heading-1---jkl-icon-weight:300;--jkl-heading-1---jkl-icon-size:1.2em;--jkl-heading-2-font-size:1.75rem;--jkl-heading-2-line-height:2.5rem;--jkl-heading-2-font-weight:400;--jkl-heading-2---jkl-icon-weight:300;--jkl-heading-2---jkl-icon-size:1.2em;--jkl-heading-3-font-size:1.5625rem;--jkl-heading-3-line-height:2rem;--jkl-heading-3-font-weight:700;--jkl-heading-3---jkl-icon-weight:500;--jkl-heading-3---jkl-icon-size:1.2em;--jkl-heading-4-font-size:1.3125rem;--jkl-heading-4-line-height:1.75rem;--jkl-heading-4-font-weight:700;--jkl-heading-4---jkl-icon-weight:500;--jkl-heading-5-font-size:1rem;--jkl-heading-5-line-height:1.5rem;--jkl-heading-5-font-weight:700;--jkl-heading-5---jkl-icon-weight:500;--jkl-heading-5---jkl-icon-size:1.25rem;--jkl-heading-5---jkl-icon-opsz:20;--jkl-body-font-size:1.25rem;--jkl-body-line-height:2rem;--jkl-body-font-weight:400;--jkl-body---jkl-icon-weight:300;--jkl-small-font-size:1rem;--jkl-small-line-height:1.5rem;--jkl-small-font-weight:400;--jkl-small---jkl-icon-weight:300;--jkl-small---jkl-icon-size:1.25rem;--jkl-small---jkl-icon-opsz:20}}.jkl{font-family:Fremtind Grotesk,Adjusted Arial Fallback,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--jkl-background-color);color:var(--jkl-color)}.jkl strong{--jkl-icon-weight:500;font-weight:700}@media screen and (prefers-reduced-motion:reduce){*,:after,:before{animation-delay:0s!important;animation-duration:0s!important;transition:none!important}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media screen and (prefers-color-scheme:light){:root{--jkl-text-input-border-color:#636060;--jkl-text-input-text-color:#1b1917;--jkl-text-input-placeholder-color:#636060;--jkl-text-input-unit-color:#1b1917;--jkl-text-input-background-color:#fff;--jkl-text-input-focus-color:#1b1917;--jkl-text-input-error-background-color:#f6b3b3;--jkl-text-input-error-text-color:#1b1917;--jkl-text-input-error-placeholder-color:#636060;--jkl-text-input-selection-color
|
|
1
|
+
@media screen and (prefers-color-scheme:light){:root{--jkl-text-input-border-color:#636060;--jkl-text-input-text-color:#1b1917;--jkl-text-input-placeholder-color:#636060;--jkl-text-input-unit-color:#1b1917;--jkl-text-input-background-color:#fff;--jkl-text-input-focus-color:#1b1917;--jkl-text-input-error-background-color:#f6b3b3;--jkl-text-input-error-text-color:#1b1917;--jkl-text-input-error-placeholder-color:#636060;--jkl-text-input-selection-color:rgba(27,25,23,.2);--jkl-text-input-error-selection-color:rgba(27,25,23,.2);--jkl-text-area-counter-count-color:#636060}}[data-theme=light]{--jkl-text-input-border-color:#636060;--jkl-text-input-text-color:#1b1917;--jkl-text-input-placeholder-color:#636060;--jkl-text-input-unit-color:#1b1917;--jkl-text-input-background-color:#fff;--jkl-text-input-focus-color:#1b1917;--jkl-text-input-error-background-color:#f6b3b3;--jkl-text-input-error-text-color:#1b1917;--jkl-text-input-error-placeholder-color:#636060;--jkl-text-input-selection-color:rgba(27,25,23,.2);--jkl-text-input-error-selection-color:rgba(27,25,23,.2);--jkl-text-area-counter-count-color:#636060}@media screen and (prefers-color-scheme:dark){:root{--jkl-text-input-border-color:#c8c5c3;--jkl-text-input-text-color:#f9f9f9;--jkl-text-input-placeholder-color:#c8c5c3;--jkl-text-input-unit-color:#f9f9f9;--jkl-text-input-background-color:#313030;--jkl-text-input-focus-color:#f9f9f9;--jkl-text-input-selection-color:hsla(0,0%,98%,.25);--jkl-text-input-error-background-color:#f6b3b3;--jkl-text-input-error-text-color:#1b1917;--jkl-text-input-error-placeholder-color:#636060;--jkl-text-input-error-selection-color:rgba(27,25,23,.2);--jkl-text-area-counter-count-color:#c8c5c3}}[data-theme=dark]{--jkl-text-input-border-color:#c8c5c3;--jkl-text-input-text-color:#f9f9f9;--jkl-text-input-placeholder-color:#c8c5c3;--jkl-text-input-unit-color:#f9f9f9;--jkl-text-input-background-color:#313030;--jkl-text-input-focus-color:#f9f9f9;--jkl-text-input-selection-color:hsla(0,0%,98%,.25);--jkl-text-input-error-background-color:#f6b3b3;--jkl-text-input-error-text-color:#1b1917;--jkl-text-input-error-placeholder-color:#636060;--jkl-text-input-error-selection-color:rgba(27,25,23,.2);--jkl-text-area-counter-count-color:#c8c5c3}:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-text-input-font-size:var(--jkl-body-font-size);--jkl-text-input-line-height:var(--jkl-body-line-height);--jkl-text-input-font-weight:var(--jkl-body-font-weight);--jkl-text-input-height:3rem;--jkl-text-input-vertical-padding:0.5rem;--jkl-text-input-horizontal-padding:0.75rem;--jkl-text-input-padding:var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);--jkl-text-input-action-button-size:3rem;--jkl-text-input-action-button-icon-size:1.25rem;--jkl-text-input-action-button-padding:0.5rem 0;--jkl-text-input-action-button-focus-position:0.375rem}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-text-input-height:2.75rem;--jkl-text-input-action-button-size:2.75rem}}[data-density=compact],[data-layout-density=compact]{--jkl-text-input-font-size:var(--jkl-small-font-size);--jkl-text-input-line-height:var(--jkl-small-line-height);--jkl-text-input-font-weight:var(--jkl-small-font-weight);--jkl-text-input-height:2rem;--jkl-text-input-vertical-padding:0.25rem;--jkl-text-input-horizontal-padding:0.5rem;--jkl-text-input-padding:var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);--jkl-text-input-action-button-size:2rem;--jkl-text-input-action-button-icon-size:1.125rem;--jkl-text-input-action-button-padding:0;--jkl-text-input-action-button-focus-position:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color
|
|
1
|
+
.jkl-input-panel{--outer-border-color:var(--jkl-color-border-input);--outer-border-thickness:0.0625rem;--background-color:transparent;background-color:var(--background-color);border-radius:4px;box-shadow:inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);cursor:pointer;padding-left:1rem}.jkl-input-panel__input{opacity:0;position:absolute;top:-6px}.jkl-input-panel__label{align-items:center;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:-webkit-min-content fit-content(30%) 1fr;grid-template-columns:min-content fit-content(30%) 1fr}.jkl-input-panel__main-label{padding-block:1.5rem}.jkl-input-panel__extra-label{align-self:stretch;margin-left:1rem;margin-right:1rem}.jkl-input-panel__extra-label>:first-child{padding-right:1rem}.jkl-input-panel__extra-label--text{align-items:center;display:flex;height:100%}.jkl-input-panel__content{cursor:default;height:0;overflow:hidden;padding-right:1.5rem}.jkl-input-panel:has([aria-expanded=true]) .jkl-input-panel__content,.jkl-input-panel__content[data-alwaysopen=true]{height:auto;padding-bottom:24px}.jkl-input-panel:has(:focus-visible){outline:3px solid var(--jkl-color-border-action);outline-offset:3px}.jkl-input-panel:has(:checked){--background-color:var(--jkl-color-background-container-high)}.jkl-input-panel:hover{--outer-border-color:var(--jkl-color-border-separator-hover);--outer-border-thickness:0.125rem}
|
package/styles/styles.css
CHANGED
|
@@ -870,7 +870,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input__in
|
|
|
870
870
|
--color: var(--jkl-color-text-default);
|
|
871
871
|
}
|
|
872
872
|
.jkl-form-support-label--error .jkl-form-support-label__icon, .jkl-form-support-label--warning .jkl-form-support-label__icon, .jkl-form-support-label--success .jkl-form-support-label__icon {
|
|
873
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
873
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uaz75ls forwards;
|
|
874
874
|
}
|
|
875
875
|
.jkl-form-support-label--sr-only {
|
|
876
876
|
border: 0 !important;
|
|
@@ -945,7 +945,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input__in
|
|
|
945
945
|
white-space: nowrap !important; /* 3 */
|
|
946
946
|
}
|
|
947
947
|
|
|
948
|
-
@keyframes jkl-support-icon-entrance-
|
|
948
|
+
@keyframes jkl-support-icon-entrance-uaz75ls {
|
|
949
949
|
0% {
|
|
950
950
|
margin-right: 0;
|
|
951
951
|
opacity: 0;
|
|
@@ -1204,12 +1204,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1204
1204
|
initial-value: 0;
|
|
1205
1205
|
inherits: false;
|
|
1206
1206
|
}
|
|
1207
|
-
@keyframes button-fade-
|
|
1207
|
+
@keyframes button-fade-uaz75n2 {
|
|
1208
1208
|
from {
|
|
1209
1209
|
--jkl-button-flash-opacity: 0.5;
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
|
-
@keyframes button-grow-
|
|
1212
|
+
@keyframes button-grow-uaz75ms {
|
|
1213
1213
|
to {
|
|
1214
1214
|
--jkl-button-flash-radius: 150%;
|
|
1215
1215
|
}
|
|
@@ -1295,7 +1295,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1295
1295
|
--hover-opacity: 0.15;
|
|
1296
1296
|
}
|
|
1297
1297
|
.jkl-button.jkl-button--pressed {
|
|
1298
|
-
animation-name: button-fade-
|
|
1298
|
+
animation-name: button-fade-uaz75n2, button-grow-uaz75ms;
|
|
1299
1299
|
}
|
|
1300
1300
|
.jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
|
|
1301
1301
|
--border-radius: 999px;
|
|
@@ -1333,15 +1333,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1333
1333
|
animation: 2500ms linear infinite;
|
|
1334
1334
|
}
|
|
1335
1335
|
.jkl-loader__dot--left {
|
|
1336
|
-
animation-name: jkl-loader-left-spin-
|
|
1336
|
+
animation-name: jkl-loader-left-spin-uaz75n4;
|
|
1337
1337
|
margin-right: 1.71em;
|
|
1338
1338
|
}
|
|
1339
1339
|
.jkl-loader__dot--middle {
|
|
1340
|
-
animation-name: jkl-loader-middle-spin-
|
|
1340
|
+
animation-name: jkl-loader-middle-spin-uaz75nb;
|
|
1341
1341
|
margin-right: 1.9em;
|
|
1342
1342
|
}
|
|
1343
1343
|
.jkl-loader__dot--right {
|
|
1344
|
-
animation-name: jkl-loader-right-spin-
|
|
1344
|
+
animation-name: jkl-loader-right-spin-uaz75nh;
|
|
1345
1345
|
}
|
|
1346
1346
|
@media screen and (forced-colors: active) {
|
|
1347
1347
|
.jkl-loader__dot {
|
|
@@ -1369,7 +1369,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1369
1369
|
margin-right: 0.3em;
|
|
1370
1370
|
}
|
|
1371
1371
|
|
|
1372
|
-
@keyframes jkl-loader-left-spin-
|
|
1372
|
+
@keyframes jkl-loader-left-spin-uaz75n4 {
|
|
1373
1373
|
0% {
|
|
1374
1374
|
transform: rotate(0) scale(0);
|
|
1375
1375
|
}
|
|
@@ -1383,7 +1383,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1383
1383
|
transform: rotate(180deg) scale(0);
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
|
-
@keyframes jkl-loader-middle-spin-
|
|
1386
|
+
@keyframes jkl-loader-middle-spin-uaz75nb {
|
|
1387
1387
|
0% {
|
|
1388
1388
|
transform: rotate(20deg) scale(0);
|
|
1389
1389
|
}
|
|
@@ -1400,7 +1400,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1400
1400
|
transform: rotate(200deg) scale(0);
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
|
-
@keyframes jkl-loader-right-spin-
|
|
1403
|
+
@keyframes jkl-loader-right-spin-uaz75nh {
|
|
1404
1404
|
0% {
|
|
1405
1405
|
transform: rotate(40deg) scale(0);
|
|
1406
1406
|
}
|
|
@@ -1448,7 +1448,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1448
1448
|
bottom: 0;
|
|
1449
1449
|
width: 12.5rem;
|
|
1450
1450
|
background: linear-gradient(89.17deg, rgba(249, 249, 249, 0) 0.8%, var(--jkl-skeleton-sweeper-color) 50.09%, rgba(249, 249, 249, 0) 96.31%);
|
|
1451
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1451
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uaz75of;
|
|
1452
1452
|
}
|
|
1453
1453
|
@media (width >= 0) and (max-width: 679px) {
|
|
1454
1454
|
.jkl-skeleton-animation {
|
|
@@ -1479,7 +1479,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1479
1479
|
@media screen and (forced-colors: active) {
|
|
1480
1480
|
.jkl-skeleton-element {
|
|
1481
1481
|
border: 1px solid CanvasText;
|
|
1482
|
-
animation: 2s ease infinite jkl-blink-
|
|
1482
|
+
animation: 2s ease infinite jkl-blink-uaz75p1;
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
@@ -1535,11 +1535,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1535
1535
|
}
|
|
1536
1536
|
@media screen and (forced-colors: active) {
|
|
1537
1537
|
.jkl-skeleton-table {
|
|
1538
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1538
|
+
animation: 2s ease-in-out infinite jkl-blink-uaz75p1;
|
|
1539
1539
|
}
|
|
1540
1540
|
}
|
|
1541
1541
|
|
|
1542
|
-
@keyframes jkl-sweep-
|
|
1542
|
+
@keyframes jkl-sweep-uaz75of {
|
|
1543
1543
|
0% {
|
|
1544
1544
|
transform: translateX(calc(0vw - 200px));
|
|
1545
1545
|
}
|
|
@@ -1547,7 +1547,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1547
1547
|
transform: translateX(calc(100vw + 400px));
|
|
1548
1548
|
}
|
|
1549
1549
|
}
|
|
1550
|
-
@keyframes jkl-blink-
|
|
1550
|
+
@keyframes jkl-blink-uaz75p1 {
|
|
1551
1551
|
0% {
|
|
1552
1552
|
opacity: 1;
|
|
1553
1553
|
}
|
|
@@ -2011,7 +2011,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2011
2011
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
2014
|
-
@keyframes jkl-checkbox-checked-
|
|
2014
|
+
@keyframes jkl-checkbox-checked-uaz75pu {
|
|
2015
2015
|
0% {
|
|
2016
2016
|
width: 0;
|
|
2017
2017
|
height: 0;
|
|
@@ -2025,7 +2025,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2025
2025
|
height: 58%;
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
2028
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2028
|
+
@keyframes jkl-checkbox-indeterminate-uaz75q2 {
|
|
2029
2029
|
0% {
|
|
2030
2030
|
width: 0;
|
|
2031
2031
|
}
|
|
@@ -2054,11 +2054,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2054
2054
|
left: calc(-0.5 * var(--jkl-checkbox-box-size));
|
|
2055
2055
|
}
|
|
2056
2056
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2057
|
-
animation: jkl-checkbox-checked-
|
|
2057
|
+
animation: jkl-checkbox-checked-uaz75pu 150ms ease-in-out forwards;
|
|
2058
2058
|
opacity: 1;
|
|
2059
2059
|
}
|
|
2060
2060
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2061
|
-
animation: jkl-checkbox-indeterminate-
|
|
2061
|
+
animation: jkl-checkbox-indeterminate-uaz75q2 150ms ease-in-out forwards;
|
|
2062
2062
|
opacity: 1;
|
|
2063
2063
|
}
|
|
2064
2064
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2229,7 +2229,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2229
2229
|
--outer-border-thickness: 0.125rem;
|
|
2230
2230
|
}
|
|
2231
2231
|
|
|
2232
|
-
@keyframes jkl-checkbox-checked-
|
|
2232
|
+
@keyframes jkl-checkbox-checked-uaz75qs {
|
|
2233
2233
|
0% {
|
|
2234
2234
|
width: 0;
|
|
2235
2235
|
height: 0;
|
|
@@ -2292,7 +2292,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2292
2292
|
}
|
|
2293
2293
|
}
|
|
2294
2294
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
2295
|
-
animation: jkl-checkbox-checked-
|
|
2295
|
+
animation: jkl-checkbox-checked-uaz75qs 150ms ease-in-out forwards;
|
|
2296
2296
|
opacity: 1;
|
|
2297
2297
|
}
|
|
2298
2298
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -2988,11 +2988,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2988
2988
|
}
|
|
2989
2989
|
}
|
|
2990
2990
|
.jkl-countdown__tracker {
|
|
2991
|
-
animation: jkl-downcount-
|
|
2991
|
+
animation: jkl-downcount-uaz75rj var(--duration) linear forwards;
|
|
2992
2992
|
animation-play-state: var(--play-state, running);
|
|
2993
2993
|
}
|
|
2994
2994
|
|
|
2995
|
-
@keyframes jkl-downcount-
|
|
2995
|
+
@keyframes jkl-downcount-uaz75rj {
|
|
2996
2996
|
from {
|
|
2997
2997
|
width: 100%;
|
|
2998
2998
|
}
|
|
@@ -3668,7 +3668,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3668
3668
|
padding: 1rem 0 2.5rem 0;
|
|
3669
3669
|
}
|
|
3670
3670
|
|
|
3671
|
-
@keyframes jkl-show-
|
|
3671
|
+
@keyframes jkl-show-uaz75sh {
|
|
3672
3672
|
from {
|
|
3673
3673
|
transform: translate3d(0, 0.5rem, 0);
|
|
3674
3674
|
opacity: 0;
|
|
@@ -3703,7 +3703,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3703
3703
|
}
|
|
3704
3704
|
}
|
|
3705
3705
|
.jkl-feedback__fade-in {
|
|
3706
|
-
animation: jkl-show-
|
|
3706
|
+
animation: jkl-show-uaz75sh 0.25s ease-out;
|
|
3707
3707
|
}
|
|
3708
3708
|
.jkl-feedback__buttons {
|
|
3709
3709
|
display: flex;
|
|
@@ -3945,7 +3945,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3945
3945
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3946
3946
|
}
|
|
3947
3947
|
.jkl-message--dismissed {
|
|
3948
|
-
animation: jkl-dismiss-
|
|
3948
|
+
animation: jkl-dismiss-uaz75su 400ms ease-in-out forwards;
|
|
3949
3949
|
transition: visibility 0ms 400ms;
|
|
3950
3950
|
visibility: hidden;
|
|
3951
3951
|
}
|
|
@@ -3965,7 +3965,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3965
3965
|
}
|
|
3966
3966
|
}
|
|
3967
3967
|
|
|
3968
|
-
@keyframes jkl-dismiss-
|
|
3968
|
+
@keyframes jkl-dismiss-uaz75su {
|
|
3969
3969
|
from {
|
|
3970
3970
|
opacity: 1;
|
|
3971
3971
|
transform: translate3d(0, 0, 0);
|
|
@@ -4021,7 +4021,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4021
4021
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4022
4022
|
}
|
|
4023
4023
|
|
|
4024
|
-
@keyframes jkl-dot-in-
|
|
4024
|
+
@keyframes jkl-dot-in-uaz75sx {
|
|
4025
4025
|
0% {
|
|
4026
4026
|
transform: scale(0.8);
|
|
4027
4027
|
}
|
|
@@ -4067,7 +4067,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4067
4067
|
}
|
|
4068
4068
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4069
4069
|
--dot-color: var(--jkl-color-border-action);
|
|
4070
|
-
animation: jkl-dot-in-
|
|
4070
|
+
animation: jkl-dot-in-uaz75sx 150ms ease;
|
|
4071
4071
|
}
|
|
4072
4072
|
@media screen and (forced-colors: active) {
|
|
4073
4073
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -5187,7 +5187,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5187
5187
|
transition-duration: 150ms;
|
|
5188
5188
|
}
|
|
5189
5189
|
|
|
5190
|
-
@keyframes jkl-downcount-
|
|
5190
|
+
@keyframes jkl-downcount-uaz75ta {
|
|
5191
5191
|
from {
|
|
5192
5192
|
width: 100%;
|
|
5193
5193
|
}
|
|
@@ -5195,7 +5195,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5195
5195
|
width: 0%;
|
|
5196
5196
|
}
|
|
5197
5197
|
}
|
|
5198
|
-
@keyframes jkl-dot-in-
|
|
5198
|
+
@keyframes jkl-dot-in-uaz75ts {
|
|
5199
5199
|
0% {
|
|
5200
5200
|
transform: scale(0.8);
|
|
5201
5201
|
}
|
|
@@ -5243,7 +5243,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5243
5243
|
}
|
|
5244
5244
|
}
|
|
5245
5245
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
5246
|
-
animation: jkl-dot-in-
|
|
5246
|
+
animation: jkl-dot-in-uaz75ts 150ms ease;
|
|
5247
5247
|
}
|
|
5248
5248
|
.jkl-radio-panel:has(:checked) {
|
|
5249
5249
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -5455,7 +5455,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5455
5455
|
margin-bottom: 0;
|
|
5456
5456
|
}
|
|
5457
5457
|
.jkl-system-message--dismissed {
|
|
5458
|
-
animation: jkl-dismiss-
|
|
5458
|
+
animation: jkl-dismiss-uaz75un 400ms ease-in forwards;
|
|
5459
5459
|
transition: visibility 0ms 400ms;
|
|
5460
5460
|
visibility: hidden;
|
|
5461
5461
|
}
|
|
@@ -5487,7 +5487,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5487
5487
|
}
|
|
5488
5488
|
}
|
|
5489
5489
|
|
|
5490
|
-
@keyframes jkl-dismiss-
|
|
5490
|
+
@keyframes jkl-dismiss-uaz75un {
|
|
5491
5491
|
from {
|
|
5492
5492
|
opacity: 1;
|
|
5493
5493
|
transform: translate3d(0, 0, 0);
|
|
@@ -6357,14 +6357,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6357
6357
|
|
|
6358
6358
|
.jkl-toast[data-animation=entering],
|
|
6359
6359
|
.jkl-toast[data-animation=queued] {
|
|
6360
|
-
animation: jkl-entering-
|
|
6360
|
+
animation: jkl-entering-uaz75ux 200ms ease-out forwards;
|
|
6361
6361
|
}
|
|
6362
6362
|
|
|
6363
6363
|
.jkl-toast[data-animation=exiting] {
|
|
6364
|
-
animation: jkl-exiting-
|
|
6364
|
+
animation: jkl-exiting-uaz75vm 150ms ease-in forwards;
|
|
6365
6365
|
}
|
|
6366
6366
|
|
|
6367
|
-
@keyframes jkl-entering-
|
|
6367
|
+
@keyframes jkl-entering-uaz75ux {
|
|
6368
6368
|
from {
|
|
6369
6369
|
opacity: 0;
|
|
6370
6370
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6374,7 +6374,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6374
6374
|
transform: translate3d(0, 0, 0);
|
|
6375
6375
|
}
|
|
6376
6376
|
}
|
|
6377
|
-
@keyframes jkl-exiting-
|
|
6377
|
+
@keyframes jkl-exiting-uaz75vm {
|
|
6378
6378
|
from {
|
|
6379
6379
|
opacity: 1;
|
|
6380
6380
|
transform: translate3d(0, 0, 0);
|