@fremtind/jokul 0.45.0 → 0.45.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/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/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 +155 -155
- package/styles/styles.min.css +1 -1
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-uj9rdaq 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-uj9rdaq {
|
|
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-uj9rdbf;
|
|
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-uj9rdbf {
|
|
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-uj9rdbs;
|
|
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-uj9rdch;
|
|
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-uj9rdct;
|
|
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-uj9rdbs {
|
|
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-uj9rdch {
|
|
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-uj9rdct {
|
|
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-uj9rddn;
|
|
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-uj9rddo;
|
|
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-uj9rddo;
|
|
1799
1799
|
}
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
|
-
@keyframes jkl-sweep-
|
|
1802
|
+
@keyframes jkl-sweep-uj9rddn {
|
|
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-uj9rddo {
|
|
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-uj9rde7 {
|
|
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-uj9rdei {
|
|
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-uj9rde7 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-uj9rdei 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-uj9rdfg {
|
|
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-uj9rdfg 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-uj9rdgf 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-uj9rdgf {
|
|
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-uj9rdha {
|
|
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-uj9rdha 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-uj9rdhb 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-uj9rdhb {
|
|
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-uj9rdhn {
|
|
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-uj9rdhn 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-uj9rdia {
|
|
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-uj9rdib {
|
|
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-uj9rdib 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-uj9rdil 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-uj9rdil {
|
|
5437
5437
|
from {
|
|
5438
5438
|
opacity: 1;
|
|
5439
5439
|
transform: translate3d(0, 0, 0);
|
|
@@ -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-uj9rdj8 200ms ease-out forwards;
|
|
6307
6307
|
}
|
|
6308
6308
|
|
|
6309
6309
|
.jkl-toast[data-animation=exiting] {
|
|
6310
|
-
animation: jkl-exiting-
|
|
6310
|
+
animation: jkl-exiting-uj9rdjd 150ms ease-in forwards;
|
|
6311
6311
|
}
|
|
6312
6312
|
|
|
6313
|
-
@keyframes jkl-entering-
|
|
6313
|
+
@keyframes jkl-entering-uj9rdj8 {
|
|
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-uj9rdjd {
|
|
6324
6324
|
from {
|
|
6325
6325
|
opacity: 1;
|
|
6326
6326
|
transform: translate3d(0, 0, 0);
|