@fremtind/jokul 0.28.1 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/build/cjs/components/breadcrumb/index.d.cts +2 -4
- package/build/cjs/components/button/index.d.cts +1 -1
- package/build/cjs/components/button/types.cjs.map +1 -1
- package/build/cjs/components/button/types.d.cts +1 -2
- package/build/cjs/components/card/NavCard.cjs.map +1 -1
- package/build/cjs/components/card/NavCard.d.cts +1 -10
- package/build/cjs/components/card/index.d.cts +2 -2
- package/build/cjs/components/card/types.cjs.map +1 -1
- package/build/cjs/components/card/types.d.cts +8 -0
- package/build/cjs/components/combobox/Combobox.cjs.map +1 -1
- package/build/cjs/components/combobox/Combobox.d.cts +6 -7
- package/build/cjs/components/combobox/index.d.cts +1 -1
- package/build/cjs/components/cookie-consent/index.d.cts +2 -4
- package/build/cjs/components/datepicker/index.cjs +1 -1
- package/build/cjs/components/datepicker/index.d.cts +3 -3
- package/build/cjs/components/datepicker/types.d.cts +7 -0
- package/build/cjs/components/datepicker/utils.cjs +1 -1
- package/build/cjs/components/datepicker/utils.cjs.map +1 -1
- package/build/cjs/components/datepicker/utils.d.cts +0 -1
- package/build/cjs/components/datepicker/validation.cjs.map +1 -1
- package/build/cjs/components/datepicker/validation.d.cts +1 -8
- package/build/cjs/components/description-list/index.d.cts +1 -1
- package/build/cjs/components/expander/Expander.cjs.map +1 -1
- package/build/cjs/components/expander/Expander.d.cts +1 -2
- package/build/cjs/components/expander/index.d.cts +2 -4
- package/build/cjs/components/feedback/Feedback.cjs.map +1 -1
- package/build/cjs/components/feedback/Feedback.d.cts +4 -9
- package/build/cjs/components/feedback/followup/Followup.cjs.map +1 -1
- package/build/cjs/components/feedback/followup/Followup.d.cts +3 -14
- package/build/cjs/components/feedback/index.d.cts +3 -3
- package/build/cjs/components/feedback/presets.cjs.map +1 -1
- package/build/cjs/components/feedback/presets.d.cts +2 -5
- package/build/cjs/components/feedback/questions/ContactQuestion.cjs.map +1 -1
- package/build/cjs/components/feedback/questions/ContactQuestion.d.cts +3 -28
- package/build/cjs/components/feedback/types.d.cts +42 -7
- package/build/cjs/components/icon-button/index.d.cts +1 -2
- package/build/cjs/components/image/index.d.cts +1 -3
- package/build/cjs/components/index.cjs +1 -1
- package/build/cjs/components/index.d.cts +1 -1
- package/build/cjs/components/input-panel/BasePanel.cjs +2 -0
- package/build/cjs/components/input-panel/BasePanel.cjs.map +1 -0
- package/build/cjs/components/input-panel/BasePanel.d.cts +10 -0
- package/build/cjs/components/input-panel/CheckboxPanel.cjs +2 -0
- package/build/cjs/components/input-panel/CheckboxPanel.cjs.map +1 -0
- package/build/cjs/components/input-panel/CheckboxPanel.d.cts +7 -0
- package/build/cjs/components/input-panel/RadioPanel.cjs +2 -0
- package/build/cjs/components/input-panel/RadioPanel.cjs.map +1 -0
- package/build/cjs/components/{radio-panel → input-panel}/RadioPanel.d.cts +2 -4
- package/build/cjs/components/input-panel/RadioPanelGroup.cjs +2 -0
- package/build/cjs/components/input-panel/RadioPanelGroup.cjs.map +1 -0
- package/build/cjs/components/input-panel/RadioPanelGroup.d.cts +4 -0
- package/build/cjs/components/input-panel/documentation/checkbox-panel/ControlledExample.d.cts +4 -0
- package/build/cjs/components/input-panel/documentation/checkbox-panel/UncontrolledExample.d.cts +4 -0
- package/build/cjs/components/input-panel/documentation/radio-panel/ControlledExample.d.cts +4 -0
- package/build/cjs/components/input-panel/documentation/radio-panel/UncontrolledExample.d.cts +4 -0
- package/build/cjs/components/input-panel/index.cjs +2 -0
- package/build/cjs/components/input-panel/index.d.cts +3 -0
- package/build/cjs/components/input-panel/radioPanelContext.cjs +2 -0
- package/build/cjs/components/input-panel/radioPanelContext.cjs.map +1 -0
- package/build/cjs/components/input-panel/radioPanelContext.d.cts +7 -0
- package/build/cjs/components/link-list/LinkList.cjs.map +1 -1
- package/build/cjs/components/link-list/LinkList.d.cts +2 -11
- package/build/cjs/components/link-list/index.d.cts +1 -0
- package/build/cjs/components/link-list/types.cjs +2 -0
- package/build/cjs/components/link-list/types.cjs.map +1 -0
- package/build/cjs/components/link-list/types.d.cts +11 -0
- package/build/cjs/components/list/index.d.cts +2 -3
- package/build/cjs/components/loader/index.d.cts +9 -18
- package/build/cjs/components/logo/index.d.cts +2 -4
- package/build/cjs/components/modal/Modal.cjs.map +1 -1
- package/build/cjs/components/modal/Modal.d.cts +8 -2
- package/build/cjs/components/modal/index.d.cts +2 -4
- package/build/cjs/components/pagination/Pagination.cjs.map +1 -1
- package/build/cjs/components/pagination/Pagination.d.cts +2 -1
- package/build/cjs/components/pagination/index.d.cts +1 -1
- package/build/cjs/components/popover/Popover.cjs.map +1 -1
- package/build/cjs/components/popover/Popover.d.cts +6 -6
- package/build/cjs/components/popover/index.d.cts +1 -1
- package/build/cjs/components/progress-bar/index.d.cts +2 -4
- package/build/cjs/components/radio-button/index.d.cts +3 -6
- package/build/cjs/components/select/Select.cjs.map +1 -1
- package/build/cjs/components/select/Select.d.cts +5 -6
- package/build/cjs/components/select/index.d.cts +2 -4
- package/build/cjs/components/summary-table/SummaryTable.cjs.map +1 -1
- package/build/cjs/components/summary-table/SummaryTable.d.cts +2 -2
- package/build/cjs/components/summary-table/index.d.cts +2 -2
- package/build/cjs/components/system-message/SystemMessage.cjs.map +1 -1
- package/build/cjs/components/system-message/SystemMessage.d.cts +5 -6
- package/build/cjs/components/system-message/index.d.cts +1 -1
- package/build/cjs/components/tabs/index.d.cts +6 -6
- package/build/cjs/components/tag/index.d.cts +1 -3
- package/build/cjs/components/text-input/BaseTextArea.cjs.map +1 -1
- package/build/cjs/components/text-input/BaseTextArea.d.cts +1 -2
- package/build/cjs/components/text-input/index.d.cts +2 -2
- package/build/cjs/components/toast/index.d.cts +1 -1
- package/build/cjs/components/toast/toastContext.cjs.map +1 -1
- package/build/cjs/components/toast/toastContext.d.cts +1 -13
- package/build/cjs/components/toast/types.d.cts +11 -0
- package/build/cjs/components/toggle-switch/ToggleSlider.cjs.map +1 -1
- package/build/cjs/components/toggle-switch/ToggleSlider.d.cts +2 -3
- package/build/cjs/components/toggle-switch/ToggleSwitch.cjs.map +1 -1
- package/build/cjs/components/toggle-switch/ToggleSwitch.d.cts +1 -1
- package/build/cjs/components/toggle-switch/index.d.cts +2 -2
- package/build/cjs/components/tooltip/Tooltip.cjs +1 -1
- package/build/cjs/components/tooltip/Tooltip.cjs.map +1 -1
- package/build/cjs/components/tooltip/Tooltip.d.cts +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/es/components/breadcrumb/index.d.ts +2 -4
- package/build/es/components/button/index.d.ts +1 -1
- package/build/es/components/button/types.d.ts +1 -2
- package/build/es/components/button/types.js.map +1 -1
- package/build/es/components/card/NavCard.d.ts +1 -10
- package/build/es/components/card/NavCard.js.map +1 -1
- package/build/es/components/card/index.d.ts +2 -2
- package/build/es/components/card/types.d.ts +8 -0
- package/build/es/components/card/types.js.map +1 -1
- package/build/es/components/combobox/Combobox.d.ts +6 -7
- package/build/es/components/combobox/Combobox.js.map +1 -1
- package/build/es/components/combobox/index.d.ts +1 -1
- package/build/es/components/cookie-consent/index.d.ts +2 -4
- package/build/es/components/datepicker/index.d.ts +3 -3
- package/build/es/components/datepicker/index.js +1 -1
- package/build/es/components/datepicker/types.d.ts +7 -0
- package/build/es/components/datepicker/utils.d.ts +0 -1
- package/build/es/components/datepicker/utils.js +1 -1
- package/build/es/components/datepicker/utils.js.map +1 -1
- package/build/es/components/datepicker/validation.d.ts +1 -8
- package/build/es/components/datepicker/validation.js.map +1 -1
- package/build/es/components/description-list/index.d.ts +1 -1
- package/build/es/components/expander/Expander.d.ts +1 -2
- package/build/es/components/expander/Expander.js.map +1 -1
- package/build/es/components/expander/index.d.ts +2 -4
- package/build/es/components/feedback/Feedback.d.ts +4 -9
- package/build/es/components/feedback/Feedback.js.map +1 -1
- package/build/es/components/feedback/followup/Followup.d.ts +3 -14
- package/build/es/components/feedback/followup/Followup.js.map +1 -1
- package/build/es/components/feedback/index.d.ts +3 -3
- package/build/es/components/feedback/presets.d.ts +2 -5
- package/build/es/components/feedback/presets.js.map +1 -1
- package/build/es/components/feedback/questions/ContactQuestion.d.ts +3 -28
- package/build/es/components/feedback/questions/ContactQuestion.js.map +1 -1
- package/build/es/components/feedback/types.d.ts +42 -7
- package/build/es/components/icon-button/index.d.ts +1 -2
- package/build/es/components/image/index.d.ts +1 -3
- package/build/es/components/index.d.ts +1 -1
- package/build/es/components/index.js +1 -1
- package/build/es/components/input-panel/BasePanel.d.ts +10 -0
- package/build/es/components/input-panel/BasePanel.js +2 -0
- package/build/es/components/input-panel/BasePanel.js.map +1 -0
- package/build/es/components/input-panel/CheckboxPanel.d.ts +7 -0
- package/build/es/components/input-panel/CheckboxPanel.js +2 -0
- package/build/es/components/input-panel/CheckboxPanel.js.map +1 -0
- package/build/es/components/{radio-panel → input-panel}/RadioPanel.d.ts +2 -4
- package/build/es/components/input-panel/RadioPanel.js +2 -0
- package/build/es/components/input-panel/RadioPanel.js.map +1 -0
- package/build/es/components/input-panel/RadioPanelGroup.d.ts +4 -0
- package/build/es/components/input-panel/RadioPanelGroup.js +2 -0
- package/build/es/components/input-panel/RadioPanelGroup.js.map +1 -0
- package/build/es/components/input-panel/documentation/checkbox-panel/ControlledExample.d.ts +4 -0
- package/build/es/components/input-panel/documentation/checkbox-panel/UncontrolledExample.d.ts +4 -0
- package/build/es/components/input-panel/documentation/radio-panel/ControlledExample.d.ts +4 -0
- package/build/es/components/input-panel/documentation/radio-panel/UncontrolledExample.d.ts +4 -0
- package/build/es/components/input-panel/index.d.ts +3 -0
- package/build/es/components/input-panel/index.js +2 -0
- package/build/es/components/input-panel/radioPanelContext.d.ts +7 -0
- package/build/es/components/input-panel/radioPanelContext.js +2 -0
- package/build/es/components/input-panel/radioPanelContext.js.map +1 -0
- package/build/es/components/link-list/LinkList.d.ts +2 -11
- package/build/es/components/link-list/LinkList.js.map +1 -1
- package/build/es/components/link-list/index.d.ts +1 -0
- package/build/es/components/link-list/types.d.ts +11 -0
- package/build/es/components/link-list/types.js +2 -0
- package/build/es/components/link-list/types.js.map +1 -0
- package/build/es/components/list/index.d.ts +2 -3
- package/build/es/components/loader/index.d.ts +9 -18
- package/build/es/components/logo/index.d.ts +2 -4
- package/build/es/components/modal/Modal.d.ts +8 -2
- package/build/es/components/modal/Modal.js.map +1 -1
- package/build/es/components/modal/index.d.ts +2 -4
- package/build/es/components/pagination/Pagination.d.ts +2 -1
- package/build/es/components/pagination/Pagination.js.map +1 -1
- package/build/es/components/pagination/index.d.ts +1 -1
- package/build/es/components/popover/Popover.d.ts +6 -6
- package/build/es/components/popover/Popover.js.map +1 -1
- package/build/es/components/popover/index.d.ts +1 -1
- package/build/es/components/progress-bar/index.d.ts +2 -4
- package/build/es/components/radio-button/index.d.ts +3 -6
- package/build/es/components/select/Select.d.ts +5 -6
- package/build/es/components/select/Select.js.map +1 -1
- package/build/es/components/select/index.d.ts +2 -4
- package/build/es/components/summary-table/SummaryTable.d.ts +2 -2
- package/build/es/components/summary-table/SummaryTable.js.map +1 -1
- package/build/es/components/summary-table/index.d.ts +2 -2
- package/build/es/components/system-message/SystemMessage.d.ts +5 -6
- package/build/es/components/system-message/SystemMessage.js.map +1 -1
- package/build/es/components/system-message/index.d.ts +1 -1
- package/build/es/components/tabs/index.d.ts +6 -6
- package/build/es/components/tag/index.d.ts +1 -3
- package/build/es/components/text-input/BaseTextArea.d.ts +1 -2
- package/build/es/components/text-input/BaseTextArea.js.map +1 -1
- package/build/es/components/text-input/index.d.ts +2 -2
- package/build/es/components/toast/index.d.ts +1 -1
- package/build/es/components/toast/toastContext.d.ts +1 -13
- package/build/es/components/toast/toastContext.js.map +1 -1
- package/build/es/components/toast/types.d.ts +11 -0
- package/build/es/components/toggle-switch/ToggleSlider.d.ts +2 -3
- package/build/es/components/toggle-switch/ToggleSlider.js.map +1 -1
- package/build/es/components/toggle-switch/ToggleSwitch.d.ts +1 -1
- package/build/es/components/toggle-switch/ToggleSwitch.js.map +1 -1
- package/build/es/components/toggle-switch/index.d.ts +2 -2
- package/build/es/components/tooltip/Tooltip.d.ts +1 -1
- package/build/es/components/tooltip/Tooltip.js +1 -1
- package/build/es/components/tooltip/Tooltip.js.map +1 -1
- package/build/es/index.js +1 -1
- package/package.json +12 -2
- package/styles/components/button/button.css +2 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/_index.scss +2 -0
- package/styles/components/input-panel/checkbox-panel.css +132 -0
- package/styles/components/input-panel/checkbox-panel.min.css +1 -0
- package/styles/components/input-panel/checkbox-panel.scss +88 -0
- package/styles/components/{radio-panel → input-panel}/radio-panel.css +67 -56
- package/styles/components/input-panel/radio-panel.min.css +1 -0
- package/styles/components/input-panel/radio-panel.scss +79 -0
- package/styles/components/input-panel/shared.css +61 -0
- package/styles/components/input-panel/shared.min.css +1 -0
- package/styles/components/input-panel/shared.scss +75 -0
- 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 +2 -2
- package/styles/components/message/message.min.css +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 +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/system-message/system-message.css +2 -2
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/styles.css +222 -140
- package/styles/styles.min.css +1 -1
- package/styles/styles.scss +1 -1
- package/build/cjs/components/radio-panel/RadioPanel.cjs +0 -2
- package/build/cjs/components/radio-panel/RadioPanel.cjs.map +0 -1
- package/build/cjs/components/radio-panel/index.cjs +0 -2
- package/build/cjs/components/radio-panel/index.d.cts +0 -1
- package/build/es/components/radio-panel/RadioPanel.js +0 -2
- package/build/es/components/radio-panel/RadioPanel.js.map +0 -1
- package/build/es/components/radio-panel/index.d.ts +0 -1
- package/build/es/components/radio-panel/index.js +0 -2
- package/styles/components/radio-panel/_index.scss +0 -1
- package/styles/components/radio-panel/radio-panel.min.css +0 -1
- package/styles/components/radio-panel/radio-panel.scss +0 -140
- /package/build/cjs/components/{radio-panel → input-panel}/index.cjs.map +0 -0
- /package/build/es/components/{radio-panel → input-panel}/index.js.map +0 -0
package/styles/styles.css
CHANGED
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
height: 1rem;
|
|
618
618
|
}
|
|
619
619
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
620
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
620
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uaag719;
|
|
621
621
|
}
|
|
622
622
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
623
623
|
scale: 1.05;
|
|
@@ -661,7 +661,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
661
661
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
662
662
|
}
|
|
663
663
|
|
|
664
|
-
@keyframes jkl-tertiary-flash-
|
|
664
|
+
@keyframes jkl-tertiary-flash-uaag719 {
|
|
665
665
|
0% {
|
|
666
666
|
opacity: 0.5;
|
|
667
667
|
scale: 1;
|
|
@@ -686,15 +686,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
686
686
|
animation: 2500ms linear infinite;
|
|
687
687
|
}
|
|
688
688
|
.jkl-loader__dot--left {
|
|
689
|
-
animation-name: jkl-loader-left-spin-
|
|
689
|
+
animation-name: jkl-loader-left-spin-uaag71n;
|
|
690
690
|
margin-right: 1.71em;
|
|
691
691
|
}
|
|
692
692
|
.jkl-loader__dot--middle {
|
|
693
|
-
animation-name: jkl-loader-middle-spin-
|
|
693
|
+
animation-name: jkl-loader-middle-spin-uaag724;
|
|
694
694
|
margin-right: 1.9em;
|
|
695
695
|
}
|
|
696
696
|
.jkl-loader__dot--right {
|
|
697
|
-
animation-name: jkl-loader-right-spin-
|
|
697
|
+
animation-name: jkl-loader-right-spin-uaag72j;
|
|
698
698
|
}
|
|
699
699
|
@media screen and (forced-colors: active) {
|
|
700
700
|
.jkl-loader__dot {
|
|
@@ -722,7 +722,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
722
722
|
margin-right: 0.3em;
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
-
@keyframes jkl-loader-left-spin-
|
|
725
|
+
@keyframes jkl-loader-left-spin-uaag71n {
|
|
726
726
|
0% {
|
|
727
727
|
transform: rotate(0) scale(0);
|
|
728
728
|
}
|
|
@@ -736,7 +736,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
736
736
|
transform: rotate(180deg) scale(0);
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
|
-
@keyframes jkl-loader-middle-spin-
|
|
739
|
+
@keyframes jkl-loader-middle-spin-uaag724 {
|
|
740
740
|
0% {
|
|
741
741
|
transform: rotate(20deg) scale(0);
|
|
742
742
|
}
|
|
@@ -753,7 +753,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
753
753
|
transform: rotate(200deg) scale(0);
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
|
-
@keyframes jkl-loader-right-spin-
|
|
756
|
+
@keyframes jkl-loader-right-spin-uaag72j {
|
|
757
757
|
0% {
|
|
758
758
|
transform: rotate(40deg) scale(0);
|
|
759
759
|
}
|
|
@@ -801,7 +801,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
801
801
|
bottom: 0;
|
|
802
802
|
width: 12.5rem;
|
|
803
803
|
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%);
|
|
804
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
804
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uaag72s;
|
|
805
805
|
}
|
|
806
806
|
@media (width >= 0) and (max-width: 679px) {
|
|
807
807
|
.jkl-skeleton-animation {
|
|
@@ -832,7 +832,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
832
832
|
@media screen and (forced-colors: active) {
|
|
833
833
|
.jkl-skeleton-element {
|
|
834
834
|
border: 1px solid CanvasText;
|
|
835
|
-
animation: 2s ease infinite jkl-blink-
|
|
835
|
+
animation: 2s ease infinite jkl-blink-uaag72x;
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
838
|
|
|
@@ -888,11 +888,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
888
888
|
}
|
|
889
889
|
@media screen and (forced-colors: active) {
|
|
890
890
|
.jkl-skeleton-table {
|
|
891
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
891
|
+
animation: 2s ease-in-out infinite jkl-blink-uaag72x;
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
894
|
|
|
895
|
-
@keyframes jkl-sweep-
|
|
895
|
+
@keyframes jkl-sweep-uaag72s {
|
|
896
896
|
0% {
|
|
897
897
|
transform: translateX(calc(0vw - 200px));
|
|
898
898
|
}
|
|
@@ -900,7 +900,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
900
900
|
transform: translateX(calc(100vw + 400px));
|
|
901
901
|
}
|
|
902
902
|
}
|
|
903
|
-
@keyframes jkl-blink-
|
|
903
|
+
@keyframes jkl-blink-uaag72x {
|
|
904
904
|
0% {
|
|
905
905
|
opacity: 1;
|
|
906
906
|
}
|
|
@@ -1465,7 +1465,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1465
1465
|
--jkl-checkbox-line-height: 1.5rem;
|
|
1466
1466
|
}
|
|
1467
1467
|
|
|
1468
|
-
@keyframes jkl-checkbox-checked-
|
|
1468
|
+
@keyframes jkl-checkbox-checked-uaag73v {
|
|
1469
1469
|
0% {
|
|
1470
1470
|
width: 0;
|
|
1471
1471
|
height: 0;
|
|
@@ -1479,7 +1479,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1479
1479
|
height: 58%;
|
|
1480
1480
|
}
|
|
1481
1481
|
}
|
|
1482
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
1482
|
+
@keyframes jkl-checkbox-indeterminate-uaag746 {
|
|
1483
1483
|
0% {
|
|
1484
1484
|
width: 0;
|
|
1485
1485
|
}
|
|
@@ -1507,11 +1507,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1507
1507
|
top: -6px;
|
|
1508
1508
|
}
|
|
1509
1509
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
1510
|
-
animation: jkl-checkbox-checked-
|
|
1510
|
+
animation: jkl-checkbox-checked-uaag73v 150ms ease-in-out forwards;
|
|
1511
1511
|
opacity: 1;
|
|
1512
1512
|
}
|
|
1513
1513
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
1514
|
-
animation: jkl-checkbox-indeterminate-
|
|
1514
|
+
animation: jkl-checkbox-indeterminate-uaag746 150ms ease-in-out forwards;
|
|
1515
1515
|
opacity: 1;
|
|
1516
1516
|
}
|
|
1517
1517
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2037,7 +2037,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2037
2037
|
--color: var(--jkl-color-text-default);
|
|
2038
2038
|
}
|
|
2039
2039
|
.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 {
|
|
2040
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
2040
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uaag754 forwards;
|
|
2041
2041
|
}
|
|
2042
2042
|
.jkl-form-support-label--sr-only {
|
|
2043
2043
|
border: 0 !important;
|
|
@@ -2112,7 +2112,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2112
2112
|
white-space: nowrap !important; /* 3 */
|
|
2113
2113
|
}
|
|
2114
2114
|
|
|
2115
|
-
@keyframes jkl-support-icon-entrance-
|
|
2115
|
+
@keyframes jkl-support-icon-entrance-uaag754 {
|
|
2116
2116
|
0% {
|
|
2117
2117
|
margin-right: 0;
|
|
2118
2118
|
opacity: 0;
|
|
@@ -3560,7 +3560,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
3560
3560
|
padding: 1rem 0 2.5rem 0;
|
|
3561
3561
|
}
|
|
3562
3562
|
|
|
3563
|
-
@keyframes jkl-show-
|
|
3563
|
+
@keyframes jkl-show-uaag75t {
|
|
3564
3564
|
from {
|
|
3565
3565
|
transform: translate3d(0, 0.5rem, 0);
|
|
3566
3566
|
opacity: 0;
|
|
@@ -3595,7 +3595,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
3595
3595
|
}
|
|
3596
3596
|
}
|
|
3597
3597
|
.jkl-feedback__fade-in {
|
|
3598
|
-
animation: jkl-show-
|
|
3598
|
+
animation: jkl-show-uaag75t 0.25s ease-out;
|
|
3599
3599
|
}
|
|
3600
3600
|
|
|
3601
3601
|
.jkl-feedback-smileys {
|
|
@@ -3830,7 +3830,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3830
3830
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3831
3831
|
}
|
|
3832
3832
|
.jkl-message--dismissed {
|
|
3833
|
-
animation: jkl-dismiss-
|
|
3833
|
+
animation: jkl-dismiss-uaag76c 400ms ease-in-out forwards;
|
|
3834
3834
|
transition: visibility 0ms 400ms;
|
|
3835
3835
|
visibility: hidden;
|
|
3836
3836
|
}
|
|
@@ -3850,7 +3850,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3850
3850
|
}
|
|
3851
3851
|
}
|
|
3852
3852
|
|
|
3853
|
-
@keyframes jkl-dismiss-
|
|
3853
|
+
@keyframes jkl-dismiss-uaag76c {
|
|
3854
3854
|
from {
|
|
3855
3855
|
opacity: 1;
|
|
3856
3856
|
transform: translate3d(0, 0, 0);
|
|
@@ -3906,7 +3906,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3906
3906
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
3907
3907
|
}
|
|
3908
3908
|
|
|
3909
|
-
@keyframes jkl-dot-in-
|
|
3909
|
+
@keyframes jkl-dot-in-uaag76y {
|
|
3910
3910
|
0% {
|
|
3911
3911
|
transform: scale(0.8);
|
|
3912
3912
|
}
|
|
@@ -3949,7 +3949,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3949
3949
|
}
|
|
3950
3950
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
3951
3951
|
--dot-color: var(--jkl-color-border-action);
|
|
3952
|
-
animation: jkl-dot-in-
|
|
3952
|
+
animation: jkl-dot-in-uaag76y 150ms ease;
|
|
3953
3953
|
}
|
|
3954
3954
|
@media screen and (forced-colors: active) {
|
|
3955
3955
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4041,6 +4041,195 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4041
4041
|
margin-bottom: 0.5rem;
|
|
4042
4042
|
}
|
|
4043
4043
|
|
|
4044
|
+
.jkl-input-panel {
|
|
4045
|
+
--outer-border-color: var(--jkl-color-border-input);
|
|
4046
|
+
--outer-border-thickness: 0.0625rem;
|
|
4047
|
+
--background-color: transparent;
|
|
4048
|
+
outline: var(--outer-border-thickness) solid var(--outer-border-color);
|
|
4049
|
+
border-radius: 4px;
|
|
4050
|
+
padding-left: 1rem;
|
|
4051
|
+
background-color: var(--background-color);
|
|
4052
|
+
cursor: pointer;
|
|
4053
|
+
}
|
|
4054
|
+
.jkl-input-panel__input {
|
|
4055
|
+
opacity: 0;
|
|
4056
|
+
position: absolute;
|
|
4057
|
+
top: -6px;
|
|
4058
|
+
}
|
|
4059
|
+
.jkl-input-panel__label {
|
|
4060
|
+
display: grid;
|
|
4061
|
+
grid-template-columns: min-content fit-content(30%) 1fr;
|
|
4062
|
+
align-items: center;
|
|
4063
|
+
gap: 0.5rem;
|
|
4064
|
+
cursor: pointer;
|
|
4065
|
+
}
|
|
4066
|
+
.jkl-input-panel__main-label {
|
|
4067
|
+
padding-block: 1.5rem;
|
|
4068
|
+
}
|
|
4069
|
+
.jkl-input-panel__extra-label {
|
|
4070
|
+
margin-left: 1rem;
|
|
4071
|
+
align-self: stretch;
|
|
4072
|
+
margin-right: 1rem;
|
|
4073
|
+
}
|
|
4074
|
+
.jkl-input-panel__extra-label > :first-child {
|
|
4075
|
+
padding-right: 1rem;
|
|
4076
|
+
}
|
|
4077
|
+
.jkl-input-panel__extra-label--text {
|
|
4078
|
+
display: flex;
|
|
4079
|
+
height: 100%;
|
|
4080
|
+
align-items: center;
|
|
4081
|
+
}
|
|
4082
|
+
.jkl-input-panel__content {
|
|
4083
|
+
height: 0;
|
|
4084
|
+
overflow: hidden;
|
|
4085
|
+
cursor: default;
|
|
4086
|
+
padding-right: 1.5rem;
|
|
4087
|
+
}
|
|
4088
|
+
.jkl-input-panel__content[data-alwaysopen=true], .jkl-input-panel:has([aria-expanded=true]) .jkl-input-panel__content {
|
|
4089
|
+
padding-bottom: 24px;
|
|
4090
|
+
height: auto;
|
|
4091
|
+
}
|
|
4092
|
+
.jkl-input-panel:has(:focus-visible), .jkl-input-panel:hover {
|
|
4093
|
+
--outer-border-thickness: 0.125rem;
|
|
4094
|
+
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
4095
|
+
}
|
|
4096
|
+
.jkl-input-panel:has(:checked) {
|
|
4097
|
+
--outer-border-thickness: 0.125rem;
|
|
4098
|
+
--outer-border-color: var(--jkl-color-border-action);
|
|
4099
|
+
--background-color: var(--jkl-color-background-container-high);
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
@keyframes jkl-dot-in-uaag77f {
|
|
4103
|
+
0% {
|
|
4104
|
+
transform: scale(0.8);
|
|
4105
|
+
}
|
|
4106
|
+
100% {
|
|
4107
|
+
transform: scale(1);
|
|
4108
|
+
}
|
|
4109
|
+
}
|
|
4110
|
+
.jkl-radio-panel {
|
|
4111
|
+
--radio-dot-color: transparent;
|
|
4112
|
+
--radio-ring-color: transparent;
|
|
4113
|
+
/* The ring */
|
|
4114
|
+
}
|
|
4115
|
+
.jkl-radio-panel__decorator {
|
|
4116
|
+
cursor: pointer;
|
|
4117
|
+
display: inline-block;
|
|
4118
|
+
position: relative;
|
|
4119
|
+
height: 1.5rem;
|
|
4120
|
+
width: 1.5rem;
|
|
4121
|
+
border-radius: 50%;
|
|
4122
|
+
border: 0.0625rem solid var(--jkl-color-border-action);
|
|
4123
|
+
background-color: var(--radio-ring-color);
|
|
4124
|
+
transition-property: background-color, outline;
|
|
4125
|
+
transition-timing-function: ease;
|
|
4126
|
+
transition-duration: 150ms;
|
|
4127
|
+
/* The dot */
|
|
4128
|
+
}
|
|
4129
|
+
.jkl-radio-panel__decorator::after {
|
|
4130
|
+
content: "";
|
|
4131
|
+
position: absolute;
|
|
4132
|
+
left: 50%;
|
|
4133
|
+
top: 50%;
|
|
4134
|
+
translate: -50% -50%;
|
|
4135
|
+
scale: 1;
|
|
4136
|
+
height: 1rem;
|
|
4137
|
+
width: 1rem;
|
|
4138
|
+
border-radius: 50%;
|
|
4139
|
+
background-color: var(--radio-dot-color);
|
|
4140
|
+
transition-property: transform;
|
|
4141
|
+
transition-timing-function: ease;
|
|
4142
|
+
transition-duration: 150ms;
|
|
4143
|
+
}
|
|
4144
|
+
@media screen and (forced-colors: active) {
|
|
4145
|
+
.jkl-radio-panel__decorator {
|
|
4146
|
+
border: 1px solid ButtonText;
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4150
|
+
animation: jkl-dot-in-uaag77f 150ms ease;
|
|
4151
|
+
}
|
|
4152
|
+
.jkl-radio-panel:has(:checked) {
|
|
4153
|
+
--radio-dot-color: var(--jkl-color-border-action);
|
|
4154
|
+
}
|
|
4155
|
+
[aria-invalid=true] .jkl-radio-panel {
|
|
4156
|
+
--radio-ring-color: var(--jkl-color-background-alert-error);
|
|
4157
|
+
}
|
|
4158
|
+
[aria-invalid=true] .jkl-radio-panel:has(:checked) {
|
|
4159
|
+
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
@keyframes jkl-checkbox-checked-uaag77k {
|
|
4163
|
+
0% {
|
|
4164
|
+
width: 0;
|
|
4165
|
+
height: 0;
|
|
4166
|
+
}
|
|
4167
|
+
40% {
|
|
4168
|
+
width: 18%;
|
|
4169
|
+
height: 0;
|
|
4170
|
+
}
|
|
4171
|
+
100% {
|
|
4172
|
+
width: 18%;
|
|
4173
|
+
height: 58%;
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
.jkl-checkbox-panel {
|
|
4177
|
+
--checkbox-background-color: transparent;
|
|
4178
|
+
--checkbox-box-color: var(--jkl-color-border-action);
|
|
4179
|
+
--checkbox-check-color: var(--jkl-color-border-action);
|
|
4180
|
+
}
|
|
4181
|
+
.jkl-checkbox-panel__decorator {
|
|
4182
|
+
box-sizing: border-box;
|
|
4183
|
+
height: var(--jkl-checkbox-box-size);
|
|
4184
|
+
width: var(--jkl-checkbox-box-size);
|
|
4185
|
+
position: relative;
|
|
4186
|
+
outline: none;
|
|
4187
|
+
border-radius: 0;
|
|
4188
|
+
border: 1px solid;
|
|
4189
|
+
border-color: var(--checkbox-box-color);
|
|
4190
|
+
background-color: var(--checkbox-background-color);
|
|
4191
|
+
transition-timing-function: ease;
|
|
4192
|
+
transition-duration: 150ms;
|
|
4193
|
+
transition-property: background-color;
|
|
4194
|
+
}
|
|
4195
|
+
@media screen and (forced-colors: active) {
|
|
4196
|
+
.jkl-checkbox-panel__decorator {
|
|
4197
|
+
outline: revert;
|
|
4198
|
+
border: 1px solid ButtonText;
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
.jkl-checkbox-panel__decorator::after {
|
|
4202
|
+
content: "";
|
|
4203
|
+
position: absolute;
|
|
4204
|
+
transform-origin: bottom left;
|
|
4205
|
+
bottom: 42%;
|
|
4206
|
+
left: 18%;
|
|
4207
|
+
display: block;
|
|
4208
|
+
width: 18%;
|
|
4209
|
+
height: 58%;
|
|
4210
|
+
transform: rotate(45deg);
|
|
4211
|
+
border: solid 0.125rem var(--checkbox-check-color);
|
|
4212
|
+
border-left-width: 0;
|
|
4213
|
+
border-top-width: 0;
|
|
4214
|
+
opacity: 0;
|
|
4215
|
+
transition-timing-function: ease;
|
|
4216
|
+
transition-duration: 150ms;
|
|
4217
|
+
transition-property: opacity, border-color;
|
|
4218
|
+
}
|
|
4219
|
+
@media screen and (forced-colors: active) {
|
|
4220
|
+
.jkl-checkbox-panel__decorator::after {
|
|
4221
|
+
border-color: ButtonText;
|
|
4222
|
+
}
|
|
4223
|
+
}
|
|
4224
|
+
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4225
|
+
animation: jkl-checkbox-checked-uaag77k 150ms ease-in-out forwards;
|
|
4226
|
+
opacity: 1;
|
|
4227
|
+
}
|
|
4228
|
+
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
4229
|
+
--checkbox-background-color: var(--jkl-color-background-alert-error);
|
|
4230
|
+
--checkbox-check-color: var(--jkl-color-text-on-alert);
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4044
4233
|
:root,
|
|
4045
4234
|
[data-layout-density=comfortable],
|
|
4046
4235
|
[data-density=comfortable] {
|
|
@@ -4797,11 +4986,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4797
4986
|
}
|
|
4798
4987
|
|
|
4799
4988
|
.jkl-countdown__tracker {
|
|
4800
|
-
animation: jkl-downcount-
|
|
4989
|
+
animation: jkl-downcount-uaag77z var(--duration) linear forwards;
|
|
4801
4990
|
animation-play-state: var(--play-state, running);
|
|
4802
4991
|
}
|
|
4803
4992
|
|
|
4804
|
-
@keyframes jkl-downcount-
|
|
4993
|
+
@keyframes jkl-downcount-uaag77z {
|
|
4805
4994
|
from {
|
|
4806
4995
|
width: 100%;
|
|
4807
4996
|
}
|
|
@@ -4809,113 +4998,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4809
4998
|
width: 0%;
|
|
4810
4999
|
}
|
|
4811
5000
|
}
|
|
4812
|
-
@keyframes jkl-dot-in-uo3srk0 {
|
|
4813
|
-
0% {
|
|
4814
|
-
transform: scale(0.8);
|
|
4815
|
-
}
|
|
4816
|
-
100% {
|
|
4817
|
-
transform: scale(1);
|
|
4818
|
-
}
|
|
4819
|
-
}
|
|
4820
|
-
.jkl-radio-panel {
|
|
4821
|
-
--outer-border-color: var(--jkl-color-border-input);
|
|
4822
|
-
--outer-border-thickness: 0.0625rem;
|
|
4823
|
-
--dot-color: transparent;
|
|
4824
|
-
--ring-color: transparent;
|
|
4825
|
-
outline: var(--outer-border-thickness) solid var(--outer-border-color);
|
|
4826
|
-
border-radius: 4px;
|
|
4827
|
-
padding-left: 1rem;
|
|
4828
|
-
cursor: pointer;
|
|
4829
|
-
/* The ring */
|
|
4830
|
-
}
|
|
4831
|
-
.jkl-radio-panel__label {
|
|
4832
|
-
display: grid;
|
|
4833
|
-
grid-template-columns: min-content fit-content(30%) 1fr;
|
|
4834
|
-
align-items: center;
|
|
4835
|
-
gap: 0.5rem;
|
|
4836
|
-
cursor: pointer;
|
|
4837
|
-
}
|
|
4838
|
-
.jkl-radio-panel__input {
|
|
4839
|
-
opacity: 0;
|
|
4840
|
-
position: absolute;
|
|
4841
|
-
top: -6px;
|
|
4842
|
-
}
|
|
4843
|
-
.jkl-radio-panel__dot {
|
|
4844
|
-
cursor: pointer;
|
|
4845
|
-
display: inline-block;
|
|
4846
|
-
position: relative;
|
|
4847
|
-
height: 1.5rem;
|
|
4848
|
-
width: 1.5rem;
|
|
4849
|
-
border-radius: 50%;
|
|
4850
|
-
border: 0.0625rem solid var(--jkl-color-border-action);
|
|
4851
|
-
background-color: var(--ring-color);
|
|
4852
|
-
transition-property: background-color, outline;
|
|
4853
|
-
transition-timing-function: ease;
|
|
4854
|
-
transition-duration: 150ms;
|
|
4855
|
-
/* The dot */
|
|
4856
|
-
}
|
|
4857
|
-
.jkl-radio-panel__dot::after {
|
|
4858
|
-
content: "";
|
|
4859
|
-
position: absolute;
|
|
4860
|
-
left: 50%;
|
|
4861
|
-
top: 50%;
|
|
4862
|
-
translate: -50% -50%;
|
|
4863
|
-
scale: 1;
|
|
4864
|
-
height: 1rem;
|
|
4865
|
-
width: 1rem;
|
|
4866
|
-
border-radius: 50%;
|
|
4867
|
-
background-color: var(--dot-color);
|
|
4868
|
-
transition-property: transform;
|
|
4869
|
-
transition-timing-function: ease;
|
|
4870
|
-
transition-duration: 150ms;
|
|
4871
|
-
}
|
|
4872
|
-
@media screen and (forced-colors: active) {
|
|
4873
|
-
.jkl-radio-panel__dot {
|
|
4874
|
-
border: 1px solid ButtonText;
|
|
4875
|
-
}
|
|
4876
|
-
}
|
|
4877
|
-
.jkl-radio-panel__input:checked + .jkl-radio-panel__dot::after {
|
|
4878
|
-
animation: jkl-dot-in-uo3srk0 150ms ease;
|
|
4879
|
-
}
|
|
4880
|
-
.jkl-radio-panel__main-label {
|
|
4881
|
-
padding-block: 1.5rem;
|
|
4882
|
-
}
|
|
4883
|
-
.jkl-radio-panel__extra-label {
|
|
4884
|
-
margin-left: 1rem;
|
|
4885
|
-
align-self: stretch;
|
|
4886
|
-
margin-right: 1rem;
|
|
4887
|
-
}
|
|
4888
|
-
.jkl-radio-panel__extra-label > :first-child {
|
|
4889
|
-
padding-right: 1rem;
|
|
4890
|
-
}
|
|
4891
|
-
.jkl-radio-panel__extra-label--text {
|
|
4892
|
-
display: flex;
|
|
4893
|
-
height: 100%;
|
|
4894
|
-
align-items: center;
|
|
4895
|
-
}
|
|
4896
|
-
.jkl-radio-panel__content {
|
|
4897
|
-
display: none;
|
|
4898
|
-
cursor: default;
|
|
4899
|
-
padding-right: 1.5rem;
|
|
4900
|
-
}
|
|
4901
|
-
.jkl-radio-panel__content[data-alwaysOpen=true], .jkl-radio-panel:has(:checked) .jkl-radio-panel__content[data-open=true] {
|
|
4902
|
-
margin-bottom: 24px;
|
|
4903
|
-
display: block;
|
|
4904
|
-
}
|
|
4905
|
-
.jkl-radio-panel:has(:checked), .jkl-radio-panel:has(:focus-visible), .jkl-radio-panel:hover {
|
|
4906
|
-
--outer-border-color: var(--jkl-color-border-separator-hover);
|
|
4907
|
-
--outer-border-thickness: 0.125rem;
|
|
4908
|
-
}
|
|
4909
|
-
.jkl-radio-panel:has(:checked) {
|
|
4910
|
-
--dot-color: var(--jkl-color-border-action);
|
|
4911
|
-
}
|
|
4912
|
-
[aria-invalid=true] .jkl-radio-panel {
|
|
4913
|
-
--ring-color: var(--jkl-color-background-alert-error);
|
|
4914
|
-
}
|
|
4915
|
-
[aria-invalid=true] .jkl-radio-panel:has(:checked) {
|
|
4916
|
-
--dot-color: var(--jkl-color-text-on-alert);
|
|
4917
|
-
}
|
|
4918
|
-
|
|
4919
5001
|
@media screen and (prefers-color-scheme: light) {
|
|
4920
5002
|
:root {
|
|
4921
5003
|
--jkl-summary-table-border-color: #1b1917;
|
|
@@ -5107,7 +5189,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5107
5189
|
margin-bottom: 0;
|
|
5108
5190
|
}
|
|
5109
5191
|
.jkl-system-message--dismissed {
|
|
5110
|
-
animation: jkl-dismiss-
|
|
5192
|
+
animation: jkl-dismiss-uaag783 400ms ease-in forwards;
|
|
5111
5193
|
transition: visibility 0ms 400ms;
|
|
5112
5194
|
visibility: hidden;
|
|
5113
5195
|
}
|
|
@@ -5139,7 +5221,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5139
5221
|
}
|
|
5140
5222
|
}
|
|
5141
5223
|
|
|
5142
|
-
@keyframes jkl-dismiss-
|
|
5224
|
+
@keyframes jkl-dismiss-uaag783 {
|
|
5143
5225
|
from {
|
|
5144
5226
|
opacity: 1;
|
|
5145
5227
|
transform: translate3d(0, 0, 0);
|
|
@@ -6014,14 +6096,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6014
6096
|
|
|
6015
6097
|
.jkl-toast[data-animation=entering],
|
|
6016
6098
|
.jkl-toast[data-animation=queued] {
|
|
6017
|
-
animation: jkl-entering-
|
|
6099
|
+
animation: jkl-entering-uaag78b 200ms ease-out forwards;
|
|
6018
6100
|
}
|
|
6019
6101
|
|
|
6020
6102
|
.jkl-toast[data-animation=exiting] {
|
|
6021
|
-
animation: jkl-exiting-
|
|
6103
|
+
animation: jkl-exiting-uaag78y 150ms ease-in forwards;
|
|
6022
6104
|
}
|
|
6023
6105
|
|
|
6024
|
-
@keyframes jkl-entering-
|
|
6106
|
+
@keyframes jkl-entering-uaag78b {
|
|
6025
6107
|
from {
|
|
6026
6108
|
opacity: 0;
|
|
6027
6109
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6031,7 +6113,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6031
6113
|
transform: translate3d(0, 0, 0);
|
|
6032
6114
|
}
|
|
6033
6115
|
}
|
|
6034
|
-
@keyframes jkl-exiting-
|
|
6116
|
+
@keyframes jkl-exiting-uaag78y {
|
|
6035
6117
|
from {
|
|
6036
6118
|
opacity: 1;
|
|
6037
6119
|
transform: translate3d(0, 0, 0);
|