@fremtind/jokul 1.5.1 → 2.0.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/cookie-consent/CookieConsent.cjs +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.d.cts +2 -6
- package/build/cjs/components/cookie-consent/CookieConsentContext.cjs +1 -1
- package/build/cjs/components/cookie-consent/CookieConsentContext.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/cookieConsentUtils.cjs +1 -1
- package/build/cjs/components/cookie-consent/cookieConsentUtils.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/cookieConsentUtils.d.cts +1 -2
- package/build/cjs/components/cookie-consent/index.d.cts +2 -2
- package/build/cjs/components/cookie-consent/types.d.cts +8 -1
- package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
- package/build/cjs/components/icon/icons/PenIcon.cjs +1 -1
- package/build/cjs/components/icon/icons/PenIcon.cjs.map +1 -1
- package/build/cjs/components/input-group/FieldGroup.cjs +1 -1
- package/build/cjs/components/input-group/FieldGroup.cjs.map +1 -1
- package/build/cjs/components/input-group/InputGroup.cjs +1 -1
- package/build/cjs/components/input-group/InputGroup.cjs.map +1 -1
- package/build/cjs/components/input-group/InputGroup.d.cts +1 -0
- package/build/cjs/components/input-group/types.d.cts +2 -0
- package/build/cjs/components/select/NativeSelect.cjs +1 -1
- package/build/cjs/components/select/NativeSelect.cjs.map +1 -1
- package/build/cjs/components/text-area/TextArea.cjs +1 -1
- package/build/cjs/components/text-area/TextArea.cjs.map +1 -1
- package/build/cjs/components/text-input/TextInput.cjs +1 -1
- package/build/cjs/components/text-input/TextInput.cjs.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/cookie-consent/CookieConsent.d.ts +2 -6
- package/build/es/components/cookie-consent/CookieConsent.js +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
- package/build/es/components/cookie-consent/CookieConsentContext.js +1 -1
- package/build/es/components/cookie-consent/CookieConsentContext.js.map +1 -1
- package/build/es/components/cookie-consent/cookieConsentUtils.d.ts +1 -2
- package/build/es/components/cookie-consent/cookieConsentUtils.js +1 -1
- package/build/es/components/cookie-consent/cookieConsentUtils.js.map +1 -1
- package/build/es/components/cookie-consent/index.d.ts +2 -2
- package/build/es/components/cookie-consent/types.d.ts +8 -1
- package/build/es/components/datepicker/DatePicker.js +1 -1
- package/build/es/components/datepicker/DatePicker.js.map +1 -1
- package/build/es/components/icon/icons/PenIcon.js +1 -1
- package/build/es/components/icon/icons/PenIcon.js.map +1 -1
- package/build/es/components/input-group/FieldGroup.js +1 -1
- package/build/es/components/input-group/FieldGroup.js.map +1 -1
- package/build/es/components/input-group/InputGroup.d.ts +1 -0
- package/build/es/components/input-group/InputGroup.js +1 -1
- package/build/es/components/input-group/InputGroup.js.map +1 -1
- package/build/es/components/input-group/types.d.ts +2 -0
- package/build/es/components/select/NativeSelect.js +1 -1
- package/build/es/components/select/NativeSelect.js.map +1 -1
- package/build/es/components/text-area/TextArea.js +1 -1
- package/build/es/components/text-area/TextArea.js.map +1 -1
- package/build/es/components/text-input/TextInput.js +1 -1
- package/build/es/components/text-input/TextInput.js.map +1 -1
- package/package.json +1 -1
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.css +2 -2
- package/styles/components/checkbox-panel/checkbox-panel.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 +11 -11
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/input-group/_labels.scss +9 -1
- package/styles/components/input-group/input-group.css +15 -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 +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/modal/modal.css +1 -1
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.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 +2 -2
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.css +2 -2
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.css +17 -4
- 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/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/core/core.css +3 -1
- package/styles/core/core.min.css +1 -1
- package/styles/core/global/_base-class.scss +10 -5
- package/styles/styles.css +50 -37
- package/styles/styles.min.css +2 -2
- package/build/cjs/components/cookie-consent/RequirementCheckbox.cjs +0 -2
- package/build/cjs/components/cookie-consent/RequirementCheckbox.cjs.map +0 -1
- package/build/cjs/components/cookie-consent/RequirementCheckbox.d.cts +0 -9
- package/build/es/components/cookie-consent/RequirementCheckbox.d.ts +0 -9
- package/build/es/components/cookie-consent/RequirementCheckbox.js +0 -2
- package/build/es/components/cookie-consent/RequirementCheckbox.js.map +0 -1
package/styles/styles.css
CHANGED
|
@@ -597,7 +597,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
597
597
|
--color: var(--jkl-color-text-default);
|
|
598
598
|
}
|
|
599
599
|
.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 {
|
|
600
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
600
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u6ege70 forwards;
|
|
601
601
|
}
|
|
602
602
|
.jkl-form-support-label--sr-only {
|
|
603
603
|
border: 0 !important;
|
|
@@ -672,7 +672,20 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
672
672
|
white-space: nowrap !important; /* 3 */
|
|
673
673
|
}
|
|
674
674
|
|
|
675
|
-
|
|
675
|
+
.jkl-input-group-description {
|
|
676
|
+
font-size: 1rem;
|
|
677
|
+
line-height: 1.5rem;
|
|
678
|
+
font-weight: 400;
|
|
679
|
+
--jkl-icon-weight: 300;
|
|
680
|
+
--jkl-icon-size: 1.25rem;
|
|
681
|
+
--jkl-icon-opsz: 20;
|
|
682
|
+
color: var(--jkl-color-text-subdued);
|
|
683
|
+
margin: var(--jkl-label-medium-margin);
|
|
684
|
+
max-inline-size: 35ch;
|
|
685
|
+
text-wrap: pretty;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
@keyframes jkl-support-icon-entrance-u6ege70 {
|
|
676
689
|
0% {
|
|
677
690
|
margin-right: 0;
|
|
678
691
|
opacity: 0;
|
|
@@ -1072,15 +1085,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1072
1085
|
animation: 2500ms linear infinite;
|
|
1073
1086
|
}
|
|
1074
1087
|
.jkl-loader__dot--left {
|
|
1075
|
-
animation-name: jkl-loader-left-spin-
|
|
1088
|
+
animation-name: jkl-loader-left-spin-u6ege7l;
|
|
1076
1089
|
margin-right: 1.71em;
|
|
1077
1090
|
}
|
|
1078
1091
|
.jkl-loader__dot--middle {
|
|
1079
|
-
animation-name: jkl-loader-middle-spin-
|
|
1092
|
+
animation-name: jkl-loader-middle-spin-u6ege7m;
|
|
1080
1093
|
margin-right: 1.9em;
|
|
1081
1094
|
}
|
|
1082
1095
|
.jkl-loader__dot--right {
|
|
1083
|
-
animation-name: jkl-loader-right-spin-
|
|
1096
|
+
animation-name: jkl-loader-right-spin-u6ege7x;
|
|
1084
1097
|
}
|
|
1085
1098
|
@media screen and (forced-colors: active) {
|
|
1086
1099
|
.jkl-loader__dot {
|
|
@@ -1107,7 +1120,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1107
1120
|
.jkl-loader--small > .jkl-loader__dot--middle {
|
|
1108
1121
|
margin-right: 0.3em;
|
|
1109
1122
|
}
|
|
1110
|
-
@keyframes jkl-loader-left-spin-
|
|
1123
|
+
@keyframes jkl-loader-left-spin-u6ege7l {
|
|
1111
1124
|
0% {
|
|
1112
1125
|
transform: rotate(0) scale(0);
|
|
1113
1126
|
}
|
|
@@ -1121,7 +1134,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1121
1134
|
transform: rotate(180deg) scale(0);
|
|
1122
1135
|
}
|
|
1123
1136
|
}
|
|
1124
|
-
@keyframes jkl-loader-middle-spin-
|
|
1137
|
+
@keyframes jkl-loader-middle-spin-u6ege7m {
|
|
1125
1138
|
0% {
|
|
1126
1139
|
transform: rotate(20deg) scale(0);
|
|
1127
1140
|
}
|
|
@@ -1138,7 +1151,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1138
1151
|
transform: rotate(200deg) scale(0);
|
|
1139
1152
|
}
|
|
1140
1153
|
}
|
|
1141
|
-
@keyframes jkl-loader-right-spin-
|
|
1154
|
+
@keyframes jkl-loader-right-spin-u6ege7x {
|
|
1142
1155
|
0% {
|
|
1143
1156
|
transform: rotate(40deg) scale(0);
|
|
1144
1157
|
}
|
|
@@ -1186,7 +1199,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1186
1199
|
bottom: 0;
|
|
1187
1200
|
width: 12.5rem;
|
|
1188
1201
|
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%);
|
|
1189
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1202
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u6ege8o;
|
|
1190
1203
|
}
|
|
1191
1204
|
@media (width >= 0) and (max-width: 679px) {
|
|
1192
1205
|
.jkl-skeleton-animation {
|
|
@@ -1216,7 +1229,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1216
1229
|
@media screen and (forced-colors: active) {
|
|
1217
1230
|
.jkl-skeleton-element {
|
|
1218
1231
|
border: 1px solid CanvasText;
|
|
1219
|
-
animation: 2s ease infinite jkl-blink-
|
|
1232
|
+
animation: 2s ease infinite jkl-blink-u6ege91;
|
|
1220
1233
|
}
|
|
1221
1234
|
}
|
|
1222
1235
|
.jkl-skeleton-input {
|
|
@@ -1270,10 +1283,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1270
1283
|
}
|
|
1271
1284
|
@media screen and (forced-colors: active) {
|
|
1272
1285
|
.jkl-skeleton-table {
|
|
1273
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1286
|
+
animation: 2s ease-in-out infinite jkl-blink-u6ege91;
|
|
1274
1287
|
}
|
|
1275
1288
|
}
|
|
1276
|
-
@keyframes jkl-sweep-
|
|
1289
|
+
@keyframes jkl-sweep-u6ege8o {
|
|
1277
1290
|
0% {
|
|
1278
1291
|
transform: translateX(calc(0vw - 200px));
|
|
1279
1292
|
}
|
|
@@ -1281,7 +1294,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1281
1294
|
transform: translateX(calc(100vw + 400px));
|
|
1282
1295
|
}
|
|
1283
1296
|
}
|
|
1284
|
-
@keyframes jkl-blink-
|
|
1297
|
+
@keyframes jkl-blink-u6ege91 {
|
|
1285
1298
|
0% {
|
|
1286
1299
|
opacity: 1;
|
|
1287
1300
|
}
|
|
@@ -1501,7 +1514,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1501
1514
|
--jkl-checkbox-box-size: 1.125rem;
|
|
1502
1515
|
--jkl-checkbox-line-height: 1.5rem;
|
|
1503
1516
|
}
|
|
1504
|
-
@keyframes jkl-checkbox-checked-
|
|
1517
|
+
@keyframes jkl-checkbox-checked-u6ege9x {
|
|
1505
1518
|
0% {
|
|
1506
1519
|
width: 0;
|
|
1507
1520
|
height: 0;
|
|
@@ -1515,7 +1528,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1515
1528
|
height: 58%;
|
|
1516
1529
|
}
|
|
1517
1530
|
}
|
|
1518
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
1531
|
+
@keyframes jkl-checkbox-indeterminate-u6egeaf {
|
|
1519
1532
|
0% {
|
|
1520
1533
|
width: 0;
|
|
1521
1534
|
}
|
|
@@ -1544,11 +1557,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1544
1557
|
left: calc(-0.5 * var(--jkl-checkbox-box-size));
|
|
1545
1558
|
}
|
|
1546
1559
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
1547
|
-
animation: jkl-checkbox-checked-
|
|
1560
|
+
animation: jkl-checkbox-checked-u6ege9x 150ms ease-in-out forwards;
|
|
1548
1561
|
opacity: 1;
|
|
1549
1562
|
}
|
|
1550
1563
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
1551
|
-
animation: jkl-checkbox-indeterminate-
|
|
1564
|
+
animation: jkl-checkbox-indeterminate-u6egeaf 150ms ease-in-out forwards;
|
|
1552
1565
|
opacity: 1;
|
|
1553
1566
|
}
|
|
1554
1567
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -1719,7 +1732,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1719
1732
|
--outer-border-thickness: 0.125rem;
|
|
1720
1733
|
}
|
|
1721
1734
|
|
|
1722
|
-
@keyframes jkl-checkbox-checked-
|
|
1735
|
+
@keyframes jkl-checkbox-checked-u6egeb5 {
|
|
1723
1736
|
0% {
|
|
1724
1737
|
width: 0;
|
|
1725
1738
|
height: 0;
|
|
@@ -1783,7 +1796,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1783
1796
|
}
|
|
1784
1797
|
}
|
|
1785
1798
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
1786
|
-
animation: jkl-checkbox-checked-
|
|
1799
|
+
animation: jkl-checkbox-checked-u6egeb5 150ms ease-in-out forwards;
|
|
1787
1800
|
opacity: 1;
|
|
1788
1801
|
}
|
|
1789
1802
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -2450,7 +2463,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2450
2463
|
}
|
|
2451
2464
|
@media (min-width: 60ch) {
|
|
2452
2465
|
.jkl-modal-actions {
|
|
2453
|
-
flex-direction: row;
|
|
2466
|
+
flex-direction: row-reverse;
|
|
2454
2467
|
align-self: flex-end;
|
|
2455
2468
|
}
|
|
2456
2469
|
}
|
|
@@ -2480,10 +2493,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2480
2493
|
}
|
|
2481
2494
|
}
|
|
2482
2495
|
.jkl-countdown__tracker {
|
|
2483
|
-
animation: jkl-downcount-
|
|
2496
|
+
animation: jkl-downcount-u6egebq var(--duration) linear forwards;
|
|
2484
2497
|
animation-play-state: var(--play-state, running);
|
|
2485
2498
|
}
|
|
2486
|
-
@keyframes jkl-downcount-
|
|
2499
|
+
@keyframes jkl-downcount-u6egebq {
|
|
2487
2500
|
from {
|
|
2488
2501
|
width: 100%;
|
|
2489
2502
|
}
|
|
@@ -3097,7 +3110,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3097
3110
|
}
|
|
3098
3111
|
}
|
|
3099
3112
|
|
|
3100
|
-
@keyframes jkl-show-
|
|
3113
|
+
@keyframes jkl-show-u6egec2 {
|
|
3101
3114
|
from {
|
|
3102
3115
|
transform: translate3d(0, 0.5rem, 0);
|
|
3103
3116
|
opacity: 0;
|
|
@@ -3132,7 +3145,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3132
3145
|
}
|
|
3133
3146
|
}
|
|
3134
3147
|
.jkl-feedback__fade-in {
|
|
3135
|
-
animation: jkl-show-
|
|
3148
|
+
animation: jkl-show-u6egec2 0.25s ease-out;
|
|
3136
3149
|
}
|
|
3137
3150
|
.jkl-feedback__buttons {
|
|
3138
3151
|
display: flex;
|
|
@@ -3374,7 +3387,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3374
3387
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3375
3388
|
}
|
|
3376
3389
|
.jkl-message--dismissed {
|
|
3377
|
-
animation: jkl-dismiss-
|
|
3390
|
+
animation: jkl-dismiss-u6egece 400ms ease-in-out forwards;
|
|
3378
3391
|
transition: visibility 0ms 400ms;
|
|
3379
3392
|
visibility: hidden;
|
|
3380
3393
|
}
|
|
@@ -3394,7 +3407,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3394
3407
|
}
|
|
3395
3408
|
}
|
|
3396
3409
|
|
|
3397
|
-
@keyframes jkl-dismiss-
|
|
3410
|
+
@keyframes jkl-dismiss-u6egece {
|
|
3398
3411
|
from {
|
|
3399
3412
|
opacity: 1;
|
|
3400
3413
|
transform: translate3d(0, 0, 0);
|
|
@@ -3451,7 +3464,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3451
3464
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
3452
3465
|
}
|
|
3453
3466
|
|
|
3454
|
-
@keyframes jkl-dot-in-
|
|
3467
|
+
@keyframes jkl-dot-in-u6eged4 {
|
|
3455
3468
|
0% {
|
|
3456
3469
|
transform: scale(0.8);
|
|
3457
3470
|
}
|
|
@@ -3497,7 +3510,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3497
3510
|
}
|
|
3498
3511
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
3499
3512
|
--dot-color: var(--jkl-color-border-action);
|
|
3500
|
-
animation: jkl-dot-in-
|
|
3513
|
+
animation: jkl-dot-in-u6eged4 150ms ease;
|
|
3501
3514
|
}
|
|
3502
3515
|
@media screen and (forced-colors: active) {
|
|
3503
3516
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4585,7 +4598,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4585
4598
|
transition-timing-function: ease;
|
|
4586
4599
|
transition-duration: 150ms;
|
|
4587
4600
|
}
|
|
4588
|
-
@keyframes jkl-downcount-
|
|
4601
|
+
@keyframes jkl-downcount-u6egee0 {
|
|
4589
4602
|
from {
|
|
4590
4603
|
width: 100%;
|
|
4591
4604
|
}
|
|
@@ -4595,7 +4608,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4595
4608
|
}
|
|
4596
4609
|
}
|
|
4597
4610
|
@layer jokul.components {
|
|
4598
|
-
@keyframes jkl-dot-in-
|
|
4611
|
+
@keyframes jkl-dot-in-u6egeeo {
|
|
4599
4612
|
0% {
|
|
4600
4613
|
transform: scale(0.8);
|
|
4601
4614
|
}
|
|
@@ -4643,7 +4656,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4643
4656
|
}
|
|
4644
4657
|
}
|
|
4645
4658
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4646
|
-
animation: jkl-dot-in-
|
|
4659
|
+
animation: jkl-dot-in-u6egeeo 150ms ease;
|
|
4647
4660
|
}
|
|
4648
4661
|
.jkl-radio-panel:has(:checked) {
|
|
4649
4662
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4945,7 +4958,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4945
4958
|
margin-bottom: 0;
|
|
4946
4959
|
}
|
|
4947
4960
|
.jkl-system-message--dismissed {
|
|
4948
|
-
animation: jkl-dismiss-
|
|
4961
|
+
animation: jkl-dismiss-u6egeez 400ms forwards;
|
|
4949
4962
|
transition: block 400ms 400ms;
|
|
4950
4963
|
}
|
|
4951
4964
|
.jkl-system-message--info {
|
|
@@ -4976,7 +4989,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4976
4989
|
}
|
|
4977
4990
|
}
|
|
4978
4991
|
|
|
4979
|
-
@keyframes jkl-dismiss-
|
|
4992
|
+
@keyframes jkl-dismiss-u6egeez {
|
|
4980
4993
|
from {
|
|
4981
4994
|
opacity: 1;
|
|
4982
4995
|
transform: translateY(0);
|
|
@@ -5870,14 +5883,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
5870
5883
|
|
|
5871
5884
|
.jkl-toast[data-animation=entering],
|
|
5872
5885
|
.jkl-toast[data-animation=queued] {
|
|
5873
|
-
animation: jkl-entering-
|
|
5886
|
+
animation: jkl-entering-u6egefp 200ms ease-out forwards;
|
|
5874
5887
|
}
|
|
5875
5888
|
|
|
5876
5889
|
.jkl-toast[data-animation=exiting] {
|
|
5877
|
-
animation: jkl-exiting-
|
|
5890
|
+
animation: jkl-exiting-u6egefu 150ms ease-in forwards;
|
|
5878
5891
|
}
|
|
5879
5892
|
|
|
5880
|
-
@keyframes jkl-entering-
|
|
5893
|
+
@keyframes jkl-entering-u6egefp {
|
|
5881
5894
|
from {
|
|
5882
5895
|
opacity: 0;
|
|
5883
5896
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5887,7 +5900,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
5887
5900
|
transform: translate3d(0, 0, 0);
|
|
5888
5901
|
}
|
|
5889
5902
|
}
|
|
5890
|
-
@keyframes jkl-exiting-
|
|
5903
|
+
@keyframes jkl-exiting-u6egefu {
|
|
5891
5904
|
from {
|
|
5892
5905
|
opacity: 1;
|
|
5893
5906
|
transform: translate3d(0, 0, 0);
|