@fremtind/jokul 5.0.0 → 5.0.2
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/checkbox-panel/CheckboxPanel.cjs +1 -1
- package/build/cjs/components/checkbox-panel/CheckboxPanel.cjs.map +1 -1
- package/build/cjs/components/checkbox-panel/CheckboxPanel.d.cts +1 -1
- package/build/cjs/components/expander/index.cjs +1 -1
- package/build/cjs/components/expander/index.d.cts +1 -0
- package/build/cjs/components/input-panel/InputPanel.cjs +1 -1
- package/build/cjs/components/input-panel/InputPanel.cjs.map +1 -1
- package/build/cjs/components/input-panel/InputPanel.d.cts +1 -1
- package/build/cjs/components/input-panel/types.d.cts +2 -1
- package/build/cjs/components/message/Message.cjs +1 -1
- package/build/cjs/components/message/Message.cjs.map +1 -1
- package/build/cjs/components/radio-panel/RadioPanel.cjs +1 -1
- package/build/cjs/components/radio-panel/RadioPanel.cjs.map +1 -1
- package/build/cjs/components/select/Select.cjs +1 -1
- package/build/cjs/components/select/Select.cjs.map +1 -1
- package/build/cjs/components/text-area/BaseTextArea.cjs +1 -1
- package/build/cjs/components/text-area/BaseTextArea.cjs.map +1 -1
- package/build/cjs/components/toast/Toast.cjs +1 -1
- package/build/cjs/components/toast/Toast.cjs.map +1 -1
- package/build/cjs/components/typography/Title.cjs +1 -1
- package/build/cjs/components/typography/Title.cjs.map +1 -1
- package/build/cjs/utilities/formatters/util/registerWithMask.cjs +1 -1
- package/build/cjs/utilities/formatters/util/registerWithMask.cjs.map +1 -1
- package/build/cjs/utilities/types.cjs.map +1 -1
- package/build/cjs/utilities/types.d.cts +12 -2
- package/build/es/components/checkbox-panel/CheckboxPanel.d.ts +1 -1
- package/build/es/components/checkbox-panel/CheckboxPanel.js +1 -1
- package/build/es/components/checkbox-panel/CheckboxPanel.js.map +1 -1
- package/build/es/components/expander/index.d.ts +1 -0
- package/build/es/components/expander/index.js +1 -1
- package/build/es/components/input-panel/InputPanel.d.ts +1 -1
- package/build/es/components/input-panel/InputPanel.js +1 -1
- package/build/es/components/input-panel/InputPanel.js.map +1 -1
- package/build/es/components/input-panel/types.d.ts +2 -1
- package/build/es/components/message/Message.js +1 -1
- package/build/es/components/message/Message.js.map +1 -1
- package/build/es/components/radio-panel/RadioPanel.js +1 -1
- package/build/es/components/radio-panel/RadioPanel.js.map +1 -1
- package/build/es/components/select/Select.js +1 -1
- package/build/es/components/select/Select.js.map +1 -1
- package/build/es/components/text-area/BaseTextArea.js +1 -1
- package/build/es/components/text-area/BaseTextArea.js.map +1 -1
- package/build/es/components/toast/Toast.js +1 -1
- package/build/es/components/toast/Toast.js.map +1 -1
- package/build/es/components/typography/Title.js +1 -1
- package/build/es/components/typography/Title.js.map +1 -1
- package/build/es/utilities/formatters/util/registerWithMask.js +1 -1
- package/build/es/utilities/formatters/util/registerWithMask.js.map +1 -1
- package/build/es/utilities/types.d.ts +12 -2
- package/build/es/utilities/types.js.map +1 -1
- package/package.json +1 -1
- package/styles/base.css +3 -0
- package/styles/base.min.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.css +0 -1
- package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.scss +0 -1
- package/styles/components/button/button.css +0 -1
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +1 -2
- package/styles/components/checkbox/checkbox.css +0 -1
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +0 -2
- package/styles/components/checkbox-panel/checkbox-panel.css +0 -1
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/chip/chip.css +0 -1
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +0 -1
- package/styles/components/combobox/combobox.css +0 -1
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +0 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/datepicker/_calendar-date-button.scss +0 -2
- package/styles/components/datepicker/datepicker.css +0 -2
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file/file.css +3 -0
- package/styles/components/file/file.min.css +1 -1
- package/styles/components/file/file.scss +4 -0
- package/styles/components/file-input/file-input.css +26 -17
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/icon-button/icon-button.css +0 -1
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/icon-button/icon-button.scss +0 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/link/link.css +14 -7
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link/link.scss +18 -10
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +3 -3
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/menu/_menu-item.scss +0 -1
- package/styles/components/menu/menu.css +0 -1
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/message/message.css +2 -3
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +0 -1
- package/styles/components/modal/_layout.scss +2 -0
- package/styles/components/modal/modal.css +1 -0
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +2 -1
- package/styles/components/pagination/pagination.css +1 -1
- package/styles/components/pagination/pagination.scss +1 -1
- package/styles/components/popover/popover.css +1 -1
- package/styles/components/popover/popover.min.css +1 -1
- package/styles/components/popover/popover.scss +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/radio-button/radio-button.css +1 -1
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +2 -1
- package/styles/components/search/search.css +0 -1
- package/styles/components/search/search.min.css +1 -1
- package/styles/components/search/search.scss +0 -1
- package/styles/components/segmented-control/segmented-control.css +3 -3
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/select/select.css +1 -1
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +4 -11
- package/styles/components/system-message/system-message.css +2 -3
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +1 -2
- package/styles/components/table/_table-pagination.scss +0 -1
- package/styles/components/table/table.css +0 -1
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/tabs/tabs.css +0 -1
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +0 -1
- package/styles/components/toast/toast.css +34 -9
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +44 -9
- package/styles/components/toggle-switch/toggle-switch.css +0 -1
- package/styles/components/toggle-switch/toggle-switch.min.css +1 -1
- package/styles/components/toggle-switch/toggle-switch.scss +0 -1
- package/styles/components/typography/text.css +2 -2
- package/styles/components/typography/text.min.css +1 -1
- package/styles/components/typography/text.scss +2 -2
- package/styles/components/typography/title.css +8 -30
- package/styles/components/typography/title.min.css +1 -1
- package/styles/components/typography/title.scss +7 -30
- package/styles/components.css +87 -87
- package/styles/components.min.css +1 -1
- package/styles/global/_base-class.scss +4 -0
package/styles/components.css
CHANGED
|
@@ -322,7 +322,6 @@
|
|
|
322
322
|
@layer jokul.components {
|
|
323
323
|
.jkl-icon-button {
|
|
324
324
|
background-color: transparent;
|
|
325
|
-
cursor: pointer;
|
|
326
325
|
color: inherit;
|
|
327
326
|
position: relative;
|
|
328
327
|
transition-property: box-shadow;
|
|
@@ -432,7 +431,7 @@
|
|
|
432
431
|
--color: var(--jkl-color-text-default);
|
|
433
432
|
}
|
|
434
433
|
.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 {
|
|
435
|
-
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-
|
|
434
|
+
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-u9ljqwi forwards;
|
|
436
435
|
}
|
|
437
436
|
.jkl-form-support-label--sr-only {
|
|
438
437
|
border: 0 !important;
|
|
@@ -486,7 +485,7 @@
|
|
|
486
485
|
.jkl-label:has(+ .jkl-input-group-description) {
|
|
487
486
|
margin-block-end: var(--jkl-spacing-4);
|
|
488
487
|
}
|
|
489
|
-
@keyframes jkl-support-icon-entrance-
|
|
488
|
+
@keyframes jkl-support-icon-entrance-u9ljqwi {
|
|
490
489
|
0% {
|
|
491
490
|
margin-right: 0;
|
|
492
491
|
opacity: 0;
|
|
@@ -625,7 +624,6 @@
|
|
|
625
624
|
.jkl-breadcrumb__item {
|
|
626
625
|
margin-bottom: var(--jkl-unit-10);
|
|
627
626
|
white-space: nowrap;
|
|
628
|
-
cursor: pointer;
|
|
629
627
|
}
|
|
630
628
|
.jkl-breadcrumb__item-separator {
|
|
631
629
|
padding-left: var(--jkl-unit-10);
|
|
@@ -648,15 +646,9 @@
|
|
|
648
646
|
text-decoration-thickness: 0.05em;
|
|
649
647
|
text-decoration-color: rgb(from currentColor r g b/70%);
|
|
650
648
|
}
|
|
651
|
-
.jkl-
|
|
652
|
-
margin-inline-start: 0.2em;
|
|
653
|
-
margin-block-start: -0.1em;
|
|
654
|
-
vertical-align: middle;
|
|
655
|
-
}
|
|
656
|
-
.jkl-link--external::after, .jkl-link[target=_blank]::after, .jkl-link[download]::after {
|
|
649
|
+
.jkl-link::after {
|
|
657
650
|
--jkl-icon-fill: 0;
|
|
658
651
|
--jkl-icon-size: 1em;
|
|
659
|
-
content: "\e89e"/"(Åpnes i ny fane)";
|
|
660
652
|
margin-block-start: -0.1em;
|
|
661
653
|
padding-inline-start: 0.2em;
|
|
662
654
|
vertical-align: middle;
|
|
@@ -674,6 +666,9 @@
|
|
|
674
666
|
transition-property: font-variation-settings, transform;
|
|
675
667
|
display: inline;
|
|
676
668
|
}
|
|
669
|
+
.jkl-link--external::after, .jkl-link[target=_blank]::after {
|
|
670
|
+
content: "\e89e"/"(Åpnes i ny fane)";
|
|
671
|
+
}
|
|
677
672
|
.jkl-link[download]::after {
|
|
678
673
|
content: "\f090"/"(Last ned fil)";
|
|
679
674
|
}
|
|
@@ -689,6 +684,16 @@
|
|
|
689
684
|
--link-color: HighLight;
|
|
690
685
|
}
|
|
691
686
|
}
|
|
687
|
+
button.jkl-link {
|
|
688
|
+
appearance: none;
|
|
689
|
+
border: 0;
|
|
690
|
+
padding: 0;
|
|
691
|
+
margin: 0;
|
|
692
|
+
background: none;
|
|
693
|
+
line-height: inherit;
|
|
694
|
+
font: inherit;
|
|
695
|
+
text-align: inherit;
|
|
696
|
+
}
|
|
692
697
|
}
|
|
693
698
|
@layer jokul.components {
|
|
694
699
|
.jkl-button {
|
|
@@ -709,7 +714,6 @@
|
|
|
709
714
|
display: inline-block;
|
|
710
715
|
font: var(--jkl-text-style-text-medium);
|
|
711
716
|
font-weight: var(--jkl-font-weight-bold);
|
|
712
|
-
cursor: pointer;
|
|
713
717
|
user-select: none;
|
|
714
718
|
background: var(--background-color);
|
|
715
719
|
color: var(--text-color);
|
|
@@ -840,22 +844,22 @@
|
|
|
840
844
|
animation: 2500ms linear infinite;
|
|
841
845
|
}
|
|
842
846
|
.jkl-loader__dot--left {
|
|
843
|
-
animation-name: jkl-loader-left-spin-
|
|
847
|
+
animation-name: jkl-loader-left-spin-u9ljqwn;
|
|
844
848
|
margin-right: calc(var(--jkl-loader-spacing) * 0.9);
|
|
845
849
|
}
|
|
846
850
|
.jkl-loader__dot--middle {
|
|
847
|
-
animation-name: jkl-loader-middle-spin-
|
|
851
|
+
animation-name: jkl-loader-middle-spin-u9ljqxe;
|
|
848
852
|
margin-right: var(--jkl-loader-spacing);
|
|
849
853
|
}
|
|
850
854
|
.jkl-loader__dot--right {
|
|
851
|
-
animation-name: jkl-loader-right-spin-
|
|
855
|
+
animation-name: jkl-loader-right-spin-u9ljqxy;
|
|
852
856
|
}
|
|
853
857
|
@media screen and (forced-colors: active) {
|
|
854
858
|
.jkl-loader__dot {
|
|
855
859
|
background-color: CanvasText;
|
|
856
860
|
}
|
|
857
861
|
}
|
|
858
|
-
@keyframes jkl-loader-left-spin-
|
|
862
|
+
@keyframes jkl-loader-left-spin-u9ljqwn {
|
|
859
863
|
0% {
|
|
860
864
|
transform: rotate(0) scale(0);
|
|
861
865
|
}
|
|
@@ -869,7 +873,7 @@
|
|
|
869
873
|
transform: rotate(180deg) scale(0);
|
|
870
874
|
}
|
|
871
875
|
}
|
|
872
|
-
@keyframes jkl-loader-middle-spin-
|
|
876
|
+
@keyframes jkl-loader-middle-spin-u9ljqxe {
|
|
873
877
|
0% {
|
|
874
878
|
transform: rotate(20deg) scale(0);
|
|
875
879
|
}
|
|
@@ -886,7 +890,7 @@
|
|
|
886
890
|
transform: rotate(200deg) scale(0);
|
|
887
891
|
}
|
|
888
892
|
}
|
|
889
|
-
@keyframes jkl-loader-right-spin-
|
|
893
|
+
@keyframes jkl-loader-right-spin-u9ljqxy {
|
|
890
894
|
0% {
|
|
891
895
|
transform: rotate(40deg) scale(0);
|
|
892
896
|
}
|
|
@@ -926,7 +930,7 @@
|
|
|
926
930
|
@media screen and (forced-colors: active) {
|
|
927
931
|
.jkl-skeleton-element {
|
|
928
932
|
border: 1px solid CanvasText;
|
|
929
|
-
animation: 2s ease infinite jkl-blink-
|
|
933
|
+
animation: 2s ease infinite jkl-blink-u9ljqy7;
|
|
930
934
|
}
|
|
931
935
|
}
|
|
932
936
|
.jkl-skeleton-input {
|
|
@@ -974,10 +978,10 @@
|
|
|
974
978
|
}
|
|
975
979
|
@media screen and (forced-colors: active) {
|
|
976
980
|
.jkl-skeleton-table {
|
|
977
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
981
|
+
animation: 2s ease-in-out infinite jkl-blink-u9ljqy7;
|
|
978
982
|
}
|
|
979
983
|
}
|
|
980
|
-
@keyframes jkl-blink-
|
|
984
|
+
@keyframes jkl-blink-u9ljqy7 {
|
|
981
985
|
0% {
|
|
982
986
|
opacity: 1;
|
|
983
987
|
}
|
|
@@ -1216,7 +1220,6 @@
|
|
|
1216
1220
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
1217
1221
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
1218
1222
|
transition-property: color;
|
|
1219
|
-
font: var(--jkl-text-style-text-medium);
|
|
1220
1223
|
}
|
|
1221
1224
|
.jkl-checkbox__label::before {
|
|
1222
1225
|
content: "check_box_outline_blank";
|
|
@@ -1357,7 +1360,6 @@
|
|
|
1357
1360
|
--border-width: 0.0625rem;
|
|
1358
1361
|
font: var(--jkl-text-style-text-small);
|
|
1359
1362
|
font-weight: var(--jkl-font-weight-bold);
|
|
1360
|
-
cursor: pointer;
|
|
1361
1363
|
position: relative;
|
|
1362
1364
|
background-color: var(--background-color);
|
|
1363
1365
|
color: var(--text-color);
|
|
@@ -1658,7 +1660,6 @@
|
|
|
1658
1660
|
color: var(--jkl-color-text-default);
|
|
1659
1661
|
background-color: transparent;
|
|
1660
1662
|
transition-property: color, background-color;
|
|
1661
|
-
cursor: pointer;
|
|
1662
1663
|
min-height: var(--jkl-combobox-option-height);
|
|
1663
1664
|
padding: var(--jkl-combobox-option-padding);
|
|
1664
1665
|
width: 100%;
|
|
@@ -1834,6 +1835,7 @@
|
|
|
1834
1835
|
inset: 0;
|
|
1835
1836
|
}
|
|
1836
1837
|
.jkl-modal-container {
|
|
1838
|
+
--jkl-floating-z-index: 10000;
|
|
1837
1839
|
z-index: 9000;
|
|
1838
1840
|
display: flex;
|
|
1839
1841
|
}
|
|
@@ -1923,6 +1925,7 @@
|
|
|
1923
1925
|
inset: 0;
|
|
1924
1926
|
}
|
|
1925
1927
|
.jkl-modal-container {
|
|
1928
|
+
--jkl-floating-z-index: 10000;
|
|
1926
1929
|
z-index: 9000;
|
|
1927
1930
|
display: flex;
|
|
1928
1931
|
align-items: center;
|
|
@@ -2117,10 +2120,10 @@
|
|
|
2117
2120
|
}
|
|
2118
2121
|
}
|
|
2119
2122
|
.jkl-countdown__tracker {
|
|
2120
|
-
animation: jkl-downcount-
|
|
2123
|
+
animation: jkl-downcount-u9ljqzg var(--duration) linear forwards;
|
|
2121
2124
|
animation-play-state: var(--play-state, running);
|
|
2122
2125
|
}
|
|
2123
|
-
@keyframes jkl-downcount-
|
|
2126
|
+
@keyframes jkl-downcount-u9ljqzg {
|
|
2124
2127
|
from {
|
|
2125
2128
|
width: 100%;
|
|
2126
2129
|
}
|
|
@@ -2304,12 +2307,10 @@
|
|
|
2304
2307
|
}
|
|
2305
2308
|
.jkl-calendar-date-button:hover:not(:disabled) {
|
|
2306
2309
|
background-color: color-mix(in srgb, currentColor 10%, transparent);
|
|
2307
|
-
cursor: pointer;
|
|
2308
2310
|
}
|
|
2309
2311
|
.jkl-calendar-date-button[aria-pressed=true] {
|
|
2310
2312
|
background-color: var(--jkl-color-background-contrast);
|
|
2311
2313
|
color: var(--jkl-color-text-on-contrast);
|
|
2312
|
-
cursor: pointer;
|
|
2313
2314
|
}
|
|
2314
2315
|
.jkl-calendar-date-button[aria-pressed=true]:hover {
|
|
2315
2316
|
color: var(--jkl-color);
|
|
@@ -2381,7 +2382,7 @@
|
|
|
2381
2382
|
--shadow-color: light-dark(rgb(49 48 48 / 20%), rgb(0 0 0 / 50%));
|
|
2382
2383
|
/* stylelint-enable declaration-block-no-duplicate-custom-properties */
|
|
2383
2384
|
padding: var(--popover-padding, 0);
|
|
2384
|
-
z-index: 10000;
|
|
2385
|
+
z-index: var(--jkl-floating-z-index, 10000);
|
|
2385
2386
|
box-shadow: 0 4px 20px 0 var(--shadow-color);
|
|
2386
2387
|
background-color: var(--jkl-color-background-container);
|
|
2387
2388
|
border-radius: var(--jkl-border-radius-s);
|
|
@@ -2623,12 +2624,12 @@
|
|
|
2623
2624
|
font: var(--jkl-text-style-paragraph-small);
|
|
2624
2625
|
}
|
|
2625
2626
|
.jkl-feedback__fade-in {
|
|
2626
|
-
animation: jkl-show-
|
|
2627
|
+
animation: jkl-show-u9ljqzs 0.25s ease-out;
|
|
2627
2628
|
}
|
|
2628
2629
|
.jkl-feedback__buttons {
|
|
2629
2630
|
display: flex;
|
|
2630
2631
|
}
|
|
2631
|
-
@keyframes jkl-show-
|
|
2632
|
+
@keyframes jkl-show-u9ljqzs {
|
|
2632
2633
|
from {
|
|
2633
2634
|
transform: translate3d(0, 0.5rem, 0);
|
|
2634
2635
|
opacity: 0;
|
|
@@ -2754,7 +2755,6 @@
|
|
|
2754
2755
|
position: relative;
|
|
2755
2756
|
background-color: transparent;
|
|
2756
2757
|
padding: 0;
|
|
2757
|
-
cursor: pointer;
|
|
2758
2758
|
color: inherit;
|
|
2759
2759
|
display: grid;
|
|
2760
2760
|
place-content: center;
|
|
@@ -2841,7 +2841,7 @@
|
|
|
2841
2841
|
--icon-color: var(--jkl-color-success-background-contrast);
|
|
2842
2842
|
}
|
|
2843
2843
|
.jkl-message--dismissed {
|
|
2844
|
-
animation: jkl-dismiss-
|
|
2844
|
+
animation: jkl-dismiss-u9ljr0q var(--jkl-motion-timing-lazy) ease-in-out forwards;
|
|
2845
2845
|
transition: visibility 0ms var(--jkl-motion-timing-lazy);
|
|
2846
2846
|
visibility: hidden;
|
|
2847
2847
|
}
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
.jkl-form-error-message {
|
|
2864
2864
|
padding-bottom: var(--jkl-unit-50);
|
|
2865
2865
|
}
|
|
2866
|
-
@keyframes jkl-dismiss-
|
|
2866
|
+
@keyframes jkl-dismiss-u9ljr0q {
|
|
2867
2867
|
from {
|
|
2868
2868
|
opacity: 1;
|
|
2869
2869
|
transform: translate3d(0, 0, 0);
|
|
@@ -2878,6 +2878,7 @@
|
|
|
2878
2878
|
.jkl-radio-button {
|
|
2879
2879
|
display: flex;
|
|
2880
2880
|
position: relative;
|
|
2881
|
+
font: var(--jkl-text-style-text-medium);
|
|
2881
2882
|
}
|
|
2882
2883
|
.jkl-radio-button {
|
|
2883
2884
|
outline: 0;
|
|
@@ -2939,7 +2940,6 @@
|
|
|
2939
2940
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
2940
2941
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
2941
2942
|
transition-property: color;
|
|
2942
|
-
font: var(--jkl-text-style-text-medium);
|
|
2943
2943
|
}
|
|
2944
2944
|
.jkl-radio-button__label::before {
|
|
2945
2945
|
content: "radio_button_unchecked";
|
|
@@ -3375,6 +3375,9 @@
|
|
|
3375
3375
|
--link-color: var(--text-color);
|
|
3376
3376
|
--jkl-color-border-strong: currentColor;
|
|
3377
3377
|
}
|
|
3378
|
+
.jkl-file[data-state=error] .jkl-file__content {
|
|
3379
|
+
border-color: var(--jkl-color-error-border-default);
|
|
3380
|
+
}
|
|
3378
3381
|
@keyframes spin {
|
|
3379
3382
|
from {
|
|
3380
3383
|
transform: rotate(0turn);
|
|
@@ -3639,7 +3642,6 @@
|
|
|
3639
3642
|
background-color: var(--background-color);
|
|
3640
3643
|
color: var(--jkl-color-text-default);
|
|
3641
3644
|
text-decoration: none;
|
|
3642
|
-
cursor: pointer;
|
|
3643
3645
|
box-sizing: border-box;
|
|
3644
3646
|
user-select: none;
|
|
3645
3647
|
font: var(--jkl-text-style-text-medium);
|
|
@@ -4086,13 +4088,13 @@
|
|
|
4086
4088
|
.jkl-pagination-button {
|
|
4087
4089
|
--button-size: var(--jkl-unit-40);
|
|
4088
4090
|
all: unset;
|
|
4091
|
+
cursor: pointer;
|
|
4089
4092
|
display: flex;
|
|
4090
4093
|
align-items: center;
|
|
4091
4094
|
justify-content: center;
|
|
4092
4095
|
height: var(--button-size);
|
|
4093
4096
|
min-width: var(--button-size);
|
|
4094
4097
|
text-align: center;
|
|
4095
|
-
cursor: pointer;
|
|
4096
4098
|
user-select: none;
|
|
4097
4099
|
border-radius: 0.1875rem;
|
|
4098
4100
|
color: var(--jkl-color-text-default);
|
|
@@ -4375,7 +4377,7 @@
|
|
|
4375
4377
|
background: none;
|
|
4376
4378
|
box-shadow: none;
|
|
4377
4379
|
border-radius: 0;
|
|
4378
|
-
z-index: 7000;
|
|
4380
|
+
z-index: var(--jkl-floating-z-index, 7000);
|
|
4379
4381
|
}
|
|
4380
4382
|
@media (prefers-reduced-motion: no-preference) {
|
|
4381
4383
|
.jkl-select__options-menu {
|
|
@@ -4462,7 +4464,7 @@
|
|
|
4462
4464
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4463
4465
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4464
4466
|
}
|
|
4465
|
-
@keyframes jkl-downcount-
|
|
4467
|
+
@keyframes jkl-downcount-u9ljr1k {
|
|
4466
4468
|
from {
|
|
4467
4469
|
width: 100%;
|
|
4468
4470
|
}
|
|
@@ -4654,7 +4656,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4654
4656
|
border: 0;
|
|
4655
4657
|
height: 100%;
|
|
4656
4658
|
padding: 0;
|
|
4657
|
-
cursor: pointer;
|
|
4658
4659
|
color: var(--jkl-color-text-default);
|
|
4659
4660
|
border-radius: 100%;
|
|
4660
4661
|
}
|
|
@@ -4883,7 +4884,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4883
4884
|
.jkl-system-message__dismiss-button {
|
|
4884
4885
|
background-color: transparent;
|
|
4885
4886
|
padding: 0;
|
|
4886
|
-
cursor: pointer;
|
|
4887
4887
|
display: grid;
|
|
4888
4888
|
place-content: center;
|
|
4889
4889
|
position: relative;
|
|
@@ -4958,7 +4958,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4958
4958
|
margin-bottom: 0;
|
|
4959
4959
|
}
|
|
4960
4960
|
.jkl-system-message--dismissed {
|
|
4961
|
-
animation: jkl-dismiss-
|
|
4961
|
+
animation: jkl-dismiss-u9ljr22 var(--jkl-motion-timing-lazy) forwards;
|
|
4962
4962
|
transition: block var(--jkl-motion-timing-lazy) var(--jkl-motion-timing-lazy);
|
|
4963
4963
|
}
|
|
4964
4964
|
.jkl-system-message--info {
|
|
@@ -4996,7 +4996,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4996
4996
|
border-width: 4px;
|
|
4997
4997
|
}
|
|
4998
4998
|
}
|
|
4999
|
-
@keyframes jkl-dismiss-
|
|
4999
|
+
@keyframes jkl-dismiss-u9ljr22 {
|
|
5000
5000
|
from {
|
|
5001
5001
|
opacity: 1;
|
|
5002
5002
|
transform: translateY(0);
|
|
@@ -5232,7 +5232,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5232
5232
|
background: transparent;
|
|
5233
5233
|
color: var(--jkl-link-color);
|
|
5234
5234
|
border-radius: 0.1875rem;
|
|
5235
|
-
cursor: pointer;
|
|
5236
5235
|
user-select: none;
|
|
5237
5236
|
padding: 0;
|
|
5238
5237
|
height: 2rem;
|
|
@@ -5609,7 +5608,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5609
5608
|
padding: var(--jkl-unit-10) var(--padding-inline-end) var(--jkl-unit-10) var(--jkl-unit-05);
|
|
5610
5609
|
border: none;
|
|
5611
5610
|
background-color: transparent;
|
|
5612
|
-
cursor: pointer;
|
|
5613
5611
|
position: relative;
|
|
5614
5612
|
scroll-margin-inline-start: var(--jkl-unit-20);
|
|
5615
5613
|
scroll-snap-align: start;
|
|
@@ -5699,7 +5697,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5699
5697
|
color: var(--text-color);
|
|
5700
5698
|
background-color: var(--background-color);
|
|
5701
5699
|
border: 1px solid var(--border-color);
|
|
5702
|
-
border-radius:
|
|
5700
|
+
border-radius: var(--jkl-border-radius-s);
|
|
5703
5701
|
box-sizing: border-box;
|
|
5704
5702
|
align-items: start;
|
|
5705
5703
|
overflow: hidden;
|
|
@@ -5709,12 +5707,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5709
5707
|
font: var(--jkl-text-style-paragraph-medium);
|
|
5710
5708
|
}
|
|
5711
5709
|
.jkl-toast__progress {
|
|
5712
|
-
--bar-color: var(--jkl-color-background-contrast);
|
|
5713
|
-
--track-color: transparent;
|
|
5714
|
-
border-radius: 0;
|
|
5715
5710
|
position: absolute;
|
|
5716
5711
|
inset: 0 0 auto;
|
|
5717
5712
|
}
|
|
5713
|
+
.jkl-toast .jkl-countdown {
|
|
5714
|
+
--track-color: transparent;
|
|
5715
|
+
--bar-color: var(--jkl-color-background-contrast);
|
|
5716
|
+
border-radius: 0;
|
|
5717
|
+
}
|
|
5718
5718
|
@media screen and (forced-colors: active) {
|
|
5719
5719
|
.jkl-toast__icon {
|
|
5720
5720
|
stroke: CanvasText;
|
|
@@ -5742,7 +5742,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5742
5742
|
.jkl-toast__dismiss-button {
|
|
5743
5743
|
background-color: transparent;
|
|
5744
5744
|
padding: 0;
|
|
5745
|
-
cursor: pointer;
|
|
5746
5745
|
color: inherit;
|
|
5747
5746
|
}
|
|
5748
5747
|
@media screen and (forced-colors: active) {
|
|
@@ -5769,21 +5768,45 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5769
5768
|
--text-color: var(--jkl-color-info-text-default);
|
|
5770
5769
|
--border-color: var(--jkl-color-info-border-subdued);
|
|
5771
5770
|
}
|
|
5771
|
+
.jkl-toast--info .jkl-countdown {
|
|
5772
|
+
--bar-color: var(--jkl-color-info-background-contrast);
|
|
5773
|
+
}
|
|
5774
|
+
.jkl-toast--info .jkl-toast__icon {
|
|
5775
|
+
color: var(--jkl-color-info-background-contrast);
|
|
5776
|
+
}
|
|
5772
5777
|
.jkl-toast--warning {
|
|
5773
5778
|
--background-color: var(--jkl-color-warning-background-container);
|
|
5774
5779
|
--text-color: var(--jkl-color-warning-text-default);
|
|
5775
5780
|
--border-color: var(--jkl-color-warning-border-subdued);
|
|
5776
5781
|
}
|
|
5782
|
+
.jkl-toast--warning .jkl-countdown {
|
|
5783
|
+
--bar-color: var(--jkl-color-warning-background-contrast);
|
|
5784
|
+
}
|
|
5785
|
+
.jkl-toast--warning .jkl-toast__icon {
|
|
5786
|
+
color: var(--jkl-color-warning-background-contrast);
|
|
5787
|
+
}
|
|
5777
5788
|
.jkl-toast--error {
|
|
5778
5789
|
--background-color: var(--jkl-color-error-background-container);
|
|
5779
5790
|
--text-color: var(--jkl-color-error-text-default);
|
|
5780
5791
|
--border-color: var(--jkl-color-error-border-subdued);
|
|
5781
5792
|
}
|
|
5793
|
+
.jkl-toast--error .jkl-countdown {
|
|
5794
|
+
--bar-color: var(--jkl-color-error-background-contrast);
|
|
5795
|
+
}
|
|
5796
|
+
.jkl-toast--error .jkl-toast__icon {
|
|
5797
|
+
color: var(--jkl-color-error-background-contrast);
|
|
5798
|
+
}
|
|
5782
5799
|
.jkl-toast--success {
|
|
5783
5800
|
--background-color: var(--jkl-color-success-background-container);
|
|
5784
5801
|
--text-color: var(--jkl-color-success-text-default);
|
|
5785
5802
|
--border-color: var(--jkl-color-success-border-subdued);
|
|
5786
5803
|
}
|
|
5804
|
+
.jkl-toast--success .jkl-countdown {
|
|
5805
|
+
--bar-color: var(--jkl-color-success-background-contrast);
|
|
5806
|
+
}
|
|
5807
|
+
.jkl-toast--success .jkl-toast__icon {
|
|
5808
|
+
color: var(--jkl-color-success-background-contrast);
|
|
5809
|
+
}
|
|
5787
5810
|
@media screen and (forced-colors: active) {
|
|
5788
5811
|
.jkl-toast {
|
|
5789
5812
|
border: 2px solid CanvasText;
|
|
@@ -5801,12 +5824,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5801
5824
|
}
|
|
5802
5825
|
.jkl-toast[data-animation=entering],
|
|
5803
5826
|
.jkl-toast[data-animation=queued] {
|
|
5804
|
-
animation: jkl-entering-
|
|
5827
|
+
animation: jkl-entering-u9ljr31 var(--jkl-motion-timing-polite) var(--jkl-motion-easing-entrance) forwards;
|
|
5805
5828
|
}
|
|
5806
5829
|
.jkl-toast[data-animation=exiting] {
|
|
5807
|
-
animation: jkl-exiting-
|
|
5830
|
+
animation: jkl-exiting-u9ljr34 var(--jkl-motion-timing-productive) var(--jkl-motion-easing-exit) forwards;
|
|
5808
5831
|
}
|
|
5809
|
-
@keyframes jkl-entering-
|
|
5832
|
+
@keyframes jkl-entering-u9ljr31 {
|
|
5810
5833
|
from {
|
|
5811
5834
|
opacity: 0;
|
|
5812
5835
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5816,7 +5839,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5816
5839
|
transform: translate3d(0, 0, 0);
|
|
5817
5840
|
}
|
|
5818
5841
|
}
|
|
5819
|
-
@keyframes jkl-exiting-
|
|
5842
|
+
@keyframes jkl-exiting-u9ljr34 {
|
|
5820
5843
|
from {
|
|
5821
5844
|
opacity: 1;
|
|
5822
5845
|
transform: translate3d(0, 0, 0);
|
|
@@ -7291,7 +7314,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7291
7314
|
background: transparent;
|
|
7292
7315
|
color: var(--text-color);
|
|
7293
7316
|
padding: 0;
|
|
7294
|
-
cursor: pointer;
|
|
7295
7317
|
-webkit-tap-highlight-color: transparent;
|
|
7296
7318
|
display: flex;
|
|
7297
7319
|
flex-direction: row-reverse;
|
|
@@ -7398,7 +7420,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7398
7420
|
|
|
7399
7421
|
@layer jokul.components {
|
|
7400
7422
|
:where(.jkl-text) {
|
|
7401
|
-
font-weight: var(--jkl-
|
|
7423
|
+
font-weight: var(--jkl-font-weight-normal);
|
|
7402
7424
|
line-height: var(--jkl-line-height-relaxed);
|
|
7403
7425
|
}
|
|
7404
7426
|
.jkl-text[data-text-size] {
|
|
@@ -7418,7 +7440,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7418
7440
|
}
|
|
7419
7441
|
.jkl-text[data-bold],
|
|
7420
7442
|
strong.jkl-text[data-text-size] {
|
|
7421
|
-
font-weight: var(--jkl-
|
|
7443
|
+
font-weight: var(--jkl-font-weight-bold);
|
|
7422
7444
|
}
|
|
7423
7445
|
.jkl-text[data-short] {
|
|
7424
7446
|
line-height: var(--jkl-line-height-tight);
|
|
@@ -7432,53 +7454,31 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7432
7454
|
}
|
|
7433
7455
|
}
|
|
7434
7456
|
@layer jokul.components {
|
|
7435
|
-
:
|
|
7436
|
-
font-weight: var(--jkl-typography-weight-normal);
|
|
7437
|
-
line-height: var(--jkl-line-height-tight);
|
|
7438
|
-
}
|
|
7439
|
-
.jkl-title[data-text-size] {
|
|
7457
|
+
:is(h1, h2, h3, h4, h5, h6, label, legend)[data-text-size=xs] {
|
|
7440
7458
|
margin-block: 0;
|
|
7441
|
-
}
|
|
7442
|
-
.jkl-title[data-text-size=xs],
|
|
7443
|
-
.jkl-heading-xs {
|
|
7444
7459
|
font: var(--jkl-text-style-heading-5);
|
|
7445
7460
|
}
|
|
7446
|
-
:
|
|
7461
|
+
:is(h1, h2, h3, h4, h5, h6, label, legend)[data-text-size=s] {
|
|
7447
7462
|
margin-block: 0;
|
|
7448
|
-
}
|
|
7449
|
-
.jkl-title[data-text-size=s],
|
|
7450
|
-
.jkl-heading-s {
|
|
7451
7463
|
font: var(--jkl-text-style-heading-4);
|
|
7452
7464
|
}
|
|
7453
|
-
:
|
|
7465
|
+
:is(h1, h2, h3, h4, h5, h6, label, legend)[data-text-size=m] {
|
|
7454
7466
|
margin-block: 0;
|
|
7455
|
-
}
|
|
7456
|
-
.jkl-title[data-text-size=m],
|
|
7457
|
-
.jkl-heading-m {
|
|
7458
7467
|
font: var(--jkl-text-style-heading-3);
|
|
7459
7468
|
}
|
|
7460
|
-
:
|
|
7469
|
+
:is(h1, h2, h3, h4, h5, h6, label, legend)[data-text-size=l] {
|
|
7461
7470
|
margin-block: 0;
|
|
7462
|
-
}
|
|
7463
|
-
.jkl-title[data-text-size=l],
|
|
7464
|
-
.jkl-heading-l {
|
|
7465
7471
|
font: var(--jkl-text-style-heading-2);
|
|
7466
7472
|
}
|
|
7467
|
-
:
|
|
7473
|
+
:is(h1, h2, h3, h4, h5, h6, label, legend)[data-text-size=xl] {
|
|
7468
7474
|
margin-block: 0;
|
|
7469
|
-
}
|
|
7470
|
-
.jkl-title[data-text-size=xl],
|
|
7471
|
-
.jkl-heading-xl {
|
|
7472
7475
|
font: var(--jkl-text-style-heading-1);
|
|
7473
7476
|
}
|
|
7474
|
-
:
|
|
7475
|
-
|
|
7476
|
-
}
|
|
7477
|
-
:is(label, legend).jkl-title[data-text-size] {
|
|
7478
|
-
font-weight: var(--jkl-typography-weight-normal);
|
|
7477
|
+
:is(label, legend)[data-text-size] {
|
|
7478
|
+
font-weight: var(--jkl-font-weight-normal);
|
|
7479
7479
|
line-height: var(--jkl-line-height-relaxed);
|
|
7480
7480
|
}
|
|
7481
|
-
label
|
|
7481
|
+
:is(label)[data-text-size] {
|
|
7482
7482
|
display: block;
|
|
7483
7483
|
margin-block-end: var(--jkl-spacing-8);
|
|
7484
7484
|
}
|