@fremtind/jokul 0.44.0 → 0.44.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/package.json +2 -2
- package/styles/components/button/button.css +2 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/card/development/info-card-example.css +26 -0
- package/styles/components/card/development/info-card-example.min.css +1 -0
- package/styles/components/card/development/info-card-example.scss +14 -0
- package/styles/components/card/development/task-card-example.css +9 -0
- package/styles/components/card/development/task-card-example.min.css +1 -0
- package/styles/components/card/development/task-card-example.scss +8 -0
- package/styles/components/checkbox/checkbox.css +4 -4
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/feedback/feedback.css +2 -2
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/icon/development/internal/icons-example-grid.css +13 -0
- package/styles/components/icon/development/internal/icons-example-grid.min.css +1 -0
- package/styles/components/icon/development/internal/icons-example-grid.scss +13 -0
- package/styles/components/image/development/style.css +9 -0
- package/styles/components/image/development/style.min.css +1 -0
- package/styles/components/image/development/style.scss +9 -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/input-panel/checkbox-panel.css +2 -2
- package/styles/components/input-panel/checkbox-panel.min.css +1 -1
- package/styles/components/input-panel/development/styles.css +25 -0
- package/styles/components/input-panel/development/styles.min.css +1 -0
- package/styles/components/input-panel/development/styles.scss +27 -0
- package/styles/components/input-panel/radio-panel.css +2 -2
- package/styles/components/input-panel/radio-panel.min.css +1 -1
- package/styles/components/loader/development/styles.css +11 -0
- package/styles/components/loader/development/styles.min.css +1 -0
- package/styles/components/loader/development/styles.scss +11 -0
- 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/logo/development/styles.css +9 -0
- package/styles/components/logo/development/styles.min.css +1 -0
- package/styles/components/logo/development/styles.scss +9 -0
- package/styles/components/message/message.css +2 -2
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/modal/modal.css +6 -1
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +5 -1
- package/styles/components/pagination/development/styles.css +34 -0
- package/styles/components/pagination/development/styles.min.css +1 -0
- package/styles/components/pagination/development/styles.scss +35 -0
- package/styles/components/progress-bar/progress-bar.css +2 -2
- 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/summary-table/development/summary-table-example.css +29 -0
- package/styles/components/summary-table/development/summary-table-example.min.css +1 -0
- package/styles/components/summary-table/development/summary-table-example.scss +18 -0
- 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/development/index.css +12 -0
- package/styles/components/text-input/development/index.min.css +1 -0
- package/styles/components/text-input/development/index.scss +16 -0
- package/styles/components/toast/toast.css +4 -4
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/styles.css +43 -38
- package/styles/styles.min.css +1 -1
- /package/build/cjs/components/card/{documentation → development}/examples/FakturainfoExample.d.cts +0 -0
- /package/build/cjs/components/card/{documentation → development}/examples/InfoCardExample.d.cts +0 -0
- /package/build/cjs/components/card/{documentation → development}/examples/NavCardExample.d.cts +0 -0
- /package/build/cjs/components/card/{documentation → development}/examples/StatuskortExample.d.cts +0 -0
- /package/build/cjs/components/card/{documentation → development}/examples/TaskCardExample.d.cts +0 -0
- /package/build/cjs/components/card/{documentation → development}/examples/TopExample.d.cts +0 -0
- /package/build/cjs/components/card/{documentation → development}/examples/cardExampleProps.d.cts +0 -0
- /package/build/cjs/components/icon/{documentation → development}/internal/AnimatedIcon.d.cts +0 -0
- /package/build/cjs/components/icon/{documentation → development}/internal/IconExample.d.cts +0 -0
- /package/build/cjs/components/icon/{documentation → development}/internal/IconsExampleGrid.d.cts +0 -0
- /package/build/cjs/components/image/{documentation → development}/internal/props.d.cts +0 -0
- /package/build/cjs/components/input-panel/{documentation → development}/checkbox-panel/ControlledExample.d.cts +0 -0
- /package/build/cjs/components/input-panel/{documentation → development}/checkbox-panel/UncontrolledExample.d.cts +0 -0
- /package/build/cjs/components/input-panel/{documentation → development}/radio-panel/ControlledExample.d.cts +0 -0
- /package/build/cjs/components/input-panel/{documentation → development}/radio-panel/UncontrolledExample.d.cts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/FakturainfoExample.d.ts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/InfoCardExample.d.ts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/NavCardExample.d.ts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/StatuskortExample.d.ts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/TaskCardExample.d.ts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/TopExample.d.ts +0 -0
- /package/build/es/components/card/{documentation → development}/examples/cardExampleProps.d.ts +0 -0
- /package/build/es/components/icon/{documentation → development}/internal/AnimatedIcon.d.ts +0 -0
- /package/build/es/components/icon/{documentation → development}/internal/IconExample.d.ts +0 -0
- /package/build/es/components/icon/{documentation → development}/internal/IconsExampleGrid.d.ts +0 -0
- /package/build/es/components/image/{documentation → development}/internal/props.d.ts +0 -0
- /package/build/es/components/input-panel/{documentation → development}/checkbox-panel/ControlledExample.d.ts +0 -0
- /package/build/es/components/input-panel/{documentation → development}/checkbox-panel/UncontrolledExample.d.ts +0 -0
- /package/build/es/components/input-panel/{documentation → development}/radio-panel/ControlledExample.d.ts +0 -0
- /package/build/es/components/input-panel/{documentation → development}/radio-panel/UncontrolledExample.d.ts +0 -0
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-uqet355 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-uqet355 {
|
|
1181
1181
|
0% {
|
|
1182
1182
|
margin-right: 0;
|
|
1183
1183
|
opacity: 0;
|
|
@@ -1589,7 +1589,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1589
1589
|
opacity: 0.15;
|
|
1590
1590
|
}
|
|
1591
1591
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1592
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1592
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uqet35d;
|
|
1593
1593
|
}
|
|
1594
1594
|
.jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
|
|
1595
1595
|
--border-radius: 999px;
|
|
@@ -1631,7 +1631,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1631
1631
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
1634
|
-
@keyframes jkl-tertiary-flash-
|
|
1634
|
+
@keyframes jkl-tertiary-flash-uqet35d {
|
|
1635
1635
|
0% {
|
|
1636
1636
|
opacity: 0.5;
|
|
1637
1637
|
scale: 1;
|
|
@@ -1656,15 +1656,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1656
1656
|
animation: 2500ms linear infinite;
|
|
1657
1657
|
}
|
|
1658
1658
|
.jkl-loader__dot--left {
|
|
1659
|
-
animation-name: jkl-loader-left-spin-
|
|
1659
|
+
animation-name: jkl-loader-left-spin-uqet35v;
|
|
1660
1660
|
margin-right: 1.71em;
|
|
1661
1661
|
}
|
|
1662
1662
|
.jkl-loader__dot--middle {
|
|
1663
|
-
animation-name: jkl-loader-middle-spin-
|
|
1663
|
+
animation-name: jkl-loader-middle-spin-uqet36t;
|
|
1664
1664
|
margin-right: 1.9em;
|
|
1665
1665
|
}
|
|
1666
1666
|
.jkl-loader__dot--right {
|
|
1667
|
-
animation-name: jkl-loader-right-spin-
|
|
1667
|
+
animation-name: jkl-loader-right-spin-uqet37c;
|
|
1668
1668
|
}
|
|
1669
1669
|
@media screen and (forced-colors: active) {
|
|
1670
1670
|
.jkl-loader__dot {
|
|
@@ -1692,7 +1692,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1692
1692
|
margin-right: 0.3em;
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
|
-
@keyframes jkl-loader-left-spin-
|
|
1695
|
+
@keyframes jkl-loader-left-spin-uqet35v {
|
|
1696
1696
|
0% {
|
|
1697
1697
|
transform: rotate(0) scale(0);
|
|
1698
1698
|
}
|
|
@@ -1706,7 +1706,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1706
1706
|
transform: rotate(180deg) scale(0);
|
|
1707
1707
|
}
|
|
1708
1708
|
}
|
|
1709
|
-
@keyframes jkl-loader-middle-spin-
|
|
1709
|
+
@keyframes jkl-loader-middle-spin-uqet36t {
|
|
1710
1710
|
0% {
|
|
1711
1711
|
transform: rotate(20deg) scale(0);
|
|
1712
1712
|
}
|
|
@@ -1723,7 +1723,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1723
1723
|
transform: rotate(200deg) scale(0);
|
|
1724
1724
|
}
|
|
1725
1725
|
}
|
|
1726
|
-
@keyframes jkl-loader-right-spin-
|
|
1726
|
+
@keyframes jkl-loader-right-spin-uqet37c {
|
|
1727
1727
|
0% {
|
|
1728
1728
|
transform: rotate(40deg) scale(0);
|
|
1729
1729
|
}
|
|
@@ -1771,7 +1771,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1771
1771
|
bottom: 0;
|
|
1772
1772
|
width: 12.5rem;
|
|
1773
1773
|
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%);
|
|
1774
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1774
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uqet37d;
|
|
1775
1775
|
}
|
|
1776
1776
|
@media (width >= 0) and (max-width: 679px) {
|
|
1777
1777
|
.jkl-skeleton-animation {
|
|
@@ -1802,7 +1802,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1802
1802
|
@media screen and (forced-colors: active) {
|
|
1803
1803
|
.jkl-skeleton-element {
|
|
1804
1804
|
border: 1px solid CanvasText;
|
|
1805
|
-
animation: 2s ease infinite jkl-blink-
|
|
1805
|
+
animation: 2s ease infinite jkl-blink-uqet37o;
|
|
1806
1806
|
}
|
|
1807
1807
|
}
|
|
1808
1808
|
|
|
@@ -1858,11 +1858,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1858
1858
|
}
|
|
1859
1859
|
@media screen and (forced-colors: active) {
|
|
1860
1860
|
.jkl-skeleton-table {
|
|
1861
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1861
|
+
animation: 2s ease-in-out infinite jkl-blink-uqet37o;
|
|
1862
1862
|
}
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
|
-
@keyframes jkl-sweep-
|
|
1865
|
+
@keyframes jkl-sweep-uqet37d {
|
|
1866
1866
|
0% {
|
|
1867
1867
|
transform: translateX(calc(0vw - 200px));
|
|
1868
1868
|
}
|
|
@@ -1870,7 +1870,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1870
1870
|
transform: translateX(calc(100vw + 400px));
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
1873
|
-
@keyframes jkl-blink-
|
|
1873
|
+
@keyframes jkl-blink-uqet37o {
|
|
1874
1874
|
0% {
|
|
1875
1875
|
opacity: 1;
|
|
1876
1876
|
}
|
|
@@ -2334,7 +2334,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2334
2334
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2335
2335
|
}
|
|
2336
2336
|
|
|
2337
|
-
@keyframes jkl-checkbox-checked-
|
|
2337
|
+
@keyframes jkl-checkbox-checked-uqet388 {
|
|
2338
2338
|
0% {
|
|
2339
2339
|
width: 0;
|
|
2340
2340
|
height: 0;
|
|
@@ -2348,7 +2348,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2348
2348
|
height: 58%;
|
|
2349
2349
|
}
|
|
2350
2350
|
}
|
|
2351
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2351
|
+
@keyframes jkl-checkbox-indeterminate-uqet391 {
|
|
2352
2352
|
0% {
|
|
2353
2353
|
width: 0;
|
|
2354
2354
|
}
|
|
@@ -2376,11 +2376,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2376
2376
|
top: -6px;
|
|
2377
2377
|
}
|
|
2378
2378
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2379
|
-
animation: jkl-checkbox-checked-
|
|
2379
|
+
animation: jkl-checkbox-checked-uqet388 150ms ease-in-out forwards;
|
|
2380
2380
|
opacity: 1;
|
|
2381
2381
|
}
|
|
2382
2382
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2383
|
-
animation: jkl-checkbox-indeterminate-
|
|
2383
|
+
animation: jkl-checkbox-indeterminate-uqet391 150ms ease-in-out forwards;
|
|
2384
2384
|
opacity: 1;
|
|
2385
2385
|
}
|
|
2386
2386
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -3699,7 +3699,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3699
3699
|
padding: 1rem 0 2.5rem 0;
|
|
3700
3700
|
}
|
|
3701
3701
|
|
|
3702
|
-
@keyframes jkl-show-
|
|
3702
|
+
@keyframes jkl-show-uqet39o {
|
|
3703
3703
|
from {
|
|
3704
3704
|
transform: translate3d(0, 0.5rem, 0);
|
|
3705
3705
|
opacity: 0;
|
|
@@ -3734,7 +3734,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
|
|
|
3734
3734
|
}
|
|
3735
3735
|
}
|
|
3736
3736
|
.jkl-feedback__fade-in {
|
|
3737
|
-
animation: jkl-show-
|
|
3737
|
+
animation: jkl-show-uqet39o 0.25s ease-out;
|
|
3738
3738
|
}
|
|
3739
3739
|
.jkl-feedback__buttons {
|
|
3740
3740
|
display: flex;
|
|
@@ -3976,7 +3976,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3976
3976
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3977
3977
|
}
|
|
3978
3978
|
.jkl-message--dismissed {
|
|
3979
|
-
animation: jkl-dismiss-
|
|
3979
|
+
animation: jkl-dismiss-uqet3ab 400ms ease-in-out forwards;
|
|
3980
3980
|
transition: visibility 0ms 400ms;
|
|
3981
3981
|
visibility: hidden;
|
|
3982
3982
|
}
|
|
@@ -3996,7 +3996,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3996
3996
|
}
|
|
3997
3997
|
}
|
|
3998
3998
|
|
|
3999
|
-
@keyframes jkl-dismiss-
|
|
3999
|
+
@keyframes jkl-dismiss-uqet3ab {
|
|
4000
4000
|
from {
|
|
4001
4001
|
opacity: 1;
|
|
4002
4002
|
transform: translate3d(0, 0, 0);
|
|
@@ -4052,7 +4052,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4052
4052
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4053
4053
|
}
|
|
4054
4054
|
|
|
4055
|
-
@keyframes jkl-dot-in-
|
|
4055
|
+
@keyframes jkl-dot-in-uqet3at {
|
|
4056
4056
|
0% {
|
|
4057
4057
|
transform: scale(0.8);
|
|
4058
4058
|
}
|
|
@@ -4097,7 +4097,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4097
4097
|
}
|
|
4098
4098
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4099
4099
|
--dot-color: var(--jkl-color-border-action);
|
|
4100
|
-
animation: jkl-dot-in-
|
|
4100
|
+
animation: jkl-dot-in-uqet3at 150ms ease;
|
|
4101
4101
|
}
|
|
4102
4102
|
@media screen and (forced-colors: active) {
|
|
4103
4103
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4249,7 +4249,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4249
4249
|
--outer-border-thickness: 0.125rem;
|
|
4250
4250
|
}
|
|
4251
4251
|
|
|
4252
|
-
@keyframes jkl-dot-in-
|
|
4252
|
+
@keyframes jkl-dot-in-uqet3bk {
|
|
4253
4253
|
0% {
|
|
4254
4254
|
transform: scale(0.8);
|
|
4255
4255
|
}
|
|
@@ -4297,7 +4297,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4297
4297
|
}
|
|
4298
4298
|
}
|
|
4299
4299
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4300
|
-
animation: jkl-dot-in-
|
|
4300
|
+
animation: jkl-dot-in-uqet3bk 150ms ease;
|
|
4301
4301
|
}
|
|
4302
4302
|
.jkl-radio-panel:has(:checked) {
|
|
4303
4303
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4309,7 +4309,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4309
4309
|
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4310
4310
|
}
|
|
4311
4311
|
|
|
4312
|
-
@keyframes jkl-checkbox-checked-
|
|
4312
|
+
@keyframes jkl-checkbox-checked-uqet3cj {
|
|
4313
4313
|
0% {
|
|
4314
4314
|
width: 0;
|
|
4315
4315
|
height: 0;
|
|
@@ -4372,7 +4372,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4372
4372
|
}
|
|
4373
4373
|
}
|
|
4374
4374
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4375
|
-
animation: jkl-checkbox-checked-
|
|
4375
|
+
animation: jkl-checkbox-checked-uqet3cj 150ms ease-in-out forwards;
|
|
4376
4376
|
opacity: 1;
|
|
4377
4377
|
}
|
|
4378
4378
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -4787,9 +4787,14 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4787
4787
|
.jkl-modal-actions {
|
|
4788
4788
|
margin: var(--jkl-modal-actions-margin);
|
|
4789
4789
|
display: flex;
|
|
4790
|
-
flex-direction:
|
|
4790
|
+
flex-direction: column;
|
|
4791
4791
|
gap: calc(var(--jkl-unit-10) * 2);
|
|
4792
4792
|
}
|
|
4793
|
+
@media (min-width: 680px) {
|
|
4794
|
+
.jkl-modal-actions {
|
|
4795
|
+
flex-direction: row;
|
|
4796
|
+
}
|
|
4797
|
+
}
|
|
4793
4798
|
|
|
4794
4799
|
.jkl-pagination {
|
|
4795
4800
|
display: flex;
|
|
@@ -5158,11 +5163,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5158
5163
|
}
|
|
5159
5164
|
|
|
5160
5165
|
.jkl-countdown__tracker {
|
|
5161
|
-
animation: jkl-downcount-
|
|
5166
|
+
animation: jkl-downcount-uqet3d4 var(--duration) linear forwards;
|
|
5162
5167
|
animation-play-state: var(--play-state, running);
|
|
5163
5168
|
}
|
|
5164
5169
|
|
|
5165
|
-
@keyframes jkl-downcount-
|
|
5170
|
+
@keyframes jkl-downcount-uqet3d4 {
|
|
5166
5171
|
from {
|
|
5167
5172
|
width: 100%;
|
|
5168
5173
|
}
|
|
@@ -5370,7 +5375,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5370
5375
|
margin-bottom: 0;
|
|
5371
5376
|
}
|
|
5372
5377
|
.jkl-system-message--dismissed {
|
|
5373
|
-
animation: jkl-dismiss-
|
|
5378
|
+
animation: jkl-dismiss-uqet3dj 400ms ease-in forwards;
|
|
5374
5379
|
transition: visibility 0ms 400ms;
|
|
5375
5380
|
visibility: hidden;
|
|
5376
5381
|
}
|
|
@@ -5402,7 +5407,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
|
|
|
5402
5407
|
}
|
|
5403
5408
|
}
|
|
5404
5409
|
|
|
5405
|
-
@keyframes jkl-dismiss-
|
|
5410
|
+
@keyframes jkl-dismiss-uqet3dj {
|
|
5406
5411
|
from {
|
|
5407
5412
|
opacity: 1;
|
|
5408
5413
|
transform: translate3d(0, 0, 0);
|
|
@@ -6272,14 +6277,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6272
6277
|
|
|
6273
6278
|
.jkl-toast[data-animation=entering],
|
|
6274
6279
|
.jkl-toast[data-animation=queued] {
|
|
6275
|
-
animation: jkl-entering-
|
|
6280
|
+
animation: jkl-entering-uqet3ec 200ms ease-out forwards;
|
|
6276
6281
|
}
|
|
6277
6282
|
|
|
6278
6283
|
.jkl-toast[data-animation=exiting] {
|
|
6279
|
-
animation: jkl-exiting-
|
|
6284
|
+
animation: jkl-exiting-uqet3fc 150ms ease-in forwards;
|
|
6280
6285
|
}
|
|
6281
6286
|
|
|
6282
|
-
@keyframes jkl-entering-
|
|
6287
|
+
@keyframes jkl-entering-uqet3ec {
|
|
6283
6288
|
from {
|
|
6284
6289
|
opacity: 0;
|
|
6285
6290
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6289,7 +6294,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6289
6294
|
transform: translate3d(0, 0, 0);
|
|
6290
6295
|
}
|
|
6291
6296
|
}
|
|
6292
|
-
@keyframes jkl-exiting-
|
|
6297
|
+
@keyframes jkl-exiting-uqet3fc {
|
|
6293
6298
|
from {
|
|
6294
6299
|
opacity: 1;
|
|
6295
6300
|
transform: translate3d(0, 0, 0);
|