@fremtind/jokul 0.69.2 → 0.71.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/breadcrumb/stories/Breadcrumb.stories.cjs +1 -1
- package/build/cjs/components/breadcrumb/stories/Breadcrumb.stories.cjs.map +1 -1
- package/build/cjs/components/button/stories/Button.visual.stories.cjs +2 -0
- package/build/cjs/components/button/stories/Button.visual.stories.cjs.map +1 -0
- package/build/cjs/components/button/stories/Button.visual.stories.d.cts +12 -0
- package/build/cjs/components/file/File.cjs +2 -0
- package/build/cjs/components/file/File.cjs.map +1 -0
- package/build/cjs/components/file/File.d.cts +3 -0
- package/build/cjs/components/file/index.cjs +2 -0
- package/build/cjs/components/file/index.cjs.map +1 -0
- package/build/cjs/components/file/index.d.cts +2 -0
- package/build/cjs/components/file/stories/File.stories.cjs +2 -0
- package/build/cjs/components/file/stories/File.stories.cjs.map +1 -0
- package/build/cjs/components/file/stories/File.stories.d.cts +33 -0
- package/build/cjs/components/file/types.cjs +2 -0
- package/build/cjs/components/file/types.cjs.map +1 -0
- package/build/cjs/components/file/types.d.cts +12 -0
- package/build/cjs/components/file-input/FileInput.cjs.map +1 -1
- package/build/cjs/components/file-input/FileInput.d.cts +1 -24
- package/build/cjs/components/file-input/index.cjs +1 -1
- package/build/cjs/components/file-input/index.d.cts +2 -3
- package/build/cjs/components/file-input/internal/Dropzone.cjs +1 -1
- package/build/cjs/components/file-input/internal/Dropzone.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/Input.cjs +1 -1
- package/build/cjs/components/file-input/internal/Input.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/fileInputContext.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/fileInputContext.d.cts +3 -3
- package/build/cjs/components/file-input/internal/validateFileInputFiles.cjs +2 -0
- package/build/cjs/components/file-input/internal/validateFileInputFiles.cjs.map +1 -0
- package/build/cjs/components/file-input/internal/validateFileInputFiles.d.cts +2 -0
- package/build/cjs/components/file-input/stories/FileInput.stories.cjs +1 -1
- package/build/cjs/components/file-input/stories/FileInput.stories.cjs.map +1 -1
- package/build/cjs/components/file-input/types.cjs +1 -1
- package/build/cjs/components/file-input/types.d.cts +29 -5
- package/build/cjs/components/index.cjs +1 -1
- package/build/cjs/components/link/stories/Link.stories.cjs +1 -1
- package/build/cjs/components/link/stories/Link.stories.cjs.map +1 -1
- package/build/cjs/components/link/stories/Link.stories.d.cts +2 -0
- package/build/cjs/components/text-area/BaseTextArea.cjs +1 -1
- package/build/cjs/components/text-area/BaseTextArea.cjs.map +1 -1
- package/build/cjs/index.cjs +1 -1
- package/build/es/components/breadcrumb/stories/Breadcrumb.stories.js +1 -1
- package/build/es/components/breadcrumb/stories/Breadcrumb.stories.js.map +1 -1
- package/build/es/components/button/stories/Button.visual.stories.d.ts +12 -0
- package/build/es/components/button/stories/Button.visual.stories.js +2 -0
- package/build/es/components/button/stories/Button.visual.stories.js.map +1 -0
- package/build/es/components/file/File.d.ts +3 -0
- package/build/es/components/file/File.js +2 -0
- package/build/es/components/file/File.js.map +1 -0
- package/build/es/components/file/index.d.ts +2 -0
- package/build/es/components/file/index.js +2 -0
- package/build/es/components/file/index.js.map +1 -0
- package/build/es/components/file/stories/File.stories.d.ts +33 -0
- package/build/es/components/file/stories/File.stories.js +2 -0
- package/build/es/components/file/stories/File.stories.js.map +1 -0
- package/build/es/components/file/types.d.ts +12 -0
- package/build/es/components/file/types.js +2 -0
- package/build/es/components/file/types.js.map +1 -0
- package/build/es/components/file-input/FileInput.d.ts +1 -24
- package/build/es/components/file-input/FileInput.js.map +1 -1
- package/build/es/components/file-input/index.d.ts +2 -3
- package/build/es/components/file-input/index.js +1 -1
- package/build/es/components/file-input/internal/Dropzone.js +1 -1
- package/build/es/components/file-input/internal/Dropzone.js.map +1 -1
- package/build/es/components/file-input/internal/Input.js +1 -1
- package/build/es/components/file-input/internal/Input.js.map +1 -1
- package/build/es/components/file-input/internal/fileInputContext.d.ts +3 -3
- package/build/es/components/file-input/internal/fileInputContext.js.map +1 -1
- package/build/es/components/file-input/internal/validateFileInputFiles.d.ts +2 -0
- package/build/es/components/file-input/internal/{validateFile.js → validateFileInputFiles.js} +2 -2
- package/build/es/components/file-input/internal/validateFileInputFiles.js.map +1 -0
- package/build/es/components/file-input/stories/FileInput.stories.js +1 -1
- package/build/es/components/file-input/stories/FileInput.stories.js.map +1 -1
- package/build/es/components/file-input/types.d.ts +29 -5
- package/build/es/components/file-input/types.js +1 -1
- package/build/es/components/index.js +1 -1
- package/build/es/components/link/stories/Link.stories.d.ts +2 -0
- package/build/es/components/link/stories/Link.stories.js +1 -1
- package/build/es/components/link/stories/Link.stories.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/index.js +1 -1
- package/build/jokul.css +1 -1
- package/package.json +13 -4
- 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/_index.scss +3 -0
- package/styles/components/file/file.css +144 -0
- package/styles/components/file/file.min.css +1 -0
- package/styles/components/file/file.scss +164 -0
- package/styles/components/file-input/_index.scss +1 -0
- package/styles/components/file-input/file-input.css +512 -129
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +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/link/link.css +4 -3
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link/link.scss +4 -3
- 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/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/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 +40 -39
- package/styles/styles.min.css +1 -1
- package/build/cjs/components/file-input/File.cjs +0 -2
- package/build/cjs/components/file-input/File.cjs.map +0 -1
- package/build/cjs/components/file-input/File.d.cts +0 -14
- package/build/cjs/components/file-input/internal/Thumbnail.cjs +0 -2
- package/build/cjs/components/file-input/internal/Thumbnail.cjs.map +0 -1
- package/build/cjs/components/file-input/internal/Thumbnail.d.cts +0 -11
- package/build/cjs/components/file-input/internal/validateFile.cjs +0 -2
- package/build/cjs/components/file-input/internal/validateFile.cjs.map +0 -1
- package/build/cjs/components/file-input/internal/validateFile.d.cts +0 -2
- package/build/cjs/components/file-input/stories/File.stories.cjs +0 -2
- package/build/cjs/components/file-input/stories/File.stories.cjs.map +0 -1
- package/build/cjs/components/file-input/stories/File.stories.d.cts +0 -17
- package/build/cjs/components/file-input/stories/fileBytes.cjs +0 -2
- package/build/cjs/components/file-input/stories/fileBytes.cjs.map +0 -1
- package/build/cjs/components/file-input/stories/fileBytes.d.cts +0 -2
- package/build/es/components/file-input/File.d.ts +0 -14
- package/build/es/components/file-input/File.js +0 -2
- package/build/es/components/file-input/File.js.map +0 -1
- package/build/es/components/file-input/internal/Thumbnail.d.ts +0 -11
- package/build/es/components/file-input/internal/Thumbnail.js +0 -2
- package/build/es/components/file-input/internal/Thumbnail.js.map +0 -1
- package/build/es/components/file-input/internal/validateFile.d.ts +0 -2
- package/build/es/components/file-input/internal/validateFile.js.map +0 -1
- package/build/es/components/file-input/stories/File.stories.d.ts +0 -17
- package/build/es/components/file-input/stories/File.stories.js +0 -2
- package/build/es/components/file-input/stories/File.stories.js.map +0 -1
- package/build/es/components/file-input/stories/fileBytes.d.ts +0 -2
- package/build/es/components/file-input/stories/fileBytes.js +0 -2
- package/build/es/components/file-input/stories/fileBytes.js.map +0 -1
- package/styles/components/file-input/_file.scss +0 -176
package/styles/styles.css
CHANGED
|
@@ -783,7 +783,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
783
783
|
--color: var(--jkl-color-text-default);
|
|
784
784
|
}
|
|
785
785
|
.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 {
|
|
786
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
786
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u0afv65 forwards;
|
|
787
787
|
}
|
|
788
788
|
.jkl-form-support-label--sr-only {
|
|
789
789
|
border: 0 !important;
|
|
@@ -858,7 +858,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
|
|
|
858
858
|
white-space: nowrap !important; /* 3 */
|
|
859
859
|
}
|
|
860
860
|
|
|
861
|
-
@keyframes jkl-support-icon-entrance-
|
|
861
|
+
@keyframes jkl-support-icon-entrance-u0afv65 {
|
|
862
862
|
0% {
|
|
863
863
|
margin-right: 0;
|
|
864
864
|
opacity: 0;
|
|
@@ -1040,8 +1040,9 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1040
1040
|
}
|
|
1041
1041
|
.jkl-link__content {
|
|
1042
1042
|
text-decoration: underline;
|
|
1043
|
-
text-underline-offset: 0.
|
|
1044
|
-
text-decoration-thickness:
|
|
1043
|
+
text-underline-offset: 0.08lh;
|
|
1044
|
+
text-decoration-thickness: 0.05em;
|
|
1045
|
+
text-decoration-color: rgba(from currentcolor r g b/0.7);
|
|
1045
1046
|
}
|
|
1046
1047
|
.jkl-link__icon {
|
|
1047
1048
|
margin-inline-start: 0.2em;
|
|
@@ -1050,7 +1051,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1050
1051
|
}
|
|
1051
1052
|
.jkl-link--external::after, .jkl-link[target=_blank]::after {
|
|
1052
1053
|
--jkl-icon-fill: 0;
|
|
1053
|
-
--jkl-icon-size:
|
|
1054
|
+
--jkl-icon-size: 1em;
|
|
1054
1055
|
--jkl-icon-opsz: 20;
|
|
1055
1056
|
content: "\e89e";
|
|
1056
1057
|
margin-block-start: -0.1em;
|
|
@@ -1240,15 +1241,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1240
1241
|
animation: 2500ms linear infinite;
|
|
1241
1242
|
}
|
|
1242
1243
|
.jkl-loader__dot--left {
|
|
1243
|
-
animation-name: jkl-loader-left-spin-
|
|
1244
|
+
animation-name: jkl-loader-left-spin-u0afv67;
|
|
1244
1245
|
margin-right: 1.71em;
|
|
1245
1246
|
}
|
|
1246
1247
|
.jkl-loader__dot--middle {
|
|
1247
|
-
animation-name: jkl-loader-middle-spin-
|
|
1248
|
+
animation-name: jkl-loader-middle-spin-u0afv6r;
|
|
1248
1249
|
margin-right: 1.9em;
|
|
1249
1250
|
}
|
|
1250
1251
|
.jkl-loader__dot--right {
|
|
1251
|
-
animation-name: jkl-loader-right-spin-
|
|
1252
|
+
animation-name: jkl-loader-right-spin-u0afv7p;
|
|
1252
1253
|
}
|
|
1253
1254
|
@media screen and (forced-colors: active) {
|
|
1254
1255
|
.jkl-loader__dot {
|
|
@@ -1276,7 +1277,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1276
1277
|
margin-right: 0.3em;
|
|
1277
1278
|
}
|
|
1278
1279
|
|
|
1279
|
-
@keyframes jkl-loader-left-spin-
|
|
1280
|
+
@keyframes jkl-loader-left-spin-u0afv67 {
|
|
1280
1281
|
0% {
|
|
1281
1282
|
transform: rotate(0) scale(0);
|
|
1282
1283
|
}
|
|
@@ -1290,7 +1291,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1290
1291
|
transform: rotate(180deg) scale(0);
|
|
1291
1292
|
}
|
|
1292
1293
|
}
|
|
1293
|
-
@keyframes jkl-loader-middle-spin-
|
|
1294
|
+
@keyframes jkl-loader-middle-spin-u0afv6r {
|
|
1294
1295
|
0% {
|
|
1295
1296
|
transform: rotate(20deg) scale(0);
|
|
1296
1297
|
}
|
|
@@ -1307,7 +1308,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1307
1308
|
transform: rotate(200deg) scale(0);
|
|
1308
1309
|
}
|
|
1309
1310
|
}
|
|
1310
|
-
@keyframes jkl-loader-right-spin-
|
|
1311
|
+
@keyframes jkl-loader-right-spin-u0afv7p {
|
|
1311
1312
|
0% {
|
|
1312
1313
|
transform: rotate(40deg) scale(0);
|
|
1313
1314
|
}
|
|
@@ -1355,7 +1356,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1355
1356
|
bottom: 0;
|
|
1356
1357
|
width: 12.5rem;
|
|
1357
1358
|
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%);
|
|
1358
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1359
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u0afv8o;
|
|
1359
1360
|
}
|
|
1360
1361
|
@media (width >= 0) and (max-width: 679px) {
|
|
1361
1362
|
.jkl-skeleton-animation {
|
|
@@ -1386,7 +1387,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1386
1387
|
@media screen and (forced-colors: active) {
|
|
1387
1388
|
.jkl-skeleton-element {
|
|
1388
1389
|
border: 1px solid CanvasText;
|
|
1389
|
-
animation: 2s ease infinite jkl-blink-
|
|
1390
|
+
animation: 2s ease infinite jkl-blink-u0afv8x;
|
|
1390
1391
|
}
|
|
1391
1392
|
}
|
|
1392
1393
|
|
|
@@ -1442,11 +1443,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1442
1443
|
}
|
|
1443
1444
|
@media screen and (forced-colors: active) {
|
|
1444
1445
|
.jkl-skeleton-table {
|
|
1445
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1446
|
+
animation: 2s ease-in-out infinite jkl-blink-u0afv8x;
|
|
1446
1447
|
}
|
|
1447
1448
|
}
|
|
1448
1449
|
|
|
1449
|
-
@keyframes jkl-sweep-
|
|
1450
|
+
@keyframes jkl-sweep-u0afv8o {
|
|
1450
1451
|
0% {
|
|
1451
1452
|
transform: translateX(calc(0vw - 200px));
|
|
1452
1453
|
}
|
|
@@ -1454,7 +1455,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1454
1455
|
transform: translateX(calc(100vw + 400px));
|
|
1455
1456
|
}
|
|
1456
1457
|
}
|
|
1457
|
-
@keyframes jkl-blink-
|
|
1458
|
+
@keyframes jkl-blink-u0afv8x {
|
|
1458
1459
|
0% {
|
|
1459
1460
|
opacity: 1;
|
|
1460
1461
|
}
|
|
@@ -1918,7 +1919,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1918
1919
|
--jkl-checkbox-line-height: 1.5rem;
|
|
1919
1920
|
}
|
|
1920
1921
|
|
|
1921
|
-
@keyframes jkl-checkbox-checked-
|
|
1922
|
+
@keyframes jkl-checkbox-checked-u0afv9k {
|
|
1922
1923
|
0% {
|
|
1923
1924
|
width: 0;
|
|
1924
1925
|
height: 0;
|
|
@@ -1932,7 +1933,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1932
1933
|
height: 58%;
|
|
1933
1934
|
}
|
|
1934
1935
|
}
|
|
1935
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
1936
|
+
@keyframes jkl-checkbox-indeterminate-u0afv9v {
|
|
1936
1937
|
0% {
|
|
1937
1938
|
width: 0;
|
|
1938
1939
|
}
|
|
@@ -1961,11 +1962,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1961
1962
|
left: calc(-0.5 * var(--jkl-checkbox-box-size));
|
|
1962
1963
|
}
|
|
1963
1964
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
1964
|
-
animation: jkl-checkbox-checked-
|
|
1965
|
+
animation: jkl-checkbox-checked-u0afv9k 150ms ease-in-out forwards;
|
|
1965
1966
|
opacity: 1;
|
|
1966
1967
|
}
|
|
1967
1968
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
1968
|
-
animation: jkl-checkbox-indeterminate-
|
|
1969
|
+
animation: jkl-checkbox-indeterminate-u0afv9v 150ms ease-in-out forwards;
|
|
1969
1970
|
opacity: 1;
|
|
1970
1971
|
}
|
|
1971
1972
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2136,7 +2137,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2136
2137
|
--outer-border-thickness: 0.125rem;
|
|
2137
2138
|
}
|
|
2138
2139
|
|
|
2139
|
-
@keyframes jkl-checkbox-checked-
|
|
2140
|
+
@keyframes jkl-checkbox-checked-u0afva1 {
|
|
2140
2141
|
0% {
|
|
2141
2142
|
width: 0;
|
|
2142
2143
|
height: 0;
|
|
@@ -2199,7 +2200,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2199
2200
|
}
|
|
2200
2201
|
}
|
|
2201
2202
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
2202
|
-
animation: jkl-checkbox-checked-
|
|
2203
|
+
animation: jkl-checkbox-checked-u0afva1 150ms ease-in-out forwards;
|
|
2203
2204
|
opacity: 1;
|
|
2204
2205
|
}
|
|
2205
2206
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -2892,11 +2893,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
2892
2893
|
}
|
|
2893
2894
|
}
|
|
2894
2895
|
.jkl-countdown__tracker {
|
|
2895
|
-
animation: jkl-downcount-
|
|
2896
|
+
animation: jkl-downcount-u0afvak var(--duration) linear forwards;
|
|
2896
2897
|
animation-play-state: var(--play-state, running);
|
|
2897
2898
|
}
|
|
2898
2899
|
|
|
2899
|
-
@keyframes jkl-downcount-
|
|
2900
|
+
@keyframes jkl-downcount-u0afvak {
|
|
2900
2901
|
from {
|
|
2901
2902
|
width: 100%;
|
|
2902
2903
|
}
|
|
@@ -3568,7 +3569,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3568
3569
|
padding: 1rem 0 2.5rem 0;
|
|
3569
3570
|
}
|
|
3570
3571
|
|
|
3571
|
-
@keyframes jkl-show-
|
|
3572
|
+
@keyframes jkl-show-u0afvau {
|
|
3572
3573
|
from {
|
|
3573
3574
|
transform: translate3d(0, 0.5rem, 0);
|
|
3574
3575
|
opacity: 0;
|
|
@@ -3603,7 +3604,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3603
3604
|
}
|
|
3604
3605
|
}
|
|
3605
3606
|
.jkl-feedback__fade-in {
|
|
3606
|
-
animation: jkl-show-
|
|
3607
|
+
animation: jkl-show-u0afvau 0.25s ease-out;
|
|
3607
3608
|
}
|
|
3608
3609
|
.jkl-feedback__buttons {
|
|
3609
3610
|
display: flex;
|
|
@@ -3845,7 +3846,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3845
3846
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3846
3847
|
}
|
|
3847
3848
|
.jkl-message--dismissed {
|
|
3848
|
-
animation: jkl-dismiss-
|
|
3849
|
+
animation: jkl-dismiss-u0afvb0 400ms ease-in-out forwards;
|
|
3849
3850
|
transition: visibility 0ms 400ms;
|
|
3850
3851
|
visibility: hidden;
|
|
3851
3852
|
}
|
|
@@ -3865,7 +3866,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3865
3866
|
}
|
|
3866
3867
|
}
|
|
3867
3868
|
|
|
3868
|
-
@keyframes jkl-dismiss-
|
|
3869
|
+
@keyframes jkl-dismiss-u0afvb0 {
|
|
3869
3870
|
from {
|
|
3870
3871
|
opacity: 1;
|
|
3871
3872
|
transform: translate3d(0, 0, 0);
|
|
@@ -3921,7 +3922,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3921
3922
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
3922
3923
|
}
|
|
3923
3924
|
|
|
3924
|
-
@keyframes jkl-dot-in-
|
|
3925
|
+
@keyframes jkl-dot-in-u0afvbb {
|
|
3925
3926
|
0% {
|
|
3926
3927
|
transform: scale(0.8);
|
|
3927
3928
|
}
|
|
@@ -3967,7 +3968,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3967
3968
|
}
|
|
3968
3969
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
3969
3970
|
--dot-color: var(--jkl-color-border-action);
|
|
3970
|
-
animation: jkl-dot-in-
|
|
3971
|
+
animation: jkl-dot-in-u0afvbb 150ms ease;
|
|
3971
3972
|
}
|
|
3972
3973
|
@media screen and (forced-colors: active) {
|
|
3973
3974
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -5058,7 +5059,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5058
5059
|
transition-duration: 150ms;
|
|
5059
5060
|
}
|
|
5060
5061
|
|
|
5061
|
-
@keyframes jkl-downcount-
|
|
5062
|
+
@keyframes jkl-downcount-u0afvbg {
|
|
5062
5063
|
from {
|
|
5063
5064
|
width: 100%;
|
|
5064
5065
|
}
|
|
@@ -5066,7 +5067,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5066
5067
|
width: 0%;
|
|
5067
5068
|
}
|
|
5068
5069
|
}
|
|
5069
|
-
@keyframes jkl-dot-in-
|
|
5070
|
+
@keyframes jkl-dot-in-u0afvbv {
|
|
5070
5071
|
0% {
|
|
5071
5072
|
transform: scale(0.8);
|
|
5072
5073
|
}
|
|
@@ -5114,7 +5115,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5114
5115
|
}
|
|
5115
5116
|
}
|
|
5116
5117
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
5117
|
-
animation: jkl-dot-in-
|
|
5118
|
+
animation: jkl-dot-in-u0afvbv 150ms ease;
|
|
5118
5119
|
}
|
|
5119
5120
|
.jkl-radio-panel:has(:checked) {
|
|
5120
5121
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -5326,7 +5327,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5326
5327
|
margin-bottom: 0;
|
|
5327
5328
|
}
|
|
5328
5329
|
.jkl-system-message--dismissed {
|
|
5329
|
-
animation: jkl-dismiss-
|
|
5330
|
+
animation: jkl-dismiss-u0afvc9 400ms ease-in forwards;
|
|
5330
5331
|
transition: visibility 0ms 400ms;
|
|
5331
5332
|
visibility: hidden;
|
|
5332
5333
|
}
|
|
@@ -5358,7 +5359,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5358
5359
|
}
|
|
5359
5360
|
}
|
|
5360
5361
|
|
|
5361
|
-
@keyframes jkl-dismiss-
|
|
5362
|
+
@keyframes jkl-dismiss-u0afvc9 {
|
|
5362
5363
|
from {
|
|
5363
5364
|
opacity: 1;
|
|
5364
5365
|
transform: translate3d(0, 0, 0);
|
|
@@ -6252,14 +6253,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6252
6253
|
|
|
6253
6254
|
.jkl-toast[data-animation=entering],
|
|
6254
6255
|
.jkl-toast[data-animation=queued] {
|
|
6255
|
-
animation: jkl-entering-
|
|
6256
|
+
animation: jkl-entering-u0afvcp 200ms ease-out forwards;
|
|
6256
6257
|
}
|
|
6257
6258
|
|
|
6258
6259
|
.jkl-toast[data-animation=exiting] {
|
|
6259
|
-
animation: jkl-exiting-
|
|
6260
|
+
animation: jkl-exiting-u0afvdk 150ms ease-in forwards;
|
|
6260
6261
|
}
|
|
6261
6262
|
|
|
6262
|
-
@keyframes jkl-entering-
|
|
6263
|
+
@keyframes jkl-entering-u0afvcp {
|
|
6263
6264
|
from {
|
|
6264
6265
|
opacity: 0;
|
|
6265
6266
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6269,7 +6270,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6269
6270
|
transform: translate3d(0, 0, 0);
|
|
6270
6271
|
}
|
|
6271
6272
|
}
|
|
6272
|
-
@keyframes jkl-exiting-
|
|
6273
|
+
@keyframes jkl-exiting-u0afvdk {
|
|
6273
6274
|
from {
|
|
6274
6275
|
opacity: 1;
|
|
6275
6276
|
transform: translate3d(0, 0, 0);
|