@fremtind/jokul 5.1.0 → 5.2.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/combobox/Combobox.cjs +1 -1
- package/build/cjs/components/combobox/Combobox.cjs.map +1 -1
- package/build/cjs/components/icon/Icon.cjs.map +1 -1
- package/build/cjs/components/icon/Icon.d.cts +2 -17
- package/build/cjs/components/icon/icons/ErrorIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/ErrorIcon.cjs.map +1 -1
- package/build/cjs/components/icon/icons/GreenCheckIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/GreenCheckIcon.cjs.map +1 -1
- package/build/cjs/components/icon/icons/InfoIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/InfoIcon.cjs.map +1 -1
- package/build/cjs/components/icon/icons/RedCrossIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/RedCrossIcon.cjs.map +1 -1
- package/build/cjs/components/icon/icons/SuccessIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/SuccessIcon.cjs.map +1 -1
- package/build/cjs/components/icon/icons/WarningIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/WarningIcon.cjs.map +1 -1
- package/build/cjs/components/icon/types.d.cts +1 -2
- package/build/cjs/components/input-group/InputGroup.cjs +1 -1
- package/build/cjs/components/input-group/InputGroup.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/formatters/util/registerWithMask.d.cts +1 -3
- package/build/es/components/combobox/Combobox.js +1 -1
- package/build/es/components/combobox/Combobox.js.map +1 -1
- package/build/es/components/icon/Icon.d.ts +2 -17
- package/build/es/components/icon/Icon.js.map +1 -1
- package/build/es/components/icon/icons/ErrorIcon.js +1 -1
- package/build/es/components/icon/icons/ErrorIcon.js.map +1 -1
- package/build/es/components/icon/icons/GreenCheckIcon.js +1 -1
- package/build/es/components/icon/icons/GreenCheckIcon.js.map +1 -1
- package/build/es/components/icon/icons/InfoIcon.js +1 -1
- package/build/es/components/icon/icons/InfoIcon.js.map +1 -1
- package/build/es/components/icon/icons/RedCrossIcon.js +1 -1
- package/build/es/components/icon/icons/RedCrossIcon.js.map +1 -1
- package/build/es/components/icon/icons/SuccessIcon.js +1 -1
- package/build/es/components/icon/icons/SuccessIcon.js.map +1 -1
- package/build/es/components/icon/icons/WarningIcon.js +1 -1
- package/build/es/components/icon/icons/WarningIcon.js.map +1 -1
- package/build/es/components/icon/types.d.ts +1 -2
- package/build/es/components/input-group/InputGroup.js +1 -1
- package/build/es/components/input-group/InputGroup.js.map +1 -1
- package/build/es/utilities/formatters/util/registerWithMask.d.ts +1 -3
- package/build/es/utilities/formatters/util/registerWithMask.js +1 -1
- package/build/es/utilities/formatters/util/registerWithMask.js.map +1 -1
- package/package.json +1 -1
- package/styles/base.css +15 -3
- package/styles/base.min.css +1 -1
- package/styles/components/combobox/combobox.css +2 -2
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/file-input/file-input.css +9 -9
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/icon/icon.css +2 -22
- package/styles/components/icon/icon.min.css +1 -1
- package/styles/components/icon/icon.scss +2 -21
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +3 -3
- 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/number-input/number-input.css +2 -2
- package/styles/components/number-input/number-input.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.css +1 -1
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/search/search-with-submit-button.css +13 -7
- package/styles/components/search/search-with-submit-button.min.css +1 -1
- package/styles/components/search/search-with-submit-button.scss +1 -15
- package/styles/components/segmented-control/segmented-control.css +4 -24
- package/styles/components/segmented-control/segmented-control.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/text-area/text-area.css +2 -2
- package/styles/components/text-area/text-area.min.css +1 -1
- package/styles/components/text-input/text-input.css +2 -2
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/typography/text.css +4 -1
- package/styles/components/typography/text.min.css +1 -1
- package/styles/components/typography/text.scss +4 -3
- package/styles/components.css +51 -62
- package/styles/components.min.css +1 -1
- package/styles/global/_base-class.scss +2 -1
- package/styles/global/_top-layer.scss +19 -3
- package/styles/shared/input/shared-input-styles.scss +30 -8
package/styles/components.css
CHANGED
|
@@ -69,8 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
@layer jokul.components {
|
|
71
71
|
.jkl-text-input-wrapper {
|
|
72
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
73
|
-
var(--jkl-text-input-horizontal-padding);
|
|
72
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
74
73
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
75
74
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
76
75
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -84,6 +83,7 @@
|
|
|
84
83
|
border-radius: var(--jkl-border-radius-s);
|
|
85
84
|
box-sizing: border-box;
|
|
86
85
|
max-width: 100%;
|
|
86
|
+
overflow: hidden;
|
|
87
87
|
position: relative;
|
|
88
88
|
display: flex;
|
|
89
89
|
align-items: center;
|
|
@@ -245,31 +245,11 @@
|
|
|
245
245
|
.jkl-icon--animated {
|
|
246
246
|
display: block;
|
|
247
247
|
}
|
|
248
|
-
.jkl-icon-red-cross,
|
|
249
|
-
.jkl-icon-green-check {
|
|
250
|
-
width: 1.3em;
|
|
251
|
-
height: 1.3em;
|
|
252
|
-
box-sizing: border-box;
|
|
253
|
-
border-radius: 999px;
|
|
254
|
-
display: inline-grid;
|
|
255
|
-
place-items: center;
|
|
256
|
-
font-size: 1em;
|
|
257
|
-
}
|
|
258
|
-
@media screen and (forced-colors: active) {
|
|
259
|
-
.jkl-icon-red-cross,
|
|
260
|
-
.jkl-icon-green-check {
|
|
261
|
-
background-color: Canvas;
|
|
262
|
-
color: CanvasText;
|
|
263
|
-
border: 1px solid CanvasText;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
248
|
.jkl-icon-red-cross {
|
|
267
|
-
|
|
268
|
-
color: var(--jkl-color-error-text-on-contrast);
|
|
249
|
+
color: var(--jkl-color-error-background-contrast);
|
|
269
250
|
}
|
|
270
251
|
.jkl-icon-green-check {
|
|
271
|
-
|
|
272
|
-
color: var(--jkl-color-success-text-on-contrast);
|
|
252
|
+
color: var(--jkl-color-success-background-contrast);
|
|
273
253
|
}
|
|
274
254
|
.jkl-animated-horizontal-arrows,
|
|
275
255
|
.jkl-animated-vertical-arrows {
|
|
@@ -446,7 +426,7 @@
|
|
|
446
426
|
display: inline-flex;
|
|
447
427
|
}
|
|
448
428
|
.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 {
|
|
449
|
-
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-
|
|
429
|
+
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-u52kgej forwards;
|
|
450
430
|
}
|
|
451
431
|
.jkl-form-support-label--sr-only {
|
|
452
432
|
border: 0 !important;
|
|
@@ -500,7 +480,7 @@
|
|
|
500
480
|
.jkl-label:has(+ .jkl-input-group-description) {
|
|
501
481
|
margin-block-end: var(--jkl-spacing-4);
|
|
502
482
|
}
|
|
503
|
-
@keyframes jkl-support-icon-entrance-
|
|
483
|
+
@keyframes jkl-support-icon-entrance-u52kgej {
|
|
504
484
|
0% {
|
|
505
485
|
margin-right: 0;
|
|
506
486
|
opacity: 0;
|
|
@@ -860,22 +840,22 @@
|
|
|
860
840
|
animation: 2500ms linear infinite;
|
|
861
841
|
}
|
|
862
842
|
.jkl-loader__dot--left {
|
|
863
|
-
animation-name: jkl-loader-left-spin-
|
|
843
|
+
animation-name: jkl-loader-left-spin-u52kgfe;
|
|
864
844
|
margin-right: calc(var(--jkl-loader-spacing) * 0.9);
|
|
865
845
|
}
|
|
866
846
|
.jkl-loader__dot--middle {
|
|
867
|
-
animation-name: jkl-loader-middle-spin-
|
|
847
|
+
animation-name: jkl-loader-middle-spin-u52kgg7;
|
|
868
848
|
margin-right: var(--jkl-loader-spacing);
|
|
869
849
|
}
|
|
870
850
|
.jkl-loader__dot--right {
|
|
871
|
-
animation-name: jkl-loader-right-spin-
|
|
851
|
+
animation-name: jkl-loader-right-spin-u52kggo;
|
|
872
852
|
}
|
|
873
853
|
@media screen and (forced-colors: active) {
|
|
874
854
|
.jkl-loader__dot {
|
|
875
855
|
background-color: CanvasText;
|
|
876
856
|
}
|
|
877
857
|
}
|
|
878
|
-
@keyframes jkl-loader-left-spin-
|
|
858
|
+
@keyframes jkl-loader-left-spin-u52kgfe {
|
|
879
859
|
0% {
|
|
880
860
|
transform: rotate(0) scale(0);
|
|
881
861
|
}
|
|
@@ -889,7 +869,7 @@
|
|
|
889
869
|
transform: rotate(180deg) scale(0);
|
|
890
870
|
}
|
|
891
871
|
}
|
|
892
|
-
@keyframes jkl-loader-middle-spin-
|
|
872
|
+
@keyframes jkl-loader-middle-spin-u52kgg7 {
|
|
893
873
|
0% {
|
|
894
874
|
transform: rotate(20deg) scale(0);
|
|
895
875
|
}
|
|
@@ -906,7 +886,7 @@
|
|
|
906
886
|
transform: rotate(200deg) scale(0);
|
|
907
887
|
}
|
|
908
888
|
}
|
|
909
|
-
@keyframes jkl-loader-right-spin-
|
|
889
|
+
@keyframes jkl-loader-right-spin-u52kggo {
|
|
910
890
|
0% {
|
|
911
891
|
transform: rotate(40deg) scale(0);
|
|
912
892
|
}
|
|
@@ -946,7 +926,7 @@
|
|
|
946
926
|
@media screen and (forced-colors: active) {
|
|
947
927
|
.jkl-skeleton-element {
|
|
948
928
|
border: 1px solid CanvasText;
|
|
949
|
-
animation: 2s ease infinite jkl-blink-
|
|
929
|
+
animation: 2s ease infinite jkl-blink-u52kghh;
|
|
950
930
|
}
|
|
951
931
|
}
|
|
952
932
|
.jkl-skeleton-input {
|
|
@@ -994,10 +974,10 @@
|
|
|
994
974
|
}
|
|
995
975
|
@media screen and (forced-colors: active) {
|
|
996
976
|
.jkl-skeleton-table {
|
|
997
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
977
|
+
animation: 2s ease-in-out infinite jkl-blink-u52kghh;
|
|
998
978
|
}
|
|
999
979
|
}
|
|
1000
|
-
@keyframes jkl-blink-
|
|
980
|
+
@keyframes jkl-blink-u52kghh {
|
|
1001
981
|
0% {
|
|
1002
982
|
opacity: 1;
|
|
1003
983
|
}
|
|
@@ -1502,8 +1482,7 @@
|
|
|
1502
1482
|
display: flex;
|
|
1503
1483
|
gap: 1ch;
|
|
1504
1484
|
cursor: pointer;
|
|
1505
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
1506
|
-
var(--jkl-text-input-horizontal-padding);
|
|
1485
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
1507
1486
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
1508
1487
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
1509
1488
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -1517,6 +1496,7 @@
|
|
|
1517
1496
|
border-radius: var(--jkl-border-radius-s);
|
|
1518
1497
|
box-sizing: border-box;
|
|
1519
1498
|
max-width: 100%;
|
|
1499
|
+
overflow: hidden;
|
|
1520
1500
|
position: relative;
|
|
1521
1501
|
display: flex;
|
|
1522
1502
|
align-items: center;
|
|
@@ -2155,10 +2135,10 @@
|
|
|
2155
2135
|
}
|
|
2156
2136
|
}
|
|
2157
2137
|
.jkl-countdown__tracker {
|
|
2158
|
-
animation: jkl-downcount-
|
|
2138
|
+
animation: jkl-downcount-u52kgid var(--duration) linear forwards;
|
|
2159
2139
|
animation-play-state: var(--play-state, running);
|
|
2160
2140
|
}
|
|
2161
|
-
@keyframes jkl-downcount-
|
|
2141
|
+
@keyframes jkl-downcount-u52kgid {
|
|
2162
2142
|
from {
|
|
2163
2143
|
width: 100%;
|
|
2164
2144
|
}
|
|
@@ -2659,12 +2639,12 @@
|
|
|
2659
2639
|
font: var(--jkl-text-style-paragraph-small);
|
|
2660
2640
|
}
|
|
2661
2641
|
.jkl-feedback__fade-in {
|
|
2662
|
-
animation: jkl-show-
|
|
2642
|
+
animation: jkl-show-u52kgiu 0.25s ease-out;
|
|
2663
2643
|
}
|
|
2664
2644
|
.jkl-feedback__buttons {
|
|
2665
2645
|
display: flex;
|
|
2666
2646
|
}
|
|
2667
|
-
@keyframes jkl-show-
|
|
2647
|
+
@keyframes jkl-show-u52kgiu {
|
|
2668
2648
|
from {
|
|
2669
2649
|
transform: translate3d(0, 0.5rem, 0);
|
|
2670
2650
|
opacity: 0;
|
|
@@ -2876,7 +2856,7 @@
|
|
|
2876
2856
|
--icon-color: var(--jkl-color-success-background-contrast);
|
|
2877
2857
|
}
|
|
2878
2858
|
.jkl-message--dismissed {
|
|
2879
|
-
animation: jkl-dismiss-
|
|
2859
|
+
animation: jkl-dismiss-u52kgj9 var(--jkl-motion-timing-lazy) ease-in-out forwards;
|
|
2880
2860
|
transition: visibility 0ms var(--jkl-motion-timing-lazy);
|
|
2881
2861
|
visibility: hidden;
|
|
2882
2862
|
}
|
|
@@ -2898,7 +2878,7 @@
|
|
|
2898
2878
|
.jkl-form-error-message {
|
|
2899
2879
|
padding-bottom: var(--jkl-unit-50);
|
|
2900
2880
|
}
|
|
2901
|
-
@keyframes jkl-dismiss-
|
|
2881
|
+
@keyframes jkl-dismiss-u52kgj9 {
|
|
2902
2882
|
from {
|
|
2903
2883
|
opacity: 1;
|
|
2904
2884
|
transform: translate3d(0, 0, 0);
|
|
@@ -3030,8 +3010,7 @@
|
|
|
3030
3010
|
@layer jokul.components {
|
|
3031
3011
|
.jkl-text-area-wrapper {
|
|
3032
3012
|
overflow: hidden;
|
|
3033
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
3034
|
-
var(--jkl-text-input-horizontal-padding);
|
|
3013
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
3035
3014
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
3036
3015
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
3037
3016
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -3045,6 +3024,7 @@
|
|
|
3045
3024
|
border-radius: var(--jkl-border-radius-s);
|
|
3046
3025
|
box-sizing: border-box;
|
|
3047
3026
|
max-width: 100%;
|
|
3027
|
+
overflow: hidden;
|
|
3048
3028
|
position: relative;
|
|
3049
3029
|
display: flex;
|
|
3050
3030
|
align-items: center;
|
|
@@ -3848,8 +3828,7 @@
|
|
|
3848
3828
|
align-items: flex-start;
|
|
3849
3829
|
}
|
|
3850
3830
|
.jkl-number-input__wrapper {
|
|
3851
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
3852
|
-
var(--jkl-text-input-horizontal-padding);
|
|
3831
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
3853
3832
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
3854
3833
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
3855
3834
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -3863,6 +3842,7 @@
|
|
|
3863
3842
|
border-radius: var(--jkl-border-radius-s);
|
|
3864
3843
|
box-sizing: border-box;
|
|
3865
3844
|
max-width: 100%;
|
|
3845
|
+
overflow: hidden;
|
|
3866
3846
|
position: relative;
|
|
3867
3847
|
display: flex;
|
|
3868
3848
|
align-items: center;
|
|
@@ -4500,7 +4480,7 @@
|
|
|
4500
4480
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4501
4481
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4502
4482
|
}
|
|
4503
|
-
@keyframes jkl-downcount-
|
|
4483
|
+
@keyframes jkl-downcount-u52kgk8 {
|
|
4504
4484
|
from {
|
|
4505
4485
|
width: 100%;
|
|
4506
4486
|
}
|
|
@@ -4757,20 +4737,26 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4757
4737
|
border-top-left-radius: 0;
|
|
4758
4738
|
border-bottom-left-radius: 0;
|
|
4759
4739
|
min-width: unset;
|
|
4740
|
+
--inset-size: 1ex;
|
|
4741
|
+
--separator-color: var(--jkl-color-border-subdued);
|
|
4742
|
+
position: relative;
|
|
4760
4743
|
}
|
|
4761
4744
|
.jkl-search:has(button.jkl-search-submit) button.jkl-search-submit::before {
|
|
4762
4745
|
content: "";
|
|
4763
4746
|
position: absolute;
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4747
|
+
block-size: calc(100% * var(--inset-size));
|
|
4748
|
+
top: 0;
|
|
4749
|
+
left: 0;
|
|
4750
|
+
inset-block: var(--inset-size);
|
|
4751
|
+
border-inline-end: 1px solid var(--separator-color);
|
|
4752
|
+
z-index: 1;
|
|
4768
4753
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4769
4754
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4770
|
-
transition-property: inset;
|
|
4755
|
+
transition-property: inset, border-color;
|
|
4771
4756
|
}
|
|
4772
|
-
.jkl-search:has(button.jkl-search-submit) button.jkl-search-submit:hover
|
|
4773
|
-
inset-
|
|
4757
|
+
.jkl-search:has(button.jkl-search-submit) button.jkl-search-submit:hover, .jkl-search:has(button.jkl-search-submit) button.jkl-search-submit:focus-within {
|
|
4758
|
+
--inset-size: 1px;
|
|
4759
|
+
--separator-color: var(--jkl-color-border-subdued);
|
|
4774
4760
|
}
|
|
4775
4761
|
|
|
4776
4762
|
@layer jokul.components {
|
|
@@ -4995,7 +4981,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4995
4981
|
margin-bottom: 0;
|
|
4996
4982
|
}
|
|
4997
4983
|
.jkl-system-message--dismissed {
|
|
4998
|
-
animation: jkl-dismiss-
|
|
4984
|
+
animation: jkl-dismiss-u52kgkq var(--jkl-motion-timing-lazy) forwards;
|
|
4999
4985
|
transition: block var(--jkl-motion-timing-lazy) var(--jkl-motion-timing-lazy);
|
|
5000
4986
|
}
|
|
5001
4987
|
.jkl-system-message--info {
|
|
@@ -5033,7 +5019,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5033
5019
|
border-width: 4px;
|
|
5034
5020
|
}
|
|
5035
5021
|
}
|
|
5036
|
-
@keyframes jkl-dismiss-
|
|
5022
|
+
@keyframes jkl-dismiss-u52kgkq {
|
|
5037
5023
|
from {
|
|
5038
5024
|
opacity: 1;
|
|
5039
5025
|
transform: translateY(0);
|
|
@@ -5861,12 +5847,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5861
5847
|
}
|
|
5862
5848
|
.jkl-toast[data-animation=entering],
|
|
5863
5849
|
.jkl-toast[data-animation=queued] {
|
|
5864
|
-
animation: jkl-entering-
|
|
5850
|
+
animation: jkl-entering-u52kgle var(--jkl-motion-timing-polite) var(--jkl-motion-easing-entrance) forwards;
|
|
5865
5851
|
}
|
|
5866
5852
|
.jkl-toast[data-animation=exiting] {
|
|
5867
|
-
animation: jkl-exiting-
|
|
5853
|
+
animation: jkl-exiting-u52kgls var(--jkl-motion-timing-productive) var(--jkl-motion-easing-exit) forwards;
|
|
5868
5854
|
}
|
|
5869
|
-
@keyframes jkl-entering-
|
|
5855
|
+
@keyframes jkl-entering-u52kgle {
|
|
5870
5856
|
from {
|
|
5871
5857
|
opacity: 0;
|
|
5872
5858
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5876,7 +5862,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5876
5862
|
transform: translate3d(0, 0, 0);
|
|
5877
5863
|
}
|
|
5878
5864
|
}
|
|
5879
|
-
@keyframes jkl-exiting-
|
|
5865
|
+
@keyframes jkl-exiting-u52kgls {
|
|
5880
5866
|
from {
|
|
5881
5867
|
opacity: 1;
|
|
5882
5868
|
transform: translate3d(0, 0, 0);
|
|
@@ -7460,7 +7446,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7460
7446
|
|
|
7461
7447
|
@layer jokul.components {
|
|
7462
7448
|
:where(.jkl-text) {
|
|
7463
|
-
font-weight: var(--jkl-font-weight-normal);
|
|
7464
7449
|
line-height: var(--jkl-line-height-relaxed);
|
|
7465
7450
|
}
|
|
7466
7451
|
.jkl-text[data-text-size] {
|
|
@@ -7468,15 +7453,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7468
7453
|
}
|
|
7469
7454
|
.jkl-text[data-text-size=xs] {
|
|
7470
7455
|
font: var(--jkl-text-style-text-micro);
|
|
7456
|
+
font-weight: inherit;
|
|
7471
7457
|
}
|
|
7472
7458
|
.jkl-text[data-text-size=s] {
|
|
7473
7459
|
font: var(--jkl-text-style-paragraph-small);
|
|
7460
|
+
font-weight: inherit;
|
|
7474
7461
|
}
|
|
7475
7462
|
.jkl-text[data-text-size=m] {
|
|
7476
7463
|
font: var(--jkl-text-style-paragraph-medium);
|
|
7464
|
+
font-weight: inherit;
|
|
7477
7465
|
}
|
|
7478
7466
|
.jkl-text[data-text-size=l] {
|
|
7479
7467
|
font: var(--jkl-text-style-paragraph-large);
|
|
7468
|
+
font-weight: inherit;
|
|
7480
7469
|
}
|
|
7481
7470
|
.jkl-text[data-bold],
|
|
7482
7471
|
strong.jkl-text[data-text-size] {
|