@fremtind/jokul 5.1.0 → 5.2.1
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/card/types.cjs.map +1 -1
- package/build/cjs/components/card/types.d.cts +1 -0
- 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/card/types.d.ts +1 -0
- package/build/es/components/card/types.js.map +1 -1
- 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/card/card.css +10 -3
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +10 -1
- package/styles/components/combobox/combobox.css +1 -2
- 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 +1 -2
- 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 +1 -2
- package/styles/components/text-input/text-input.css +1 -2
- 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 +57 -65
- 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 +29 -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);
|
|
@@ -245,31 +244,11 @@
|
|
|
245
244
|
.jkl-icon--animated {
|
|
246
245
|
display: block;
|
|
247
246
|
}
|
|
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
247
|
.jkl-icon-red-cross {
|
|
267
|
-
|
|
268
|
-
color: var(--jkl-color-error-text-on-contrast);
|
|
248
|
+
color: var(--jkl-color-error-background-contrast);
|
|
269
249
|
}
|
|
270
250
|
.jkl-icon-green-check {
|
|
271
|
-
|
|
272
|
-
color: var(--jkl-color-success-text-on-contrast);
|
|
251
|
+
color: var(--jkl-color-success-background-contrast);
|
|
273
252
|
}
|
|
274
253
|
.jkl-animated-horizontal-arrows,
|
|
275
254
|
.jkl-animated-vertical-arrows {
|
|
@@ -446,7 +425,7 @@
|
|
|
446
425
|
display: inline-flex;
|
|
447
426
|
}
|
|
448
427
|
.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-
|
|
428
|
+
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-u3lbpkn forwards;
|
|
450
429
|
}
|
|
451
430
|
.jkl-form-support-label--sr-only {
|
|
452
431
|
border: 0 !important;
|
|
@@ -500,7 +479,7 @@
|
|
|
500
479
|
.jkl-label:has(+ .jkl-input-group-description) {
|
|
501
480
|
margin-block-end: var(--jkl-spacing-4);
|
|
502
481
|
}
|
|
503
|
-
@keyframes jkl-support-icon-entrance-
|
|
482
|
+
@keyframes jkl-support-icon-entrance-u3lbpkn {
|
|
504
483
|
0% {
|
|
505
484
|
margin-right: 0;
|
|
506
485
|
opacity: 0;
|
|
@@ -860,22 +839,22 @@
|
|
|
860
839
|
animation: 2500ms linear infinite;
|
|
861
840
|
}
|
|
862
841
|
.jkl-loader__dot--left {
|
|
863
|
-
animation-name: jkl-loader-left-spin-
|
|
842
|
+
animation-name: jkl-loader-left-spin-u3lbplf;
|
|
864
843
|
margin-right: calc(var(--jkl-loader-spacing) * 0.9);
|
|
865
844
|
}
|
|
866
845
|
.jkl-loader__dot--middle {
|
|
867
|
-
animation-name: jkl-loader-middle-spin-
|
|
846
|
+
animation-name: jkl-loader-middle-spin-u3lbpll;
|
|
868
847
|
margin-right: var(--jkl-loader-spacing);
|
|
869
848
|
}
|
|
870
849
|
.jkl-loader__dot--right {
|
|
871
|
-
animation-name: jkl-loader-right-spin-
|
|
850
|
+
animation-name: jkl-loader-right-spin-u3lbplm;
|
|
872
851
|
}
|
|
873
852
|
@media screen and (forced-colors: active) {
|
|
874
853
|
.jkl-loader__dot {
|
|
875
854
|
background-color: CanvasText;
|
|
876
855
|
}
|
|
877
856
|
}
|
|
878
|
-
@keyframes jkl-loader-left-spin-
|
|
857
|
+
@keyframes jkl-loader-left-spin-u3lbplf {
|
|
879
858
|
0% {
|
|
880
859
|
transform: rotate(0) scale(0);
|
|
881
860
|
}
|
|
@@ -889,7 +868,7 @@
|
|
|
889
868
|
transform: rotate(180deg) scale(0);
|
|
890
869
|
}
|
|
891
870
|
}
|
|
892
|
-
@keyframes jkl-loader-middle-spin-
|
|
871
|
+
@keyframes jkl-loader-middle-spin-u3lbpll {
|
|
893
872
|
0% {
|
|
894
873
|
transform: rotate(20deg) scale(0);
|
|
895
874
|
}
|
|
@@ -906,7 +885,7 @@
|
|
|
906
885
|
transform: rotate(200deg) scale(0);
|
|
907
886
|
}
|
|
908
887
|
}
|
|
909
|
-
@keyframes jkl-loader-right-spin-
|
|
888
|
+
@keyframes jkl-loader-right-spin-u3lbplm {
|
|
910
889
|
0% {
|
|
911
890
|
transform: rotate(40deg) scale(0);
|
|
912
891
|
}
|
|
@@ -946,7 +925,7 @@
|
|
|
946
925
|
@media screen and (forced-colors: active) {
|
|
947
926
|
.jkl-skeleton-element {
|
|
948
927
|
border: 1px solid CanvasText;
|
|
949
|
-
animation: 2s ease infinite jkl-blink-
|
|
928
|
+
animation: 2s ease infinite jkl-blink-u3lbpls;
|
|
950
929
|
}
|
|
951
930
|
}
|
|
952
931
|
.jkl-skeleton-input {
|
|
@@ -994,10 +973,10 @@
|
|
|
994
973
|
}
|
|
995
974
|
@media screen and (forced-colors: active) {
|
|
996
975
|
.jkl-skeleton-table {
|
|
997
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
976
|
+
animation: 2s ease-in-out infinite jkl-blink-u3lbpls;
|
|
998
977
|
}
|
|
999
978
|
}
|
|
1000
|
-
@keyframes jkl-blink-
|
|
979
|
+
@keyframes jkl-blink-u3lbpls {
|
|
1001
980
|
0% {
|
|
1002
981
|
opacity: 1;
|
|
1003
982
|
}
|
|
@@ -1072,14 +1051,21 @@
|
|
|
1072
1051
|
--border-color: var(--jkl-color-border-subdued);
|
|
1073
1052
|
--background-color: transparent;
|
|
1074
1053
|
}
|
|
1075
|
-
.jkl-card
|
|
1054
|
+
.jkl-card:where(button) {
|
|
1055
|
+
border: none;
|
|
1056
|
+
outline: none;
|
|
1057
|
+
font: inherit;
|
|
1058
|
+
line-height: inherit;
|
|
1059
|
+
text-align: inherit;
|
|
1060
|
+
}
|
|
1061
|
+
.jkl-card[data-clickable=true], .jkl-card:is(a, button:not(disabled)) {
|
|
1076
1062
|
cursor: pointer;
|
|
1077
1063
|
}
|
|
1078
|
-
.jkl-card[data-clickable=true]:hover {
|
|
1064
|
+
.jkl-card[data-clickable=true]:hover, .jkl-card:is(a, button:not(disabled)):hover {
|
|
1079
1065
|
--border-color: var(--jkl-color-border-strong);
|
|
1080
1066
|
--border-width: 0.125rem;
|
|
1081
1067
|
}
|
|
1082
|
-
.jkl-card[data-clickable=true]:focus-visible {
|
|
1068
|
+
.jkl-card[data-clickable=true]:focus-visible, .jkl-card:is(a, button:not(disabled)):focus-visible {
|
|
1083
1069
|
outline: 3px solid var(--jkl-color-border-strong);
|
|
1084
1070
|
outline-offset: 3px;
|
|
1085
1071
|
}
|
|
@@ -1502,8 +1488,7 @@
|
|
|
1502
1488
|
display: flex;
|
|
1503
1489
|
gap: 1ch;
|
|
1504
1490
|
cursor: pointer;
|
|
1505
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
1506
|
-
var(--jkl-text-input-horizontal-padding);
|
|
1491
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
1507
1492
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
1508
1493
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
1509
1494
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -2155,10 +2140,10 @@
|
|
|
2155
2140
|
}
|
|
2156
2141
|
}
|
|
2157
2142
|
.jkl-countdown__tracker {
|
|
2158
|
-
animation: jkl-downcount-
|
|
2143
|
+
animation: jkl-downcount-u3lbpmj var(--duration) linear forwards;
|
|
2159
2144
|
animation-play-state: var(--play-state, running);
|
|
2160
2145
|
}
|
|
2161
|
-
@keyframes jkl-downcount-
|
|
2146
|
+
@keyframes jkl-downcount-u3lbpmj {
|
|
2162
2147
|
from {
|
|
2163
2148
|
width: 100%;
|
|
2164
2149
|
}
|
|
@@ -2659,12 +2644,12 @@
|
|
|
2659
2644
|
font: var(--jkl-text-style-paragraph-small);
|
|
2660
2645
|
}
|
|
2661
2646
|
.jkl-feedback__fade-in {
|
|
2662
|
-
animation: jkl-show-
|
|
2647
|
+
animation: jkl-show-u3lbpmr 0.25s ease-out;
|
|
2663
2648
|
}
|
|
2664
2649
|
.jkl-feedback__buttons {
|
|
2665
2650
|
display: flex;
|
|
2666
2651
|
}
|
|
2667
|
-
@keyframes jkl-show-
|
|
2652
|
+
@keyframes jkl-show-u3lbpmr {
|
|
2668
2653
|
from {
|
|
2669
2654
|
transform: translate3d(0, 0.5rem, 0);
|
|
2670
2655
|
opacity: 0;
|
|
@@ -2876,7 +2861,7 @@
|
|
|
2876
2861
|
--icon-color: var(--jkl-color-success-background-contrast);
|
|
2877
2862
|
}
|
|
2878
2863
|
.jkl-message--dismissed {
|
|
2879
|
-
animation: jkl-dismiss-
|
|
2864
|
+
animation: jkl-dismiss-u3lbpms var(--jkl-motion-timing-lazy) ease-in-out forwards;
|
|
2880
2865
|
transition: visibility 0ms var(--jkl-motion-timing-lazy);
|
|
2881
2866
|
visibility: hidden;
|
|
2882
2867
|
}
|
|
@@ -2898,7 +2883,7 @@
|
|
|
2898
2883
|
.jkl-form-error-message {
|
|
2899
2884
|
padding-bottom: var(--jkl-unit-50);
|
|
2900
2885
|
}
|
|
2901
|
-
@keyframes jkl-dismiss-
|
|
2886
|
+
@keyframes jkl-dismiss-u3lbpms {
|
|
2902
2887
|
from {
|
|
2903
2888
|
opacity: 1;
|
|
2904
2889
|
transform: translate3d(0, 0, 0);
|
|
@@ -3030,8 +3015,7 @@
|
|
|
3030
3015
|
@layer jokul.components {
|
|
3031
3016
|
.jkl-text-area-wrapper {
|
|
3032
3017
|
overflow: hidden;
|
|
3033
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
3034
|
-
var(--jkl-text-input-horizontal-padding);
|
|
3018
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
3035
3019
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
3036
3020
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
3037
3021
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -3848,8 +3832,7 @@
|
|
|
3848
3832
|
align-items: flex-start;
|
|
3849
3833
|
}
|
|
3850
3834
|
.jkl-number-input__wrapper {
|
|
3851
|
-
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding)
|
|
3852
|
-
var(--jkl-text-input-horizontal-padding);
|
|
3835
|
+
--jkl-text-input-padding: var(--jkl-text-input-vertical-padding) var(--jkl-text-input-horizontal-padding);
|
|
3853
3836
|
--jkl-text-input-vertical-padding: var(--jkl-unit-15);
|
|
3854
3837
|
--jkl-text-input-horizontal-padding: var(--jkl-unit-15);
|
|
3855
3838
|
--jkl-text-input-action-button-size: var(--jkl-unit-60);
|
|
@@ -4500,7 +4483,7 @@
|
|
|
4500
4483
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4501
4484
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4502
4485
|
}
|
|
4503
|
-
@keyframes jkl-downcount-
|
|
4486
|
+
@keyframes jkl-downcount-u3lbpmy {
|
|
4504
4487
|
from {
|
|
4505
4488
|
width: 100%;
|
|
4506
4489
|
}
|
|
@@ -4757,20 +4740,26 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4757
4740
|
border-top-left-radius: 0;
|
|
4758
4741
|
border-bottom-left-radius: 0;
|
|
4759
4742
|
min-width: unset;
|
|
4743
|
+
--inset-size: 1ex;
|
|
4744
|
+
--separator-color: var(--jkl-color-border-subdued);
|
|
4745
|
+
position: relative;
|
|
4760
4746
|
}
|
|
4761
4747
|
.jkl-search:has(button.jkl-search-submit) button.jkl-search-submit::before {
|
|
4762
4748
|
content: "";
|
|
4763
4749
|
position: absolute;
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4750
|
+
block-size: calc(100% * var(--inset-size));
|
|
4751
|
+
top: 0;
|
|
4752
|
+
left: 0;
|
|
4753
|
+
inset-block: var(--inset-size);
|
|
4754
|
+
border-inline-end: 1px solid var(--separator-color);
|
|
4755
|
+
z-index: 1;
|
|
4768
4756
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4769
4757
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4770
|
-
transition-property: inset;
|
|
4758
|
+
transition-property: inset, border-color;
|
|
4771
4759
|
}
|
|
4772
|
-
.jkl-search:has(button.jkl-search-submit) button.jkl-search-submit:hover
|
|
4773
|
-
inset-
|
|
4760
|
+
.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 {
|
|
4761
|
+
--inset-size: 1px;
|
|
4762
|
+
--separator-color: var(--jkl-color-border-subdued);
|
|
4774
4763
|
}
|
|
4775
4764
|
|
|
4776
4765
|
@layer jokul.components {
|
|
@@ -4995,7 +4984,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4995
4984
|
margin-bottom: 0;
|
|
4996
4985
|
}
|
|
4997
4986
|
.jkl-system-message--dismissed {
|
|
4998
|
-
animation: jkl-dismiss-
|
|
4987
|
+
animation: jkl-dismiss-u3lbpny var(--jkl-motion-timing-lazy) forwards;
|
|
4999
4988
|
transition: block var(--jkl-motion-timing-lazy) var(--jkl-motion-timing-lazy);
|
|
5000
4989
|
}
|
|
5001
4990
|
.jkl-system-message--info {
|
|
@@ -5033,7 +5022,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5033
5022
|
border-width: 4px;
|
|
5034
5023
|
}
|
|
5035
5024
|
}
|
|
5036
|
-
@keyframes jkl-dismiss-
|
|
5025
|
+
@keyframes jkl-dismiss-u3lbpny {
|
|
5037
5026
|
from {
|
|
5038
5027
|
opacity: 1;
|
|
5039
5028
|
transform: translateY(0);
|
|
@@ -5861,12 +5850,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5861
5850
|
}
|
|
5862
5851
|
.jkl-toast[data-animation=entering],
|
|
5863
5852
|
.jkl-toast[data-animation=queued] {
|
|
5864
|
-
animation: jkl-entering-
|
|
5853
|
+
animation: jkl-entering-u3lbpox var(--jkl-motion-timing-polite) var(--jkl-motion-easing-entrance) forwards;
|
|
5865
5854
|
}
|
|
5866
5855
|
.jkl-toast[data-animation=exiting] {
|
|
5867
|
-
animation: jkl-exiting-
|
|
5856
|
+
animation: jkl-exiting-u3lbppv var(--jkl-motion-timing-productive) var(--jkl-motion-easing-exit) forwards;
|
|
5868
5857
|
}
|
|
5869
|
-
@keyframes jkl-entering-
|
|
5858
|
+
@keyframes jkl-entering-u3lbpox {
|
|
5870
5859
|
from {
|
|
5871
5860
|
opacity: 0;
|
|
5872
5861
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5876,7 +5865,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5876
5865
|
transform: translate3d(0, 0, 0);
|
|
5877
5866
|
}
|
|
5878
5867
|
}
|
|
5879
|
-
@keyframes jkl-exiting-
|
|
5868
|
+
@keyframes jkl-exiting-u3lbppv {
|
|
5880
5869
|
from {
|
|
5881
5870
|
opacity: 1;
|
|
5882
5871
|
transform: translate3d(0, 0, 0);
|
|
@@ -7460,7 +7449,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7460
7449
|
|
|
7461
7450
|
@layer jokul.components {
|
|
7462
7451
|
:where(.jkl-text) {
|
|
7463
|
-
font-weight: var(--jkl-font-weight-normal);
|
|
7464
7452
|
line-height: var(--jkl-line-height-relaxed);
|
|
7465
7453
|
}
|
|
7466
7454
|
.jkl-text[data-text-size] {
|
|
@@ -7468,15 +7456,19 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
|
|
|
7468
7456
|
}
|
|
7469
7457
|
.jkl-text[data-text-size=xs] {
|
|
7470
7458
|
font: var(--jkl-text-style-text-micro);
|
|
7459
|
+
font-weight: inherit;
|
|
7471
7460
|
}
|
|
7472
7461
|
.jkl-text[data-text-size=s] {
|
|
7473
7462
|
font: var(--jkl-text-style-paragraph-small);
|
|
7463
|
+
font-weight: inherit;
|
|
7474
7464
|
}
|
|
7475
7465
|
.jkl-text[data-text-size=m] {
|
|
7476
7466
|
font: var(--jkl-text-style-paragraph-medium);
|
|
7467
|
+
font-weight: inherit;
|
|
7477
7468
|
}
|
|
7478
7469
|
.jkl-text[data-text-size=l] {
|
|
7479
7470
|
font: var(--jkl-text-style-paragraph-large);
|
|
7471
|
+
font-weight: inherit;
|
|
7480
7472
|
}
|
|
7481
7473
|
.jkl-text[data-bold],
|
|
7482
7474
|
strong.jkl-text[data-text-size] {
|