@fremtind/jokul 0.37.9 → 0.37.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/build/cjs/components/accordion/AccordionItem.cjs +1 -1
- package/build/cjs/components/accordion/AccordionItem.cjs.map +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/es/components/accordion/AccordionItem.js +1 -1
- package/build/es/components/accordion/AccordionItem.js.map +1 -1
- 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/package.json +2 -2
- package/styles/components/accordion/accordion.css +7 -1
- package/styles/components/accordion/accordion.min.css +2 -2
- package/styles/components/accordion/accordion.scss +6 -0
- package/styles/components/breadcrumb/breadcrumb.css +4 -0
- package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.scss +4 -0
- package/styles/components/button/button.css +4 -4
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/card/card.css +2 -2
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +9 -10
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +4 -9
- package/styles/components/chip/chip.css +2 -2
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/combobox/combobox.css +9 -14
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +12 -18
- package/styles/components/datepicker/_calendar-date-button.scss +4 -7
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +2 -5
- package/styles/components/datepicker/_calendar-navigation.scss +3 -6
- package/styles/components/datepicker/_calendar.scss +2 -16
- package/styles/components/datepicker/datepicker.css +14 -46
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/expander/deprecated/expander.css +2 -2
- package/styles/components/expander/deprecated/expander.min.css +1 -1
- package/styles/components/expander/expandable.css +49 -12
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +39 -11
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/_file.scss +10 -4
- package/styles/components/file-input/file-input.css +31 -7
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +1 -2
- package/styles/components/icon-button/icon-button.css +7 -39
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/icon-button/icon-button.scss +6 -23
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/checkbox-panel.css +10 -8
- package/styles/components/input-panel/checkbox-panel.min.css +1 -1
- package/styles/components/input-panel/radio-panel.css +10 -8
- package/styles/components/input-panel/radio-panel.min.css +1 -1
- package/styles/components/input-panel/shared.css +8 -6
- 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 +4 -5
- 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 +1 -1
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +5 -5
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/message/message.css +12 -10
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +10 -8
- package/styles/components/pagination/pagination.css +2 -2
- package/styles/components/pagination/pagination.min.css +1 -1
- package/styles/components/pagination/pagination.scss +1 -1
- package/styles/components/progress-bar/progress-bar.css +2 -2
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +4 -4
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/select/select.css +7 -5
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +6 -5
- package/styles/components/system-message/system-message.css +21 -14
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +22 -18
- package/styles/components/tabs/tabs.css +1 -1
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/text-input/text-input.css +45 -53
- 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 +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.css +2 -2
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/tooltip/tooltip.css +1 -1
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/core/jkl/_ornaments.scss +1 -1
- package/styles/styles.css +242 -261
- package/styles/styles.min.css +2 -2
package/styles/styles.css
CHANGED
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
--jkl-accordion-arrow-right: var(--jkl-spacing-12);
|
|
14
14
|
--jkl-accordion-content-padding: var(--jkl-spacing-8) var(--jkl-spacing-16)
|
|
15
15
|
var(--jkl-spacing-16);
|
|
16
|
+
--jkl-accordion-icon-opsz: 24;
|
|
17
|
+
--jkl-accordion-icon-size: 1.5rem;
|
|
16
18
|
--title-font-size: var(--jkl-body-font-size);
|
|
17
19
|
--title-line-height: var(--jkl-body-line-height);
|
|
18
20
|
--title-font-weight: var(--jkl-body-font-weight);
|
|
@@ -41,6 +43,8 @@
|
|
|
41
43
|
--jkl-accordion-arrow-top: var(--jkl-spacing-8);
|
|
42
44
|
--jkl-accordion-arrow-right: var(--jkl-spacing-4);
|
|
43
45
|
--jkl-accordion-content-padding: var(--jkl-spacing-8);
|
|
46
|
+
--jkl-accordion-icon-opsz: 20;
|
|
47
|
+
--jkl-accordion-icon-size: 1.25rem;
|
|
44
48
|
--title-font-size: var(--jkl-small-font-size);
|
|
45
49
|
--title-line-height: var(--jkl-small-line-height);
|
|
46
50
|
--title-font-weight: var(--jkl-small-font-weight);
|
|
@@ -58,6 +62,8 @@
|
|
|
58
62
|
--text-color: var(--jkl-color-text-default);
|
|
59
63
|
--title-text-color: var(--jkl-color-text-interactive);
|
|
60
64
|
--border-color: var(--jkl-color-border-separator);
|
|
65
|
+
--jkl-icon-opsz: var(--jkl-accordion-icon-opsz);
|
|
66
|
+
--jkl-icon-size: var(--jkl-accordion-icon-size);
|
|
61
67
|
background-color: var(--background);
|
|
62
68
|
color: var(--text-color);
|
|
63
69
|
border-bottom: 0.0625rem solid var(--border-color);
|
|
@@ -127,7 +133,7 @@
|
|
|
127
133
|
translate: 0 0.25rem;
|
|
128
134
|
}
|
|
129
135
|
.jkl-accordion-item__title:focus-visible {
|
|
130
|
-
outline:
|
|
136
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
131
137
|
outline-offset: 0;
|
|
132
138
|
}
|
|
133
139
|
.jkl-accordion-item__arrow {
|
|
@@ -532,7 +538,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
|
|
|
532
538
|
--jkl-text-input-action-button-size: 3rem;
|
|
533
539
|
--jkl-text-input-action-button-icon-size: 1.25rem;
|
|
534
540
|
--jkl-text-input-action-button-padding: 0.5rem 0;
|
|
535
|
-
--jkl-text-input-action-button-focus-position: 0.
|
|
541
|
+
--jkl-text-input-action-button-focus-position: 0.375rem;
|
|
536
542
|
}
|
|
537
543
|
@media (width >= 0) and (max-width: 679px) {
|
|
538
544
|
:root,
|
|
@@ -559,7 +565,44 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
|
|
|
559
565
|
--jkl-text-input-action-button-focus-position: 0;
|
|
560
566
|
}
|
|
561
567
|
|
|
562
|
-
.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 {
|
|
563
606
|
flex-shrink: 0;
|
|
564
607
|
display: flex;
|
|
565
608
|
box-sizing: border-box;
|
|
@@ -570,78 +613,33 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
|
|
|
570
613
|
width: var(--jkl-text-input-action-button-size);
|
|
571
614
|
margin-inline-start: calc(var(--jkl-text-input-horizontal-padding) * -1);
|
|
572
615
|
}
|
|
573
|
-
.jkl-text-input-action-button .jkl-icon-button__icon {
|
|
616
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button .jkl-icon-button__icon {
|
|
574
617
|
height: var(--jkl-text-input-action-button-icon-size);
|
|
575
618
|
width: var(--jkl-text-input-action-button-icon-size);
|
|
576
619
|
}
|
|
577
|
-
.jkl-text-input-action-button:hover {
|
|
620
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button:hover {
|
|
578
621
|
color: var(--jkl-text-input-focus-color);
|
|
579
622
|
}
|
|
580
623
|
@media screen and (forced-colors: active) {
|
|
581
|
-
.jkl-text-input-action-button:hover {
|
|
624
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button:hover {
|
|
582
625
|
border: 0.125rem inset ButtonText;
|
|
583
626
|
}
|
|
584
627
|
}
|
|
585
|
-
.jkl-text-input-action-button:focus-visible {
|
|
586
|
-
outline: none !important;
|
|
587
|
-
}
|
|
588
|
-
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-action-button:focus {
|
|
589
|
-
position: relative;
|
|
590
|
-
}
|
|
591
|
-
html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-action-button:focus::after {
|
|
592
|
-
content: "";
|
|
593
|
-
position: absolute;
|
|
594
|
-
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);
|
|
595
|
-
box-shadow: inset 0 0 0 0.125rem var(--jkl-text-input-focus-color);
|
|
596
|
-
}
|
|
597
|
-
|
|
598
628
|
@media screen and (forced-colors: active) {
|
|
599
|
-
.jkl-text-input-action-button {
|
|
629
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button {
|
|
600
630
|
border: revert;
|
|
601
631
|
background-color: revert;
|
|
602
632
|
}
|
|
603
633
|
}
|
|
604
634
|
@media screen and (forced-colors: active) {
|
|
605
|
-
.jkl-text-input-action-button {
|
|
635
|
+
.jkl-text-input-wrapper > .jkl-text-input-action-button {
|
|
606
636
|
stroke: ButtonText;
|
|
607
637
|
}
|
|
608
|
-
.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 {
|
|
609
639
|
stroke: ButtonText;
|
|
610
640
|
}
|
|
611
641
|
}
|
|
612
642
|
|
|
613
|
-
.jkl-text-input-wrapper {
|
|
614
|
-
border-radius: 0.1875rem;
|
|
615
|
-
box-sizing: border-box;
|
|
616
|
-
max-width: 100%;
|
|
617
|
-
position: relative;
|
|
618
|
-
display: flex;
|
|
619
|
-
align-items: center;
|
|
620
|
-
height: var(--jkl-text-input-height);
|
|
621
|
-
font-size: var(--jkl-text-input-font-size);
|
|
622
|
-
line-height: var(--jkl-text-input-line-height);
|
|
623
|
-
font-weight: var(--jkl-text-input-font-weight);
|
|
624
|
-
transition-timing-function: ease;
|
|
625
|
-
transition-duration: 150ms;
|
|
626
|
-
transition-property: color, box-shadow, background-color;
|
|
627
|
-
color: var(--jkl-text-input-text-color);
|
|
628
|
-
box-shadow: inset 0 0 0 0.0625rem var(--jkl-text-input-border-color), 0 0 0 0.0625rem transparent;
|
|
629
|
-
background-color: transparent;
|
|
630
|
-
}
|
|
631
|
-
.jkl-text-input-wrapper:hover {
|
|
632
|
-
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);
|
|
633
|
-
border-color: var(--jkl-text-input-focus-color);
|
|
634
|
-
}
|
|
635
|
-
.jkl-text-input-wrapper:focus-within {
|
|
636
|
-
background-color: var(--jkl-text-input-background-color);
|
|
637
|
-
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);
|
|
638
|
-
border-color: var(--jkl-text-input-focus-color);
|
|
639
|
-
}
|
|
640
|
-
.jkl-text-input-wrapper[data-invalid=true] {
|
|
641
|
-
background-color: var(--jkl-text-input-error-background-color);
|
|
642
|
-
color: var(--jkl-text-input-error-text-color);
|
|
643
|
-
}
|
|
644
|
-
|
|
645
643
|
.jkl-text-input {
|
|
646
644
|
display: flex;
|
|
647
645
|
flex-direction: column;
|
|
@@ -956,45 +954,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
956
954
|
max-height: 100%;
|
|
957
955
|
}
|
|
958
956
|
|
|
959
|
-
@media screen and (prefers-color-scheme: light) {
|
|
960
|
-
:root {
|
|
961
|
-
--jkl-icon-button-border-color: #1b1917;
|
|
962
|
-
--jkl-icon-button-focus-color: #636060;
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
[data-theme=light] {
|
|
966
|
-
--jkl-icon-button-border-color: #1b1917;
|
|
967
|
-
--jkl-icon-button-focus-color: #636060;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
971
|
-
:root {
|
|
972
|
-
--jkl-icon-button-border-color: #f9f9f9;
|
|
973
|
-
--jkl-icon-button-focus-color: #c8c5c3;
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
[data-theme=dark] {
|
|
977
|
-
--jkl-icon-button-border-color: #f9f9f9;
|
|
978
|
-
--jkl-icon-button-focus-color: #c8c5c3;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
:root,
|
|
982
|
-
[data-layout-density=comfortable],
|
|
983
|
-
[data-density=comfortable] {
|
|
984
|
-
--jkl-icon-button-icon-width: 1.25rem;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
[data-layout-density=compact],
|
|
988
|
-
[data-density=compact] {
|
|
989
|
-
--jkl-icon-button-icon-width: 0.875rem;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
957
|
.jkl-icon-button {
|
|
993
958
|
background-color: transparent;
|
|
994
959
|
cursor: pointer;
|
|
995
960
|
color: inherit;
|
|
996
961
|
position: relative;
|
|
997
962
|
transition-property: box-shadow;
|
|
963
|
+
padding: 0;
|
|
998
964
|
transition-timing-function: cubic-bezier(0.6, 0.2, 0.35, 1);
|
|
999
965
|
transition-duration: 100ms;
|
|
1000
966
|
}
|
|
@@ -1033,19 +999,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1033
999
|
.jkl-icon-button .jkl-icon--animated {
|
|
1034
1000
|
display: revert;
|
|
1035
1001
|
}
|
|
1036
|
-
.jkl-icon-button:hover {
|
|
1037
|
-
color: var(--jkl-icon-button-focus-color);
|
|
1038
|
-
}
|
|
1039
1002
|
.jkl-icon-button:focus-visible {
|
|
1040
|
-
color: var(--jkl-
|
|
1041
|
-
outline:
|
|
1042
|
-
outline-offset:
|
|
1003
|
+
color: var(--jkl-color);
|
|
1004
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1005
|
+
outline-offset: 3px;
|
|
1043
1006
|
}
|
|
1044
1007
|
@media screen and (forced-colors: active) {
|
|
1045
1008
|
.jkl-icon-button:focus-visible {
|
|
1046
1009
|
border: revert;
|
|
1047
1010
|
}
|
|
1048
1011
|
}
|
|
1012
|
+
.jkl-icon-button:hover {
|
|
1013
|
+
color: var(--jkl-color-text-interactive-hover);
|
|
1014
|
+
}
|
|
1049
1015
|
@media screen and (forced-colors: active) {
|
|
1050
1016
|
.jkl-icon-button {
|
|
1051
1017
|
border: revert;
|
|
@@ -1129,7 +1095,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1129
1095
|
--color: var(--jkl-color-text-default);
|
|
1130
1096
|
}
|
|
1131
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 {
|
|
1132
|
-
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-uhlb9s5 forwards;
|
|
1133
1099
|
}
|
|
1134
1100
|
.jkl-form-support-label--sr-only {
|
|
1135
1101
|
border: 0 !important;
|
|
@@ -1204,7 +1170,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1204
1170
|
white-space: nowrap !important; /* 3 */
|
|
1205
1171
|
}
|
|
1206
1172
|
|
|
1207
|
-
@keyframes jkl-support-icon-entrance-
|
|
1173
|
+
@keyframes jkl-support-icon-entrance-uhlb9s5 {
|
|
1208
1174
|
0% {
|
|
1209
1175
|
margin-right: 0;
|
|
1210
1176
|
opacity: 0;
|
|
@@ -1328,7 +1294,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1328
1294
|
--button-color: var(--jkl-color-text-interactive-hover);
|
|
1329
1295
|
}
|
|
1330
1296
|
.jkl-tooltip-question-button:focus-visible {
|
|
1331
|
-
outline:
|
|
1297
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1332
1298
|
outline-offset: 0;
|
|
1333
1299
|
}
|
|
1334
1300
|
.jkl-tooltip-question-button::after {
|
|
@@ -1355,6 +1321,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1355
1321
|
color: var(--jkl-color-text-interactive-hover);
|
|
1356
1322
|
background-image: none;
|
|
1357
1323
|
}
|
|
1324
|
+
.jkl-breadcrumb a:focus-visible {
|
|
1325
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1326
|
+
outline-offset: 3px;
|
|
1327
|
+
}
|
|
1358
1328
|
.jkl-breadcrumb__list {
|
|
1359
1329
|
display: flex;
|
|
1360
1330
|
flex-wrap: wrap;
|
|
@@ -1419,9 +1389,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1419
1389
|
background-image: linear-gradient(to bottom, var(--jkl-link-hover-color) 0%, var(--jkl-link-hover-color) 100%);
|
|
1420
1390
|
}
|
|
1421
1391
|
.jkl-link:focus-visible {
|
|
1422
|
-
outline:
|
|
1423
|
-
outline-offset:
|
|
1424
|
-
background: none;
|
|
1392
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1393
|
+
outline-offset: 0;
|
|
1425
1394
|
}
|
|
1426
1395
|
.jkl-link:active {
|
|
1427
1396
|
background-position: 0 calc(100% - (0.125rem - 0.0625rem));
|
|
@@ -1485,8 +1454,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1485
1454
|
padding-right: 0;
|
|
1486
1455
|
}
|
|
1487
1456
|
.jkl-nav-link:focus-visible {
|
|
1488
|
-
outline:
|
|
1489
|
-
outline-offset:
|
|
1457
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1458
|
+
outline-offset: 0;
|
|
1490
1459
|
}
|
|
1491
1460
|
.jkl-nav-link:focus-visible::after {
|
|
1492
1461
|
padding-left: 0.7em;
|
|
@@ -1635,8 +1604,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1635
1604
|
opacity: 1;
|
|
1636
1605
|
}
|
|
1637
1606
|
.jkl-button:focus-visible {
|
|
1638
|
-
outline:
|
|
1639
|
-
outline-offset:
|
|
1607
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
1608
|
+
outline-offset: 3px;
|
|
1640
1609
|
}
|
|
1641
1610
|
.jkl-button::before {
|
|
1642
1611
|
content: "";
|
|
@@ -1654,7 +1623,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1654
1623
|
height: 1rem;
|
|
1655
1624
|
}
|
|
1656
1625
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1657
|
-
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-uhlb9t1;
|
|
1658
1627
|
}
|
|
1659
1628
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
1660
1629
|
scale: 1.05;
|
|
@@ -1698,7 +1667,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1698
1667
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1699
1668
|
}
|
|
1700
1669
|
|
|
1701
|
-
@keyframes jkl-tertiary-flash-
|
|
1670
|
+
@keyframes jkl-tertiary-flash-uhlb9t1 {
|
|
1702
1671
|
0% {
|
|
1703
1672
|
opacity: 0.5;
|
|
1704
1673
|
scale: 1;
|
|
@@ -1723,15 +1692,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1723
1692
|
animation: 2500ms linear infinite;
|
|
1724
1693
|
}
|
|
1725
1694
|
.jkl-loader__dot--left {
|
|
1726
|
-
animation-name: jkl-loader-left-spin-
|
|
1695
|
+
animation-name: jkl-loader-left-spin-uhlb9t7;
|
|
1727
1696
|
margin-right: 1.71em;
|
|
1728
1697
|
}
|
|
1729
1698
|
.jkl-loader__dot--middle {
|
|
1730
|
-
animation-name: jkl-loader-middle-spin-
|
|
1699
|
+
animation-name: jkl-loader-middle-spin-uhlb9th;
|
|
1731
1700
|
margin-right: 1.9em;
|
|
1732
1701
|
}
|
|
1733
1702
|
.jkl-loader__dot--right {
|
|
1734
|
-
animation-name: jkl-loader-right-spin-
|
|
1703
|
+
animation-name: jkl-loader-right-spin-uhlb9to;
|
|
1735
1704
|
}
|
|
1736
1705
|
@media screen and (forced-colors: active) {
|
|
1737
1706
|
.jkl-loader__dot {
|
|
@@ -1759,7 +1728,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1759
1728
|
margin-right: 0.3em;
|
|
1760
1729
|
}
|
|
1761
1730
|
|
|
1762
|
-
@keyframes jkl-loader-left-spin-
|
|
1731
|
+
@keyframes jkl-loader-left-spin-uhlb9t7 {
|
|
1763
1732
|
0% {
|
|
1764
1733
|
transform: rotate(0) scale(0);
|
|
1765
1734
|
}
|
|
@@ -1773,7 +1742,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1773
1742
|
transform: rotate(180deg) scale(0);
|
|
1774
1743
|
}
|
|
1775
1744
|
}
|
|
1776
|
-
@keyframes jkl-loader-middle-spin-
|
|
1745
|
+
@keyframes jkl-loader-middle-spin-uhlb9th {
|
|
1777
1746
|
0% {
|
|
1778
1747
|
transform: rotate(20deg) scale(0);
|
|
1779
1748
|
}
|
|
@@ -1790,7 +1759,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1790
1759
|
transform: rotate(200deg) scale(0);
|
|
1791
1760
|
}
|
|
1792
1761
|
}
|
|
1793
|
-
@keyframes jkl-loader-right-spin-
|
|
1762
|
+
@keyframes jkl-loader-right-spin-uhlb9to {
|
|
1794
1763
|
0% {
|
|
1795
1764
|
transform: rotate(40deg) scale(0);
|
|
1796
1765
|
}
|
|
@@ -1838,7 +1807,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1838
1807
|
bottom: 0;
|
|
1839
1808
|
width: 12.5rem;
|
|
1840
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%);
|
|
1841
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1810
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uhlb9u8;
|
|
1842
1811
|
}
|
|
1843
1812
|
@media (width >= 0) and (max-width: 679px) {
|
|
1844
1813
|
.jkl-skeleton-animation {
|
|
@@ -1869,7 +1838,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1869
1838
|
@media screen and (forced-colors: active) {
|
|
1870
1839
|
.jkl-skeleton-element {
|
|
1871
1840
|
border: 1px solid CanvasText;
|
|
1872
|
-
animation: 2s ease infinite jkl-blink-
|
|
1841
|
+
animation: 2s ease infinite jkl-blink-uhlb9ui;
|
|
1873
1842
|
}
|
|
1874
1843
|
}
|
|
1875
1844
|
|
|
@@ -1925,11 +1894,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1925
1894
|
}
|
|
1926
1895
|
@media screen and (forced-colors: active) {
|
|
1927
1896
|
.jkl-skeleton-table {
|
|
1928
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1897
|
+
animation: 2s ease-in-out infinite jkl-blink-uhlb9ui;
|
|
1929
1898
|
}
|
|
1930
1899
|
}
|
|
1931
1900
|
|
|
1932
|
-
@keyframes jkl-sweep-
|
|
1901
|
+
@keyframes jkl-sweep-uhlb9u8 {
|
|
1933
1902
|
0% {
|
|
1934
1903
|
transform: translateX(calc(0vw - 200px));
|
|
1935
1904
|
}
|
|
@@ -1937,7 +1906,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1937
1906
|
transform: translateX(calc(100vw + 400px));
|
|
1938
1907
|
}
|
|
1939
1908
|
}
|
|
1940
|
-
@keyframes jkl-blink-
|
|
1909
|
+
@keyframes jkl-blink-uhlb9ui {
|
|
1941
1910
|
0% {
|
|
1942
1911
|
opacity: 1;
|
|
1943
1912
|
}
|
|
@@ -2262,8 +2231,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2262
2231
|
--border-width: 0.125rem;
|
|
2263
2232
|
}
|
|
2264
2233
|
.jkl-card[data-clickable=true]:focus-visible {
|
|
2265
|
-
outline:
|
|
2266
|
-
outline-offset:
|
|
2234
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2235
|
+
outline-offset: 3px;
|
|
2267
2236
|
}
|
|
2268
2237
|
|
|
2269
2238
|
.jkl-card-image {
|
|
@@ -2401,7 +2370,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2401
2370
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2402
2371
|
}
|
|
2403
2372
|
|
|
2404
|
-
@keyframes jkl-checkbox-checked-
|
|
2373
|
+
@keyframes jkl-checkbox-checked-uhlb9vd {
|
|
2405
2374
|
0% {
|
|
2406
2375
|
width: 0;
|
|
2407
2376
|
height: 0;
|
|
@@ -2415,7 +2384,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2415
2384
|
height: 58%;
|
|
2416
2385
|
}
|
|
2417
2386
|
}
|
|
2418
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2387
|
+
@keyframes jkl-checkbox-indeterminate-uhlb9w8 {
|
|
2419
2388
|
0% {
|
|
2420
2389
|
width: 0;
|
|
2421
2390
|
}
|
|
@@ -2443,24 +2412,26 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2443
2412
|
top: -6px;
|
|
2444
2413
|
}
|
|
2445
2414
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2446
|
-
animation: jkl-checkbox-checked-
|
|
2415
|
+
animation: jkl-checkbox-checked-uhlb9vd 150ms ease-in-out forwards;
|
|
2447
2416
|
opacity: 1;
|
|
2448
2417
|
}
|
|
2449
2418
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2450
|
-
animation: jkl-checkbox-indeterminate-
|
|
2419
|
+
animation: jkl-checkbox-indeterminate-uhlb9w8 150ms ease-in-out forwards;
|
|
2451
2420
|
opacity: 1;
|
|
2452
2421
|
}
|
|
2453
2422
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
2454
2423
|
color: var(--jkl-checkbox-focus-color);
|
|
2455
2424
|
}
|
|
2456
2425
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label > .jkl-checkbox__mark {
|
|
2457
|
-
|
|
2458
|
-
outline:
|
|
2459
|
-
outline-offset: 2px;
|
|
2426
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2427
|
+
outline-offset: 3px;
|
|
2460
2428
|
}
|
|
2461
2429
|
.jkl-checkbox__input:disabled + .jkl-checkbox__label {
|
|
2462
2430
|
color: var(--jkl-checkbox-disabled-color);
|
|
2463
2431
|
}
|
|
2432
|
+
.jkl-checkbox__input:active {
|
|
2433
|
+
--background-color: var(--jkl-color-background-input-focus);
|
|
2434
|
+
}
|
|
2464
2435
|
.jkl-checkbox__label {
|
|
2465
2436
|
display: flex;
|
|
2466
2437
|
min-width: 0;
|
|
@@ -2471,9 +2442,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2471
2442
|
.jkl-checkbox__label:hover .jkl-checkbox__mark, .jkl-checkbox__label:active .jkl-checkbox__mark {
|
|
2472
2443
|
outline: 1px solid var(--box-color);
|
|
2473
2444
|
}
|
|
2474
|
-
.jkl-checkbox__label:active {
|
|
2475
|
-
--background-color: var(--jkl-color-background-input-focus);
|
|
2476
|
-
}
|
|
2477
2445
|
.jkl-checkbox__text {
|
|
2478
2446
|
margin: calc((var(--jkl-checkbox-height) - var(--jkl-checkbox-line-height)) * 0.5) 0;
|
|
2479
2447
|
translate: 0 0.0625rem;
|
|
@@ -2626,8 +2594,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2626
2594
|
transition-property: opacity;
|
|
2627
2595
|
}
|
|
2628
2596
|
.jkl-chip:focus-visible {
|
|
2629
|
-
outline:
|
|
2630
|
-
outline-offset:
|
|
2597
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2598
|
+
outline-offset: 3px;
|
|
2631
2599
|
}
|
|
2632
2600
|
.jkl-chip:hover::after {
|
|
2633
2601
|
opacity: 0.15;
|
|
@@ -2815,12 +2783,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2815
2783
|
.jkl-combobox__wrapper--active-value {
|
|
2816
2784
|
padding: var(--jkl-combobox-button-active-value-padding);
|
|
2817
2785
|
}
|
|
2818
|
-
.jkl-combobox__wrapper:focus {
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
box-shadow: 0 0 0 0.0625rem var(--jkl-combobox-focus-color);
|
|
2786
|
+
.jkl-combobox__wrapper:has(:focus-visible) {
|
|
2787
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
2788
|
+
outline-offset: 3px;
|
|
2822
2789
|
background-color: var(--jkl-combobox-open-background-color);
|
|
2823
2790
|
}
|
|
2791
|
+
.jkl-combobox__wrapper:has(.jkl-icon-button:focus-visible) {
|
|
2792
|
+
outline: none;
|
|
2793
|
+
}
|
|
2824
2794
|
.jkl-combobox__wrapper:hover {
|
|
2825
2795
|
border-color: var(--jkl-combobox-focus-color);
|
|
2826
2796
|
box-shadow: 0 0 0 0.0625rem var(--jkl-combobox-focus-color);
|
|
@@ -2885,7 +2855,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2885
2855
|
right: -0.0625rem;
|
|
2886
2856
|
background-color: var(--jkl-combobox-open-background-color);
|
|
2887
2857
|
border: 0.125rem solid var(--jkl-combobox-focus-color);
|
|
2888
|
-
border-top: none;
|
|
2889
2858
|
border-radius: 0 0 0.1875rem 0.1875rem;
|
|
2890
2859
|
box-sizing: border-box;
|
|
2891
2860
|
max-height: calc((var(--jkl-combobox-max-shown-options, 5) + 0.5) * var(--jkl-combobox-input-height));
|
|
@@ -2971,21 +2940,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2971
2940
|
.jkl-combobox--invalid .jkl-combobox__search-input::selection {
|
|
2972
2941
|
background-color: var(--jkl-combobox-search-input-selection-color);
|
|
2973
2942
|
}
|
|
2974
|
-
.jkl-combobox--menu-open .jkl-combobox__wrapper {
|
|
2975
|
-
border-bottom-left-radius: 0;
|
|
2976
|
-
border-bottom-right-radius: 0;
|
|
2977
|
-
border-color: var(--jkl-combobox-focus-color);
|
|
2978
|
-
box-shadow: 0 0 0 0.0625rem var(--jkl-combobox-focus-color) inset;
|
|
2979
|
-
}
|
|
2980
|
-
.jkl-combobox--menu-open .jkl-combobox__wrapper:hover ~ .jkl-combobox__arrow {
|
|
2981
|
-
transform: translateY(calc(-50% + -0.1875rem));
|
|
2982
|
-
}
|
|
2983
2943
|
.jkl-combobox--menu-closed .jkl-combobox__search-input {
|
|
2984
2944
|
position: absolute;
|
|
2985
2945
|
background-color: transparent;
|
|
2986
2946
|
width: 94%;
|
|
2987
2947
|
padding-right: 0;
|
|
2988
2948
|
}
|
|
2949
|
+
.jkl-combobox--menu-open .jkl-combobox__wrapper:hover .jkl-combobox__actions {
|
|
2950
|
+
transform: translateY(-0.1875rem);
|
|
2951
|
+
}
|
|
2989
2952
|
|
|
2990
2953
|
.jkl-cookie-consent-modal {
|
|
2991
2954
|
position: fixed;
|
|
@@ -3177,36 +3140,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3177
3140
|
}
|
|
3178
3141
|
}
|
|
3179
3142
|
|
|
3180
|
-
@media screen and (prefers-color-scheme: light) {
|
|
3181
|
-
:root {
|
|
3182
|
-
--jkl-calendar-text-color: #1b1917;
|
|
3183
|
-
--jkl-calendar-background-color: #ffffff;
|
|
3184
|
-
--jkl-calendar-border-color: #1b1917;
|
|
3185
|
-
--jkl-calendar-focus-color: #1b1917;
|
|
3186
|
-
}
|
|
3187
|
-
}
|
|
3188
|
-
[data-theme=light] {
|
|
3189
|
-
--jkl-calendar-text-color: #1b1917;
|
|
3190
|
-
--jkl-calendar-background-color: #ffffff;
|
|
3191
|
-
--jkl-calendar-border-color: #1b1917;
|
|
3192
|
-
--jkl-calendar-focus-color: #1b1917;
|
|
3193
|
-
}
|
|
3194
|
-
|
|
3195
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
3196
|
-
:root {
|
|
3197
|
-
--jkl-calendar-text-color: #f9f9f9;
|
|
3198
|
-
--jkl-calendar-background-color: #313030;
|
|
3199
|
-
--jkl-calendar-border-color: #f9f9f9;
|
|
3200
|
-
--jkl-calendar-focus-color: #f9f9f9;
|
|
3201
|
-
}
|
|
3202
|
-
}
|
|
3203
|
-
[data-theme=dark] {
|
|
3204
|
-
--jkl-calendar-text-color: #f9f9f9;
|
|
3205
|
-
--jkl-calendar-background-color: #313030;
|
|
3206
|
-
--jkl-calendar-border-color: #f9f9f9;
|
|
3207
|
-
--jkl-calendar-focus-color: #f9f9f9;
|
|
3208
|
-
}
|
|
3209
|
-
|
|
3210
3143
|
:root,
|
|
3211
3144
|
[data-layout-density=comfortable],
|
|
3212
3145
|
[data-density=comfortable] {
|
|
@@ -3232,8 +3165,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3232
3165
|
|
|
3233
3166
|
.jkl-calendar {
|
|
3234
3167
|
display: block;
|
|
3235
|
-
background-color: var(--jkl-
|
|
3236
|
-
color: var(--jkl-
|
|
3168
|
+
background-color: var(--jkl-color-background-container-high);
|
|
3169
|
+
color: var(--jkl-color);
|
|
3237
3170
|
}
|
|
3238
3171
|
.jkl-calendar__padding {
|
|
3239
3172
|
display: flex;
|
|
@@ -3289,7 +3222,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3289
3222
|
justify-content: center;
|
|
3290
3223
|
align-items: center;
|
|
3291
3224
|
background-color: transparent;
|
|
3292
|
-
color: var(--jkl-
|
|
3225
|
+
color: var(--jkl-color);
|
|
3293
3226
|
width: 2.5rem;
|
|
3294
3227
|
height: 2.5rem;
|
|
3295
3228
|
}
|
|
@@ -3316,11 +3249,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
3316
3249
|
.jkl-calendar-navigation__arrow:hover {
|
|
3317
3250
|
color: var(--jkl-calendar-navigation-arrow-focus-color);
|
|
3318
3251
|
}
|
|
3319
|
-
|
|
3320
|
-
outline:
|
|
3321
|
-
outline-offset: -
|
|
3252
|
+
.jkl-calendar-navigation__arrow:focus-visible {
|
|
3253
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3254
|
+
outline-offset: -2px;
|
|
3322
3255
|
}
|
|
3323
|
-
|
|
3324
3256
|
.jkl-calendar-navigation__arrow:disabled {
|
|
3325
3257
|
color: var(--jkl-calendar-disabled-day-color);
|
|
3326
3258
|
}
|
|
@@ -3377,11 +3309,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3377
3309
|
color: var(--jkl-select-text-color);
|
|
3378
3310
|
background-color: var(--jkl-select-open-background-color);
|
|
3379
3311
|
}
|
|
3380
|
-
|
|
3381
|
-
outline:
|
|
3382
|
-
outline-offset:
|
|
3312
|
+
.jkl-calendar-navigation-dropdown__select:focus-visible {
|
|
3313
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3314
|
+
outline-offset: 3px;
|
|
3383
3315
|
}
|
|
3384
|
-
|
|
3385
3316
|
.jkl-calendar-navigation-dropdown__chevron {
|
|
3386
3317
|
margin-left: calc(var(--chevron-size) * -1);
|
|
3387
3318
|
pointer-events: none;
|
|
@@ -3492,7 +3423,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3492
3423
|
width: var(--jkl-calendar-date-size);
|
|
3493
3424
|
border-radius: 50%;
|
|
3494
3425
|
background-color: transparent;
|
|
3495
|
-
color: var(--jkl-
|
|
3426
|
+
color: var(--jkl-color);
|
|
3496
3427
|
margin: var(--jkl-calendar-date-margin);
|
|
3497
3428
|
padding: 0;
|
|
3498
3429
|
padding-top: 0.125rem;
|
|
@@ -3543,14 +3474,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
|
|
|
3543
3474
|
cursor: pointer;
|
|
3544
3475
|
}
|
|
3545
3476
|
.jkl-calendar-date-button[aria-pressed=true]:hover {
|
|
3546
|
-
color: var(--jkl-
|
|
3477
|
+
color: var(--jkl-color);
|
|
3547
3478
|
}
|
|
3548
3479
|
.jkl-calendar-date-button:disabled {
|
|
3549
3480
|
color: var(--jkl-calendar-disabled-day-color);
|
|
3550
3481
|
}
|
|
3551
|
-
|
|
3552
|
-
outline:
|
|
3553
|
-
outline-offset:
|
|
3482
|
+
.jkl-calendar-date-button:focus-visible {
|
|
3483
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3484
|
+
outline-offset: 3px;
|
|
3554
3485
|
}
|
|
3555
3486
|
|
|
3556
3487
|
@media screen and (prefers-color-scheme: light) {
|
|
@@ -3666,7 +3597,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3666
3597
|
}
|
|
3667
3598
|
|
|
3668
3599
|
.jkl-expandable {
|
|
3669
|
-
--border-radius: 0.25rem;
|
|
3670
3600
|
background-color: var(--jkl-color-background-container-low);
|
|
3671
3601
|
border-radius: var(--border-radius);
|
|
3672
3602
|
box-sizing: border-box;
|
|
@@ -3689,22 +3619,39 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3689
3619
|
border: 1px solid var(--jkl-color-border-separator);
|
|
3690
3620
|
background-color: transparent;
|
|
3691
3621
|
border-radius: 0;
|
|
3622
|
+
border-radius: var(--border-top-left-radius) var(--border-top-right-radius) var(--border-bottom-right-radius) var(--border-bottom-left-radius);
|
|
3623
|
+
}
|
|
3624
|
+
.jkl-expandable__wrapper {
|
|
3625
|
+
--border-radius: 0.25rem;
|
|
3626
|
+
--outline-offset: 3px;
|
|
3627
|
+
position: relative;
|
|
3692
3628
|
}
|
|
3693
|
-
.jkl-
|
|
3629
|
+
.jkl-expandable__wrapper + .jkl-expandable__wrapper .jkl-expandable--stroke {
|
|
3694
3630
|
border-top: none;
|
|
3695
3631
|
}
|
|
3696
|
-
.jkl-
|
|
3697
|
-
border-top-left-radius: var(--border-radius);
|
|
3698
|
-
border-top-right-radius: var(--border-radius);
|
|
3632
|
+
.jkl-expandable__wrapper:first-child {
|
|
3633
|
+
--border-top-left-radius: var(--border-radius);
|
|
3634
|
+
--border-top-right-radius: var(--border-radius);
|
|
3699
3635
|
}
|
|
3700
|
-
.jkl-
|
|
3701
|
-
border-bottom-left-radius: var(--border-radius);
|
|
3702
|
-
border-bottom-right-radius: var(--border-radius);
|
|
3636
|
+
.jkl-expandable__wrapper:last-child {
|
|
3637
|
+
--border-bottom-left-radius: var(--border-radius);
|
|
3638
|
+
--border-bottom-right-radius: var(--border-radius);
|
|
3703
3639
|
}
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3640
|
+
.jkl-expandable__wrapper:has(:focus-visible):has(.jkl-expandable--stroke) {
|
|
3641
|
+
--outline-offset: -1px;
|
|
3642
|
+
}
|
|
3643
|
+
.jkl-expandable__wrapper:has(:focus-visible) .jkl-expandable__focus-container {
|
|
3644
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3645
|
+
outline-offset: 3px;
|
|
3646
|
+
outline-offset: var(--outline-offset);
|
|
3647
|
+
}
|
|
3648
|
+
.jkl-expandable__wrapper:has(:focus-visible):first-child:last-child {
|
|
3649
|
+
--outline-offset: 3px;
|
|
3650
|
+
}
|
|
3651
|
+
.jkl-expandable__focus-container {
|
|
3652
|
+
border-radius: var(--border-radius);
|
|
3653
|
+
position: absolute;
|
|
3654
|
+
inset: 0;
|
|
3708
3655
|
}
|
|
3709
3656
|
|
|
3710
3657
|
.jkl-expander {
|
|
@@ -3716,6 +3663,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3716
3663
|
width: 100%;
|
|
3717
3664
|
padding: 1rem;
|
|
3718
3665
|
cursor: pointer;
|
|
3666
|
+
color: var(--jkl-color);
|
|
3719
3667
|
display: flex;
|
|
3720
3668
|
gap: 0.5rem;
|
|
3721
3669
|
align-items: center;
|
|
@@ -3749,6 +3697,26 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3749
3697
|
background-color: var(--jkl-color-background-interactive-hover);
|
|
3750
3698
|
}
|
|
3751
3699
|
}
|
|
3700
|
+
.jkl-expander {
|
|
3701
|
+
outline: 0;
|
|
3702
|
+
border-style: none;
|
|
3703
|
+
outline-style: none;
|
|
3704
|
+
}
|
|
3705
|
+
.jkl-expander:active, .jkl-expander:hover, .jkl-expander:focus {
|
|
3706
|
+
outline: 0;
|
|
3707
|
+
outline-style: none;
|
|
3708
|
+
}
|
|
3709
|
+
@media screen and (forced-colors: active) {
|
|
3710
|
+
.jkl-expander {
|
|
3711
|
+
outline: revert;
|
|
3712
|
+
border-style: revert;
|
|
3713
|
+
outline-style: revert;
|
|
3714
|
+
}
|
|
3715
|
+
.jkl-expander:active, .jkl-expander:hover, .jkl-expander:focus {
|
|
3716
|
+
outline: revert;
|
|
3717
|
+
outline-style: revert;
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3752
3720
|
|
|
3753
3721
|
.jkl-old-expander {
|
|
3754
3722
|
--color: var(--jkl-color-text-interactive);
|
|
@@ -3786,8 +3754,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3786
3754
|
}
|
|
3787
3755
|
.jkl-old-expander:focus-visible {
|
|
3788
3756
|
border: none;
|
|
3789
|
-
outline:
|
|
3790
|
-
outline-offset:
|
|
3757
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
3758
|
+
outline-offset: 3px;
|
|
3791
3759
|
}
|
|
3792
3760
|
.jkl-old-expander:focus-visible .jkl-old-expander__arrow {
|
|
3793
3761
|
transform: translateY(0.1875rem);
|
|
@@ -3829,7 +3797,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3829
3797
|
padding: 1rem 0 2.5rem 0;
|
|
3830
3798
|
}
|
|
3831
3799
|
|
|
3832
|
-
@keyframes jkl-show-
|
|
3800
|
+
@keyframes jkl-show-uhlb9we {
|
|
3833
3801
|
from {
|
|
3834
3802
|
transform: translate3d(0, 0.5rem, 0);
|
|
3835
3803
|
opacity: 0;
|
|
@@ -3864,7 +3832,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3864
3832
|
}
|
|
3865
3833
|
}
|
|
3866
3834
|
.jkl-feedback__fade-in {
|
|
3867
|
-
animation: jkl-show-
|
|
3835
|
+
animation: jkl-show-uhlb9we 0.25s ease-out;
|
|
3868
3836
|
}
|
|
3869
3837
|
.jkl-feedback__buttons {
|
|
3870
3838
|
display: flex;
|
|
@@ -4025,11 +3993,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4025
3993
|
grid-area: dismiss;
|
|
4026
3994
|
justify-self: end;
|
|
4027
3995
|
position: relative;
|
|
4028
|
-
margin-left: var(--jkl-message-gap);
|
|
4029
3996
|
background-color: transparent;
|
|
4030
3997
|
padding: 0;
|
|
4031
3998
|
cursor: pointer;
|
|
4032
3999
|
color: inherit;
|
|
4000
|
+
display: grid;
|
|
4001
|
+
place-content: center;
|
|
4033
4002
|
}
|
|
4034
4003
|
.jkl-message__dismiss-button {
|
|
4035
4004
|
outline: 0;
|
|
@@ -4065,13 +4034,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4065
4034
|
}
|
|
4066
4035
|
}
|
|
4067
4036
|
.jkl-message__dismiss-button::after {
|
|
4068
|
-
--tap-increment: calc(
|
|
4069
|
-
(var(--jkl-message-dismiss-button-size) - 1.25rem) / 2 *
|
|
4070
|
-
- 1
|
|
4071
|
-
);
|
|
4072
4037
|
content: "";
|
|
4073
4038
|
position: absolute;
|
|
4074
|
-
|
|
4039
|
+
display: block;
|
|
4040
|
+
width: var(--jkl-message-dismiss-button-size);
|
|
4041
|
+
height: var(--jkl-message-dismiss-button-size);
|
|
4042
|
+
top: 50%;
|
|
4043
|
+
left: 50%;
|
|
4044
|
+
transform: translate(-50%, -50%);
|
|
4075
4045
|
}
|
|
4076
4046
|
.jkl-message__dismiss-button:hover {
|
|
4077
4047
|
color: #636060;
|
|
@@ -4085,8 +4055,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4085
4055
|
}
|
|
4086
4056
|
}
|
|
4087
4057
|
.jkl-message__dismiss-button:focus-visible {
|
|
4088
|
-
outline:
|
|
4089
|
-
outline-offset:
|
|
4058
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4059
|
+
outline-offset: 3px;
|
|
4090
4060
|
}
|
|
4091
4061
|
.jkl-message--full {
|
|
4092
4062
|
max-width: 100%;
|
|
@@ -4104,7 +4074,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4104
4074
|
--background-color: var(--jkl-color-background-alert-success);
|
|
4105
4075
|
}
|
|
4106
4076
|
.jkl-message--dismissed {
|
|
4107
|
-
animation: jkl-dismiss-
|
|
4077
|
+
animation: jkl-dismiss-uhlb9wz 400ms ease-in-out forwards;
|
|
4108
4078
|
transition: visibility 0ms 400ms;
|
|
4109
4079
|
visibility: hidden;
|
|
4110
4080
|
}
|
|
@@ -4124,7 +4094,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4124
4094
|
}
|
|
4125
4095
|
}
|
|
4126
4096
|
|
|
4127
|
-
@keyframes jkl-dismiss-
|
|
4097
|
+
@keyframes jkl-dismiss-uhlb9wz {
|
|
4128
4098
|
from {
|
|
4129
4099
|
opacity: 1;
|
|
4130
4100
|
transform: translate3d(0, 0, 0);
|
|
@@ -4180,7 +4150,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4180
4150
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4181
4151
|
}
|
|
4182
4152
|
|
|
4183
|
-
@keyframes jkl-dot-in-
|
|
4153
|
+
@keyframes jkl-dot-in-uhlb9x3 {
|
|
4184
4154
|
0% {
|
|
4185
4155
|
transform: scale(0.8);
|
|
4186
4156
|
}
|
|
@@ -4225,7 +4195,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4225
4195
|
}
|
|
4226
4196
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4227
4197
|
--dot-color: var(--jkl-color-border-action);
|
|
4228
|
-
animation: jkl-dot-in-
|
|
4198
|
+
animation: jkl-dot-in-uhlb9x3 150ms ease;
|
|
4229
4199
|
}
|
|
4230
4200
|
@media screen and (forced-colors: active) {
|
|
4231
4201
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4240,8 +4210,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4240
4210
|
--background-color: var(--jkl-color-background-input-focus);
|
|
4241
4211
|
}
|
|
4242
4212
|
.jkl-radio-button__input:focus-visible + .jkl-radio-button__label > .jkl-radio-button__dot {
|
|
4243
|
-
outline:
|
|
4244
|
-
outline-offset:
|
|
4213
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4214
|
+
outline-offset: 3px;
|
|
4245
4215
|
}
|
|
4246
4216
|
.jkl-radio-button--error .jkl-radio-button__input:focus-visible + .jkl-radio-button__label {
|
|
4247
4217
|
--background-color: var(--jkl-color-background-alert-error);
|
|
@@ -4321,7 +4291,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4321
4291
|
--outer-border-color: var(--jkl-color-border-input);
|
|
4322
4292
|
--outer-border-thickness: 0.0625rem;
|
|
4323
4293
|
--background-color: transparent;
|
|
4324
|
-
|
|
4294
|
+
box-shadow: inset 0 0 0 var(--outer-border-thickness) var(--outer-border-color);
|
|
4325
4295
|
border-radius: 4px;
|
|
4326
4296
|
padding-left: 1rem;
|
|
4327
4297
|
background-color: var(--background-color);
|
|
@@ -4365,17 +4335,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4365
4335
|
padding-bottom: 24px;
|
|
4366
4336
|
height: auto;
|
|
4367
4337
|
}
|
|
4368
|
-
.jkl-input-panel:has(:focus-visible)
|
|
4369
|
-
--
|
|
4370
|
-
|
|
4338
|
+
.jkl-input-panel:has(:focus-visible) {
|
|
4339
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4340
|
+
outline-offset: 3px;
|
|
4371
4341
|
}
|
|
4372
4342
|
.jkl-input-panel:has(:checked) {
|
|
4373
|
-
--outer-border-thickness: 0.125rem;
|
|
4374
|
-
--outer-border-color: var(--jkl-color-border-action);
|
|
4375
4343
|
--background-color: var(--jkl-color-background-container-high);
|
|
4376
4344
|
}
|
|
4345
|
+
.jkl-input-panel:hover {
|
|
4346
|
+
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
4347
|
+
--outer-border-thickness: 0.125rem;
|
|
4348
|
+
}
|
|
4377
4349
|
|
|
4378
|
-
@keyframes jkl-dot-in-
|
|
4350
|
+
@keyframes jkl-dot-in-uhlb9xo {
|
|
4379
4351
|
0% {
|
|
4380
4352
|
transform: scale(0.8);
|
|
4381
4353
|
}
|
|
@@ -4423,7 +4395,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4423
4395
|
}
|
|
4424
4396
|
}
|
|
4425
4397
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4426
|
-
animation: jkl-dot-in-
|
|
4398
|
+
animation: jkl-dot-in-uhlb9xo 150ms ease;
|
|
4427
4399
|
}
|
|
4428
4400
|
.jkl-radio-panel:has(:checked) {
|
|
4429
4401
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4435,7 +4407,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4435
4407
|
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4436
4408
|
}
|
|
4437
4409
|
|
|
4438
|
-
@keyframes jkl-checkbox-checked-
|
|
4410
|
+
@keyframes jkl-checkbox-checked-uhlb9yf {
|
|
4439
4411
|
0% {
|
|
4440
4412
|
width: 0;
|
|
4441
4413
|
height: 0;
|
|
@@ -4498,7 +4470,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4498
4470
|
}
|
|
4499
4471
|
}
|
|
4500
4472
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4501
|
-
animation: jkl-checkbox-checked-
|
|
4473
|
+
animation: jkl-checkbox-checked-uhlb9yf 150ms ease-in-out forwards;
|
|
4502
4474
|
opacity: 1;
|
|
4503
4475
|
}
|
|
4504
4476
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -4562,7 +4534,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4562
4534
|
.jkl-link-list-link:focus-visible {
|
|
4563
4535
|
--border-color: transparent;
|
|
4564
4536
|
z-index: 1;
|
|
4565
|
-
outline:
|
|
4537
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4566
4538
|
outline-offset: 0;
|
|
4567
4539
|
}
|
|
4568
4540
|
.jkl-link-list-link__arrow {
|
|
@@ -4945,8 +4917,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4945
4917
|
color: var(--jkl-color-text-interactive-hover);
|
|
4946
4918
|
}
|
|
4947
4919
|
.jkl-pagination-button:focus-visible {
|
|
4948
|
-
outline:
|
|
4949
|
-
outline-offset:
|
|
4920
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
4921
|
+
outline-offset: 3px;
|
|
4950
4922
|
}
|
|
4951
4923
|
.jkl-pagination-button--current {
|
|
4952
4924
|
--jkl-icon-weight: 500;
|
|
@@ -5028,6 +5000,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5028
5000
|
.jkl-select *:focus {
|
|
5029
5001
|
outline: none;
|
|
5030
5002
|
}
|
|
5003
|
+
.jkl-select .jkl-tooltip-question-button:focus {
|
|
5004
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5005
|
+
outline-offset: 0;
|
|
5006
|
+
}
|
|
5031
5007
|
.jkl-select select {
|
|
5032
5008
|
appearance: none;
|
|
5033
5009
|
}
|
|
@@ -5082,10 +5058,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5082
5058
|
color: var(--jkl-color-text-default);
|
|
5083
5059
|
}
|
|
5084
5060
|
.jkl-select__search-input:focus, .jkl-select__button:focus {
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
box-shadow: 0 0 0 0.0625rem var(--jkl-color-border-input-focus);
|
|
5088
|
-
background-color: var(--jkl-color-background-container-high);
|
|
5061
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5062
|
+
outline-offset: 3px;
|
|
5089
5063
|
}
|
|
5090
5064
|
.jkl-select__search-input:hover, .jkl-select__button:hover {
|
|
5091
5065
|
border-color: var(--jkl-color-border-input-focus);
|
|
@@ -5121,7 +5095,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5121
5095
|
fill: CanvasText;
|
|
5122
5096
|
}
|
|
5123
5097
|
}
|
|
5124
|
-
:has([aria-invalid=true]) .jkl-select__arrow {
|
|
5098
|
+
.jkl-select:has([aria-invalid=true]) .jkl-select__arrow {
|
|
5125
5099
|
color: var(--jkl-color-text-on-alert);
|
|
5126
5100
|
}
|
|
5127
5101
|
.jkl-select__options-menu {
|
|
@@ -5273,11 +5247,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5273
5247
|
}
|
|
5274
5248
|
|
|
5275
5249
|
.jkl-countdown__tracker {
|
|
5276
|
-
animation: jkl-downcount-
|
|
5250
|
+
animation: jkl-downcount-uhlb9yr var(--duration) linear forwards;
|
|
5277
5251
|
animation-play-state: var(--play-state, running);
|
|
5278
5252
|
}
|
|
5279
5253
|
|
|
5280
|
-
@keyframes jkl-downcount-
|
|
5254
|
+
@keyframes jkl-downcount-uhlb9yr {
|
|
5281
5255
|
from {
|
|
5282
5256
|
width: 100%;
|
|
5283
5257
|
}
|
|
@@ -5381,13 +5355,13 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5381
5355
|
.jkl-system-message__content {
|
|
5382
5356
|
box-sizing: border-box;
|
|
5383
5357
|
padding: var(--jkl-system-message-content-padding);
|
|
5384
|
-
display:
|
|
5358
|
+
display: grid;
|
|
5359
|
+
grid-template-columns: min-content 1fr min-content;
|
|
5385
5360
|
align-items: flex-start;
|
|
5386
5361
|
width: 100%;
|
|
5387
5362
|
margin: 0 auto;
|
|
5388
5363
|
}
|
|
5389
5364
|
.jkl-system-message__icon {
|
|
5390
|
-
align-self: flex-start;
|
|
5391
5365
|
height: var(--jkl-system-message-icon-height);
|
|
5392
5366
|
margin: var(--jkl-system-message-icon-padding);
|
|
5393
5367
|
flex-shrink: 0;
|
|
@@ -5410,15 +5384,22 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5410
5384
|
background-color: transparent;
|
|
5411
5385
|
padding: 0;
|
|
5412
5386
|
cursor: pointer;
|
|
5413
|
-
display:
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
align-self: flex-start;
|
|
5387
|
+
display: grid;
|
|
5388
|
+
place-content: center;
|
|
5389
|
+
position: relative;
|
|
5417
5390
|
flex-shrink: 0;
|
|
5391
|
+
margin-top: 0.1875rem;
|
|
5392
|
+
color: inherit;
|
|
5393
|
+
}
|
|
5394
|
+
.jkl-system-message__dismiss-button::after {
|
|
5395
|
+
content: "";
|
|
5396
|
+
position: absolute;
|
|
5397
|
+
display: block;
|
|
5418
5398
|
width: var(--jkl-system-message-dismiss-button-size);
|
|
5419
5399
|
height: var(--jkl-system-message-dismiss-button-size);
|
|
5420
|
-
|
|
5421
|
-
|
|
5400
|
+
top: 50%;
|
|
5401
|
+
left: 50%;
|
|
5402
|
+
transform: translate(-50%, -50%);
|
|
5422
5403
|
}
|
|
5423
5404
|
@media screen and (forced-colors: active) {
|
|
5424
5405
|
.jkl-system-message__dismiss-button {
|
|
@@ -5464,21 +5445,21 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5464
5445
|
stroke: ButtonText;
|
|
5465
5446
|
}
|
|
5466
5447
|
}
|
|
5467
|
-
|
|
5468
|
-
outline:
|
|
5448
|
+
.jkl-system-message__dismiss-button:focus-visible {
|
|
5449
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
5450
|
+
outline-offset: 3px;
|
|
5469
5451
|
}
|
|
5470
5452
|
@media screen and (forced-colors: active) {
|
|
5471
|
-
|
|
5453
|
+
.jkl-system-message__dismiss-button:focus-visible {
|
|
5472
5454
|
outline: 2px solid ButtonText;
|
|
5473
5455
|
outline-offset: 2px;
|
|
5474
5456
|
}
|
|
5475
5457
|
}
|
|
5476
|
-
|
|
5477
5458
|
.jkl-system-message__message, .jkl-system-message__message:last-child {
|
|
5478
5459
|
margin-bottom: 0;
|
|
5479
5460
|
}
|
|
5480
5461
|
.jkl-system-message--dismissed {
|
|
5481
|
-
animation: jkl-dismiss-
|
|
5462
|
+
animation: jkl-dismiss-uhlb9za 400ms ease-in forwards;
|
|
5482
5463
|
transition: visibility 0ms 400ms;
|
|
5483
5464
|
visibility: hidden;
|
|
5484
5465
|
}
|
|
@@ -5510,7 +5491,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5510
5491
|
}
|
|
5511
5492
|
}
|
|
5512
5493
|
|
|
5513
|
-
@keyframes jkl-dismiss-
|
|
5494
|
+
@keyframes jkl-dismiss-uhlb9za {
|
|
5514
5495
|
from {
|
|
5515
5496
|
opacity: 1;
|
|
5516
5497
|
transform: translate3d(0, 0, 0);
|
|
@@ -6189,7 +6170,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6189
6170
|
--text-color: var(--jkl-color-text-interactive-hover);
|
|
6190
6171
|
}
|
|
6191
6172
|
.jkl-tab:focus-visible {
|
|
6192
|
-
outline:
|
|
6173
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
6193
6174
|
outline-offset: -2px;
|
|
6194
6175
|
}
|
|
6195
6176
|
.jkl-tab[aria-selected=true] {
|
|
@@ -6391,14 +6372,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6391
6372
|
|
|
6392
6373
|
.jkl-toast[data-animation=entering],
|
|
6393
6374
|
.jkl-toast[data-animation=queued] {
|
|
6394
|
-
animation: jkl-entering-
|
|
6375
|
+
animation: jkl-entering-uhlb9zz 200ms ease-out forwards;
|
|
6395
6376
|
}
|
|
6396
6377
|
|
|
6397
6378
|
.jkl-toast[data-animation=exiting] {
|
|
6398
|
-
animation: jkl-exiting-
|
|
6379
|
+
animation: jkl-exiting-uhlba0z 150ms ease-in forwards;
|
|
6399
6380
|
}
|
|
6400
6381
|
|
|
6401
|
-
@keyframes jkl-entering-
|
|
6382
|
+
@keyframes jkl-entering-uhlb9zz {
|
|
6402
6383
|
from {
|
|
6403
6384
|
opacity: 0;
|
|
6404
6385
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6408,7 +6389,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6408
6389
|
transform: translate3d(0, 0, 0);
|
|
6409
6390
|
}
|
|
6410
6391
|
}
|
|
6411
|
-
@keyframes jkl-exiting-
|
|
6392
|
+
@keyframes jkl-exiting-uhlba0z {
|
|
6412
6393
|
from {
|
|
6413
6394
|
opacity: 1;
|
|
6414
6395
|
transform: translate3d(0, 0, 0);
|
|
@@ -6686,8 +6667,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
6686
6667
|
}
|
|
6687
6668
|
}
|
|
6688
6669
|
.jkl-toggle-switch:focus-visible .jkl-toggle-switch-widget {
|
|
6689
|
-
outline:
|
|
6690
|
-
outline-offset:
|
|
6670
|
+
outline: 3px solid var(--jkl-color-border-action);
|
|
6671
|
+
outline-offset: 3px;
|
|
6691
6672
|
}
|
|
6692
6673
|
.jkl-toggle-switch-widget__slider {
|
|
6693
6674
|
position: relative;
|