@fremtind/jokul 0.56.4 → 0.57.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/file-input/File.cjs +1 -1
- package/build/cjs/components/file-input/File.cjs.map +1 -1
- package/build/cjs/components/file-input/File.d.cts +4 -5
- package/build/cjs/components/file-input/stories/File.stories.d.cts +1 -1
- package/build/es/components/file-input/File.d.ts +4 -5
- package/build/es/components/file-input/File.js +1 -1
- package/build/es/components/file-input/File.js.map +1 -1
- package/build/es/components/file-input/stories/File.stories.d.ts +1 -1
- package/build/style.css +1 -1
- package/package.json +2 -2
- package/styles/components/button/button.css +2 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/checkbox/checkbox.css +7 -6
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +5 -3
- 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/_index.scss +4 -0
- 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 +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 +4 -3
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +4 -2
- 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 +43 -41
- package/styles/styles.min.css +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-toast-padding:calc(var(--jkl-unit-10)*2)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-toast-padding:calc(var(--jkl-unit-10)*1.5)}}[data-density=compact],[data-layout-density=compact]{--jkl-toast-padding:0.5rem}.jkl-toast-region{background:#0000;bottom:calc(var(--jkl-unit-10)*3);display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;width:100%;z-index:10000}.jkl-toast-region__toasts{align-items:center;display:flex;flex-direction:column;gap:calc(var(--jkl-unit-10)*2);min-width:18rem;pointer-events:auto}.jkl-toast-region--left{justify-content:flex-start;left:calc(var(--jkl-unit-10)*3)}.jkl-toast{--background-color:var(--jkl-color-background-container-high);--text-color:var(--jkl-color-text-default);align-items:start;background-color:var(--background-color);border-radius:4px;box-sizing:border-box;color:var(--text-color);display:grid;font-size:1.125rem;font-weight:400;grid-template-areas:"progress progress progress" "icon content dismiss";grid-template-columns:auto 1fr auto;line-height:1.75rem;max-width:min(30rem,85vw);overflow:hidden;padding:var(--jkl-toast-padding);padding-top:0;width:100%;--jkl-icon-weight:300}@media (min-width:680px){.jkl-toast{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300}}.jkl-toast__progress{grid-area:progress;margin-bottom:calc(var(--jkl-unit-10)*2);margin-inline:calc(var(--jkl-toast-padding)*-1)}.jkl-toast__progress .jkl-countdown{--bar-color:var(--text-color);--track-color:#0000;border-radius:0}.jkl-toast__icon{grid-area:icon;margin-right:calc(var(--jkl-unit-10)*1.5)}@media screen and (forced-colors:active){.jkl-toast__icon,.jkl-toast__icon path,.jkl-toast__icon svg{stroke:CanvasText}}.jkl-toast__content{grid-area:content}.jkl-toast__message{margin-top:-.125rem}.jkl-toast__title{font-size:1.125rem;font-weight:700;line-height:1.5rem;margin:0 0 calc(var(--jkl-unit-10)*.5) 0;--jkl-icon-weight:500}@media (min-width:680px){.jkl-toast__title{font-size:1.3125rem;font-weight:700;line-height:1.75rem;--jkl-icon-weight:500}}.jkl-toast__title~.jkl-toast__message{margin-top:0}.jkl-toast__dismiss-button{background-color:initial;color:inherit;cursor:pointer;grid-area:dismiss;justify-self:end;margin-left:var(--jkl-toast-gap);padding:0;position:relative}@media screen and (forced-colors:active){.jkl-toast__dismiss-button,.jkl-toast__dismiss-button path,.jkl-toast__dismiss-button svg{stroke:ButtonText}.jkl-toast__dismiss-button{background-color:ButtonFace}}.jkl-toast__dismiss-button:after{--tap-increment:-0.75rem;border-radius:.1875rem;content:"";inset:var(--tap-increment) var(--tap-increment) var(--tap-increment) var(--tap-increment);position:absolute}.jkl-toast--error,.jkl-toast--info,.jkl-toast--success,.jkl-toast--warning{--text-color:var(--jkl-color-text-on-alert)}.jkl-toast--info{--background-color:var(--jkl-color-background-alert-info)}.jkl-toast--warning{--background-color:var(--jkl-color-background-alert-warning)}.jkl-toast--error{--background-color:var(--jkl-color-background-alert-error)}.jkl-toast--success{--background-color:var(--jkl-color-background-alert-success)}@media screen and (forced-colors:active){.jkl-toast{border:2px solid CanvasText}.jkl-toast--info{border-style:dotted}.jkl-toast--warning{border-style:dashed}.jkl-toast--error{border-style:double;border-width:4px}}.jkl-toast[data-animation=entering],.jkl-toast[data-animation=queued]{animation:jkl-entering-
|
|
1
|
+
:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-toast-padding:calc(var(--jkl-unit-10)*2)}@media (width >= 0) and (max-width:679px){:root,[data-density=comfortable],[data-layout-density=comfortable]{--jkl-toast-padding:calc(var(--jkl-unit-10)*1.5)}}[data-density=compact],[data-layout-density=compact]{--jkl-toast-padding:0.5rem}.jkl-toast-region{background:#0000;bottom:calc(var(--jkl-unit-10)*3);display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;width:100%;z-index:10000}.jkl-toast-region__toasts{align-items:center;display:flex;flex-direction:column;gap:calc(var(--jkl-unit-10)*2);min-width:18rem;pointer-events:auto}.jkl-toast-region--left{justify-content:flex-start;left:calc(var(--jkl-unit-10)*3)}.jkl-toast{--background-color:var(--jkl-color-background-container-high);--text-color:var(--jkl-color-text-default);align-items:start;background-color:var(--background-color);border-radius:4px;box-sizing:border-box;color:var(--text-color);display:grid;font-size:1.125rem;font-weight:400;grid-template-areas:"progress progress progress" "icon content dismiss";grid-template-columns:auto 1fr auto;line-height:1.75rem;max-width:min(30rem,85vw);overflow:hidden;padding:var(--jkl-toast-padding);padding-top:0;width:100%;--jkl-icon-weight:300}@media (min-width:680px){.jkl-toast{font-size:1.25rem;font-weight:400;line-height:2rem;--jkl-icon-weight:300}}.jkl-toast__progress{grid-area:progress;margin-bottom:calc(var(--jkl-unit-10)*2);margin-inline:calc(var(--jkl-toast-padding)*-1)}.jkl-toast__progress .jkl-countdown{--bar-color:var(--text-color);--track-color:#0000;border-radius:0}.jkl-toast__icon{grid-area:icon;margin-right:calc(var(--jkl-unit-10)*1.5)}@media screen and (forced-colors:active){.jkl-toast__icon,.jkl-toast__icon path,.jkl-toast__icon svg{stroke:CanvasText}}.jkl-toast__content{grid-area:content}.jkl-toast__message{margin-top:-.125rem}.jkl-toast__title{font-size:1.125rem;font-weight:700;line-height:1.5rem;margin:0 0 calc(var(--jkl-unit-10)*.5) 0;--jkl-icon-weight:500}@media (min-width:680px){.jkl-toast__title{font-size:1.3125rem;font-weight:700;line-height:1.75rem;--jkl-icon-weight:500}}.jkl-toast__title~.jkl-toast__message{margin-top:0}.jkl-toast__dismiss-button{background-color:initial;color:inherit;cursor:pointer;grid-area:dismiss;justify-self:end;margin-left:var(--jkl-toast-gap);padding:0;position:relative}@media screen and (forced-colors:active){.jkl-toast__dismiss-button,.jkl-toast__dismiss-button path,.jkl-toast__dismiss-button svg{stroke:ButtonText}.jkl-toast__dismiss-button{background-color:ButtonFace}}.jkl-toast__dismiss-button:after{--tap-increment:-0.75rem;border-radius:.1875rem;content:"";inset:var(--tap-increment) var(--tap-increment) var(--tap-increment) var(--tap-increment);position:absolute}.jkl-toast--error,.jkl-toast--info,.jkl-toast--success,.jkl-toast--warning{--text-color:var(--jkl-color-text-on-alert)}.jkl-toast--info{--background-color:var(--jkl-color-background-alert-info)}.jkl-toast--warning{--background-color:var(--jkl-color-background-alert-warning)}.jkl-toast--error{--background-color:var(--jkl-color-background-alert-error)}.jkl-toast--success{--background-color:var(--jkl-color-background-alert-success)}@media screen and (forced-colors:active){.jkl-toast{border:2px solid CanvasText}.jkl-toast--info{border-style:dotted}.jkl-toast--warning{border-style:dashed}.jkl-toast--error{border-style:double;border-width:4px}}.jkl-toast[data-animation=entering],.jkl-toast[data-animation=queued]{animation:jkl-entering-uhgynr0 .2s ease-out forwards}.jkl-toast[data-animation=exiting]{animation:jkl-exiting-uhgynrb .15s ease-in forwards}@keyframes jkl-entering-uhgynr0{0%{opacity:0;transform:translate3d(0,50%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes jkl-exiting-uhgynrb{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,50%,0)}}
|
package/styles/styles.css
CHANGED
|
@@ -870,7 +870,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input__in
|
|
|
870
870
|
--color: var(--jkl-color-text-default);
|
|
871
871
|
}
|
|
872
872
|
.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 {
|
|
873
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
873
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uv623u7 forwards;
|
|
874
874
|
}
|
|
875
875
|
.jkl-form-support-label--sr-only {
|
|
876
876
|
border: 0 !important;
|
|
@@ -945,7 +945,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input__in
|
|
|
945
945
|
white-space: nowrap !important; /* 3 */
|
|
946
946
|
}
|
|
947
947
|
|
|
948
|
-
@keyframes jkl-support-icon-entrance-
|
|
948
|
+
@keyframes jkl-support-icon-entrance-uv623u7 {
|
|
949
949
|
0% {
|
|
950
950
|
margin-right: 0;
|
|
951
951
|
opacity: 0;
|
|
@@ -1295,7 +1295,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1295
1295
|
opacity: 0.15;
|
|
1296
1296
|
}
|
|
1297
1297
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1298
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1298
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uv623v0;
|
|
1299
1299
|
}
|
|
1300
1300
|
.jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
|
|
1301
1301
|
--border-radius: 999px;
|
|
@@ -1337,7 +1337,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1337
1337
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
|
-
@keyframes jkl-tertiary-flash-
|
|
1340
|
+
@keyframes jkl-tertiary-flash-uv623v0 {
|
|
1341
1341
|
0% {
|
|
1342
1342
|
opacity: 0.5;
|
|
1343
1343
|
scale: 1;
|
|
@@ -1362,15 +1362,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1362
1362
|
animation: 2500ms linear infinite;
|
|
1363
1363
|
}
|
|
1364
1364
|
.jkl-loader__dot--left {
|
|
1365
|
-
animation-name: jkl-loader-left-spin-
|
|
1365
|
+
animation-name: jkl-loader-left-spin-uv623vt;
|
|
1366
1366
|
margin-right: 1.71em;
|
|
1367
1367
|
}
|
|
1368
1368
|
.jkl-loader__dot--middle {
|
|
1369
|
-
animation-name: jkl-loader-middle-spin-
|
|
1369
|
+
animation-name: jkl-loader-middle-spin-uv623w8;
|
|
1370
1370
|
margin-right: 1.9em;
|
|
1371
1371
|
}
|
|
1372
1372
|
.jkl-loader__dot--right {
|
|
1373
|
-
animation-name: jkl-loader-right-spin-
|
|
1373
|
+
animation-name: jkl-loader-right-spin-uv623wx;
|
|
1374
1374
|
}
|
|
1375
1375
|
@media screen and (forced-colors: active) {
|
|
1376
1376
|
.jkl-loader__dot {
|
|
@@ -1398,7 +1398,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1398
1398
|
margin-right: 0.3em;
|
|
1399
1399
|
}
|
|
1400
1400
|
|
|
1401
|
-
@keyframes jkl-loader-left-spin-
|
|
1401
|
+
@keyframes jkl-loader-left-spin-uv623vt {
|
|
1402
1402
|
0% {
|
|
1403
1403
|
transform: rotate(0) scale(0);
|
|
1404
1404
|
}
|
|
@@ -1412,7 +1412,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1412
1412
|
transform: rotate(180deg) scale(0);
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
|
-
@keyframes jkl-loader-middle-spin-
|
|
1415
|
+
@keyframes jkl-loader-middle-spin-uv623w8 {
|
|
1416
1416
|
0% {
|
|
1417
1417
|
transform: rotate(20deg) scale(0);
|
|
1418
1418
|
}
|
|
@@ -1429,7 +1429,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1429
1429
|
transform: rotate(200deg) scale(0);
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
|
-
@keyframes jkl-loader-right-spin-
|
|
1432
|
+
@keyframes jkl-loader-right-spin-uv623wx {
|
|
1433
1433
|
0% {
|
|
1434
1434
|
transform: rotate(40deg) scale(0);
|
|
1435
1435
|
}
|
|
@@ -1477,7 +1477,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1477
1477
|
bottom: 0;
|
|
1478
1478
|
width: 12.5rem;
|
|
1479
1479
|
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%);
|
|
1480
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1480
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uv623xn;
|
|
1481
1481
|
}
|
|
1482
1482
|
@media (width >= 0) and (max-width: 679px) {
|
|
1483
1483
|
.jkl-skeleton-animation {
|
|
@@ -1508,7 +1508,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1508
1508
|
@media screen and (forced-colors: active) {
|
|
1509
1509
|
.jkl-skeleton-element {
|
|
1510
1510
|
border: 1px solid CanvasText;
|
|
1511
|
-
animation: 2s ease infinite jkl-blink-
|
|
1511
|
+
animation: 2s ease infinite jkl-blink-uv623xu;
|
|
1512
1512
|
}
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
@@ -1564,11 +1564,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
@media screen and (forced-colors: active) {
|
|
1566
1566
|
.jkl-skeleton-table {
|
|
1567
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1567
|
+
animation: 2s ease-in-out infinite jkl-blink-uv623xu;
|
|
1568
1568
|
}
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
@keyframes jkl-sweep-
|
|
1571
|
+
@keyframes jkl-sweep-uv623xn {
|
|
1572
1572
|
0% {
|
|
1573
1573
|
transform: translateX(calc(0vw - 200px));
|
|
1574
1574
|
}
|
|
@@ -1576,7 +1576,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1576
1576
|
transform: translateX(calc(100vw + 400px));
|
|
1577
1577
|
}
|
|
1578
1578
|
}
|
|
1579
|
-
@keyframes jkl-blink-
|
|
1579
|
+
@keyframes jkl-blink-uv623xu {
|
|
1580
1580
|
0% {
|
|
1581
1581
|
opacity: 1;
|
|
1582
1582
|
}
|
|
@@ -2040,7 +2040,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2040
2040
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2041
2041
|
}
|
|
2042
2042
|
|
|
2043
|
-
@keyframes jkl-checkbox-checked-
|
|
2043
|
+
@keyframes jkl-checkbox-checked-uv623yn {
|
|
2044
2044
|
0% {
|
|
2045
2045
|
width: 0;
|
|
2046
2046
|
height: 0;
|
|
@@ -2054,7 +2054,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2054
2054
|
height: 58%;
|
|
2055
2055
|
}
|
|
2056
2056
|
}
|
|
2057
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2057
|
+
@keyframes jkl-checkbox-indeterminate-uv623zg {
|
|
2058
2058
|
0% {
|
|
2059
2059
|
width: 0;
|
|
2060
2060
|
}
|
|
@@ -2077,16 +2077,17 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2077
2077
|
position: relative;
|
|
2078
2078
|
}
|
|
2079
2079
|
.jkl-checkbox__input {
|
|
2080
|
-
opacity: 0;
|
|
2081
2080
|
position: absolute;
|
|
2082
|
-
|
|
2081
|
+
opacity: 0;
|
|
2082
|
+
top: var(--jkl-checkbox-box-size);
|
|
2083
|
+
left: calc(-0.5 * var(--jkl-checkbox-box-size));
|
|
2083
2084
|
}
|
|
2084
2085
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2085
|
-
animation: jkl-checkbox-checked-
|
|
2086
|
+
animation: jkl-checkbox-checked-uv623yn 150ms ease-in-out forwards;
|
|
2086
2087
|
opacity: 1;
|
|
2087
2088
|
}
|
|
2088
2089
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2089
|
-
animation: jkl-checkbox-indeterminate-
|
|
2090
|
+
animation: jkl-checkbox-indeterminate-uv623zg 150ms ease-in-out forwards;
|
|
2090
2091
|
opacity: 1;
|
|
2091
2092
|
}
|
|
2092
2093
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2257,7 +2258,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2257
2258
|
--outer-border-thickness: 0.125rem;
|
|
2258
2259
|
}
|
|
2259
2260
|
|
|
2260
|
-
@keyframes jkl-checkbox-checked-
|
|
2261
|
+
@keyframes jkl-checkbox-checked-uv623zn {
|
|
2261
2262
|
0% {
|
|
2262
2263
|
width: 0;
|
|
2263
2264
|
height: 0;
|
|
@@ -2320,7 +2321,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2320
2321
|
}
|
|
2321
2322
|
}
|
|
2322
2323
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
2323
|
-
animation: jkl-checkbox-checked-
|
|
2324
|
+
animation: jkl-checkbox-checked-uv623zn 150ms ease-in-out forwards;
|
|
2324
2325
|
opacity: 1;
|
|
2325
2326
|
}
|
|
2326
2327
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -3016,11 +3017,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3016
3017
|
}
|
|
3017
3018
|
}
|
|
3018
3019
|
.jkl-countdown__tracker {
|
|
3019
|
-
animation: jkl-downcount-
|
|
3020
|
+
animation: jkl-downcount-uv6240c var(--duration) linear forwards;
|
|
3020
3021
|
animation-play-state: var(--play-state, running);
|
|
3021
3022
|
}
|
|
3022
3023
|
|
|
3023
|
-
@keyframes jkl-downcount-
|
|
3024
|
+
@keyframes jkl-downcount-uv6240c {
|
|
3024
3025
|
from {
|
|
3025
3026
|
width: 100%;
|
|
3026
3027
|
}
|
|
@@ -3696,7 +3697,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3696
3697
|
padding: 1rem 0 2.5rem 0;
|
|
3697
3698
|
}
|
|
3698
3699
|
|
|
3699
|
-
@keyframes jkl-show-
|
|
3700
|
+
@keyframes jkl-show-uv62419 {
|
|
3700
3701
|
from {
|
|
3701
3702
|
transform: translate3d(0, 0.5rem, 0);
|
|
3702
3703
|
opacity: 0;
|
|
@@ -3731,7 +3732,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3731
3732
|
}
|
|
3732
3733
|
}
|
|
3733
3734
|
.jkl-feedback__fade-in {
|
|
3734
|
-
animation: jkl-show-
|
|
3735
|
+
animation: jkl-show-uv62419 0.25s ease-out;
|
|
3735
3736
|
}
|
|
3736
3737
|
.jkl-feedback__buttons {
|
|
3737
3738
|
display: flex;
|
|
@@ -3973,7 +3974,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3973
3974
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3974
3975
|
}
|
|
3975
3976
|
.jkl-message--dismissed {
|
|
3976
|
-
animation: jkl-dismiss-
|
|
3977
|
+
animation: jkl-dismiss-uv6241x 400ms ease-in-out forwards;
|
|
3977
3978
|
transition: visibility 0ms 400ms;
|
|
3978
3979
|
visibility: hidden;
|
|
3979
3980
|
}
|
|
@@ -3993,7 +3994,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3993
3994
|
}
|
|
3994
3995
|
}
|
|
3995
3996
|
|
|
3996
|
-
@keyframes jkl-dismiss-
|
|
3997
|
+
@keyframes jkl-dismiss-uv6241x {
|
|
3997
3998
|
from {
|
|
3998
3999
|
opacity: 1;
|
|
3999
4000
|
transform: translate3d(0, 0, 0);
|
|
@@ -4049,7 +4050,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4049
4050
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4050
4051
|
}
|
|
4051
4052
|
|
|
4052
|
-
@keyframes jkl-dot-in-
|
|
4053
|
+
@keyframes jkl-dot-in-uv6242h {
|
|
4053
4054
|
0% {
|
|
4054
4055
|
transform: scale(0.8);
|
|
4055
4056
|
}
|
|
@@ -4090,11 +4091,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4090
4091
|
.jkl-radio-button__input {
|
|
4091
4092
|
position: absolute;
|
|
4092
4093
|
opacity: 0;
|
|
4093
|
-
top: -
|
|
4094
|
+
top: var(--jkl-radio-button-size);
|
|
4095
|
+
left: calc(-0.5 * var(--jkl-radio-button-size));
|
|
4094
4096
|
}
|
|
4095
4097
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4096
4098
|
--dot-color: var(--jkl-color-border-action);
|
|
4097
|
-
animation: jkl-dot-in-
|
|
4099
|
+
animation: jkl-dot-in-uv6242h 150ms ease;
|
|
4098
4100
|
}
|
|
4099
4101
|
@media screen and (forced-colors: active) {
|
|
4100
4102
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -5214,7 +5216,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5214
5216
|
transition-duration: 150ms;
|
|
5215
5217
|
}
|
|
5216
5218
|
|
|
5217
|
-
@keyframes jkl-downcount-
|
|
5219
|
+
@keyframes jkl-downcount-uv6242q {
|
|
5218
5220
|
from {
|
|
5219
5221
|
width: 100%;
|
|
5220
5222
|
}
|
|
@@ -5222,7 +5224,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5222
5224
|
width: 0%;
|
|
5223
5225
|
}
|
|
5224
5226
|
}
|
|
5225
|
-
@keyframes jkl-dot-in-
|
|
5227
|
+
@keyframes jkl-dot-in-uv6242y {
|
|
5226
5228
|
0% {
|
|
5227
5229
|
transform: scale(0.8);
|
|
5228
5230
|
}
|
|
@@ -5270,7 +5272,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5270
5272
|
}
|
|
5271
5273
|
}
|
|
5272
5274
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
5273
|
-
animation: jkl-dot-in-
|
|
5275
|
+
animation: jkl-dot-in-uv6242y 150ms ease;
|
|
5274
5276
|
}
|
|
5275
5277
|
.jkl-radio-panel:has(:checked) {
|
|
5276
5278
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -5482,7 +5484,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5482
5484
|
margin-bottom: 0;
|
|
5483
5485
|
}
|
|
5484
5486
|
.jkl-system-message--dismissed {
|
|
5485
|
-
animation: jkl-dismiss-
|
|
5487
|
+
animation: jkl-dismiss-uv6243q 400ms ease-in forwards;
|
|
5486
5488
|
transition: visibility 0ms 400ms;
|
|
5487
5489
|
visibility: hidden;
|
|
5488
5490
|
}
|
|
@@ -5514,7 +5516,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5514
5516
|
}
|
|
5515
5517
|
}
|
|
5516
5518
|
|
|
5517
|
-
@keyframes jkl-dismiss-
|
|
5519
|
+
@keyframes jkl-dismiss-uv6243q {
|
|
5518
5520
|
from {
|
|
5519
5521
|
opacity: 1;
|
|
5520
5522
|
transform: translate3d(0, 0, 0);
|
|
@@ -6384,14 +6386,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6384
6386
|
|
|
6385
6387
|
.jkl-toast[data-animation=entering],
|
|
6386
6388
|
.jkl-toast[data-animation=queued] {
|
|
6387
|
-
animation: jkl-entering-
|
|
6389
|
+
animation: jkl-entering-uv6244f 200ms ease-out forwards;
|
|
6388
6390
|
}
|
|
6389
6391
|
|
|
6390
6392
|
.jkl-toast[data-animation=exiting] {
|
|
6391
|
-
animation: jkl-exiting-
|
|
6393
|
+
animation: jkl-exiting-uv6244y 150ms ease-in forwards;
|
|
6392
6394
|
}
|
|
6393
6395
|
|
|
6394
|
-
@keyframes jkl-entering-
|
|
6396
|
+
@keyframes jkl-entering-uv6244f {
|
|
6395
6397
|
from {
|
|
6396
6398
|
opacity: 0;
|
|
6397
6399
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6401,7 +6403,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6401
6403
|
transform: translate3d(0, 0, 0);
|
|
6402
6404
|
}
|
|
6403
6405
|
}
|
|
6404
|
-
@keyframes jkl-exiting-
|
|
6406
|
+
@keyframes jkl-exiting-uv6244y {
|
|
6405
6407
|
from {
|
|
6406
6408
|
opacity: 1;
|
|
6407
6409
|
transform: translate3d(0, 0, 0);
|