@fremtind/jokul 3.5.0 → 3.5.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/message/index.cjs +1 -1
- package/build/cjs/components/message/index.d.cts +1 -1
- package/build/cjs/components/system-message/index.cjs +1 -1
- package/build/cjs/components/system-message/index.d.cts +1 -1
- package/build/cjs/components-beta/description-list/DescriptionListItem.cjs +1 -1
- package/build/cjs/components-beta/description-list/DescriptionListItem.cjs.map +1 -1
- package/build/cjs/components-beta/description-list/types.d.cts +14 -3
- package/build/es/components/message/index.d.ts +1 -1
- package/build/es/components/message/index.js +1 -1
- package/build/es/components/system-message/index.d.ts +1 -1
- package/build/es/components/system-message/index.js +1 -1
- package/build/es/components-beta/description-list/DescriptionListItem.js +1 -1
- package/build/es/components-beta/description-list/DescriptionListItem.js.map +1 -1
- package/build/es/components-beta/description-list/types.d.ts +14 -3
- 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 +6 -6
- 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 +9 -9
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/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/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 +4 -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/styles.css +34 -34
- package/styles/styles.min.css +2 -2
package/styles/styles.css
CHANGED
|
@@ -541,7 +541,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
541
541
|
--color: var(--jkl-color-text-default);
|
|
542
542
|
}
|
|
543
543
|
.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 {
|
|
544
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
544
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uqp5kw2 forwards;
|
|
545
545
|
}
|
|
546
546
|
.jkl-form-support-label--sr-only {
|
|
547
547
|
border: 0 !important;
|
|
@@ -629,7 +629,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
629
629
|
text-wrap: pretty;
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
-
@keyframes jkl-support-icon-entrance-
|
|
632
|
+
@keyframes jkl-support-icon-entrance-uqp5kw2 {
|
|
633
633
|
0% {
|
|
634
634
|
margin-right: 0;
|
|
635
635
|
opacity: 0;
|
|
@@ -1029,15 +1029,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1029
1029
|
animation: 2500ms linear infinite;
|
|
1030
1030
|
}
|
|
1031
1031
|
.jkl-loader__dot--left {
|
|
1032
|
-
animation-name: jkl-loader-left-spin-
|
|
1032
|
+
animation-name: jkl-loader-left-spin-uqp5kwo;
|
|
1033
1033
|
margin-right: 1.71em;
|
|
1034
1034
|
}
|
|
1035
1035
|
.jkl-loader__dot--middle {
|
|
1036
|
-
animation-name: jkl-loader-middle-spin-
|
|
1036
|
+
animation-name: jkl-loader-middle-spin-uqp5kwr;
|
|
1037
1037
|
margin-right: 1.9em;
|
|
1038
1038
|
}
|
|
1039
1039
|
.jkl-loader__dot--right {
|
|
1040
|
-
animation-name: jkl-loader-right-spin-
|
|
1040
|
+
animation-name: jkl-loader-right-spin-uqp5kx1;
|
|
1041
1041
|
}
|
|
1042
1042
|
@media screen and (forced-colors: active) {
|
|
1043
1043
|
.jkl-loader__dot {
|
|
@@ -1064,7 +1064,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1064
1064
|
.jkl-loader--small > .jkl-loader__dot--middle {
|
|
1065
1065
|
margin-right: 0.3em;
|
|
1066
1066
|
}
|
|
1067
|
-
@keyframes jkl-loader-left-spin-
|
|
1067
|
+
@keyframes jkl-loader-left-spin-uqp5kwo {
|
|
1068
1068
|
0% {
|
|
1069
1069
|
transform: rotate(0) scale(0);
|
|
1070
1070
|
}
|
|
@@ -1078,7 +1078,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1078
1078
|
transform: rotate(180deg) scale(0);
|
|
1079
1079
|
}
|
|
1080
1080
|
}
|
|
1081
|
-
@keyframes jkl-loader-middle-spin-
|
|
1081
|
+
@keyframes jkl-loader-middle-spin-uqp5kwr {
|
|
1082
1082
|
0% {
|
|
1083
1083
|
transform: rotate(20deg) scale(0);
|
|
1084
1084
|
}
|
|
@@ -1095,7 +1095,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1095
1095
|
transform: rotate(200deg) scale(0);
|
|
1096
1096
|
}
|
|
1097
1097
|
}
|
|
1098
|
-
@keyframes jkl-loader-right-spin-
|
|
1098
|
+
@keyframes jkl-loader-right-spin-uqp5kx1 {
|
|
1099
1099
|
0% {
|
|
1100
1100
|
transform: rotate(40deg) scale(0);
|
|
1101
1101
|
}
|
|
@@ -1143,7 +1143,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1143
1143
|
@media screen and (forced-colors: active) {
|
|
1144
1144
|
.jkl-skeleton-element {
|
|
1145
1145
|
border: 1px solid CanvasText;
|
|
1146
|
-
animation: 2s ease infinite jkl-blink-
|
|
1146
|
+
animation: 2s ease infinite jkl-blink-uqp5kxx;
|
|
1147
1147
|
}
|
|
1148
1148
|
}
|
|
1149
1149
|
.jkl-skeleton-input {
|
|
@@ -1197,10 +1197,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1197
1197
|
}
|
|
1198
1198
|
@media screen and (forced-colors: active) {
|
|
1199
1199
|
.jkl-skeleton-table {
|
|
1200
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1200
|
+
animation: 2s ease-in-out infinite jkl-blink-uqp5kxx;
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
|
-
@keyframes jkl-blink-
|
|
1203
|
+
@keyframes jkl-blink-uqp5kxx {
|
|
1204
1204
|
0% {
|
|
1205
1205
|
opacity: 1;
|
|
1206
1206
|
}
|
|
@@ -1420,7 +1420,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1420
1420
|
--jkl-checkbox-box-size: 1.125rem;
|
|
1421
1421
|
--jkl-checkbox-line-height: 1.5rem;
|
|
1422
1422
|
}
|
|
1423
|
-
@keyframes jkl-checkbox-checked-
|
|
1423
|
+
@keyframes jkl-checkbox-checked-uqp5kyi {
|
|
1424
1424
|
0% {
|
|
1425
1425
|
width: 0;
|
|
1426
1426
|
height: 0;
|
|
@@ -1434,7 +1434,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1434
1434
|
height: 58%;
|
|
1435
1435
|
}
|
|
1436
1436
|
}
|
|
1437
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
1437
|
+
@keyframes jkl-checkbox-indeterminate-uqp5kyp {
|
|
1438
1438
|
0% {
|
|
1439
1439
|
width: 0;
|
|
1440
1440
|
}
|
|
@@ -1463,11 +1463,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1463
1463
|
left: calc(-0.5 * var(--jkl-checkbox-box-size));
|
|
1464
1464
|
}
|
|
1465
1465
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
1466
|
-
animation: jkl-checkbox-checked-
|
|
1466
|
+
animation: jkl-checkbox-checked-uqp5kyi 150ms ease-in-out forwards;
|
|
1467
1467
|
opacity: 1;
|
|
1468
1468
|
}
|
|
1469
1469
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
1470
|
-
animation: jkl-checkbox-indeterminate-
|
|
1470
|
+
animation: jkl-checkbox-indeterminate-uqp5kyp 150ms ease-in-out forwards;
|
|
1471
1471
|
opacity: 1;
|
|
1472
1472
|
}
|
|
1473
1473
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -1653,7 +1653,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1653
1653
|
cursor: pointer;
|
|
1654
1654
|
}
|
|
1655
1655
|
}
|
|
1656
|
-
@keyframes jkl-checkbox-checked-
|
|
1656
|
+
@keyframes jkl-checkbox-checked-uqp5kyz {
|
|
1657
1657
|
0% {
|
|
1658
1658
|
width: 0;
|
|
1659
1659
|
height: 0;
|
|
@@ -1717,7 +1717,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1717
1717
|
}
|
|
1718
1718
|
}
|
|
1719
1719
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
1720
|
-
animation: jkl-checkbox-checked-
|
|
1720
|
+
animation: jkl-checkbox-checked-uqp5kyz 150ms ease-in-out forwards;
|
|
1721
1721
|
opacity: 1;
|
|
1722
1722
|
}
|
|
1723
1723
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -2325,10 +2325,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2325
2325
|
}
|
|
2326
2326
|
}
|
|
2327
2327
|
.jkl-countdown__tracker {
|
|
2328
|
-
animation: jkl-downcount-
|
|
2328
|
+
animation: jkl-downcount-uqp5kz3 var(--duration) linear forwards;
|
|
2329
2329
|
animation-play-state: var(--play-state, running);
|
|
2330
2330
|
}
|
|
2331
|
-
@keyframes jkl-downcount-
|
|
2331
|
+
@keyframes jkl-downcount-uqp5kz3 {
|
|
2332
2332
|
from {
|
|
2333
2333
|
width: 100%;
|
|
2334
2334
|
}
|
|
@@ -2886,7 +2886,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2886
2886
|
}
|
|
2887
2887
|
}
|
|
2888
2888
|
|
|
2889
|
-
@keyframes jkl-show-
|
|
2889
|
+
@keyframes jkl-show-uqp5kzl {
|
|
2890
2890
|
from {
|
|
2891
2891
|
transform: translate3d(0, 0.5rem, 0);
|
|
2892
2892
|
opacity: 0;
|
|
@@ -2921,7 +2921,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2921
2921
|
}
|
|
2922
2922
|
}
|
|
2923
2923
|
.jkl-feedback__fade-in {
|
|
2924
|
-
animation: jkl-show-
|
|
2924
|
+
animation: jkl-show-uqp5kzl 0.25s ease-out;
|
|
2925
2925
|
}
|
|
2926
2926
|
.jkl-feedback__buttons {
|
|
2927
2927
|
display: flex;
|
|
@@ -3163,7 +3163,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3163
3163
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3164
3164
|
}
|
|
3165
3165
|
.jkl-message--dismissed {
|
|
3166
|
-
animation: jkl-dismiss-
|
|
3166
|
+
animation: jkl-dismiss-uqp5l04 400ms ease-in-out forwards;
|
|
3167
3167
|
transition: visibility 0ms 400ms;
|
|
3168
3168
|
visibility: hidden;
|
|
3169
3169
|
}
|
|
@@ -3183,7 +3183,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3183
3183
|
}
|
|
3184
3184
|
}
|
|
3185
3185
|
|
|
3186
|
-
@keyframes jkl-dismiss-
|
|
3186
|
+
@keyframes jkl-dismiss-uqp5l04 {
|
|
3187
3187
|
from {
|
|
3188
3188
|
opacity: 1;
|
|
3189
3189
|
transform: translate3d(0, 0, 0);
|
|
@@ -3240,7 +3240,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3240
3240
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
3241
3241
|
}
|
|
3242
3242
|
|
|
3243
|
-
@keyframes jkl-dot-in-
|
|
3243
|
+
@keyframes jkl-dot-in-uqp5l0h {
|
|
3244
3244
|
0% {
|
|
3245
3245
|
transform: scale(0.8);
|
|
3246
3246
|
}
|
|
@@ -3286,7 +3286,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3286
3286
|
}
|
|
3287
3287
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
3288
3288
|
--dot-color: var(--jkl-color-border-action);
|
|
3289
|
-
animation: jkl-dot-in-
|
|
3289
|
+
animation: jkl-dot-in-uqp5l0h 150ms ease;
|
|
3290
3290
|
}
|
|
3291
3291
|
@media screen and (forced-colors: active) {
|
|
3292
3292
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4499,7 +4499,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4499
4499
|
transition-timing-function: ease;
|
|
4500
4500
|
transition-duration: 150ms;
|
|
4501
4501
|
}
|
|
4502
|
-
@keyframes jkl-downcount-
|
|
4502
|
+
@keyframes jkl-downcount-uqp5l0w {
|
|
4503
4503
|
from {
|
|
4504
4504
|
width: 100%;
|
|
4505
4505
|
}
|
|
@@ -4509,7 +4509,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4509
4509
|
}
|
|
4510
4510
|
}
|
|
4511
4511
|
@layer jokul.components {
|
|
4512
|
-
@keyframes jkl-dot-in-
|
|
4512
|
+
@keyframes jkl-dot-in-uqp5l1v {
|
|
4513
4513
|
0% {
|
|
4514
4514
|
transform: scale(0.8);
|
|
4515
4515
|
}
|
|
@@ -4557,7 +4557,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
4557
4557
|
}
|
|
4558
4558
|
}
|
|
4559
4559
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4560
|
-
animation: jkl-dot-in-
|
|
4560
|
+
animation: jkl-dot-in-uqp5l1v 150ms ease;
|
|
4561
4561
|
}
|
|
4562
4562
|
.jkl-radio-panel:has(:checked) {
|
|
4563
4563
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -5126,7 +5126,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5126
5126
|
margin-bottom: 0;
|
|
5127
5127
|
}
|
|
5128
5128
|
.jkl-system-message--dismissed {
|
|
5129
|
-
animation: jkl-dismiss-
|
|
5129
|
+
animation: jkl-dismiss-uqp5l1z 400ms forwards;
|
|
5130
5130
|
transition: block 400ms 400ms;
|
|
5131
5131
|
}
|
|
5132
5132
|
.jkl-system-message--info {
|
|
@@ -5157,7 +5157,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5157
5157
|
}
|
|
5158
5158
|
}
|
|
5159
5159
|
|
|
5160
|
-
@keyframes jkl-dismiss-
|
|
5160
|
+
@keyframes jkl-dismiss-uqp5l1z {
|
|
5161
5161
|
from {
|
|
5162
5162
|
opacity: 1;
|
|
5163
5163
|
transform: translateY(0);
|
|
@@ -6112,14 +6112,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6112
6112
|
|
|
6113
6113
|
.jkl-toast[data-animation=entering],
|
|
6114
6114
|
.jkl-toast[data-animation=queued] {
|
|
6115
|
-
animation: jkl-entering-
|
|
6115
|
+
animation: jkl-entering-uqp5l2f 200ms ease-out forwards;
|
|
6116
6116
|
}
|
|
6117
6117
|
|
|
6118
6118
|
.jkl-toast[data-animation=exiting] {
|
|
6119
|
-
animation: jkl-exiting-
|
|
6119
|
+
animation: jkl-exiting-uqp5l2m 150ms ease-in forwards;
|
|
6120
6120
|
}
|
|
6121
6121
|
|
|
6122
|
-
@keyframes jkl-entering-
|
|
6122
|
+
@keyframes jkl-entering-uqp5l2f {
|
|
6123
6123
|
from {
|
|
6124
6124
|
opacity: 0;
|
|
6125
6125
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6129,7 +6129,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6129
6129
|
transform: translate3d(0, 0, 0);
|
|
6130
6130
|
}
|
|
6131
6131
|
}
|
|
6132
|
-
@keyframes jkl-exiting-
|
|
6132
|
+
@keyframes jkl-exiting-uqp5l2m {
|
|
6133
6133
|
from {
|
|
6134
6134
|
opacity: 1;
|
|
6135
6135
|
transform: translate3d(0, 0, 0);
|