@fremtind/jokul 0.45.0 → 0.45.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/README.md +10 -0
- package/build/build-stats.html +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 +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/cookie-consent/_index.scss +1 -0
- 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/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/nav-link/nav-link.scss +5 -5
- 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/text-input/text-input.scss +2 -2
- package/styles/components/toast/toast.css +6 -6
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +2 -2
- package/styles/styles.css +157 -157
- package/styles/styles.min.css +1 -1
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
max-width: min(30rem, 85vw);
|
|
60
60
|
padding: var(--jkl-toast-padding);
|
|
61
61
|
padding-top: 0;
|
|
62
|
+
grid-template-areas: "progress progress progress" "icon content dismiss";
|
|
63
|
+
grid-template-columns: auto 1fr auto;
|
|
62
64
|
font-size: 1.125rem;
|
|
63
65
|
line-height: 1.75rem;
|
|
64
66
|
font-weight: 400;
|
|
65
67
|
--jkl-icon-weight: 300;
|
|
66
|
-
grid-template-areas: "progress progress progress" "icon content dismiss";
|
|
67
|
-
grid-template-columns: auto 1fr auto;
|
|
68
68
|
}
|
|
69
69
|
@media (min-width: 680px) {
|
|
70
70
|
.jkl-toast {
|
|
@@ -185,14 +185,14 @@
|
|
|
185
185
|
|
|
186
186
|
.jkl-toast[data-animation=entering],
|
|
187
187
|
.jkl-toast[data-animation=queued] {
|
|
188
|
-
animation: jkl-entering-
|
|
188
|
+
animation: jkl-entering-uddgz3u 200ms ease-out forwards;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
.jkl-toast[data-animation=exiting] {
|
|
192
|
-
animation: jkl-exiting-
|
|
192
|
+
animation: jkl-exiting-uddgz3v 150ms ease-in forwards;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
@keyframes jkl-entering-
|
|
195
|
+
@keyframes jkl-entering-uddgz3u {
|
|
196
196
|
from {
|
|
197
197
|
opacity: 0;
|
|
198
198
|
transform: translate3d(0, 50%, 0);
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
transform: translate3d(0, 0, 0);
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
@keyframes jkl-exiting-
|
|
205
|
+
@keyframes jkl-exiting-uddgz3v {
|
|
206
206
|
from {
|
|
207
207
|
opacity: 1;
|
|
208
208
|
transform: translate3d(0, 0, 0);
|
|
@@ -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;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
|
|
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-uddgz3u .2s ease-out forwards}.jkl-toast[data-animation=exiting]{animation:jkl-exiting-uddgz3v .15s ease-in forwards}@keyframes jkl-entering-uddgz3u{0%{opacity:0;transform:translate3d(0,50%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes jkl-exiting-uddgz3v{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,50%,0)}}
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
padding: var(--jkl-toast-padding);
|
|
59
59
|
padding-top: 0;
|
|
60
60
|
|
|
61
|
-
@include jkl.text-style("body");
|
|
62
|
-
|
|
63
61
|
grid-template-areas:
|
|
64
62
|
"progress progress progress"
|
|
65
63
|
"icon content dismiss";
|
|
66
64
|
grid-template-columns: auto 1fr auto;
|
|
67
65
|
|
|
66
|
+
@include jkl.text-style("body");
|
|
67
|
+
|
|
68
68
|
&__progress {
|
|
69
69
|
grid-area: progress;
|
|
70
70
|
margin-bottom: jkl.$unit-20;
|
package/styles/styles.css
CHANGED
|
@@ -1102,7 +1102,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1102
1102
|
--color: var(--jkl-color-text-default);
|
|
1103
1103
|
}
|
|
1104
1104
|
.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 {
|
|
1105
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
1105
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-ux3c3ka forwards;
|
|
1106
1106
|
}
|
|
1107
1107
|
.jkl-form-support-label--sr-only {
|
|
1108
1108
|
border: 0 !important;
|
|
@@ -1177,7 +1177,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1177
1177
|
white-space: nowrap !important; /* 3 */
|
|
1178
1178
|
}
|
|
1179
1179
|
|
|
1180
|
-
@keyframes jkl-support-icon-entrance-
|
|
1180
|
+
@keyframes jkl-support-icon-entrance-ux3c3ka {
|
|
1181
1181
|
0% {
|
|
1182
1182
|
margin-right: 0;
|
|
1183
1183
|
opacity: 0;
|
|
@@ -1526,7 +1526,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1526
1526
|
opacity: 0.15;
|
|
1527
1527
|
}
|
|
1528
1528
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1529
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1529
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-ux3c3l1;
|
|
1530
1530
|
}
|
|
1531
1531
|
.jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
|
|
1532
1532
|
--border-radius: 999px;
|
|
@@ -1568,7 +1568,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1568
1568
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
@keyframes jkl-tertiary-flash-
|
|
1571
|
+
@keyframes jkl-tertiary-flash-ux3c3l1 {
|
|
1572
1572
|
0% {
|
|
1573
1573
|
opacity: 0.5;
|
|
1574
1574
|
scale: 1;
|
|
@@ -1593,15 +1593,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1593
1593
|
animation: 2500ms linear infinite;
|
|
1594
1594
|
}
|
|
1595
1595
|
.jkl-loader__dot--left {
|
|
1596
|
-
animation-name: jkl-loader-left-spin-
|
|
1596
|
+
animation-name: jkl-loader-left-spin-ux3c3lf;
|
|
1597
1597
|
margin-right: 1.71em;
|
|
1598
1598
|
}
|
|
1599
1599
|
.jkl-loader__dot--middle {
|
|
1600
|
-
animation-name: jkl-loader-middle-spin-
|
|
1600
|
+
animation-name: jkl-loader-middle-spin-ux3c3lg;
|
|
1601
1601
|
margin-right: 1.9em;
|
|
1602
1602
|
}
|
|
1603
1603
|
.jkl-loader__dot--right {
|
|
1604
|
-
animation-name: jkl-loader-right-spin-
|
|
1604
|
+
animation-name: jkl-loader-right-spin-ux3c3m9;
|
|
1605
1605
|
}
|
|
1606
1606
|
@media screen and (forced-colors: active) {
|
|
1607
1607
|
.jkl-loader__dot {
|
|
@@ -1629,7 +1629,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1629
1629
|
margin-right: 0.3em;
|
|
1630
1630
|
}
|
|
1631
1631
|
|
|
1632
|
-
@keyframes jkl-loader-left-spin-
|
|
1632
|
+
@keyframes jkl-loader-left-spin-ux3c3lf {
|
|
1633
1633
|
0% {
|
|
1634
1634
|
transform: rotate(0) scale(0);
|
|
1635
1635
|
}
|
|
@@ -1643,7 +1643,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1643
1643
|
transform: rotate(180deg) scale(0);
|
|
1644
1644
|
}
|
|
1645
1645
|
}
|
|
1646
|
-
@keyframes jkl-loader-middle-spin-
|
|
1646
|
+
@keyframes jkl-loader-middle-spin-ux3c3lg {
|
|
1647
1647
|
0% {
|
|
1648
1648
|
transform: rotate(20deg) scale(0);
|
|
1649
1649
|
}
|
|
@@ -1660,7 +1660,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1660
1660
|
transform: rotate(200deg) scale(0);
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
|
-
@keyframes jkl-loader-right-spin-
|
|
1663
|
+
@keyframes jkl-loader-right-spin-ux3c3m9 {
|
|
1664
1664
|
0% {
|
|
1665
1665
|
transform: rotate(40deg) scale(0);
|
|
1666
1666
|
}
|
|
@@ -1708,7 +1708,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1708
1708
|
bottom: 0;
|
|
1709
1709
|
width: 12.5rem;
|
|
1710
1710
|
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%);
|
|
1711
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1711
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-ux3c3n9;
|
|
1712
1712
|
}
|
|
1713
1713
|
@media (width >= 0) and (max-width: 679px) {
|
|
1714
1714
|
.jkl-skeleton-animation {
|
|
@@ -1739,7 +1739,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1739
1739
|
@media screen and (forced-colors: active) {
|
|
1740
1740
|
.jkl-skeleton-element {
|
|
1741
1741
|
border: 1px solid CanvasText;
|
|
1742
|
-
animation: 2s ease infinite jkl-blink-
|
|
1742
|
+
animation: 2s ease infinite jkl-blink-ux3c3nc;
|
|
1743
1743
|
}
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
@@ -1795,11 +1795,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1795
1795
|
}
|
|
1796
1796
|
@media screen and (forced-colors: active) {
|
|
1797
1797
|
.jkl-skeleton-table {
|
|
1798
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1798
|
+
animation: 2s ease-in-out infinite jkl-blink-ux3c3nc;
|
|
1799
1799
|
}
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
|
-
@keyframes jkl-sweep-
|
|
1802
|
+
@keyframes jkl-sweep-ux3c3n9 {
|
|
1803
1803
|
0% {
|
|
1804
1804
|
transform: translateX(calc(0vw - 200px));
|
|
1805
1805
|
}
|
|
@@ -1807,7 +1807,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1807
1807
|
transform: translateX(calc(100vw + 400px));
|
|
1808
1808
|
}
|
|
1809
1809
|
}
|
|
1810
|
-
@keyframes jkl-blink-
|
|
1810
|
+
@keyframes jkl-blink-ux3c3nc {
|
|
1811
1811
|
0% {
|
|
1812
1812
|
opacity: 1;
|
|
1813
1813
|
}
|
|
@@ -2271,7 +2271,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2271
2271
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2272
2272
|
}
|
|
2273
2273
|
|
|
2274
|
-
@keyframes jkl-checkbox-checked-
|
|
2274
|
+
@keyframes jkl-checkbox-checked-ux3c3nz {
|
|
2275
2275
|
0% {
|
|
2276
2276
|
width: 0;
|
|
2277
2277
|
height: 0;
|
|
@@ -2285,7 +2285,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2285
2285
|
height: 58%;
|
|
2286
2286
|
}
|
|
2287
2287
|
}
|
|
2288
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2288
|
+
@keyframes jkl-checkbox-indeterminate-ux3c3ok {
|
|
2289
2289
|
0% {
|
|
2290
2290
|
width: 0;
|
|
2291
2291
|
}
|
|
@@ -2313,11 +2313,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2313
2313
|
top: -6px;
|
|
2314
2314
|
}
|
|
2315
2315
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2316
|
-
animation: jkl-checkbox-checked-
|
|
2316
|
+
animation: jkl-checkbox-checked-ux3c3nz 150ms ease-in-out forwards;
|
|
2317
2317
|
opacity: 1;
|
|
2318
2318
|
}
|
|
2319
2319
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2320
|
-
animation: jkl-checkbox-indeterminate-
|
|
2320
|
+
animation: jkl-checkbox-indeterminate-ux3c3ok 150ms ease-in-out forwards;
|
|
2321
2321
|
opacity: 1;
|
|
2322
2322
|
}
|
|
2323
2323
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2488,7 +2488,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2488
2488
|
--outer-border-thickness: 0.125rem;
|
|
2489
2489
|
}
|
|
2490
2490
|
|
|
2491
|
-
@keyframes jkl-checkbox-checked-
|
|
2491
|
+
@keyframes jkl-checkbox-checked-ux3c3pi {
|
|
2492
2492
|
0% {
|
|
2493
2493
|
width: 0;
|
|
2494
2494
|
height: 0;
|
|
@@ -2551,7 +2551,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2551
2551
|
}
|
|
2552
2552
|
}
|
|
2553
2553
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
2554
|
-
animation: jkl-checkbox-checked-
|
|
2554
|
+
animation: jkl-checkbox-checked-ux3c3pi 150ms ease-in-out forwards;
|
|
2555
2555
|
opacity: 1;
|
|
2556
2556
|
}
|
|
2557
2557
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -3106,6 +3106,123 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
3109
|
+
:root,
|
|
3110
|
+
[data-layout-density=comfortable],
|
|
3111
|
+
[data-density=comfortable] {
|
|
3112
|
+
--jkl-modal-body-font-size: var(--jkl-body-font-size);
|
|
3113
|
+
--jkl-modal-body-line-height: var(--jkl-body-line-height);
|
|
3114
|
+
--jkl-modal-body-font-weight: var(--jkl-body-font-weight);
|
|
3115
|
+
--jkl-modal-title-font-size: var(--jkl-heading-3-font-size);
|
|
3116
|
+
--jkl-modal-title-line-height: var(--jkl-heading-3-line-height);
|
|
3117
|
+
--jkl-modal-title-font-weight: var(--jkl-heading-3-font-weight);
|
|
3118
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 5);
|
|
3119
|
+
--jkl-modal-min-width: 13.75rem;
|
|
3120
|
+
--jkl-modal-max-width: 41.25rem;
|
|
3121
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 3);
|
|
3122
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 5) 0 0 0;
|
|
3123
|
+
}
|
|
3124
|
+
@media (width >= 0) and (max-width: 679px) {
|
|
3125
|
+
:root,
|
|
3126
|
+
[data-layout-density=comfortable],
|
|
3127
|
+
[data-density=comfortable] {
|
|
3128
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 4);
|
|
3129
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 2);
|
|
3130
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 4) 0 0 0;
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
[data-layout-density=compact],
|
|
3135
|
+
[data-density=compact] {
|
|
3136
|
+
--jkl-modal-body-font-size: var(--jkl-small-font-size);
|
|
3137
|
+
--jkl-modal-body-line-height: var(--jkl-small-line-height);
|
|
3138
|
+
--jkl-modal-body-font-weight: var(--jkl-small-font-weight);
|
|
3139
|
+
--jkl-modal-title-font-size: var(--jkl-heading-4-font-size);
|
|
3140
|
+
--jkl-modal-title-line-height: var(--jkl-heading-4-line-height);
|
|
3141
|
+
--jkl-modal-title-font-weight: var(--jkl-heading-4-font-weight);
|
|
3142
|
+
--jkl-modal-padding: calc(var(--jkl-unit-10) * 3);
|
|
3143
|
+
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 1.5);
|
|
3144
|
+
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 3) 0 0 0;
|
|
3145
|
+
--jkl-modal-min-width: 13.75rem;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
.jkl-modal-container,
|
|
3149
|
+
.jkl-modal-overlay {
|
|
3150
|
+
position: fixed;
|
|
3151
|
+
inset: 0;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.jkl-modal-container {
|
|
3155
|
+
z-index: 9000;
|
|
3156
|
+
display: flex;
|
|
3157
|
+
}
|
|
3158
|
+
.jkl-modal-container[aria-hidden=true] {
|
|
3159
|
+
display: none;
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
.jkl-modal-overlay {
|
|
3163
|
+
background-color: rgba(27, 25, 23, 0.8);
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
.jkl-modal {
|
|
3167
|
+
margin: auto;
|
|
3168
|
+
z-index: 9000;
|
|
3169
|
+
position: relative;
|
|
3170
|
+
background-color: var(--jkl-color-background-container-high);
|
|
3171
|
+
border-radius: 0.125rem;
|
|
3172
|
+
box-shadow: 0 0.25rem 0.75rem rgba(37, 42, 49, 0.03);
|
|
3173
|
+
width: 100%;
|
|
3174
|
+
min-width: var(--jkl-modal-min-width);
|
|
3175
|
+
max-width: var(--jkl-modal-max-width);
|
|
3176
|
+
max-height: 90vh;
|
|
3177
|
+
overflow: auto;
|
|
3178
|
+
padding: var(--jkl-modal-padding);
|
|
3179
|
+
display: flex;
|
|
3180
|
+
flex-direction: column;
|
|
3181
|
+
}
|
|
3182
|
+
@media screen and (forced-colors: active) {
|
|
3183
|
+
.jkl-modal {
|
|
3184
|
+
border-color: CanvasText;
|
|
3185
|
+
}
|
|
3186
|
+
}
|
|
3187
|
+
@media (width >= 0) and (max-width: 679px) {
|
|
3188
|
+
.jkl-modal {
|
|
3189
|
+
margin: auto calc(var(--jkl-unit-10) * 3);
|
|
3190
|
+
}
|
|
3191
|
+
}
|
|
3192
|
+
|
|
3193
|
+
.jkl-modal-header {
|
|
3194
|
+
display: flex;
|
|
3195
|
+
flex-direction: row;
|
|
3196
|
+
justify-content: space-between;
|
|
3197
|
+
align-items: center;
|
|
3198
|
+
margin: var(--jkl-modal-header-margin);
|
|
3199
|
+
gap: var(--jkl-modal-gap);
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.jkl-modal-body {
|
|
3203
|
+
font-size: var(--jkl-modal-body-font-size);
|
|
3204
|
+
line-height: var(--jkl-modal-body-line-height);
|
|
3205
|
+
font-weight: var(--jkl-modal-body-font-weight);
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.jkl-modal-title {
|
|
3209
|
+
font-size: var(--jkl-modal-title-font-size);
|
|
3210
|
+
line-height: var(--jkl-modal-title-line-height);
|
|
3211
|
+
font-weight: var(--jkl-modal-title-font-weight);
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3214
|
+
.jkl-modal-actions {
|
|
3215
|
+
margin: var(--jkl-modal-actions-margin);
|
|
3216
|
+
display: flex;
|
|
3217
|
+
flex-direction: column;
|
|
3218
|
+
gap: calc(var(--jkl-unit-10) * 2);
|
|
3219
|
+
}
|
|
3220
|
+
@media (min-width: 680px) {
|
|
3221
|
+
.jkl-modal-actions {
|
|
3222
|
+
flex-direction: row;
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3109
3226
|
.jkl-countdown {
|
|
3110
3227
|
--track-color: var(--jkl-color-border-separator);
|
|
3111
3228
|
--bar-color: var(--jkl-color-border-input-focus);
|
|
@@ -3130,11 +3247,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3130
3247
|
}
|
|
3131
3248
|
}
|
|
3132
3249
|
.jkl-countdown__tracker {
|
|
3133
|
-
animation: jkl-downcount-
|
|
3250
|
+
animation: jkl-downcount-ux3c3q9 var(--duration) linear forwards;
|
|
3134
3251
|
animation-play-state: var(--play-state, running);
|
|
3135
3252
|
}
|
|
3136
3253
|
|
|
3137
|
-
@keyframes jkl-downcount-
|
|
3254
|
+
@keyframes jkl-downcount-ux3c3q9 {
|
|
3138
3255
|
from {
|
|
3139
3256
|
width: 100%;
|
|
3140
3257
|
}
|
|
@@ -3803,7 +3920,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3803
3920
|
padding: 1rem 0 2.5rem 0;
|
|
3804
3921
|
}
|
|
3805
3922
|
|
|
3806
|
-
@keyframes jkl-show-
|
|
3923
|
+
@keyframes jkl-show-ux3c3qp {
|
|
3807
3924
|
from {
|
|
3808
3925
|
transform: translate3d(0, 0.5rem, 0);
|
|
3809
3926
|
opacity: 0;
|
|
@@ -3838,7 +3955,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3838
3955
|
}
|
|
3839
3956
|
}
|
|
3840
3957
|
.jkl-feedback__fade-in {
|
|
3841
|
-
animation: jkl-show-
|
|
3958
|
+
animation: jkl-show-ux3c3qp 0.25s ease-out;
|
|
3842
3959
|
}
|
|
3843
3960
|
.jkl-feedback__buttons {
|
|
3844
3961
|
display: flex;
|
|
@@ -4080,7 +4197,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4080
4197
|
--background-color: var(--jkl-color-background-alert-success);
|
|
4081
4198
|
}
|
|
4082
4199
|
.jkl-message--dismissed {
|
|
4083
|
-
animation: jkl-dismiss-
|
|
4200
|
+
animation: jkl-dismiss-ux3c3rc 400ms ease-in-out forwards;
|
|
4084
4201
|
transition: visibility 0ms 400ms;
|
|
4085
4202
|
visibility: hidden;
|
|
4086
4203
|
}
|
|
@@ -4100,7 +4217,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4100
4217
|
}
|
|
4101
4218
|
}
|
|
4102
4219
|
|
|
4103
|
-
@keyframes jkl-dismiss-
|
|
4220
|
+
@keyframes jkl-dismiss-ux3c3rc {
|
|
4104
4221
|
from {
|
|
4105
4222
|
opacity: 1;
|
|
4106
4223
|
transform: translate3d(0, 0, 0);
|
|
@@ -4156,7 +4273,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4156
4273
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4157
4274
|
}
|
|
4158
4275
|
|
|
4159
|
-
@keyframes jkl-dot-in-
|
|
4276
|
+
@keyframes jkl-dot-in-ux3c3rz {
|
|
4160
4277
|
0% {
|
|
4161
4278
|
transform: scale(0.8);
|
|
4162
4279
|
}
|
|
@@ -4201,7 +4318,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4201
4318
|
}
|
|
4202
4319
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4203
4320
|
--dot-color: var(--jkl-color-border-action);
|
|
4204
|
-
animation: jkl-dot-in-
|
|
4321
|
+
animation: jkl-dot-in-ux3c3rz 150ms ease;
|
|
4205
4322
|
}
|
|
4206
4323
|
@media screen and (forced-colors: active) {
|
|
4207
4324
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4592,123 +4709,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4592
4709
|
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0, rgba(0, 0, 0, 0.14) -1px 2px 2px 0, rgba(0, 0, 0, 0.12) 3px 1px 5px 0;
|
|
4593
4710
|
}
|
|
4594
4711
|
|
|
4595
|
-
:root,
|
|
4596
|
-
[data-layout-density=comfortable],
|
|
4597
|
-
[data-density=comfortable] {
|
|
4598
|
-
--jkl-modal-body-font-size: var(--jkl-body-font-size);
|
|
4599
|
-
--jkl-modal-body-line-height: var(--jkl-body-line-height);
|
|
4600
|
-
--jkl-modal-body-font-weight: var(--jkl-body-font-weight);
|
|
4601
|
-
--jkl-modal-title-font-size: var(--jkl-heading-3-font-size);
|
|
4602
|
-
--jkl-modal-title-line-height: var(--jkl-heading-3-line-height);
|
|
4603
|
-
--jkl-modal-title-font-weight: var(--jkl-heading-3-font-weight);
|
|
4604
|
-
--jkl-modal-padding: calc(var(--jkl-unit-10) * 5);
|
|
4605
|
-
--jkl-modal-min-width: 13.75rem;
|
|
4606
|
-
--jkl-modal-max-width: 41.25rem;
|
|
4607
|
-
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 3);
|
|
4608
|
-
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 5) 0 0 0;
|
|
4609
|
-
}
|
|
4610
|
-
@media (width >= 0) and (max-width: 679px) {
|
|
4611
|
-
:root,
|
|
4612
|
-
[data-layout-density=comfortable],
|
|
4613
|
-
[data-density=comfortable] {
|
|
4614
|
-
--jkl-modal-padding: calc(var(--jkl-unit-10) * 4);
|
|
4615
|
-
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 2);
|
|
4616
|
-
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 4) 0 0 0;
|
|
4617
|
-
}
|
|
4618
|
-
}
|
|
4619
|
-
|
|
4620
|
-
[data-layout-density=compact],
|
|
4621
|
-
[data-density=compact] {
|
|
4622
|
-
--jkl-modal-body-font-size: var(--jkl-small-font-size);
|
|
4623
|
-
--jkl-modal-body-line-height: var(--jkl-small-line-height);
|
|
4624
|
-
--jkl-modal-body-font-weight: var(--jkl-small-font-weight);
|
|
4625
|
-
--jkl-modal-title-font-size: var(--jkl-heading-4-font-size);
|
|
4626
|
-
--jkl-modal-title-line-height: var(--jkl-heading-4-line-height);
|
|
4627
|
-
--jkl-modal-title-font-weight: var(--jkl-heading-4-font-weight);
|
|
4628
|
-
--jkl-modal-padding: calc(var(--jkl-unit-10) * 3);
|
|
4629
|
-
--jkl-modal-header-margin: 0 0 calc(var(--jkl-unit-10) * 1.5);
|
|
4630
|
-
--jkl-modal-actions-margin: calc(var(--jkl-unit-10) * 3) 0 0 0;
|
|
4631
|
-
--jkl-modal-min-width: 13.75rem;
|
|
4632
|
-
}
|
|
4633
|
-
|
|
4634
|
-
.jkl-modal-container,
|
|
4635
|
-
.jkl-modal-overlay {
|
|
4636
|
-
position: fixed;
|
|
4637
|
-
inset: 0;
|
|
4638
|
-
}
|
|
4639
|
-
|
|
4640
|
-
.jkl-modal-container {
|
|
4641
|
-
z-index: 9000;
|
|
4642
|
-
display: flex;
|
|
4643
|
-
}
|
|
4644
|
-
.jkl-modal-container[aria-hidden=true] {
|
|
4645
|
-
display: none;
|
|
4646
|
-
}
|
|
4647
|
-
|
|
4648
|
-
.jkl-modal-overlay {
|
|
4649
|
-
background-color: rgba(27, 25, 23, 0.8);
|
|
4650
|
-
}
|
|
4651
|
-
|
|
4652
|
-
.jkl-modal {
|
|
4653
|
-
margin: auto;
|
|
4654
|
-
z-index: 9000;
|
|
4655
|
-
position: relative;
|
|
4656
|
-
background-color: var(--jkl-color-background-container-high);
|
|
4657
|
-
border-radius: 0.125rem;
|
|
4658
|
-
box-shadow: 0 0.25rem 0.75rem rgba(37, 42, 49, 0.03);
|
|
4659
|
-
width: 100%;
|
|
4660
|
-
min-width: var(--jkl-modal-min-width);
|
|
4661
|
-
max-width: var(--jkl-modal-max-width);
|
|
4662
|
-
max-height: 90vh;
|
|
4663
|
-
overflow: auto;
|
|
4664
|
-
padding: var(--jkl-modal-padding);
|
|
4665
|
-
display: flex;
|
|
4666
|
-
flex-direction: column;
|
|
4667
|
-
}
|
|
4668
|
-
@media screen and (forced-colors: active) {
|
|
4669
|
-
.jkl-modal {
|
|
4670
|
-
border-color: CanvasText;
|
|
4671
|
-
}
|
|
4672
|
-
}
|
|
4673
|
-
@media (width >= 0) and (max-width: 679px) {
|
|
4674
|
-
.jkl-modal {
|
|
4675
|
-
margin: auto calc(var(--jkl-unit-10) * 3);
|
|
4676
|
-
}
|
|
4677
|
-
}
|
|
4678
|
-
|
|
4679
|
-
.jkl-modal-header {
|
|
4680
|
-
display: flex;
|
|
4681
|
-
flex-direction: row;
|
|
4682
|
-
justify-content: space-between;
|
|
4683
|
-
align-items: center;
|
|
4684
|
-
margin: var(--jkl-modal-header-margin);
|
|
4685
|
-
gap: var(--jkl-modal-gap);
|
|
4686
|
-
}
|
|
4687
|
-
|
|
4688
|
-
.jkl-modal-body {
|
|
4689
|
-
font-size: var(--jkl-modal-body-font-size);
|
|
4690
|
-
line-height: var(--jkl-modal-body-line-height);
|
|
4691
|
-
font-weight: var(--jkl-modal-body-font-weight);
|
|
4692
|
-
}
|
|
4693
|
-
|
|
4694
|
-
.jkl-modal-title {
|
|
4695
|
-
font-size: var(--jkl-modal-title-font-size);
|
|
4696
|
-
line-height: var(--jkl-modal-title-line-height);
|
|
4697
|
-
font-weight: var(--jkl-modal-title-font-weight);
|
|
4698
|
-
}
|
|
4699
|
-
|
|
4700
|
-
.jkl-modal-actions {
|
|
4701
|
-
margin: var(--jkl-modal-actions-margin);
|
|
4702
|
-
display: flex;
|
|
4703
|
-
flex-direction: column;
|
|
4704
|
-
gap: calc(var(--jkl-unit-10) * 2);
|
|
4705
|
-
}
|
|
4706
|
-
@media (min-width: 680px) {
|
|
4707
|
-
.jkl-modal-actions {
|
|
4708
|
-
flex-direction: row;
|
|
4709
|
-
}
|
|
4710
|
-
}
|
|
4711
|
-
|
|
4712
4712
|
.jkl-nav-link {
|
|
4713
4713
|
color: var(--jkl-color-text-default);
|
|
4714
4714
|
box-sizing: border-box;
|
|
@@ -5133,7 +5133,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5133
5133
|
transition-duration: 150ms;
|
|
5134
5134
|
}
|
|
5135
5135
|
|
|
5136
|
-
@keyframes jkl-downcount-
|
|
5136
|
+
@keyframes jkl-downcount-ux3c3s9 {
|
|
5137
5137
|
from {
|
|
5138
5138
|
width: 100%;
|
|
5139
5139
|
}
|
|
@@ -5141,7 +5141,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5141
5141
|
width: 0%;
|
|
5142
5142
|
}
|
|
5143
5143
|
}
|
|
5144
|
-
@keyframes jkl-dot-in-
|
|
5144
|
+
@keyframes jkl-dot-in-ux3c3sm {
|
|
5145
5145
|
0% {
|
|
5146
5146
|
transform: scale(0.8);
|
|
5147
5147
|
}
|
|
@@ -5189,7 +5189,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5189
5189
|
}
|
|
5190
5190
|
}
|
|
5191
5191
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
5192
|
-
animation: jkl-dot-in-
|
|
5192
|
+
animation: jkl-dot-in-ux3c3sm 150ms ease;
|
|
5193
5193
|
}
|
|
5194
5194
|
.jkl-radio-panel:has(:checked) {
|
|
5195
5195
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -5401,7 +5401,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5401
5401
|
margin-bottom: 0;
|
|
5402
5402
|
}
|
|
5403
5403
|
.jkl-system-message--dismissed {
|
|
5404
|
-
animation: jkl-dismiss-
|
|
5404
|
+
animation: jkl-dismiss-ux3c3tk 400ms ease-in forwards;
|
|
5405
5405
|
transition: visibility 0ms 400ms;
|
|
5406
5406
|
visibility: hidden;
|
|
5407
5407
|
}
|
|
@@ -5433,7 +5433,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5433
5433
|
}
|
|
5434
5434
|
}
|
|
5435
5435
|
|
|
5436
|
-
@keyframes jkl-dismiss-
|
|
5436
|
+
@keyframes jkl-dismiss-ux3c3tk {
|
|
5437
5437
|
from {
|
|
5438
5438
|
opacity: 1;
|
|
5439
5439
|
transform: translate3d(0, 0, 0);
|
|
@@ -6177,12 +6177,12 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6177
6177
|
max-width: min(30rem, 85vw);
|
|
6178
6178
|
padding: var(--jkl-toast-padding);
|
|
6179
6179
|
padding-top: 0;
|
|
6180
|
+
grid-template-areas: "progress progress progress" "icon content dismiss";
|
|
6181
|
+
grid-template-columns: auto 1fr auto;
|
|
6180
6182
|
font-size: 1.125rem;
|
|
6181
6183
|
line-height: 1.75rem;
|
|
6182
6184
|
font-weight: 400;
|
|
6183
6185
|
--jkl-icon-weight: 300;
|
|
6184
|
-
grid-template-areas: "progress progress progress" "icon content dismiss";
|
|
6185
|
-
grid-template-columns: auto 1fr auto;
|
|
6186
6186
|
}
|
|
6187
6187
|
@media (min-width: 680px) {
|
|
6188
6188
|
.jkl-toast {
|
|
@@ -6303,14 +6303,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6303
6303
|
|
|
6304
6304
|
.jkl-toast[data-animation=entering],
|
|
6305
6305
|
.jkl-toast[data-animation=queued] {
|
|
6306
|
-
animation: jkl-entering-
|
|
6306
|
+
animation: jkl-entering-ux3c3uf 200ms ease-out forwards;
|
|
6307
6307
|
}
|
|
6308
6308
|
|
|
6309
6309
|
.jkl-toast[data-animation=exiting] {
|
|
6310
|
-
animation: jkl-exiting-
|
|
6310
|
+
animation: jkl-exiting-ux3c3v1 150ms ease-in forwards;
|
|
6311
6311
|
}
|
|
6312
6312
|
|
|
6313
|
-
@keyframes jkl-entering-
|
|
6313
|
+
@keyframes jkl-entering-ux3c3uf {
|
|
6314
6314
|
from {
|
|
6315
6315
|
opacity: 0;
|
|
6316
6316
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6320,7 +6320,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6320
6320
|
transform: translate3d(0, 0, 0);
|
|
6321
6321
|
}
|
|
6322
6322
|
}
|
|
6323
|
-
@keyframes jkl-exiting-
|
|
6323
|
+
@keyframes jkl-exiting-ux3c3v1 {
|
|
6324
6324
|
from {
|
|
6325
6325
|
opacity: 1;
|
|
6326
6326
|
transform: translate3d(0, 0, 0);
|