@fremtind/jokul 0.37.10 → 0.37.12
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/button/Button.cjs +1 -1
- package/build/cjs/components/button/Button.cjs.map +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
- package/build/cjs/components/expander/ExpandablePanelContent.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanelContent.cjs.map +1 -1
- package/build/cjs/components/expander/Expander.cjs +1 -1
- package/build/cjs/components/expander/Expander.cjs.map +1 -1
- package/build/cjs/components/expander/context.cjs +1 -1
- package/build/cjs/components/expander/context.cjs.map +1 -1
- package/build/cjs/components/expander/types.d.cts +1 -0
- package/build/cjs/components/message/Message.cjs +1 -1
- package/build/cjs/components/message/Message.cjs.map +1 -1
- package/build/cjs/components/system-message/SystemMessage.cjs +1 -1
- package/build/cjs/components/system-message/SystemMessage.cjs.map +1 -1
- package/build/cjs/components/text-input/BaseTextInput.cjs +1 -1
- package/build/cjs/components/text-input/BaseTextInput.cjs.map +1 -1
- package/build/cjs/components/text-input/BaseTextInput.d.cts +1 -1
- package/build/cjs/components/toast/Toast.cjs +1 -1
- package/build/cjs/components/toast/Toast.cjs.map +1 -1
- package/build/cjs/core/tokens.cjs +1 -1
- package/build/cjs/core/tokens.cjs.map +1 -1
- package/build/cjs/core/tokens.d.cts +32 -15
- package/build/es/components/button/Button.js +1 -1
- package/build/es/components/button/Button.js.map +1 -1
- package/build/es/components/expander/ExpandablePanel.js +1 -1
- package/build/es/components/expander/ExpandablePanel.js.map +1 -1
- package/build/es/components/expander/ExpandablePanelContent.js +1 -1
- package/build/es/components/expander/ExpandablePanelContent.js.map +1 -1
- package/build/es/components/expander/Expander.js +1 -1
- package/build/es/components/expander/Expander.js.map +1 -1
- package/build/es/components/expander/context.js +1 -1
- package/build/es/components/expander/context.js.map +1 -1
- package/build/es/components/expander/types.d.ts +1 -0
- package/build/es/components/message/Message.js +1 -1
- package/build/es/components/message/Message.js.map +1 -1
- package/build/es/components/system-message/SystemMessage.js +1 -1
- package/build/es/components/system-message/SystemMessage.js.map +1 -1
- package/build/es/components/text-input/BaseTextInput.d.ts +1 -1
- package/build/es/components/text-input/BaseTextInput.js +1 -1
- package/build/es/components/text-input/BaseTextInput.js.map +1 -1
- package/build/es/components/toast/Toast.js +1 -1
- package/build/es/components/toast/Toast.js.map +1 -1
- package/build/es/core/tokens.d.ts +32 -15
- package/build/es/core/tokens.js +1 -1
- package/build/es/core/tokens.js.map +1 -1
- package/package.json +2 -2
- package/styles/components/accordion/accordion.css +2 -2
- package/styles/components/accordion/accordion.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.css +5 -1
- package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.scss +7 -3
- package/styles/components/button/button.css +14 -14
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +13 -13
- package/styles/components/card/_nav-card.scss +1 -1
- package/styles/components/card/card.css +12 -12
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +8 -8
- package/styles/components/checkbox/checkbox.css +12 -13
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +6 -11
- package/styles/components/chip/chip.css +15 -15
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +16 -16
- package/styles/components/combobox/combobox.css +24 -26
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +28 -36
- package/styles/components/cookie-consent/cookie-consent.css +11 -11
- package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
- package/styles/components/cookie-consent/cookie-consent.scss +11 -11
- package/styles/components/datepicker/_calendar-date-button.scss +5 -8
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +3 -6
- package/styles/components/datepicker/_calendar-navigation.scss +3 -6
- package/styles/components/datepicker/_calendar-table.scss +1 -1
- package/styles/components/datepicker/_calendar.scss +9 -23
- package/styles/components/datepicker/datepicker.css +25 -57
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/description-list/description-list.css +1 -1
- package/styles/components/expander/deprecated/expander.css +3 -3
- package/styles/components/expander/deprecated/expander.min.css +1 -1
- package/styles/components/expander/expandable.css +50 -13
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +39 -11
- package/styles/components/feedback/feedback.css +4 -4
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/feedback/feedback.scss +2 -2
- package/styles/components/file-input/_file.scss +19 -15
- package/styles/components/file-input/file-input.css +56 -32
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +15 -16
- package/styles/components/icon/icon.css +1 -1
- package/styles/components/icon-button/icon-button.css +8 -40
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/icon-button/icon-button.scss +6 -23
- package/styles/components/image/image.css +1 -1
- package/styles/components/input-group/input-group.css +3 -3
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/checkbox-panel.css +11 -9
- package/styles/components/input-panel/checkbox-panel.min.css +1 -1
- package/styles/components/input-panel/radio-panel.css +11 -9
- package/styles/components/input-panel/radio-panel.min.css +1 -1
- package/styles/components/input-panel/shared.css +9 -7
- package/styles/components/input-panel/shared.min.css +1 -1
- package/styles/components/input-panel/shared.scss +9 -7
- package/styles/components/link/link.css +5 -6
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link/link.scss +2 -3
- package/styles/components/link-list/link-list.css +5 -5
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +4 -4
- package/styles/components/list/list.css +3 -3
- package/styles/components/list/list.min.css +1 -1
- package/styles/components/list/list.scss +3 -3
- package/styles/components/loader/loader.css +7 -7
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +6 -6
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/logo/logo.css +1 -1
- package/styles/components/menu/_menu-item.scss +4 -4
- package/styles/components/menu/menu.css +4 -4
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/message/message.css +20 -18
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +18 -16
- package/styles/components/modal/modal.css +12 -12
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +11 -11
- package/styles/components/pagination/pagination.css +3 -3
- package/styles/components/pagination/pagination.min.css +1 -1
- package/styles/components/pagination/pagination.scss +1 -1
- package/styles/components/popover/popover.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +3 -3
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +6 -6
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +4 -4
- package/styles/components/select/select.css +19 -17
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +20 -19
- package/styles/components/summary-table/summary-table.css +1 -1
- package/styles/components/system-message/system-message.css +22 -15
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +22 -18
- package/styles/components/table/_table-header.scss +2 -2
- package/styles/components/table/_table-pagination.scss +5 -5
- package/styles/components/table/table.css +7 -7
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/tabs/tabs.css +9 -9
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +7 -7
- package/styles/components/tag/tag.css +5 -5
- package/styles/components/tag/tag.min.css +1 -1
- package/styles/components/tag/tag.scss +4 -4
- package/styles/components/text-input/text-input.css +46 -54
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/text-input/text-input.scss +50 -65
- package/styles/components/toast/toast.css +14 -14
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +10 -10
- package/styles/components/toggle-switch/toggle-switch.css +5 -5
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.scss +2 -2
- package/styles/components/tooltip/tooltip.css +4 -4
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +3 -3
- package/styles/core/_color-tokens.scss +1 -1
- package/styles/core/_legacy-tokens.scss +13 -1
- package/styles/core/_tokens.scss +16 -1
- package/styles/core/core.css +31 -4
- package/styles/core/core.min.css +1 -1
- package/styles/core/jkl/_legacy-tokens.scss +13 -1
- package/styles/core/jkl/_ornaments.scss +1 -1
- package/styles/core/jkl/_spacing.scss +22 -22
- package/styles/core/jkl/_tokens.scss +16 -13
- package/styles/styles.css +371 -394
- package/styles/styles.min.css +1 -1
- package/styles/vind/vind.css +4 -4
package/styles/styles.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 18 Dec 2024 12:25:37 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root,
|
|
7
7
|
[data-layout-density=comfortable],
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
translate: 0 0.25rem;
|
|
134
134
|
}
|
|
135
135
|
.jkl-accordion-item__title:focus-visible {
|
|
136
|
-
outline:
|
|
136
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
137
137
|
outline-offset: 0;
|
|
138
138
|
}
|
|
139
139
|
.jkl-accordion-item__arrow {
|
|
@@ -538,7 +538,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
|
|
|
538
538
|
--jkl-text-input-action-button-size: 3rem;
|
|
539
539
|
--jkl-text-input-action-button-icon-size: 1.25rem;
|
|
540
540
|
--jkl-text-input-action-button-padding: 0.5rem 0;
|
|
541
|
-
--jkl-text-input-action-button-focus-position: 0.
|
|
541
|
+
--jkl-text-input-action-button-focus-position: 0.375rem;
|
|
542
542
|
}
|
|
543
543
|
@media (width >= 0) and (max-width: 679px) {
|
|
544
544
|
:root,
|
|
@@ -565,7 +565,44 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
|
|
|
565
565
|
--jkl-text-input-action-button-focus-position: 0;
|
|
566
566
|
}
|
|
567
567
|
|
|
568
|
-
.jkl-text-input-
|
|
568
|
+
.jkl-text-input-wrapper {
|
|
569
|
+
border-radius: 0.1875rem;
|
|
570
|
+
box-sizing: border-box;
|
|
571
|
+
max-width: 100%;
|
|
572
|
+
position: relative;
|
|
573
|
+
display: flex;
|
|
574
|
+
align-items: center;
|
|
575
|
+
height: var(--jkl-text-input-height);
|
|
576
|
+
font-size: var(--jkl-text-input-font-size);
|
|
577
|
+
line-height: var(--jkl-text-input-line-height);
|
|
578
|
+
font-weight: var(--jkl-text-input-font-weight);
|
|
579
|
+
transition-timing-function: ease;
|
|
580
|
+
transition-duration: 150ms;
|
|
581
|
+
transition-property: color, box-shadow, background-color;
|
|
582
|
+
color: var(--jkl-text-input-text-color);
|
|
583
|
+
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-border-color), 0 0 0 0.0625rem transparent;
|
|
584
|
+
background-color: transparent;
|
|
585
|
+
}
|
|
586
|
+
.jkl-text-input-wrapper[data-invalid=true] {
|
|
587
|
+
background-color: var(--jkl-text-input-error-background-color);
|
|
588
|
+
color: var(--jkl-text-input-error-text-color);
|
|
589
|
+
}
|
|
590
|
+
.jkl-text-input-wrapper:hover {
|
|
591
|
+
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-focus-color), 0 0 0 0.0625rem var(--jkl-text-input-focus-color);
|
|
592
|
+
border-color: var(--jkl-text-input-focus-color);
|
|
593
|
+
}
|
|
594
|
+
.jkl-text-input-wrapper:has(:active) {
|
|
595
|
+
background-color: var(--jkl-text-input-background-color);
|
|
596
|
+
}
|
|
597
|
+
.jkl-text-input-wrapper:has(.jkl-text-input__input:focus-visible), .jkl-text-input-wrapper:has(.jkl-text-area__text-area:focus-visible) {
|
|
598
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
599
|
+
outline-offset: 3px;
|
|
600
|
+
}
|
|
601
|
+
.jkl-text-input-wrapper > .jkl-icon-button:focus-visible {
|
|
602
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
603
|
+
outline-offset: -8px;
|
|
604
|
+
}
|
|
605
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button {
|
|
569
606
|
flex-shrink: 0;
|
|
570
607
|
display: flex;
|
|
571
608
|
box-sizing: border-box;
|
|
@@ -576,78 +613,33 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
|
|
|
576
613
|
width: var(--jkl-text-input-action-button-size);
|
|
577
614
|
margin-inline-start: calc(var(--jkl-text-input-horizontal-padding) * -1);
|
|
578
615
|
}
|
|
579
|
-
.jkl-text-input-action-button .jkl-icon-button__icon {
|
|
616
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button .jkl-icon-button__icon {
|
|
580
617
|
height: var(--jkl-text-input-action-button-icon-size);
|
|
581
618
|
width: var(--jkl-text-input-action-button-icon-size);
|
|
582
619
|
}
|
|
583
|
-
.jkl-text-input-action-button:hover {
|
|
620
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button:hover {
|
|
584
621
|
color: var(--jkl-text-input-focus-color);
|
|
585
622
|
}
|
|
586
623
|
@media screen and (forced-colors: active) {
|
|
587
|
-
.jkl-text-input-action-button:hover {
|
|
624
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button:hover {
|
|
588
625
|
border: 0.125rem inset ButtonText;
|
|
589
626
|
}
|
|
590
627
|
}
|
|
591
|
-
.jkl-text-input-action-button:focus-visible {
|
|
592
|
-
outline: none !important;
|
|
593
|
-
}
|
|
594
|
-
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-action-button:focus {
|
|
595
|
-
position: relative;
|
|
596
|
-
}
|
|
597
|
-
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-action-button:focus::after {
|
|
598
|
-
content: "";
|
|
599
|
-
position: absolute;
|
|
600
|
-
inset: var(--jkl-text-input-action-button-focus-position) var(--jkl-text-input-action-button-focus-position) var(--jkl-text-input-action-button-focus-position) var(--jkl-text-input-action-button-focus-position);
|
|
601
|
-
box-shadow: inset 0 0 0 0.125rem var(--jkl-text-input-focus-color);
|
|
602
|
-
}
|
|
603
|
-
|
|
604
628
|
@media screen and (forced-colors: active) {
|
|
605
|
-
.jkl-text-input-action-button {
|
|
629
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button {
|
|
606
630
|
border: revert;
|
|
607
631
|
background-color: revert;
|
|
608
632
|
}
|
|
609
633
|
}
|
|
610
634
|
@media screen and (forced-colors: active) {
|
|
611
|
-
.jkl-text-input-action-button {
|
|
635
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button {
|
|
612
636
|
stroke: ButtonText;
|
|
613
637
|
}
|
|
614
|
-
.jkl-text-input-action-button svg, .jkl-text-input-action-button path {
|
|
638
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button svg, .jkl-text-input-wrapper > .jkl-text-input-action-button path {
|
|
615
639
|
stroke: ButtonText;
|
|
616
640
|
}
|
|
617
641
|
}
|
|
618
642
|
|
|
619
|
-
.jkl-text-input-wrapper {
|
|
620
|
-
border-radius: 0.1875rem;
|
|
621
|
-
box-sizing: border-box;
|
|
622
|
-
max-width: 100%;
|
|
623
|
-
position: relative;
|
|
624
|
-
display: flex;
|
|
625
|
-
align-items: center;
|
|
626
|
-
height: var(--jkl-text-input-height);
|
|
627
|
-
font-size: var(--jkl-text-input-font-size);
|
|
628
|
-
line-height: var(--jkl-text-input-line-height);
|
|
629
|
-
font-weight: var(--jkl-text-input-font-weight);
|
|
630
|
-
transition-timing-function: ease;
|
|
631
|
-
transition-duration: 150ms;
|
|
632
|
-
transition-property: color, box-shadow, background-color;
|
|
633
|
-
color: var(--jkl-text-input-text-color);
|
|
634
|
-
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-border-color), 0 0 0 0.0625rem transparent;
|
|
635
|
-
background-color: transparent;
|
|
636
|
-
}
|
|
637
|
-
.jkl-text-input-wrapper:hover {
|
|
638
|
-
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-focus-color), 0 0 0 0.0625rem var(--jkl-text-input-focus-color);
|
|
639
|
-
border-color: var(--jkl-text-input-focus-color);
|
|
640
|
-
}
|
|
641
|
-
.jkl-text-input-wrapper:focus-within {
|
|
642
|
-
background-color: var(--jkl-text-input-background-color);
|
|
643
|
-
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-focus-color), 0 0 0 0.0625rem var(--jkl-text-input-focus-color);
|
|
644
|
-
border-color: var(--jkl-text-input-focus-color);
|
|
645
|
-
}
|
|
646
|
-
.jkl-text-input-wrapper[data-invalid=true] {
|
|
647
|
-
background-color: var(--jkl-text-input-error-background-color);
|
|
648
|
-
color: var(--jkl-text-input-error-text-color);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
643
|
.jkl-text-input {
|
|
652
644
|
display: flex;
|
|
653
645
|
flex-direction: column;
|
|
@@ -962,45 +954,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
962
954
|
max-height: 100%;
|
|
963
955
|
}
|
|
964
956
|
|
|
965
|
-
@media screen and (prefers-color-scheme: light) {
|
|
966
|
-
:root {
|
|
967
|
-
--jkl-icon-button-border-color: #1b1917;
|
|
968
|
-
--jkl-icon-button-focus-color: #636060;
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
[data-theme=light] {
|
|
972
|
-
--jkl-icon-button-border-color: #1b1917;
|
|
973
|
-
--jkl-icon-button-focus-color: #636060;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
977
|
-
:root {
|
|
978
|
-
--jkl-icon-button-border-color: #f9f9f9;
|
|
979
|
-
--jkl-icon-button-focus-color: #c8c5c3;
|
|
980
|
-
}
|
|
981
|
-
}
|
|
982
|
-
[data-theme=dark] {
|
|
983
|
-
--jkl-icon-button-border-color: #f9f9f9;
|
|
984
|
-
--jkl-icon-button-focus-color: #c8c5c3;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
:root,
|
|
988
|
-
[data-layout-density=comfortable],
|
|
989
|
-
[data-density=comfortable] {
|
|
990
|
-
--jkl-icon-button-icon-width: 1.25rem;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
[data-layout-density=compact],
|
|
994
|
-
[data-density=compact] {
|
|
995
|
-
--jkl-icon-button-icon-width: 0.875rem;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
957
|
.jkl-icon-button {
|
|
999
958
|
background-color: transparent;
|
|
1000
959
|
cursor: pointer;
|
|
1001
960
|
color: inherit;
|
|
1002
961
|
position: relative;
|
|
1003
962
|
transition-property: box-shadow;
|
|
963
|
+
padding: 0;
|
|
1004
964
|
transition-timing-function: cubic-bezier(0.6, 0.2, 0.35, 1);
|
|
1005
965
|
transition-duration: 100ms;
|
|
1006
966
|
}
|
|
@@ -1039,19 +999,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1039
999
|
.jkl-icon-button .jkl-icon--animated {
|
|
1040
1000
|
display: revert;
|
|
1041
1001
|
}
|
|
1042
|
-
.jkl-icon-button:hover {
|
|
1043
|
-
color: var(--jkl-icon-button-focus-color);
|
|
1044
|
-
}
|
|
1045
1002
|
.jkl-icon-button:focus-visible {
|
|
1046
|
-
color: var(--jkl-
|
|
1047
|
-
outline:
|
|
1048
|
-
outline-offset:
|
|
1003
|
+
color: var(--jkl-color);
|
|
1004
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1005
|
+
outline-offset: 3px;
|
|
1049
1006
|
}
|
|
1050
1007
|
@media screen and (forced-colors: active) {
|
|
1051
1008
|
.jkl-icon-button:focus-visible {
|
|
1052
1009
|
border: revert;
|
|
1053
1010
|
}
|
|
1054
1011
|
}
|
|
1012
|
+
.jkl-icon-button:hover {
|
|
1013
|
+
color: var(--jkl-color-text-interactive-hover);
|
|
1014
|
+
}
|
|
1055
1015
|
@media screen and (forced-colors: active) {
|
|
1056
1016
|
.jkl-icon-button {
|
|
1057
1017
|
border: revert;
|
|
@@ -1135,7 +1095,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1135
1095
|
--color: var(--jkl-color-text-default);
|
|
1136
1096
|
}
|
|
1137
1097
|
.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 {
|
|
1138
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
1098
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uhnyeai forwards;
|
|
1139
1099
|
}
|
|
1140
1100
|
.jkl-form-support-label--sr-only {
|
|
1141
1101
|
border: 0 !important;
|
|
@@ -1210,7 +1170,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1210
1170
|
white-space: nowrap !important; /* 3 */
|
|
1211
1171
|
}
|
|
1212
1172
|
|
|
1213
|
-
@keyframes jkl-support-icon-entrance-
|
|
1173
|
+
@keyframes jkl-support-icon-entrance-uhnyeai {
|
|
1214
1174
|
0% {
|
|
1215
1175
|
margin-right: 0;
|
|
1216
1176
|
opacity: 0;
|
|
@@ -1248,13 +1208,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1248
1208
|
:root,
|
|
1249
1209
|
[data-layout-density=comfortable],
|
|
1250
1210
|
[data-density=comfortable] {
|
|
1251
|
-
--content-padding:
|
|
1211
|
+
--content-padding: calc(var(--jkl-unit-10) * 2);
|
|
1252
1212
|
}
|
|
1253
1213
|
@media (width >= 0) and (max-width: 679px) {
|
|
1254
1214
|
:root,
|
|
1255
1215
|
[data-layout-density=comfortable],
|
|
1256
1216
|
[data-density=comfortable] {
|
|
1257
|
-
--content-padding:
|
|
1217
|
+
--content-padding: calc(var(--jkl-unit-10) * 1.5);
|
|
1258
1218
|
}
|
|
1259
1219
|
}
|
|
1260
1220
|
|
|
@@ -1334,7 +1294,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1334
1294
|
--button-color: var(--jkl-color-text-interactive-hover);
|
|
1335
1295
|
}
|
|
1336
1296
|
.jkl-tooltip-question-button:focus-visible {
|
|
1337
|
-
outline:
|
|
1297
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1338
1298
|
outline-offset: 0;
|
|
1339
1299
|
}
|
|
1340
1300
|
.jkl-tooltip-question-button::after {
|
|
@@ -1361,6 +1321,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1361
1321
|
color: var(--jkl-color-text-interactive-hover);
|
|
1362
1322
|
background-image: none;
|
|
1363
1323
|
}
|
|
1324
|
+
.jkl-breadcrumb a:focus-visible {
|
|
1325
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1326
|
+
outline-offset: 3px;
|
|
1327
|
+
}
|
|
1364
1328
|
.jkl-breadcrumb__list {
|
|
1365
1329
|
display: flex;
|
|
1366
1330
|
flex-wrap: wrap;
|
|
@@ -1425,9 +1389,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1425
1389
|
background-image: linear-gradient(to bottom, var(--jkl-link-hover-color) 0%, var(--jkl-link-hover-color) 100%);
|
|
1426
1390
|
}
|
|
1427
1391
|
.jkl-link:focus-visible {
|
|
1428
|
-
outline:
|
|
1429
|
-
outline-offset:
|
|
1430
|
-
background: none;
|
|
1392
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1393
|
+
outline-offset: 0;
|
|
1431
1394
|
}
|
|
1432
1395
|
.jkl-link:active {
|
|
1433
1396
|
background-position: 0 calc(100% - (0.125rem - 0.0625rem));
|
|
@@ -1491,8 +1454,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1491
1454
|
padding-right: 0;
|
|
1492
1455
|
}
|
|
1493
1456
|
.jkl-nav-link:focus-visible {
|
|
1494
|
-
outline:
|
|
1495
|
-
outline-offset:
|
|
1457
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1458
|
+
outline-offset: 0;
|
|
1496
1459
|
}
|
|
1497
1460
|
.jkl-nav-link:focus-visible::after {
|
|
1498
1461
|
padding-left: 0.7em;
|
|
@@ -1531,10 +1494,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1531
1494
|
[data-layout-density=comfortable],
|
|
1532
1495
|
[data-density=comfortable] {
|
|
1533
1496
|
--jkl-button-padding-block: 0.5rem;
|
|
1534
|
-
--jkl-button-padding-text:
|
|
1535
|
-
--jkl-button-padding-icon:
|
|
1497
|
+
--jkl-button-padding-text: calc(var(--jkl-unit-10) * 3);
|
|
1498
|
+
--jkl-button-padding-icon: calc(var(--jkl-unit-10) * 2);
|
|
1536
1499
|
--jkl-button-padding-icon-button: 0.5rem;
|
|
1537
|
-
--jkl-button-padding-tertiary-inline: 0.
|
|
1500
|
+
--jkl-button-padding-tertiary-inline: calc(var(--jkl-unit-10) * 0.5);
|
|
1538
1501
|
--jkl-button-padding-ghost-inline: 0.5rem;
|
|
1539
1502
|
--jkl-button-font-size: 1.125rem;
|
|
1540
1503
|
--jkl-button-line-height: 1.75rem;
|
|
@@ -1550,12 +1513,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1550
1513
|
|
|
1551
1514
|
[data-layout-density=compact],
|
|
1552
1515
|
[data-density=compact] {
|
|
1553
|
-
--jkl-button-padding-block: 0.
|
|
1554
|
-
--jkl-button-padding-text:
|
|
1516
|
+
--jkl-button-padding-block: calc(var(--jkl-unit-10) * 0.5);
|
|
1517
|
+
--jkl-button-padding-text: calc(var(--jkl-unit-10) * 1.5);
|
|
1555
1518
|
--jkl-button-padding-icon: 0.5rem;
|
|
1556
|
-
--jkl-button-padding-icon-button: 0.
|
|
1557
|
-
--jkl-button-padding-tertiary-inline: 0.
|
|
1558
|
-
--jkl-button-padding-ghost-inline: 0.
|
|
1519
|
+
--jkl-button-padding-icon-button: calc(var(--jkl-unit-10) * 0.5);
|
|
1520
|
+
--jkl-button-padding-tertiary-inline: calc(var(--jkl-unit-10) * 0.25);
|
|
1521
|
+
--jkl-button-padding-ghost-inline: calc(var(--jkl-unit-10) * 0.5);
|
|
1559
1522
|
--jkl-button-font-size: 1rem;
|
|
1560
1523
|
--jkl-button-line-height: 1.5rem;
|
|
1561
1524
|
}
|
|
@@ -1612,7 +1575,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1612
1575
|
display: flex;
|
|
1613
1576
|
flex-direction: row;
|
|
1614
1577
|
align-items: center;
|
|
1615
|
-
gap: 0.
|
|
1578
|
+
gap: calc(var(--jkl-unit-10) * 0.25);
|
|
1616
1579
|
pointer-events: none;
|
|
1617
1580
|
}
|
|
1618
1581
|
.jkl-button__loader {
|
|
@@ -1641,8 +1604,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1641
1604
|
opacity: 1;
|
|
1642
1605
|
}
|
|
1643
1606
|
.jkl-button:focus-visible {
|
|
1644
|
-
outline:
|
|
1645
|
-
outline-offset:
|
|
1607
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1608
|
+
outline-offset: 3px;
|
|
1646
1609
|
}
|
|
1647
1610
|
.jkl-button::before {
|
|
1648
1611
|
content: "";
|
|
@@ -1660,7 +1623,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1660
1623
|
height: 1rem;
|
|
1661
1624
|
}
|
|
1662
1625
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1663
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1626
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uhnyeb9;
|
|
1664
1627
|
}
|
|
1665
1628
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
1666
1629
|
scale: 1.05;
|
|
@@ -1704,7 +1667,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1704
1667
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1705
1668
|
}
|
|
1706
1669
|
|
|
1707
|
-
@keyframes jkl-tertiary-flash-
|
|
1670
|
+
@keyframes jkl-tertiary-flash-uhnyeb9 {
|
|
1708
1671
|
0% {
|
|
1709
1672
|
opacity: 0.5;
|
|
1710
1673
|
scale: 1;
|
|
@@ -1729,15 +1692,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1729
1692
|
animation: 2500ms linear infinite;
|
|
1730
1693
|
}
|
|
1731
1694
|
.jkl-loader__dot--left {
|
|
1732
|
-
animation-name: jkl-loader-left-spin-
|
|
1695
|
+
animation-name: jkl-loader-left-spin-uhnyebe;
|
|
1733
1696
|
margin-right: 1.71em;
|
|
1734
1697
|
}
|
|
1735
1698
|
.jkl-loader__dot--middle {
|
|
1736
|
-
animation-name: jkl-loader-middle-spin-
|
|
1699
|
+
animation-name: jkl-loader-middle-spin-uhnyec4;
|
|
1737
1700
|
margin-right: 1.9em;
|
|
1738
1701
|
}
|
|
1739
1702
|
.jkl-loader__dot--right {
|
|
1740
|
-
animation-name: jkl-loader-right-spin-
|
|
1703
|
+
animation-name: jkl-loader-right-spin-uhnyecf;
|
|
1741
1704
|
}
|
|
1742
1705
|
@media screen and (forced-colors: active) {
|
|
1743
1706
|
.jkl-loader__dot {
|
|
@@ -1765,7 +1728,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1765
1728
|
margin-right: 0.3em;
|
|
1766
1729
|
}
|
|
1767
1730
|
|
|
1768
|
-
@keyframes jkl-loader-left-spin-
|
|
1731
|
+
@keyframes jkl-loader-left-spin-uhnyebe {
|
|
1769
1732
|
0% {
|
|
1770
1733
|
transform: rotate(0) scale(0);
|
|
1771
1734
|
}
|
|
@@ -1779,7 +1742,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1779
1742
|
transform: rotate(180deg) scale(0);
|
|
1780
1743
|
}
|
|
1781
1744
|
}
|
|
1782
|
-
@keyframes jkl-loader-middle-spin-
|
|
1745
|
+
@keyframes jkl-loader-middle-spin-uhnyec4 {
|
|
1783
1746
|
0% {
|
|
1784
1747
|
transform: rotate(20deg) scale(0);
|
|
1785
1748
|
}
|
|
@@ -1796,7 +1759,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1796
1759
|
transform: rotate(200deg) scale(0);
|
|
1797
1760
|
}
|
|
1798
1761
|
}
|
|
1799
|
-
@keyframes jkl-loader-right-spin-
|
|
1762
|
+
@keyframes jkl-loader-right-spin-uhnyecf {
|
|
1800
1763
|
0% {
|
|
1801
1764
|
transform: rotate(40deg) scale(0);
|
|
1802
1765
|
}
|
|
@@ -1844,7 +1807,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1844
1807
|
bottom: 0;
|
|
1845
1808
|
width: 12.5rem;
|
|
1846
1809
|
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%);
|
|
1847
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1810
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uhnyede;
|
|
1848
1811
|
}
|
|
1849
1812
|
@media (width >= 0) and (max-width: 679px) {
|
|
1850
1813
|
.jkl-skeleton-animation {
|
|
@@ -1875,7 +1838,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1875
1838
|
@media screen and (forced-colors: active) {
|
|
1876
1839
|
.jkl-skeleton-element {
|
|
1877
1840
|
border: 1px solid CanvasText;
|
|
1878
|
-
animation: 2s ease infinite jkl-blink-
|
|
1841
|
+
animation: 2s ease infinite jkl-blink-uhnyedx;
|
|
1879
1842
|
}
|
|
1880
1843
|
}
|
|
1881
1844
|
|
|
@@ -1931,11 +1894,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1931
1894
|
}
|
|
1932
1895
|
@media screen and (forced-colors: active) {
|
|
1933
1896
|
.jkl-skeleton-table {
|
|
1934
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1897
|
+
animation: 2s ease-in-out infinite jkl-blink-uhnyedx;
|
|
1935
1898
|
}
|
|
1936
1899
|
}
|
|
1937
1900
|
|
|
1938
|
-
@keyframes jkl-sweep-
|
|
1901
|
+
@keyframes jkl-sweep-uhnyede {
|
|
1939
1902
|
0% {
|
|
1940
1903
|
transform: translateX(calc(0vw - 200px));
|
|
1941
1904
|
}
|
|
@@ -1943,7 +1906,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1943
1906
|
transform: translateX(calc(100vw + 400px));
|
|
1944
1907
|
}
|
|
1945
1908
|
}
|
|
1946
|
-
@keyframes jkl-blink-
|
|
1909
|
+
@keyframes jkl-blink-uhnyedx {
|
|
1947
1910
|
0% {
|
|
1948
1911
|
opacity: 1;
|
|
1949
1912
|
}
|
|
@@ -2122,7 +2085,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
2122
2085
|
}
|
|
2123
2086
|
.jkl-nav-card__tag-wrapper {
|
|
2124
2087
|
display: flex;
|
|
2125
|
-
gap:
|
|
2088
|
+
gap: calc(var(--jkl-unit-10) * 1.5) calc(var(--jkl-unit-10) * 3);
|
|
2126
2089
|
flex-wrap: wrap;
|
|
2127
2090
|
}
|
|
2128
2091
|
.jkl-nav-card:hover {
|
|
@@ -2202,10 +2165,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2202
2165
|
}
|
|
2203
2166
|
|
|
2204
2167
|
.jkl-card {
|
|
2205
|
-
--padding-s: var(--jkl-
|
|
2206
|
-
--padding-m: var(--jkl-
|
|
2207
|
-
--padding-l: var(--jkl-
|
|
2208
|
-
--padding-xl: var(--jkl-
|
|
2168
|
+
--padding-s: var(--jkl-unit-05);
|
|
2169
|
+
--padding-m: var(--jkl-unit-15);
|
|
2170
|
+
--padding-l: var(--jkl-unit-20);
|
|
2171
|
+
--padding-xl: var(--jkl-unit-30);
|
|
2209
2172
|
--border-radius: 0.25rem;
|
|
2210
2173
|
--border-color: transparent;
|
|
2211
2174
|
--border-width: 0.0625rem;
|
|
@@ -2233,10 +2196,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2233
2196
|
}
|
|
2234
2197
|
@media (min-width: 680px) {
|
|
2235
2198
|
.jkl-card {
|
|
2236
|
-
--padding-s: var(--jkl-
|
|
2237
|
-
--padding-m: var(--jkl-
|
|
2238
|
-
--padding-l: var(--jkl-
|
|
2239
|
-
--padding-xl: var(--jkl-
|
|
2199
|
+
--padding-s: var(--jkl-unit-10);
|
|
2200
|
+
--padding-m: var(--jkl-unit-20);
|
|
2201
|
+
--padding-l: var(--jkl-unit-30);
|
|
2202
|
+
--padding-xl: var(--jkl-unit-40);
|
|
2240
2203
|
}
|
|
2241
2204
|
}
|
|
2242
2205
|
.jkl-card[data-padding=s] {
|
|
@@ -2268,8 +2231,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2268
2231
|
--border-width: 0.125rem;
|
|
2269
2232
|
}
|
|
2270
2233
|
.jkl-card[data-clickable=true]:focus-visible {
|
|
2271
|
-
outline:
|
|
2272
|
-
outline-offset:
|
|
2234
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2235
|
+
outline-offset: 3px;
|
|
2273
2236
|
}
|
|
2274
2237
|
|
|
2275
2238
|
.jkl-card-image {
|
|
@@ -2317,14 +2280,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2317
2280
|
:root,
|
|
2318
2281
|
[data-layout-density=comfortable],
|
|
2319
2282
|
[data-density=comfortable] {
|
|
2320
|
-
--jkl-tag-padding: var(--jkl-
|
|
2321
|
-
--jkl-tag-gap: var(--jkl-
|
|
2283
|
+
--jkl-tag-padding: var(--jkl-unit-05) var(--jkl-unit-10);
|
|
2284
|
+
--jkl-tag-gap: var(--jkl-unit-05);
|
|
2322
2285
|
}
|
|
2323
2286
|
|
|
2324
2287
|
[data-layout-density=compact],
|
|
2325
2288
|
[data-density=compact] {
|
|
2326
|
-
--jkl-tag-padding: 0 var(--jkl-
|
|
2327
|
-
--jkl-tag-gap: var(--jkl-
|
|
2289
|
+
--jkl-tag-padding: 0 var(--jkl-unit-05);
|
|
2290
|
+
--jkl-tag-gap: var(--jkl-unit-02);
|
|
2328
2291
|
}
|
|
2329
2292
|
|
|
2330
2293
|
.jkl-tag {
|
|
@@ -2407,7 +2370,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2407
2370
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2408
2371
|
}
|
|
2409
2372
|
|
|
2410
|
-
@keyframes jkl-checkbox-checked-
|
|
2373
|
+
@keyframes jkl-checkbox-checked-uhnyeej {
|
|
2411
2374
|
0% {
|
|
2412
2375
|
width: 0;
|
|
2413
2376
|
height: 0;
|
|
@@ -2421,7 +2384,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2421
2384
|
height: 58%;
|
|
2422
2385
|
}
|
|
2423
2386
|
}
|
|
2424
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2387
|
+
@keyframes jkl-checkbox-indeterminate-uhnyeet {
|
|
2425
2388
|
0% {
|
|
2426
2389
|
width: 0;
|
|
2427
2390
|
}
|
|
@@ -2449,24 +2412,26 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2449
2412
|
top: -6px;
|
|
2450
2413
|
}
|
|
2451
2414
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2452
|
-
animation: jkl-checkbox-checked-
|
|
2415
|
+
animation: jkl-checkbox-checked-uhnyeej 150ms ease-in-out forwards;
|
|
2453
2416
|
opacity: 1;
|
|
2454
2417
|
}
|
|
2455
2418
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2456
|
-
animation: jkl-checkbox-indeterminate-
|
|
2419
|
+
animation: jkl-checkbox-indeterminate-uhnyeet 150ms ease-in-out forwards;
|
|
2457
2420
|
opacity: 1;
|
|
2458
2421
|
}
|
|
2459
2422
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
2460
2423
|
color: var(--jkl-checkbox-focus-color);
|
|
2461
2424
|
}
|
|
2462
2425
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label > .jkl-checkbox__mark {
|
|
2463
|
-
|
|
2464
|
-
outline:
|
|
2465
|
-
outline-offset: 2px;
|
|
2426
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2427
|
+
outline-offset: 3px;
|
|
2466
2428
|
}
|
|
2467
2429
|
.jkl-checkbox__input:disabled + .jkl-checkbox__label {
|
|
2468
2430
|
color: var(--jkl-checkbox-disabled-color);
|
|
2469
2431
|
}
|
|
2432
|
+
.jkl-checkbox__input:active {
|
|
2433
|
+
--background-color: var(--jkl-color-background-input-focus);
|
|
2434
|
+
}
|
|
2470
2435
|
.jkl-checkbox__label {
|
|
2471
2436
|
display: flex;
|
|
2472
2437
|
min-width: 0;
|
|
@@ -2477,9 +2442,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2477
2442
|
.jkl-checkbox__label:hover .jkl-checkbox__mark, .jkl-checkbox__label:active .jkl-checkbox__mark {
|
|
2478
2443
|
outline: 1px solid var(--box-color);
|
|
2479
2444
|
}
|
|
2480
|
-
.jkl-checkbox__label:active {
|
|
2481
|
-
--background-color: var(--jkl-color-background-input-focus);
|
|
2482
|
-
}
|
|
2483
2445
|
.jkl-checkbox__text {
|
|
2484
2446
|
margin: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-line-height)) * 0.5) 0;
|
|
2485
2447
|
translate: 0 0.0625rem;
|
|
@@ -2493,7 +2455,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2493
2455
|
height: var(--jkl-checkbox-box-size);
|
|
2494
2456
|
width: var(--jkl-checkbox-box-size);
|
|
2495
2457
|
margin-block: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-box-size)) * 0.5);
|
|
2496
|
-
margin-inline-end: var(--jkl-
|
|
2458
|
+
margin-inline-end: var(--jkl-unit-10);
|
|
2497
2459
|
align-self: flex-start;
|
|
2498
2460
|
flex-shrink: 0;
|
|
2499
2461
|
outline: none;
|
|
@@ -2558,7 +2520,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2558
2520
|
display: inline-flex;
|
|
2559
2521
|
}
|
|
2560
2522
|
.jkl-checkbox--inline:not(:last-of-type) {
|
|
2561
|
-
margin-right:
|
|
2523
|
+
margin-right: calc(var(--jkl-unit-10) * 3);
|
|
2562
2524
|
}
|
|
2563
2525
|
.jkl-checkbox--error {
|
|
2564
2526
|
--background-color: var(--jkl-color-background-alert-error);
|
|
@@ -2568,25 +2530,25 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2568
2530
|
[data-layout-density=compact],
|
|
2569
2531
|
[data-density=compact] {
|
|
2570
2532
|
--padding-inline-s: 0.5rem;
|
|
2571
|
-
--padding-inline-l:
|
|
2572
|
-
--padding-icon-s: 0.
|
|
2533
|
+
--padding-inline-l: calc(var(--jkl-unit-10) * 1.5);
|
|
2534
|
+
--padding-icon-s: calc(var(--jkl-unit-10) * 0.5);
|
|
2573
2535
|
--padding-icon-l: 0.5rem;
|
|
2574
|
-
--height-l:
|
|
2575
|
-
--height-s:
|
|
2576
|
-
--gap-s: 0.
|
|
2577
|
-
--gap-l: 0.
|
|
2536
|
+
--height-l: calc(var(--jkl-unit-10) * 4);
|
|
2537
|
+
--height-s: calc(var(--jkl-unit-10) * 3);
|
|
2538
|
+
--gap-s: calc(var(--jkl-unit-10) * 0.25);
|
|
2539
|
+
--gap-l: calc(var(--jkl-unit-10) * 0.5);
|
|
2578
2540
|
}
|
|
2579
2541
|
|
|
2580
2542
|
:root,
|
|
2581
2543
|
[data-layout-density=comfortable],
|
|
2582
2544
|
[data-density=comfortable] {
|
|
2583
|
-
--padding-inline-s:
|
|
2584
|
-
--padding-inline-l:
|
|
2545
|
+
--padding-inline-s: calc(var(--jkl-unit-10) * 1.5);
|
|
2546
|
+
--padding-inline-l: calc(var(--jkl-unit-10) * 2);
|
|
2585
2547
|
--padding-icon-s: 0.5rem;
|
|
2586
|
-
--padding-icon-l:
|
|
2587
|
-
--height-l:
|
|
2588
|
-
--height-s:
|
|
2589
|
-
--gap-s: 0.
|
|
2548
|
+
--padding-icon-l: calc(var(--jkl-unit-10) * 1.5);
|
|
2549
|
+
--height-l: calc(var(--jkl-unit-10) * 5);
|
|
2550
|
+
--height-s: calc(var(--jkl-unit-10) * 4);
|
|
2551
|
+
--gap-s: calc(var(--jkl-unit-10) * 0.5);
|
|
2590
2552
|
--gap-l: 0.5rem;
|
|
2591
2553
|
}
|
|
2592
2554
|
|
|
@@ -2632,8 +2594,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2632
2594
|
transition-property: opacity;
|
|
2633
2595
|
}
|
|
2634
2596
|
.jkl-chip:focus-visible {
|
|
2635
|
-
outline:
|
|
2636
|
-
outline-offset:
|
|
2597
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2598
|
+
outline-offset: 3px;
|
|
2637
2599
|
}
|
|
2638
2600
|
.jkl-chip:hover::after {
|
|
2639
2601
|
opacity: 0.15;
|
|
@@ -2740,14 +2702,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2740
2702
|
--jkl-combobox-line-height: var(--jkl-body-line-height);
|
|
2741
2703
|
--jkl-combobox-font-weight: var(--jkl-body-font-weight);
|
|
2742
2704
|
--jkl-combobox-button-padding: 0.5rem 0.375rem 0.5rem
|
|
2743
|
-
|
|
2744
|
-
--jkl-combobox-button-active-value-padding: 0.5rem 0.375rem
|
|
2705
|
+
/* her har vi en random 6px verdi også*/ calc(var(--jkl-unit-10) * 1.5);
|
|
2706
|
+
--jkl-combobox-button-active-value-padding: 0.5rem 0.375rem
|
|
2707
|
+
0.5rem 0.5rem;
|
|
2745
2708
|
--jkl-combobox-input-height: 3rem;
|
|
2746
2709
|
--jkl-combobox-actions-right: 0.5rem;
|
|
2747
2710
|
--jkl-combobox-actions-top: 0.75rem;
|
|
2748
2711
|
--jkl-combobox-search-input-padding: var(--jkl-combobox-button-padding);
|
|
2749
|
-
--jkl-combobox-native-padding: 0
|
|
2750
|
-
--jkl-combobox-option-padding: 0.5rem
|
|
2712
|
+
--jkl-combobox-native-padding: 0 calc(var(--jkl-unit-10) * 5) 0 0.5rem;
|
|
2713
|
+
--jkl-combobox-option-padding: 0.5rem calc(var(--jkl-unit-10) * 1.5);
|
|
2751
2714
|
--jkl-combobox-option-line-height: 2rem;
|
|
2752
2715
|
--jkl-combobox-input-padding: 3.75rem;
|
|
2753
2716
|
--jkl-combobox-search-input-height: 1.75rem;
|
|
@@ -2765,17 +2728,18 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2765
2728
|
--jkl-combobox-font-size: var(--jkl-small-font-size);
|
|
2766
2729
|
--jkl-combobox-line-height: var(--jkl-small-line-height);
|
|
2767
2730
|
--jkl-combobox-font-weight: var(--jkl-small-font-weight);
|
|
2768
|
-
--jkl-combobox-button-padding: 0.
|
|
2731
|
+
--jkl-combobox-button-padding: calc(var(--jkl-unit-10) * 0.5) 1.875rem calc(var(--jkl-unit-10) * 0.5)
|
|
2769
2732
|
0.5rem;
|
|
2770
|
-
--jkl-combobox-button-active-value-padding: 0.
|
|
2733
|
+
--jkl-combobox-button-active-value-padding: calc(var(--jkl-unit-10) * 0.5) 1.875rem
|
|
2734
|
+
calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
2771
2735
|
--jkl-combobox-input-height: 2rem;
|
|
2772
2736
|
--jkl-combobox-actions-right: 0;
|
|
2773
2737
|
--jkl-combobox-actions-top: 0.375rem;
|
|
2774
|
-
--jkl-combobox-search-input-padding: 0.
|
|
2775
|
-
--jkl-combobox-native-padding:
|
|
2776
|
-
--jkl-combobox-option-padding: 0.
|
|
2738
|
+
--jkl-combobox-search-input-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
2739
|
+
--jkl-combobox-native-padding: calc(var(--jkl-unit-10) * 3) calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 0.5);
|
|
2740
|
+
--jkl-combobox-option-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
2777
2741
|
--jkl-combobox-option-line-height: 1.5rem;
|
|
2778
|
-
--jkl-combobox-input-padding:
|
|
2742
|
+
--jkl-combobox-input-padding: calc(var(--jkl-unit-10) * 1.5);
|
|
2779
2743
|
--jkl-combobox-search-input-height: 1.25rem;
|
|
2780
2744
|
}
|
|
2781
2745
|
|
|
@@ -2821,12 +2785,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2821
2785
|
.jkl-combobox__wrapper--active-value {
|
|
2822
2786
|
padding: var(--jkl-combobox-button-active-value-padding);
|
|
2823
2787
|
}
|
|
2824
|
-
.jkl-combobox__wrapper:focus {
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
box-shadow: 0 0 0 0.0625rem var(--jkl-combobox-focus-color);
|
|
2788
|
+
.jkl-combobox__wrapper:has(:focus-visible) {
|
|
2789
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2790
|
+
outline-offset: 3px;
|
|
2828
2791
|
background-color: var(--jkl-combobox-open-background-color);
|
|
2829
2792
|
}
|
|
2793
|
+
.jkl-combobox__wrapper:has(.jkl-icon-button:focus-visible) {
|
|
2794
|
+
outline: none;
|
|
2795
|
+
}
|
|
2830
2796
|
.jkl-combobox__wrapper:hover {
|
|
2831
2797
|
border-color: var(--jkl-combobox-focus-color);
|
|
2832
2798
|
box-shadow: 0 0 0 0.0625rem var(--jkl-combobox-focus-color);
|
|
@@ -2891,7 +2857,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2891
2857
|
right: -0.0625rem;
|
|
2892
2858
|
background-color: var(--jkl-combobox-open-background-color);
|
|
2893
2859
|
border: 0.125rem solid var(--jkl-combobox-focus-color);
|
|
2894
|
-
border-top: none;
|
|
2895
2860
|
border-radius: 0 0 0.1875rem 0.1875rem;
|
|
2896
2861
|
box-sizing: border-box;
|
|
2897
2862
|
max-height: calc((var(--jkl-combobox-max-shown-options, 5) + 0.5) * var(--jkl-combobox-input-height));
|
|
@@ -2942,7 +2907,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2942
2907
|
display: flex;
|
|
2943
2908
|
position: absolute;
|
|
2944
2909
|
right: var(--jkl-combobox-actions-right);
|
|
2945
|
-
gap: 0.
|
|
2910
|
+
gap: calc(var(--jkl-unit-10) * 0.5);
|
|
2946
2911
|
top: var(--jkl-combobox-actions-top);
|
|
2947
2912
|
}
|
|
2948
2913
|
.jkl-combobox__chips {
|
|
@@ -2977,21 +2942,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2977
2942
|
.jkl-combobox--invalid .jkl-combobox__search-input::selection {
|
|
2978
2943
|
background-color: var(--jkl-combobox-search-input-selection-color);
|
|
2979
2944
|
}
|
|
2980
|
-
.jkl-combobox--menu-open .jkl-combobox__wrapper {
|
|
2981
|
-
border-bottom-left-radius: 0;
|
|
2982
|
-
border-bottom-right-radius: 0;
|
|
2983
|
-
border-color: var(--jkl-combobox-focus-color);
|
|
2984
|
-
box-shadow: 0 0 0 0.0625rem var(--jkl-combobox-focus-color) inset;
|
|
2985
|
-
}
|
|
2986
|
-
.jkl-combobox--menu-open .jkl-combobox__wrapper:hover ~ .jkl-combobox__arrow {
|
|
2987
|
-
transform: translateY(calc(-50% + -0.1875rem));
|
|
2988
|
-
}
|
|
2989
2945
|
.jkl-combobox--menu-closed .jkl-combobox__search-input {
|
|
2990
2946
|
position: absolute;
|
|
2991
2947
|
background-color: transparent;
|
|
2992
2948
|
width: 94%;
|
|
2993
2949
|
padding-right: 0;
|
|
2994
2950
|
}
|
|
2951
|
+
.jkl-combobox--menu-open .jkl-combobox__wrapper:hover .jkl-combobox__actions {
|
|
2952
|
+
transform: translateY(-0.1875rem);
|
|
2953
|
+
}
|
|
2995
2954
|
|
|
2996
2955
|
.jkl-cookie-consent-modal {
|
|
2997
2956
|
position: fixed;
|
|
@@ -3017,7 +2976,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3017
2976
|
left: 0;
|
|
3018
2977
|
right: 0;
|
|
3019
2978
|
width: 100%;
|
|
3020
|
-
padding:
|
|
2979
|
+
padding: calc(var(--jkl-unit-10) * 5) calc(var(--jkl-unit-10) * 5) 1.875rem calc(var(--jkl-unit-10) * 5);
|
|
3021
2980
|
min-width: 20rem;
|
|
3022
2981
|
max-width: 41.25rem;
|
|
3023
2982
|
background-color: var(--jkl-background-color);
|
|
@@ -3038,10 +2997,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3038
2997
|
}
|
|
3039
2998
|
@media (width >= 0) and (max-width: 679px) {
|
|
3040
2999
|
.jkl-cookie-consent-modal__content {
|
|
3041
|
-
top:
|
|
3042
|
-
margin:
|
|
3043
|
-
max-width: calc(100% -
|
|
3044
|
-
padding:
|
|
3000
|
+
top: calc(var(--jkl-unit-10) * 5);
|
|
3001
|
+
margin: calc(var(--jkl-unit-10) * 3);
|
|
3002
|
+
max-width: calc(100% - calc(var(--jkl-unit-10) * 3) - calc(var(--jkl-unit-10) * 3));
|
|
3003
|
+
padding: calc(var(--jkl-unit-10) * 3);
|
|
3045
3004
|
}
|
|
3046
3005
|
}
|
|
3047
3006
|
@media screen and (forced-colors: active) {
|
|
@@ -3050,7 +3009,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3050
3009
|
}
|
|
3051
3010
|
}
|
|
3052
3011
|
.jkl-cookie-consent-modal__checklist.jkl-list {
|
|
3053
|
-
margin-block:
|
|
3012
|
+
margin-block: calc(var(--jkl-unit-10) * 2);
|
|
3054
3013
|
}
|
|
3055
3014
|
.jkl-cookie-consent-modal__info-text {
|
|
3056
3015
|
font-size: 1rem;
|
|
@@ -3061,7 +3020,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3061
3020
|
--jkl-icon-opsz: 20;
|
|
3062
3021
|
}
|
|
3063
3022
|
.jkl-cookie-consent-modal__header {
|
|
3064
|
-
margin-bottom:
|
|
3023
|
+
margin-bottom: calc(var(--jkl-unit-10) * 3);
|
|
3065
3024
|
font-size: 1.3125rem;
|
|
3066
3025
|
line-height: 1.75rem;
|
|
3067
3026
|
font-weight: 700;
|
|
@@ -3079,13 +3038,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3079
3038
|
}
|
|
3080
3039
|
.jkl-cookie-consent-modal__checkbox {
|
|
3081
3040
|
margin-bottom: 0.5rem;
|
|
3082
|
-
margin-top:
|
|
3041
|
+
margin-top: calc(var(--jkl-unit-10) * 3);
|
|
3083
3042
|
}
|
|
3084
3043
|
.jkl-cookie-consent-modal__button-group {
|
|
3085
|
-
margin-top:
|
|
3044
|
+
margin-top: calc(var(--jkl-unit-10) * 5);
|
|
3086
3045
|
}
|
|
3087
3046
|
.jkl-cookie-consent-modal__button-group > :not(:first-child) {
|
|
3088
|
-
margin-left:
|
|
3047
|
+
margin-left: calc(var(--jkl-unit-10) * 3);
|
|
3089
3048
|
}
|
|
3090
3049
|
|
|
3091
3050
|
/*
|
|
@@ -3121,7 +3080,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3121
3080
|
|
|
3122
3081
|
.jkl-list {
|
|
3123
3082
|
list-style-type: "•";
|
|
3124
|
-
padding-left:
|
|
3083
|
+
padding-left: calc(var(--jkl-unit-10) * 2);
|
|
3125
3084
|
margin: 0;
|
|
3126
3085
|
}
|
|
3127
3086
|
.jkl-list > .jkl-list__item > .jkl-list {
|
|
@@ -3142,7 +3101,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3142
3101
|
}
|
|
3143
3102
|
.jkl-list__item {
|
|
3144
3103
|
color: var(--jkl-list-text-color);
|
|
3145
|
-
padding-left:
|
|
3104
|
+
padding-left: calc(var(--jkl-unit-10) * 1.5);
|
|
3146
3105
|
}
|
|
3147
3106
|
.jkl-list__item::marker {
|
|
3148
3107
|
color: var(--jkl-list-text-color);
|
|
@@ -3183,63 +3142,33 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3183
3142
|
}
|
|
3184
3143
|
}
|
|
3185
3144
|
|
|
3186
|
-
@media screen and (prefers-color-scheme: light) {
|
|
3187
|
-
:root {
|
|
3188
|
-
--jkl-calendar-text-color: #1b1917;
|
|
3189
|
-
--jkl-calendar-background-color: #ffffff;
|
|
3190
|
-
--jkl-calendar-border-color: #1b1917;
|
|
3191
|
-
--jkl-calendar-focus-color: #1b1917;
|
|
3192
|
-
}
|
|
3193
|
-
}
|
|
3194
|
-
[data-theme=light] {
|
|
3195
|
-
--jkl-calendar-text-color: #1b1917;
|
|
3196
|
-
--jkl-calendar-background-color: #ffffff;
|
|
3197
|
-
--jkl-calendar-border-color: #1b1917;
|
|
3198
|
-
--jkl-calendar-focus-color: #1b1917;
|
|
3199
|
-
}
|
|
3200
|
-
|
|
3201
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
3202
|
-
:root {
|
|
3203
|
-
--jkl-calendar-text-color: #f9f9f9;
|
|
3204
|
-
--jkl-calendar-background-color: #313030;
|
|
3205
|
-
--jkl-calendar-border-color: #f9f9f9;
|
|
3206
|
-
--jkl-calendar-focus-color: #f9f9f9;
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
|
-
[data-theme=dark] {
|
|
3210
|
-
--jkl-calendar-text-color: #f9f9f9;
|
|
3211
|
-
--jkl-calendar-background-color: #313030;
|
|
3212
|
-
--jkl-calendar-border-color: #f9f9f9;
|
|
3213
|
-
--jkl-calendar-focus-color: #f9f9f9;
|
|
3214
|
-
}
|
|
3215
|
-
|
|
3216
3145
|
:root,
|
|
3217
3146
|
[data-layout-density=comfortable],
|
|
3218
3147
|
[data-density=comfortable] {
|
|
3219
|
-
--jkl-calendar-padding: var(--jkl-
|
|
3220
|
-
var(--jkl-
|
|
3221
|
-
--jkl-calendar-gap: var(--jkl-
|
|
3148
|
+
--jkl-calendar-padding: var(--jkl-unit-15) var(--jkl-unit-20)
|
|
3149
|
+
var(--jkl-unit-20);
|
|
3150
|
+
--jkl-calendar-gap: var(--jkl-unit-15);
|
|
3222
3151
|
}
|
|
3223
3152
|
@media (width >= 0) and (max-width: 374px) {
|
|
3224
3153
|
:root,
|
|
3225
3154
|
[data-layout-density=comfortable],
|
|
3226
3155
|
[data-density=comfortable] {
|
|
3227
|
-
--jkl-calendar-padding: var(--jkl-
|
|
3228
|
-
var(--jkl-
|
|
3156
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
3157
|
+
var(--jkl-unit-20);
|
|
3229
3158
|
}
|
|
3230
3159
|
}
|
|
3231
3160
|
|
|
3232
3161
|
[data-layout-density=compact],
|
|
3233
3162
|
[data-density=compact] {
|
|
3234
|
-
--jkl-calendar-padding: var(--jkl-
|
|
3235
|
-
var(--jkl-
|
|
3163
|
+
--jkl-calendar-padding: var(--jkl-unit-05) var(--jkl-unit-10)
|
|
3164
|
+
var(--jkl-unit-20);
|
|
3236
3165
|
--jkl-calendar-gap: 0;
|
|
3237
3166
|
}
|
|
3238
3167
|
|
|
3239
3168
|
.jkl-calendar {
|
|
3240
3169
|
display: block;
|
|
3241
|
-
background-color: var(--jkl-
|
|
3242
|
-
color: var(--jkl-
|
|
3170
|
+
background-color: var(--jkl-color-background-container-high);
|
|
3171
|
+
color: var(--jkl-color);
|
|
3243
3172
|
}
|
|
3244
3173
|
.jkl-calendar__padding {
|
|
3245
3174
|
display: flex;
|
|
@@ -3295,7 +3224,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3295
3224
|
justify-content: center;
|
|
3296
3225
|
align-items: center;
|
|
3297
3226
|
background-color: transparent;
|
|
3298
|
-
color: var(--jkl-
|
|
3227
|
+
color: var(--jkl-color);
|
|
3299
3228
|
width: 2.5rem;
|
|
3300
3229
|
height: 2.5rem;
|
|
3301
3230
|
}
|
|
@@ -3322,11 +3251,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3322
3251
|
.jkl-calendar-navigation__arrow:hover {
|
|
3323
3252
|
color: var(--jkl-calendar-navigation-arrow-focus-color);
|
|
3324
3253
|
}
|
|
3325
|
-
|
|
3326
|
-
outline:
|
|
3327
|
-
outline-offset: -
|
|
3254
|
+
.jkl-calendar-navigation__arrow:focus-visible {
|
|
3255
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3256
|
+
outline-offset: -2px;
|
|
3328
3257
|
}
|
|
3329
|
-
|
|
3330
3258
|
.jkl-calendar-navigation__arrow:disabled {
|
|
3331
3259
|
color: var(--jkl-calendar-disabled-day-color);
|
|
3332
3260
|
}
|
|
@@ -3383,17 +3311,16 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3383
3311
|
color: var(--jkl-select-text-color);
|
|
3384
3312
|
background-color: var(--jkl-select-open-background-color);
|
|
3385
3313
|
}
|
|
3386
|
-
|
|
3387
|
-
outline:
|
|
3388
|
-
outline-offset:
|
|
3314
|
+
.jkl-calendar-navigation-dropdown__select:focus-visible {
|
|
3315
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3316
|
+
outline-offset: 3px;
|
|
3389
3317
|
}
|
|
3390
|
-
|
|
3391
3318
|
.jkl-calendar-navigation-dropdown__chevron {
|
|
3392
3319
|
margin-left: calc(var(--chevron-size) * -1);
|
|
3393
3320
|
pointer-events: none;
|
|
3394
3321
|
}
|
|
3395
3322
|
.jkl-calendar-navigation-dropdown + .jkl-calendar-navigation-dropdown {
|
|
3396
|
-
margin-inline-start: var(--jkl-
|
|
3323
|
+
margin-inline-start: var(--jkl-unit-10);
|
|
3397
3324
|
}
|
|
3398
3325
|
|
|
3399
3326
|
.jkl-calendar-table th {
|
|
@@ -3403,7 +3330,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3403
3330
|
--jkl-icon-weight: 300;
|
|
3404
3331
|
--jkl-icon-size: 1.25rem;
|
|
3405
3332
|
--jkl-icon-opsz: 20;
|
|
3406
|
-
padding-bottom: var(--jkl-
|
|
3333
|
+
padding-bottom: var(--jkl-unit-10);
|
|
3407
3334
|
}
|
|
3408
3335
|
.jkl-calendar-table td {
|
|
3409
3336
|
text-align: center;
|
|
@@ -3498,10 +3425,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3498
3425
|
width: var(--jkl-calendar-date-size);
|
|
3499
3426
|
border-radius: 50%;
|
|
3500
3427
|
background-color: transparent;
|
|
3501
|
-
color: var(--jkl-
|
|
3428
|
+
color: var(--jkl-color);
|
|
3502
3429
|
margin: var(--jkl-calendar-date-margin);
|
|
3503
3430
|
padding: 0;
|
|
3504
|
-
padding-top: 0.
|
|
3431
|
+
padding-top: calc(var(--jkl-unit-10) * 0.25);
|
|
3505
3432
|
transition-timing-function: ease-out;
|
|
3506
3433
|
transition-duration: 75ms;
|
|
3507
3434
|
transition-property: color, background-color, box-shadow;
|
|
@@ -3549,14 +3476,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3549
3476
|
cursor: pointer;
|
|
3550
3477
|
}
|
|
3551
3478
|
.jkl-calendar-date-button[aria-pressed=true]:hover {
|
|
3552
|
-
color: var(--jkl-
|
|
3479
|
+
color: var(--jkl-color);
|
|
3553
3480
|
}
|
|
3554
3481
|
.jkl-calendar-date-button:disabled {
|
|
3555
3482
|
color: var(--jkl-calendar-disabled-day-color);
|
|
3556
3483
|
}
|
|
3557
|
-
|
|
3558
|
-
outline:
|
|
3559
|
-
outline-offset:
|
|
3484
|
+
.jkl-calendar-date-button:focus-visible {
|
|
3485
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3486
|
+
outline-offset: 3px;
|
|
3560
3487
|
}
|
|
3561
3488
|
|
|
3562
3489
|
@media screen and (prefers-color-scheme: light) {
|
|
@@ -3672,7 +3599,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3672
3599
|
}
|
|
3673
3600
|
|
|
3674
3601
|
.jkl-expandable {
|
|
3675
|
-
--border-radius: 0.25rem;
|
|
3676
3602
|
background-color: var(--jkl-color-background-container-low);
|
|
3677
3603
|
border-radius: var(--border-radius);
|
|
3678
3604
|
box-sizing: border-box;
|
|
@@ -3695,22 +3621,39 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3695
3621
|
border: 1px solid var(--jkl-color-border-separator);
|
|
3696
3622
|
background-color: transparent;
|
|
3697
3623
|
border-radius: 0;
|
|
3624
|
+
border-radius: var(--border-top-left-radius) var(--border-top-right-radius) var(--border-bottom-right-radius) var(--border-bottom-left-radius);
|
|
3698
3625
|
}
|
|
3699
|
-
.jkl-
|
|
3626
|
+
.jkl-expandable__wrapper {
|
|
3627
|
+
--border-radius: 0.25rem;
|
|
3628
|
+
--outline-offset: 3px;
|
|
3629
|
+
position: relative;
|
|
3630
|
+
}
|
|
3631
|
+
.jkl-expandable__wrapper + .jkl-expandable__wrapper .jkl-expandable--stroke {
|
|
3700
3632
|
border-top: none;
|
|
3701
3633
|
}
|
|
3702
|
-
.jkl-
|
|
3703
|
-
border-top-left-radius: var(--border-radius);
|
|
3704
|
-
border-top-right-radius: var(--border-radius);
|
|
3634
|
+
.jkl-expandable__wrapper:first-child {
|
|
3635
|
+
--border-top-left-radius: var(--border-radius);
|
|
3636
|
+
--border-top-right-radius: var(--border-radius);
|
|
3705
3637
|
}
|
|
3706
|
-
.jkl-
|
|
3707
|
-
border-bottom-left-radius: var(--border-radius);
|
|
3708
|
-
border-bottom-right-radius: var(--border-radius);
|
|
3638
|
+
.jkl-expandable__wrapper:last-child {
|
|
3639
|
+
--border-bottom-left-radius: var(--border-radius);
|
|
3640
|
+
--border-bottom-right-radius: var(--border-radius);
|
|
3709
3641
|
}
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3642
|
+
.jkl-expandable__wrapper:has(:focus-visible):has(.jkl-expandable--stroke) {
|
|
3643
|
+
--outline-offset: -1px;
|
|
3644
|
+
}
|
|
3645
|
+
.jkl-expandable__wrapper:has(:focus-visible) .jkl-expandable__focus-container {
|
|
3646
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3647
|
+
outline-offset: 3px;
|
|
3648
|
+
outline-offset: var(--outline-offset);
|
|
3649
|
+
}
|
|
3650
|
+
.jkl-expandable__wrapper:has(:focus-visible):first-child:last-child {
|
|
3651
|
+
--outline-offset: 3px;
|
|
3652
|
+
}
|
|
3653
|
+
.jkl-expandable__focus-container {
|
|
3654
|
+
border-radius: var(--border-radius);
|
|
3655
|
+
position: absolute;
|
|
3656
|
+
inset: 0;
|
|
3714
3657
|
}
|
|
3715
3658
|
|
|
3716
3659
|
.jkl-expander {
|
|
@@ -3722,6 +3665,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3722
3665
|
width: 100%;
|
|
3723
3666
|
padding: 1rem;
|
|
3724
3667
|
cursor: pointer;
|
|
3668
|
+
color: var(--jkl-color);
|
|
3725
3669
|
display: flex;
|
|
3726
3670
|
gap: 0.5rem;
|
|
3727
3671
|
align-items: center;
|
|
@@ -3755,6 +3699,26 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3755
3699
|
background-color: var(--jkl-color-background-interactive-hover);
|
|
3756
3700
|
}
|
|
3757
3701
|
}
|
|
3702
|
+
.jkl-expander {
|
|
3703
|
+
outline: 0;
|
|
3704
|
+
border-style: none;
|
|
3705
|
+
outline-style: none;
|
|
3706
|
+
}
|
|
3707
|
+
.jkl-expander:active, .jkl-expander:hover, .jkl-expander:focus {
|
|
3708
|
+
outline: 0;
|
|
3709
|
+
outline-style: none;
|
|
3710
|
+
}
|
|
3711
|
+
@media screen and (forced-colors: active) {
|
|
3712
|
+
.jkl-expander {
|
|
3713
|
+
outline: revert;
|
|
3714
|
+
border-style: revert;
|
|
3715
|
+
outline-style: revert;
|
|
3716
|
+
}
|
|
3717
|
+
.jkl-expander:active, .jkl-expander:hover, .jkl-expander:focus {
|
|
3718
|
+
outline: revert;
|
|
3719
|
+
outline-style: revert;
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3758
3722
|
|
|
3759
3723
|
.jkl-old-expander {
|
|
3760
3724
|
--color: var(--jkl-color-text-interactive);
|
|
@@ -3792,8 +3756,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3792
3756
|
}
|
|
3793
3757
|
.jkl-old-expander:focus-visible {
|
|
3794
3758
|
border: none;
|
|
3795
|
-
outline:
|
|
3796
|
-
outline-offset:
|
|
3759
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3760
|
+
outline-offset: 3px;
|
|
3797
3761
|
}
|
|
3798
3762
|
.jkl-old-expander:focus-visible .jkl-old-expander__arrow {
|
|
3799
3763
|
transform: translateY(0.1875rem);
|
|
@@ -3835,7 +3799,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3835
3799
|
padding: 1rem 0 2.5rem 0;
|
|
3836
3800
|
}
|
|
3837
3801
|
|
|
3838
|
-
@keyframes jkl-show-
|
|
3802
|
+
@keyframes jkl-show-uhnyefp {
|
|
3839
3803
|
from {
|
|
3840
3804
|
transform: translate3d(0, 0.5rem, 0);
|
|
3841
3805
|
opacity: 0;
|
|
@@ -3855,7 +3819,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3855
3819
|
}
|
|
3856
3820
|
.jkl-feedback__step-counter {
|
|
3857
3821
|
color: var(--jkl-color-text-subdued);
|
|
3858
|
-
margin-bottom:
|
|
3822
|
+
margin-bottom: calc(var(--jkl-unit-10) * 2);
|
|
3859
3823
|
font-size: 1.125rem;
|
|
3860
3824
|
line-height: 1.75rem;
|
|
3861
3825
|
font-weight: 400;
|
|
@@ -3870,7 +3834,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3870
3834
|
}
|
|
3871
3835
|
}
|
|
3872
3836
|
.jkl-feedback__fade-in {
|
|
3873
|
-
animation: jkl-show-
|
|
3837
|
+
animation: jkl-show-uhnyefp 0.25s ease-out;
|
|
3874
3838
|
}
|
|
3875
3839
|
.jkl-feedback__buttons {
|
|
3876
3840
|
display: flex;
|
|
@@ -3951,17 +3915,17 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3951
3915
|
--jkl-message-icon-size: 1.5rem;
|
|
3952
3916
|
--jkl-message-icon-left: 1rem;
|
|
3953
3917
|
--jkl-message-icon-top: 1.5rem;
|
|
3954
|
-
--jkl-message-title-margin: 0 0 0.
|
|
3918
|
+
--jkl-message-title-margin: 0 0 calc(var(--jkl-unit-10) * 0.5) 0;
|
|
3955
3919
|
--jkl-message-dismiss-button-size: 2.75rem;
|
|
3956
|
-
--jkl-message-gap:
|
|
3957
|
-
--jkl-message-padding:
|
|
3920
|
+
--jkl-message-gap: calc(var(--jkl-unit-10) * 1.5);
|
|
3921
|
+
--jkl-message-padding: calc(var(--jkl-unit-10) * 2) calc(var(--jkl-unit-10) * 1.5);
|
|
3958
3922
|
}
|
|
3959
3923
|
@media (min-width: 680px) {
|
|
3960
3924
|
:root,
|
|
3961
3925
|
[data-layout-density=comfortable],
|
|
3962
3926
|
[data-density=comfortable] {
|
|
3963
|
-
--jkl-message-gap:
|
|
3964
|
-
--jkl-message-padding:
|
|
3927
|
+
--jkl-message-gap: calc(var(--jkl-unit-10) * 2);
|
|
3928
|
+
--jkl-message-padding: calc(var(--jkl-unit-10) * 3) calc(var(--jkl-unit-10) * 2);
|
|
3965
3929
|
}
|
|
3966
3930
|
}
|
|
3967
3931
|
|
|
@@ -3978,7 +3942,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3978
3942
|
--jkl-message-icon-top: 0.875rem;
|
|
3979
3943
|
--jkl-message-dismiss-button-size: 2rem;
|
|
3980
3944
|
--jkl-message-gap: 0.5rem;
|
|
3981
|
-
--jkl-message-padding:
|
|
3945
|
+
--jkl-message-padding: calc(var(--jkl-unit-10) * 1.5) 0.5rem;
|
|
3982
3946
|
}
|
|
3983
3947
|
|
|
3984
3948
|
.jkl-message {
|
|
@@ -4031,11 +3995,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4031
3995
|
grid-area: dismiss;
|
|
4032
3996
|
justify-self: end;
|
|
4033
3997
|
position: relative;
|
|
4034
|
-
margin-left: var(--jkl-message-gap);
|
|
4035
3998
|
background-color: transparent;
|
|
4036
3999
|
padding: 0;
|
|
4037
4000
|
cursor: pointer;
|
|
4038
4001
|
color: inherit;
|
|
4002
|
+
display: grid;
|
|
4003
|
+
place-content: center;
|
|
4039
4004
|
}
|
|
4040
4005
|
.jkl-message__dismiss-button {
|
|
4041
4006
|
outline: 0;
|
|
@@ -4071,13 +4036,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4071
4036
|
}
|
|
4072
4037
|
}
|
|
4073
4038
|
.jkl-message__dismiss-button::after {
|
|
4074
|
-
--tap-increment: calc(
|
|
4075
|
-
(var(--jkl-message-dismiss-button-size) - 1.25rem) / 2 *
|
|
4076
|
-
- 1
|
|
4077
|
-
);
|
|
4078
4039
|
content: "";
|
|
4079
4040
|
position: absolute;
|
|
4080
|
-
|
|
4041
|
+
display: block;
|
|
4042
|
+
width: var(--jkl-message-dismiss-button-size);
|
|
4043
|
+
height: var(--jkl-message-dismiss-button-size);
|
|
4044
|
+
top: 50%;
|
|
4045
|
+
left: 50%;
|
|
4046
|
+
transform: translate(-50%, -50%);
|
|
4081
4047
|
}
|
|
4082
4048
|
.jkl-message__dismiss-button:hover {
|
|
4083
4049
|
color: #636060;
|
|
@@ -4091,8 +4057,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4091
4057
|
}
|
|
4092
4058
|
}
|
|
4093
4059
|
.jkl-message__dismiss-button:focus-visible {
|
|
4094
|
-
outline:
|
|
4095
|
-
outline-offset:
|
|
4060
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4061
|
+
outline-offset: 3px;
|
|
4096
4062
|
}
|
|
4097
4063
|
.jkl-message--full {
|
|
4098
4064
|
max-width: 100%;
|
|
@@ -4110,7 +4076,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4110
4076
|
--background-color: var(--jkl-color-background-alert-success);
|
|
4111
4077
|
}
|
|
4112
4078
|
.jkl-message--dismissed {
|
|
4113
|
-
animation: jkl-dismiss-
|
|
4079
|
+
animation: jkl-dismiss-uhnyegm 400ms ease-in-out forwards;
|
|
4114
4080
|
transition: visibility 0ms 400ms;
|
|
4115
4081
|
visibility: hidden;
|
|
4116
4082
|
}
|
|
@@ -4130,7 +4096,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4130
4096
|
}
|
|
4131
4097
|
}
|
|
4132
4098
|
|
|
4133
|
-
@keyframes jkl-dismiss-
|
|
4099
|
+
@keyframes jkl-dismiss-uhnyegm {
|
|
4134
4100
|
from {
|
|
4135
4101
|
opacity: 1;
|
|
4136
4102
|
transform: translate3d(0, 0, 0);
|
|
@@ -4141,7 +4107,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4141
4107
|
}
|
|
4142
4108
|
}
|
|
4143
4109
|
.jkl-form-error-message {
|
|
4144
|
-
padding-bottom:
|
|
4110
|
+
padding-bottom: calc(var(--jkl-unit-10) * 5);
|
|
4145
4111
|
}
|
|
4146
4112
|
|
|
4147
4113
|
:root,
|
|
@@ -4177,7 +4143,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4177
4143
|
--jkl-radio-button-height: 1.75rem;
|
|
4178
4144
|
--jkl-radio-button-line-height: 1.5rem;
|
|
4179
4145
|
--jkl-radio-button-size: 1.125rem;
|
|
4180
|
-
--jkl-radio-button-text-margin: 0.
|
|
4146
|
+
--jkl-radio-button-text-margin: calc(var(--jkl-unit-10) * 0.5) 0;
|
|
4181
4147
|
--jkl-radio-button-text-transform: translate3d(0, 0, 0);
|
|
4182
4148
|
--jkl-radio-button-dot-margin: 0.4375rem 0.5rem 0.4375rem 0;
|
|
4183
4149
|
--jkl-radio-button-dot-size: 0.625rem;
|
|
@@ -4186,7 +4152,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4186
4152
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4187
4153
|
}
|
|
4188
4154
|
|
|
4189
|
-
@keyframes jkl-dot-in-
|
|
4155
|
+
@keyframes jkl-dot-in-uhnyeh0 {
|
|
4190
4156
|
0% {
|
|
4191
4157
|
transform: scale(0.8);
|
|
4192
4158
|
}
|
|
@@ -4231,7 +4197,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4231
4197
|
}
|
|
4232
4198
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4233
4199
|
--dot-color: var(--jkl-color-border-action);
|
|
4234
|
-
animation: jkl-dot-in-
|
|
4200
|
+
animation: jkl-dot-in-uhnyeh0 150ms ease;
|
|
4235
4201
|
}
|
|
4236
4202
|
@media screen and (forced-colors: active) {
|
|
4237
4203
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4246,8 +4212,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4246
4212
|
--background-color: var(--jkl-color-background-input-focus);
|
|
4247
4213
|
}
|
|
4248
4214
|
.jkl-radio-button__input:focus-visible + .jkl-radio-button__label > .jkl-radio-button__dot {
|
|
4249
|
-
outline:
|
|
4250
|
-
outline-offset:
|
|
4215
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4216
|
+
outline-offset: 3px;
|
|
4251
4217
|
}
|
|
4252
4218
|
.jkl-radio-button--error .jkl-radio-button__input:focus-visible + .jkl-radio-button__label {
|
|
4253
4219
|
--background-color: var(--jkl-color-background-alert-error);
|
|
@@ -4327,7 +4293,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4327
4293
|
--outer-border-color: var(--jkl-color-border-input);
|
|
4328
4294
|
--outer-border-thickness: 0.0625rem;
|
|
4329
4295
|
--background-color: transparent;
|
|
4330
|
-
|
|
4296
|
+
box-shadow: inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);
|
|
4331
4297
|
border-radius: 4px;
|
|
4332
4298
|
padding-left: 1rem;
|
|
4333
4299
|
background-color: var(--background-color);
|
|
@@ -4371,17 +4337,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4371
4337
|
padding-bottom: 24px;
|
|
4372
4338
|
height: auto;
|
|
4373
4339
|
}
|
|
4374
|
-
.jkl-input-panel:has(:focus-visible)
|
|
4375
|
-
--
|
|
4376
|
-
|
|
4340
|
+
.jkl-input-panel:has(:focus-visible) {
|
|
4341
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4342
|
+
outline-offset: 3px;
|
|
4377
4343
|
}
|
|
4378
4344
|
.jkl-input-panel:has(:checked) {
|
|
4379
|
-
--outer-border-thickness: 0.125rem;
|
|
4380
|
-
--outer-border-color: var(--jkl-color-border-action);
|
|
4381
4345
|
--background-color: var(--jkl-color-background-container-high);
|
|
4382
4346
|
}
|
|
4347
|
+
.jkl-input-panel:hover {
|
|
4348
|
+
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
4349
|
+
--outer-border-thickness: 0.125rem;
|
|
4350
|
+
}
|
|
4383
4351
|
|
|
4384
|
-
@keyframes jkl-dot-in-
|
|
4352
|
+
@keyframes jkl-dot-in-uhnyehp {
|
|
4385
4353
|
0% {
|
|
4386
4354
|
transform: scale(0.8);
|
|
4387
4355
|
}
|
|
@@ -4429,7 +4397,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4429
4397
|
}
|
|
4430
4398
|
}
|
|
4431
4399
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4432
|
-
animation: jkl-dot-in-
|
|
4400
|
+
animation: jkl-dot-in-uhnyehp 150ms ease;
|
|
4433
4401
|
}
|
|
4434
4402
|
.jkl-radio-panel:has(:checked) {
|
|
4435
4403
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4441,7 +4409,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4441
4409
|
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4442
4410
|
}
|
|
4443
4411
|
|
|
4444
|
-
@keyframes jkl-checkbox-checked-
|
|
4412
|
+
@keyframes jkl-checkbox-checked-uhnyei8 {
|
|
4445
4413
|
0% {
|
|
4446
4414
|
width: 0;
|
|
4447
4415
|
height: 0;
|
|
@@ -4504,7 +4472,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4504
4472
|
}
|
|
4505
4473
|
}
|
|
4506
4474
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4507
|
-
animation: jkl-checkbox-checked-
|
|
4475
|
+
animation: jkl-checkbox-checked-uhnyei8 150ms ease-in-out forwards;
|
|
4508
4476
|
opacity: 1;
|
|
4509
4477
|
}
|
|
4510
4478
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -4515,12 +4483,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4515
4483
|
:root,
|
|
4516
4484
|
[data-layout-density=comfortable],
|
|
4517
4485
|
[data-density=comfortable] {
|
|
4518
|
-
--jkl-link-list-padding: var(--jkl-
|
|
4486
|
+
--jkl-link-list-padding: var(--jkl-unit-10);
|
|
4519
4487
|
}
|
|
4520
4488
|
|
|
4521
4489
|
[data-layout-density=compact],
|
|
4522
4490
|
[data-density=compact] {
|
|
4523
|
-
--jkl-link-list-padding: var(--jkl-
|
|
4491
|
+
--jkl-link-list-padding: var(--jkl-unit-05);
|
|
4524
4492
|
}
|
|
4525
4493
|
|
|
4526
4494
|
.jkl-link-list {
|
|
@@ -4551,7 +4519,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4551
4519
|
display: flex;
|
|
4552
4520
|
justify-content: space-between;
|
|
4553
4521
|
align-items: first baseline;
|
|
4554
|
-
gap: var(--jkl-
|
|
4522
|
+
gap: var(--jkl-unit-20);
|
|
4555
4523
|
padding: var(--jkl-link-list-padding) 0;
|
|
4556
4524
|
border-top: 0.0625rem solid var(--border-color);
|
|
4557
4525
|
width: 100%;
|
|
@@ -4568,7 +4536,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4568
4536
|
.jkl-link-list-link:focus-visible {
|
|
4569
4537
|
--border-color: transparent;
|
|
4570
4538
|
z-index: 1;
|
|
4571
|
-
outline:
|
|
4539
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4572
4540
|
outline-offset: 0;
|
|
4573
4541
|
}
|
|
4574
4542
|
.jkl-link-list-link__arrow {
|
|
@@ -4686,7 +4654,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4686
4654
|
[data-layout-density=comfortable],
|
|
4687
4655
|
[data-density=comfortable] {
|
|
4688
4656
|
--jkl-menu-item-height: 3rem;
|
|
4689
|
-
--jkl-menu-item-padding: 0.5rem
|
|
4657
|
+
--jkl-menu-item-padding: 0.5rem calc(var(--jkl-unit-10) * 3);
|
|
4690
4658
|
--jkl-menu-item-font-size: var(--jkl-body-font-size);
|
|
4691
4659
|
--jkl-menu-item-line-height: var(--jkl-body-line-height);
|
|
4692
4660
|
--jkl-menu-item-font-weight: var(--jkl-body-font-weight);
|
|
@@ -4695,7 +4663,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4695
4663
|
[data-layout-density=compact],
|
|
4696
4664
|
[data-density=compact] {
|
|
4697
4665
|
--jkl-menu-item-height: jkl.rem(32px);
|
|
4698
|
-
--jkl-menu-item-padding: 0.
|
|
4666
|
+
--jkl-menu-item-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 1.5);
|
|
4699
4667
|
--jkl-menu-item-font-size: var(--jkl-small-font-size);
|
|
4700
4668
|
--jkl-menu-item-line-height: var(--jkl-small-line-height);
|
|
4701
4669
|
--jkl-menu-item-font-weight: var(--jkl-small-font-weight);
|
|
@@ -4741,7 +4709,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4741
4709
|
}
|
|
4742
4710
|
.jkl-menu-item__content {
|
|
4743
4711
|
display: flex;
|
|
4744
|
-
gap: 0.
|
|
4712
|
+
gap: calc(var(--jkl-unit-10) * 0.5);
|
|
4745
4713
|
justify-content: flex-start;
|
|
4746
4714
|
overflow: hidden;
|
|
4747
4715
|
white-space: nowrap;
|
|
@@ -4820,19 +4788,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4820
4788
|
--jkl-modal-title-font-size: var(--jkl-heading-3-font-size);
|
|
4821
4789
|
--jkl-modal-title-line-height: var(--jkl-heading-3-line-height);
|
|
4822
4790
|
--jkl-modal-title-font-weight: var(--jkl-heading-3-font-weight);
|
|
4823
|
-
--jkl-modal-padding:
|
|
4791
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 5);
|
|
4824
4792
|
--jkl-modal-min-width: 13.75rem;
|
|
4825
4793
|
--jkl-modal-max-width: 41.25rem;
|
|
4826
|
-
--jkl-modal-header-margin: 0 0
|
|
4827
|
-
--jkl-modal-actions-margin:
|
|
4794
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 3);
|
|
4795
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 5) 0 0 0;
|
|
4828
4796
|
}
|
|
4829
4797
|
@media (width >= 0) and (max-width: 679px) {
|
|
4830
4798
|
:root,
|
|
4831
4799
|
[data-layout-density=comfortable],
|
|
4832
4800
|
[data-density=comfortable] {
|
|
4833
|
-
--jkl-modal-padding:
|
|
4834
|
-
--jkl-modal-header-margin: 0 0
|
|
4835
|
-
--jkl-modal-actions-margin:
|
|
4801
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 4);
|
|
4802
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 2);
|
|
4803
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 4) 0 0 0;
|
|
4836
4804
|
}
|
|
4837
4805
|
}
|
|
4838
4806
|
|
|
@@ -4844,9 +4812,9 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4844
4812
|
--jkl-modal-title-font-size: var(--jkl-heading-4-font-size);
|
|
4845
4813
|
--jkl-modal-title-line-height: var(--jkl-heading-4-line-height);
|
|
4846
4814
|
--jkl-modal-title-font-weight: var(--jkl-heading-4-font-weight);
|
|
4847
|
-
--jkl-modal-padding:
|
|
4848
|
-
--jkl-modal-header-margin: 0 0
|
|
4849
|
-
--jkl-modal-actions-margin:
|
|
4815
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 3);
|
|
4816
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 1.5);
|
|
4817
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 3) 0 0 0;
|
|
4850
4818
|
--jkl-modal-min-width: 13.75rem;
|
|
4851
4819
|
}
|
|
4852
4820
|
|
|
@@ -4891,7 +4859,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4891
4859
|
}
|
|
4892
4860
|
@media (width >= 0) and (max-width: 679px) {
|
|
4893
4861
|
.jkl-modal {
|
|
4894
|
-
margin: auto
|
|
4862
|
+
margin: auto calc(var(--jkl-unit-10) * 3);
|
|
4895
4863
|
}
|
|
4896
4864
|
}
|
|
4897
4865
|
|
|
@@ -4920,7 +4888,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4920
4888
|
margin: var(--jkl-modal-actions-margin);
|
|
4921
4889
|
display: flex;
|
|
4922
4890
|
flex-direction: row;
|
|
4923
|
-
gap:
|
|
4891
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
4924
4892
|
}
|
|
4925
4893
|
|
|
4926
4894
|
.jkl-pagination {
|
|
@@ -4951,8 +4919,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4951
4919
|
color: var(--jkl-color-text-interactive-hover);
|
|
4952
4920
|
}
|
|
4953
4921
|
.jkl-pagination-button:focus-visible {
|
|
4954
|
-
outline:
|
|
4955
|
-
outline-offset:
|
|
4922
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4923
|
+
outline-offset: 3px;
|
|
4956
4924
|
}
|
|
4957
4925
|
.jkl-pagination-button--current {
|
|
4958
4926
|
--jkl-icon-weight: 500;
|
|
@@ -4969,14 +4937,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4969
4937
|
|
|
4970
4938
|
[data-layout-density=compact],
|
|
4971
4939
|
[data-density=compact] {
|
|
4972
|
-
--jkl-select-input-height:
|
|
4973
|
-
--jkl-select-arrow-right: 0.
|
|
4974
|
-
--jkl-select-button-padding: 0.
|
|
4940
|
+
--jkl-select-input-height: calc(var(--jkl-unit-10) * 4);
|
|
4941
|
+
--jkl-select-arrow-right: calc(var(--jkl-unit-10) * 0.5);
|
|
4942
|
+
--jkl-select-button-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 4) calc(var(--jkl-unit-10) * 0.5)
|
|
4975
4943
|
0.5rem;
|
|
4976
|
-
--jkl-select-search-input-padding: 0.
|
|
4977
|
-
--jkl-select-native-padding: 0.
|
|
4978
|
-
0.
|
|
4979
|
-
--jkl-select-option-padding: 0.
|
|
4944
|
+
--jkl-select-search-input-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
4945
|
+
--jkl-select-native-padding: calc(var(--jkl-unit-10) * 0.5) calc(var(--jkl-unit-10) * 3) calc(var(--jkl-unit-10) * 0.5)
|
|
4946
|
+
calc(var(--jkl-unit-10) * 0.5);
|
|
4947
|
+
--jkl-select-option-padding: calc(var(--jkl-unit-10) * 0.5) 0.5rem;
|
|
4980
4948
|
--jkl-select-font-size: var(--jkl-small-font-size);
|
|
4981
4949
|
--jkl-select-line-height: var(--jkl-small-line-height);
|
|
4982
4950
|
--jkl-select-font-weight: var(--jkl-small-font-weight);
|
|
@@ -4985,13 +4953,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4985
4953
|
:root,
|
|
4986
4954
|
[data-layout-density=comfortable],
|
|
4987
4955
|
[data-density=comfortable] {
|
|
4988
|
-
--jkl-select-input-height:
|
|
4956
|
+
--jkl-select-input-height: calc(var(--jkl-unit-10) * 6);
|
|
4989
4957
|
--jkl-select-arrow-right: 0.5rem;
|
|
4990
4958
|
--jkl-select-button-padding: 0.5rem 2.25rem 0.5rem
|
|
4991
|
-
|
|
4959
|
+
calc(var(--jkl-unit-10) * 1.5);
|
|
4992
4960
|
--jkl-select-search-input-padding: var(--jkl-select-button-padding);
|
|
4993
|
-
--jkl-select-native-padding: 0
|
|
4994
|
-
--jkl-select-option-padding: 0.5rem
|
|
4961
|
+
--jkl-select-native-padding: 0 calc(var(--jkl-unit-10) * 5) 0 0.5rem;
|
|
4962
|
+
--jkl-select-option-padding: 0.5rem calc(var(--jkl-unit-10) * 1.5);
|
|
4995
4963
|
--jkl-select-font-size: var(--jkl-body-font-size);
|
|
4996
4964
|
--jkl-select-line-height: var(--jkl-body-line-height);
|
|
4997
4965
|
--jkl-select-font-weight: var(--jkl-body-font-weight);
|
|
@@ -5034,6 +5002,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5034
5002
|
.jkl-select *:focus {
|
|
5035
5003
|
outline: none;
|
|
5036
5004
|
}
|
|
5005
|
+
.jkl-select .jkl-tooltip-question-button:focus {
|
|
5006
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5007
|
+
outline-offset: 0;
|
|
5008
|
+
}
|
|
5037
5009
|
.jkl-select select {
|
|
5038
5010
|
appearance: none;
|
|
5039
5011
|
}
|
|
@@ -5088,10 +5060,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5088
5060
|
color: var(--jkl-color-text-default);
|
|
5089
5061
|
}
|
|
5090
5062
|
.jkl-select__search-input:focus, .jkl-select__button:focus {
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
box-shadow: 0 0 0 0.0625rem var(--jkl-color-border-input-focus);
|
|
5094
|
-
background-color: var(--jkl-color-background-container-high);
|
|
5063
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5064
|
+
outline-offset: 3px;
|
|
5095
5065
|
}
|
|
5096
5066
|
.jkl-select__search-input:hover, .jkl-select__button:hover {
|
|
5097
5067
|
border-color: var(--jkl-color-border-input-focus);
|
|
@@ -5127,7 +5097,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5127
5097
|
fill: CanvasText;
|
|
5128
5098
|
}
|
|
5129
5099
|
}
|
|
5130
|
-
:has([aria-invalid=true]) .jkl-select__arrow {
|
|
5100
|
+
.jkl-select:has([aria-invalid=true]) .jkl-select__arrow {
|
|
5131
5101
|
color: var(--jkl-color-text-on-alert);
|
|
5132
5102
|
}
|
|
5133
5103
|
.jkl-select__options-menu {
|
|
@@ -5279,11 +5249,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5279
5249
|
}
|
|
5280
5250
|
|
|
5281
5251
|
.jkl-countdown__tracker {
|
|
5282
|
-
animation: jkl-downcount-
|
|
5252
|
+
animation: jkl-downcount-uhnyeiz var(--duration) linear forwards;
|
|
5283
5253
|
animation-play-state: var(--play-state, running);
|
|
5284
5254
|
}
|
|
5285
5255
|
|
|
5286
|
-
@keyframes jkl-downcount-
|
|
5256
|
+
@keyframes jkl-downcount-uhnyeiz {
|
|
5287
5257
|
from {
|
|
5288
5258
|
width: 100%;
|
|
5289
5259
|
}
|
|
@@ -5387,13 +5357,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5387
5357
|
.jkl-system-message__content {
|
|
5388
5358
|
box-sizing: border-box;
|
|
5389
5359
|
padding: var(--jkl-system-message-content-padding);
|
|
5390
|
-
display:
|
|
5360
|
+
display: grid;
|
|
5361
|
+
grid-template-columns: min-content 1fr min-content;
|
|
5391
5362
|
align-items: flex-start;
|
|
5392
5363
|
width: 100%;
|
|
5393
5364
|
margin: 0 auto;
|
|
5394
5365
|
}
|
|
5395
5366
|
.jkl-system-message__icon {
|
|
5396
|
-
align-self: flex-start;
|
|
5397
5367
|
height: var(--jkl-system-message-icon-height);
|
|
5398
5368
|
margin: var(--jkl-system-message-icon-padding);
|
|
5399
5369
|
flex-shrink: 0;
|
|
@@ -5416,15 +5386,22 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5416
5386
|
background-color: transparent;
|
|
5417
5387
|
padding: 0;
|
|
5418
5388
|
cursor: pointer;
|
|
5419
|
-
display:
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
align-self: flex-start;
|
|
5389
|
+
display: grid;
|
|
5390
|
+
place-content: center;
|
|
5391
|
+
position: relative;
|
|
5423
5392
|
flex-shrink: 0;
|
|
5393
|
+
margin-top: 0.1875rem;
|
|
5394
|
+
color: inherit;
|
|
5395
|
+
}
|
|
5396
|
+
.jkl-system-message__dismiss-button::after {
|
|
5397
|
+
content: "";
|
|
5398
|
+
position: absolute;
|
|
5399
|
+
display: block;
|
|
5424
5400
|
width: var(--jkl-system-message-dismiss-button-size);
|
|
5425
5401
|
height: var(--jkl-system-message-dismiss-button-size);
|
|
5426
|
-
|
|
5427
|
-
|
|
5402
|
+
top: 50%;
|
|
5403
|
+
left: 50%;
|
|
5404
|
+
transform: translate(-50%, -50%);
|
|
5428
5405
|
}
|
|
5429
5406
|
@media screen and (forced-colors: active) {
|
|
5430
5407
|
.jkl-system-message__dismiss-button {
|
|
@@ -5470,21 +5447,21 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5470
5447
|
stroke: ButtonText;
|
|
5471
5448
|
}
|
|
5472
5449
|
}
|
|
5473
|
-
|
|
5474
|
-
outline:
|
|
5450
|
+
.jkl-system-message__dismiss-button:focus-visible {
|
|
5451
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5452
|
+
outline-offset: 3px;
|
|
5475
5453
|
}
|
|
5476
5454
|
@media screen and (forced-colors: active) {
|
|
5477
|
-
|
|
5455
|
+
.jkl-system-message__dismiss-button:focus-visible {
|
|
5478
5456
|
outline: 2px solid ButtonText;
|
|
5479
5457
|
outline-offset: 2px;
|
|
5480
5458
|
}
|
|
5481
5459
|
}
|
|
5482
|
-
|
|
5483
5460
|
.jkl-system-message__message, .jkl-system-message__message:last-child {
|
|
5484
5461
|
margin-bottom: 0;
|
|
5485
5462
|
}
|
|
5486
5463
|
.jkl-system-message--dismissed {
|
|
5487
|
-
animation: jkl-dismiss-
|
|
5464
|
+
animation: jkl-dismiss-uhnyejl 400ms ease-in forwards;
|
|
5488
5465
|
transition: visibility 0ms 400ms;
|
|
5489
5466
|
visibility: hidden;
|
|
5490
5467
|
}
|
|
@@ -5516,7 +5493,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5516
5493
|
}
|
|
5517
5494
|
}
|
|
5518
5495
|
|
|
5519
|
-
@keyframes jkl-dismiss-
|
|
5496
|
+
@keyframes jkl-dismiss-uhnyejl {
|
|
5520
5497
|
from {
|
|
5521
5498
|
opacity: 1;
|
|
5522
5499
|
transform: translate3d(0, 0, 0);
|
|
@@ -5720,8 +5697,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5720
5697
|
transition-duration: 75ms;
|
|
5721
5698
|
transition-property: opacity;
|
|
5722
5699
|
display: inline-block;
|
|
5723
|
-
margin-bottom: 0.
|
|
5724
|
-
margin-left: 0.
|
|
5700
|
+
margin-bottom: calc(var(--jkl-unit-10) * 0.25);
|
|
5701
|
+
margin-left: calc(var(--jkl-unit-10) * 0.5);
|
|
5725
5702
|
vertical-align: middle;
|
|
5726
5703
|
opacity: 0;
|
|
5727
5704
|
width: 1.2em;
|
|
@@ -5740,14 +5717,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5740
5717
|
|
|
5741
5718
|
.jkl-table-pagination {
|
|
5742
5719
|
display: flex;
|
|
5743
|
-
gap:
|
|
5720
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
5744
5721
|
flex-direction: column;
|
|
5745
5722
|
width: 100%;
|
|
5746
5723
|
}
|
|
5747
5724
|
@media (min-width: 680px) {
|
|
5748
5725
|
.jkl-table-pagination {
|
|
5749
5726
|
flex-direction: row;
|
|
5750
|
-
gap:
|
|
5727
|
+
gap: calc(var(--jkl-unit-10) * 1.5);
|
|
5751
5728
|
justify-content: space-between;
|
|
5752
5729
|
}
|
|
5753
5730
|
}
|
|
@@ -5766,7 +5743,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5766
5743
|
white-space: nowrap;
|
|
5767
5744
|
}
|
|
5768
5745
|
.jkl-table-pagination__picker--page {
|
|
5769
|
-
padding-inline-end:
|
|
5746
|
+
padding-inline-end: calc(var(--jkl-unit-10) * 3);
|
|
5770
5747
|
width: min(12rem, 100%);
|
|
5771
5748
|
}
|
|
5772
5749
|
@media (min-width: 680px) {
|
|
@@ -5786,7 +5763,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5786
5763
|
flex-direction: column;
|
|
5787
5764
|
justify-content: center;
|
|
5788
5765
|
flex-wrap: wrap;
|
|
5789
|
-
gap:
|
|
5766
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
5790
5767
|
}
|
|
5791
5768
|
@media (min-width: 680px) {
|
|
5792
5769
|
.jkl-table-pagination__nav {
|
|
@@ -6089,8 +6066,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6089
6066
|
:root,
|
|
6090
6067
|
[data-layout-density=comfortable],
|
|
6091
6068
|
[data-density=comfortable] {
|
|
6092
|
-
--jkl-tab-padding: var(--jkl-
|
|
6093
|
-
var(--jkl-
|
|
6069
|
+
--jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-50) var(--jkl-unit-15)
|
|
6070
|
+
var(--jkl-unit-02);
|
|
6094
6071
|
--jkl-tab-font-size: var(--jkl-body-font-size);
|
|
6095
6072
|
--jkl-tab-line-height: var(--jkl-body-line-height);
|
|
6096
6073
|
--jkl-tab-font-weight: var(--jkl-body-font-weight);
|
|
@@ -6099,8 +6076,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6099
6076
|
:root,
|
|
6100
6077
|
[data-layout-density=comfortable],
|
|
6101
6078
|
[data-density=comfortable] {
|
|
6102
|
-
--jkl-tab-padding: var(--jkl-
|
|
6103
|
-
var(--jkl-
|
|
6079
|
+
--jkl-tab-padding: var(--jkl-unit-10) var(--jkl-unit-30)
|
|
6080
|
+
var(--jkl-unit-15) var(--jkl-unit-02);
|
|
6104
6081
|
}
|
|
6105
6082
|
}
|
|
6106
6083
|
|
|
@@ -6109,8 +6086,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6109
6086
|
--jkl-tab-font-size: var(--jkl-small-font-size);
|
|
6110
6087
|
--jkl-tab-line-height: var(--jkl-small-line-height);
|
|
6111
6088
|
--jkl-tab-font-weight: var(--jkl-small-font-weight);
|
|
6112
|
-
--jkl-tab-padding: var(--jkl-
|
|
6113
|
-
|
|
6089
|
+
--jkl-tab-padding: var(--jkl-unit-02) var(--jkl-unit-40) var(--jkl-unit-05)
|
|
6090
|
+
0;
|
|
6114
6091
|
}
|
|
6115
6092
|
|
|
6116
6093
|
.jkl-tabs {
|
|
@@ -6166,7 +6143,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6166
6143
|
background-color: transparent;
|
|
6167
6144
|
cursor: pointer;
|
|
6168
6145
|
position: relative;
|
|
6169
|
-
scroll-margin-inline-start: var(--jkl-
|
|
6146
|
+
scroll-margin-inline-start: var(--jkl-unit-20);
|
|
6170
6147
|
scroll-snap-align: start;
|
|
6171
6148
|
text-decoration: none;
|
|
6172
6149
|
white-space: nowrap;
|
|
@@ -6195,7 +6172,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6195
6172
|
--text-color: var(--jkl-color-text-interactive-hover);
|
|
6196
6173
|
}
|
|
6197
6174
|
.jkl-tab:focus-visible {
|
|
6198
|
-
outline:
|
|
6175
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
6199
6176
|
outline-offset: -2px;
|
|
6200
6177
|
}
|
|
6201
6178
|
.jkl-tab[aria-selected=true] {
|
|
@@ -6207,13 +6184,13 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6207
6184
|
:root,
|
|
6208
6185
|
[data-layout-density=comfortable],
|
|
6209
6186
|
[data-density=comfortable] {
|
|
6210
|
-
--jkl-toast-padding:
|
|
6187
|
+
--jkl-toast-padding: calc(var(--jkl-unit-10) * 2);
|
|
6211
6188
|
}
|
|
6212
6189
|
@media (width >= 0) and (max-width: 679px) {
|
|
6213
6190
|
:root,
|
|
6214
6191
|
[data-layout-density=comfortable],
|
|
6215
6192
|
[data-density=comfortable] {
|
|
6216
|
-
--jkl-toast-padding:
|
|
6193
|
+
--jkl-toast-padding: calc(var(--jkl-unit-10) * 1.5);
|
|
6217
6194
|
}
|
|
6218
6195
|
}
|
|
6219
6196
|
|
|
@@ -6228,7 +6205,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6228
6205
|
display: flex;
|
|
6229
6206
|
justify-content: center;
|
|
6230
6207
|
position: fixed;
|
|
6231
|
-
bottom:
|
|
6208
|
+
bottom: calc(var(--jkl-unit-10) * 3);
|
|
6232
6209
|
right: 0;
|
|
6233
6210
|
left: 0;
|
|
6234
6211
|
width: 100%;
|
|
@@ -6240,11 +6217,11 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6240
6217
|
display: flex;
|
|
6241
6218
|
flex-direction: column;
|
|
6242
6219
|
align-items: center;
|
|
6243
|
-
gap:
|
|
6220
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
6244
6221
|
}
|
|
6245
6222
|
.jkl-toast-region--left {
|
|
6246
6223
|
justify-content: flex-start;
|
|
6247
|
-
left:
|
|
6224
|
+
left: calc(var(--jkl-unit-10) * 3);
|
|
6248
6225
|
}
|
|
6249
6226
|
|
|
6250
6227
|
.jkl-toast {
|
|
@@ -6287,7 +6264,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6287
6264
|
}
|
|
6288
6265
|
.jkl-toast__progress {
|
|
6289
6266
|
grid-area: progress;
|
|
6290
|
-
margin-bottom:
|
|
6267
|
+
margin-bottom: calc(var(--jkl-unit-10) * 2);
|
|
6291
6268
|
margin-inline: calc(-1 * var(--jkl-toast-padding));
|
|
6292
6269
|
}
|
|
6293
6270
|
.jkl-toast__progress .jkl-countdown {
|
|
@@ -6297,8 +6274,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6297
6274
|
}
|
|
6298
6275
|
.jkl-toast__icon {
|
|
6299
6276
|
grid-area: icon;
|
|
6300
|
-
width:
|
|
6301
|
-
margin-right:
|
|
6277
|
+
width: calc(var(--jkl-unit-10) * 3);
|
|
6278
|
+
margin-right: calc(var(--jkl-unit-10) * 2);
|
|
6302
6279
|
}
|
|
6303
6280
|
@media screen and (forced-colors: active) {
|
|
6304
6281
|
.jkl-toast__icon {
|
|
@@ -6315,7 +6292,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6315
6292
|
margin-top: -0.125rem;
|
|
6316
6293
|
}
|
|
6317
6294
|
.jkl-toast__title {
|
|
6318
|
-
margin: 0 0 0.
|
|
6295
|
+
margin: 0 0 calc(var(--jkl-unit-10) * 0.5) 0;
|
|
6319
6296
|
font-size: 1.125rem;
|
|
6320
6297
|
line-height: 1.5rem;
|
|
6321
6298
|
font-weight: 700;
|
|
@@ -6397,14 +6374,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6397
6374
|
|
|
6398
6375
|
.jkl-toast[data-animation=entering],
|
|
6399
6376
|
.jkl-toast[data-animation=queued] {
|
|
6400
|
-
animation: jkl-entering-
|
|
6377
|
+
animation: jkl-entering-uhnyeke 200ms ease-out forwards;
|
|
6401
6378
|
}
|
|
6402
6379
|
|
|
6403
6380
|
.jkl-toast[data-animation=exiting] {
|
|
6404
|
-
animation: jkl-exiting-
|
|
6381
|
+
animation: jkl-exiting-uhnyekx 150ms ease-in forwards;
|
|
6405
6382
|
}
|
|
6406
6383
|
|
|
6407
|
-
@keyframes jkl-entering-
|
|
6384
|
+
@keyframes jkl-entering-uhnyeke {
|
|
6408
6385
|
from {
|
|
6409
6386
|
opacity: 0;
|
|
6410
6387
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6414,7 +6391,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6414
6391
|
transform: translate3d(0, 0, 0);
|
|
6415
6392
|
}
|
|
6416
6393
|
}
|
|
6417
|
-
@keyframes jkl-exiting-
|
|
6394
|
+
@keyframes jkl-exiting-uhnyekx {
|
|
6418
6395
|
from {
|
|
6419
6396
|
opacity: 1;
|
|
6420
6397
|
transform: translate3d(0, 0, 0);
|
|
@@ -6587,7 +6564,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
6587
6564
|
--jkl-toggle-switch-width: 3rem;
|
|
6588
6565
|
--jkl-toggle-switch-knob-size: 1.25rem;
|
|
6589
6566
|
--jkl-toggle-switch-indicator-spacing: 0;
|
|
6590
|
-
--jkl-toggle-switch-help-label-spacing: var(--jkl-
|
|
6567
|
+
--jkl-toggle-switch-help-label-spacing: var(--jkl-unit-02);
|
|
6591
6568
|
}
|
|
6592
6569
|
|
|
6593
6570
|
[data-layout-density=compact],
|
|
@@ -6620,7 +6597,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
6620
6597
|
display: flex;
|
|
6621
6598
|
flex-direction: row-reverse;
|
|
6622
6599
|
align-items: center;
|
|
6623
|
-
gap: var(--jkl-
|
|
6600
|
+
gap: var(--jkl-unit-10);
|
|
6624
6601
|
touch-action: none;
|
|
6625
6602
|
font-size: var(--jkl-toggle-font-size);
|
|
6626
6603
|
line-height: var(--jkl-toggle-line-height);
|
|
@@ -6692,8 +6669,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
6692
6669
|
}
|
|
6693
6670
|
}
|
|
6694
6671
|
.jkl-toggle-switch:focus-visible .jkl-toggle-switch-widget {
|
|
6695
|
-
outline:
|
|
6696
|
-
outline-offset:
|
|
6672
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
6673
|
+
outline-offset: 3px;
|
|
6697
6674
|
}
|
|
6698
6675
|
.jkl-toggle-switch-widget__slider {
|
|
6699
6676
|
position: relative;
|