@fremtind/jokul 0.36.2 → 0.36.3
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/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/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/radio-panel.css +2 -2
- package/styles/components/input-panel/radio-panel.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 +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/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 +37 -37
- package/styles/styles.min.css +1 -1
package/styles/styles.css
CHANGED
|
@@ -1142,7 +1142,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1142
1142
|
--color: var(--jkl-color-text-default);
|
|
1143
1143
|
}
|
|
1144
1144
|
.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 {
|
|
1145
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
1145
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uuiqrvh forwards;
|
|
1146
1146
|
}
|
|
1147
1147
|
.jkl-form-support-label--sr-only {
|
|
1148
1148
|
border: 0 !important;
|
|
@@ -1217,7 +1217,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1217
1217
|
white-space: nowrap !important; /* 3 */
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
|
-
@keyframes jkl-support-icon-entrance-
|
|
1220
|
+
@keyframes jkl-support-icon-entrance-uuiqrvh {
|
|
1221
1221
|
0% {
|
|
1222
1222
|
margin-right: 0;
|
|
1223
1223
|
opacity: 0;
|
|
@@ -1683,7 +1683,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1683
1683
|
height: 1rem;
|
|
1684
1684
|
}
|
|
1685
1685
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1686
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1686
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uuiqrw8;
|
|
1687
1687
|
}
|
|
1688
1688
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
1689
1689
|
scale: 1.05;
|
|
@@ -1727,7 +1727,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1727
1727
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1728
1728
|
}
|
|
1729
1729
|
|
|
1730
|
-
@keyframes jkl-tertiary-flash-
|
|
1730
|
+
@keyframes jkl-tertiary-flash-uuiqrw8 {
|
|
1731
1731
|
0% {
|
|
1732
1732
|
opacity: 0.5;
|
|
1733
1733
|
scale: 1;
|
|
@@ -1752,15 +1752,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1752
1752
|
animation: 2500ms linear infinite;
|
|
1753
1753
|
}
|
|
1754
1754
|
.jkl-loader__dot--left {
|
|
1755
|
-
animation-name: jkl-loader-left-spin-
|
|
1755
|
+
animation-name: jkl-loader-left-spin-uuiqrx0;
|
|
1756
1756
|
margin-right: 1.71em;
|
|
1757
1757
|
}
|
|
1758
1758
|
.jkl-loader__dot--middle {
|
|
1759
|
-
animation-name: jkl-loader-middle-spin-
|
|
1759
|
+
animation-name: jkl-loader-middle-spin-uuiqrxs;
|
|
1760
1760
|
margin-right: 1.9em;
|
|
1761
1761
|
}
|
|
1762
1762
|
.jkl-loader__dot--right {
|
|
1763
|
-
animation-name: jkl-loader-right-spin-
|
|
1763
|
+
animation-name: jkl-loader-right-spin-uuiqryd;
|
|
1764
1764
|
}
|
|
1765
1765
|
@media screen and (forced-colors: active) {
|
|
1766
1766
|
.jkl-loader__dot {
|
|
@@ -1788,7 +1788,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1788
1788
|
margin-right: 0.3em;
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
|
-
@keyframes jkl-loader-left-spin-
|
|
1791
|
+
@keyframes jkl-loader-left-spin-uuiqrx0 {
|
|
1792
1792
|
0% {
|
|
1793
1793
|
transform: rotate(0) scale(0);
|
|
1794
1794
|
}
|
|
@@ -1802,7 +1802,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1802
1802
|
transform: rotate(180deg) scale(0);
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
|
-
@keyframes jkl-loader-middle-spin-
|
|
1805
|
+
@keyframes jkl-loader-middle-spin-uuiqrxs {
|
|
1806
1806
|
0% {
|
|
1807
1807
|
transform: rotate(20deg) scale(0);
|
|
1808
1808
|
}
|
|
@@ -1819,7 +1819,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1819
1819
|
transform: rotate(200deg) scale(0);
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
|
-
@keyframes jkl-loader-right-spin-
|
|
1822
|
+
@keyframes jkl-loader-right-spin-uuiqryd {
|
|
1823
1823
|
0% {
|
|
1824
1824
|
transform: rotate(40deg) scale(0);
|
|
1825
1825
|
}
|
|
@@ -1867,7 +1867,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1867
1867
|
bottom: 0;
|
|
1868
1868
|
width: 12.5rem;
|
|
1869
1869
|
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%);
|
|
1870
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1870
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uuiqrza;
|
|
1871
1871
|
}
|
|
1872
1872
|
@media (width >= 0) and (max-width: 679px) {
|
|
1873
1873
|
.jkl-skeleton-animation {
|
|
@@ -1898,7 +1898,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1898
1898
|
@media screen and (forced-colors: active) {
|
|
1899
1899
|
.jkl-skeleton-element {
|
|
1900
1900
|
border: 1px solid CanvasText;
|
|
1901
|
-
animation: 2s ease infinite jkl-blink-
|
|
1901
|
+
animation: 2s ease infinite jkl-blink-uuiqrze;
|
|
1902
1902
|
}
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
@@ -1954,11 +1954,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
@media screen and (forced-colors: active) {
|
|
1956
1956
|
.jkl-skeleton-table {
|
|
1957
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1957
|
+
animation: 2s ease-in-out infinite jkl-blink-uuiqrze;
|
|
1958
1958
|
}
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
@keyframes jkl-sweep-
|
|
1961
|
+
@keyframes jkl-sweep-uuiqrza {
|
|
1962
1962
|
0% {
|
|
1963
1963
|
transform: translateX(calc(0vw - 200px));
|
|
1964
1964
|
}
|
|
@@ -1966,7 +1966,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1966
1966
|
transform: translateX(calc(100vw + 400px));
|
|
1967
1967
|
}
|
|
1968
1968
|
}
|
|
1969
|
-
@keyframes jkl-blink-
|
|
1969
|
+
@keyframes jkl-blink-uuiqrze {
|
|
1970
1970
|
0% {
|
|
1971
1971
|
opacity: 1;
|
|
1972
1972
|
}
|
|
@@ -2437,7 +2437,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2437
2437
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2438
2438
|
}
|
|
2439
2439
|
|
|
2440
|
-
@keyframes jkl-checkbox-checked-
|
|
2440
|
+
@keyframes jkl-checkbox-checked-uuiqrzr {
|
|
2441
2441
|
0% {
|
|
2442
2442
|
width: 0;
|
|
2443
2443
|
height: 0;
|
|
@@ -2451,7 +2451,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2451
2451
|
height: 58%;
|
|
2452
2452
|
}
|
|
2453
2453
|
}
|
|
2454
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2454
|
+
@keyframes jkl-checkbox-indeterminate-uuiqs0r {
|
|
2455
2455
|
0% {
|
|
2456
2456
|
width: 0;
|
|
2457
2457
|
}
|
|
@@ -2479,11 +2479,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2479
2479
|
top: -6px;
|
|
2480
2480
|
}
|
|
2481
2481
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2482
|
-
animation: jkl-checkbox-checked-
|
|
2482
|
+
animation: jkl-checkbox-checked-uuiqrzr 150ms ease-in-out forwards;
|
|
2483
2483
|
opacity: 1;
|
|
2484
2484
|
}
|
|
2485
2485
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2486
|
-
animation: jkl-checkbox-indeterminate-
|
|
2486
|
+
animation: jkl-checkbox-indeterminate-uuiqs0r 150ms ease-in-out forwards;
|
|
2487
2487
|
opacity: 1;
|
|
2488
2488
|
}
|
|
2489
2489
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -3907,7 +3907,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3907
3907
|
padding: 1rem 0 2.5rem 0;
|
|
3908
3908
|
}
|
|
3909
3909
|
|
|
3910
|
-
@keyframes jkl-show-
|
|
3910
|
+
@keyframes jkl-show-uuiqs1e {
|
|
3911
3911
|
from {
|
|
3912
3912
|
transform: translate3d(0, 0.5rem, 0);
|
|
3913
3913
|
opacity: 0;
|
|
@@ -3942,7 +3942,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3942
3942
|
}
|
|
3943
3943
|
}
|
|
3944
3944
|
.jkl-feedback__fade-in {
|
|
3945
|
-
animation: jkl-show-
|
|
3945
|
+
animation: jkl-show-uuiqs1e 0.25s ease-out;
|
|
3946
3946
|
}
|
|
3947
3947
|
.jkl-feedback__buttons {
|
|
3948
3948
|
display: flex;
|
|
@@ -4182,7 +4182,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4182
4182
|
--background-color: var(--jkl-color-background-alert-success);
|
|
4183
4183
|
}
|
|
4184
4184
|
.jkl-message--dismissed {
|
|
4185
|
-
animation: jkl-dismiss-
|
|
4185
|
+
animation: jkl-dismiss-uuiqs1p 400ms ease-in-out forwards;
|
|
4186
4186
|
transition: visibility 0ms 400ms;
|
|
4187
4187
|
visibility: hidden;
|
|
4188
4188
|
}
|
|
@@ -4202,7 +4202,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4202
4202
|
}
|
|
4203
4203
|
}
|
|
4204
4204
|
|
|
4205
|
-
@keyframes jkl-dismiss-
|
|
4205
|
+
@keyframes jkl-dismiss-uuiqs1p {
|
|
4206
4206
|
from {
|
|
4207
4207
|
opacity: 1;
|
|
4208
4208
|
transform: translate3d(0, 0, 0);
|
|
@@ -4258,7 +4258,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4258
4258
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4259
4259
|
}
|
|
4260
4260
|
|
|
4261
|
-
@keyframes jkl-dot-in-
|
|
4261
|
+
@keyframes jkl-dot-in-uuiqs2i {
|
|
4262
4262
|
0% {
|
|
4263
4263
|
transform: scale(0.8);
|
|
4264
4264
|
}
|
|
@@ -4303,7 +4303,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4303
4303
|
}
|
|
4304
4304
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4305
4305
|
--dot-color: var(--jkl-color-border-action);
|
|
4306
|
-
animation: jkl-dot-in-
|
|
4306
|
+
animation: jkl-dot-in-uuiqs2i 150ms ease;
|
|
4307
4307
|
}
|
|
4308
4308
|
@media screen and (forced-colors: active) {
|
|
4309
4309
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4453,7 +4453,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4453
4453
|
--background-color: var(--jkl-color-background-container-high);
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
|
-
@keyframes jkl-dot-in-
|
|
4456
|
+
@keyframes jkl-dot-in-uuiqs34 {
|
|
4457
4457
|
0% {
|
|
4458
4458
|
transform: scale(0.8);
|
|
4459
4459
|
}
|
|
@@ -4501,7 +4501,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4501
4501
|
}
|
|
4502
4502
|
}
|
|
4503
4503
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4504
|
-
animation: jkl-dot-in-
|
|
4504
|
+
animation: jkl-dot-in-uuiqs34 150ms ease;
|
|
4505
4505
|
}
|
|
4506
4506
|
.jkl-radio-panel:has(:checked) {
|
|
4507
4507
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4513,7 +4513,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4513
4513
|
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
|
-
@keyframes jkl-checkbox-checked-
|
|
4516
|
+
@keyframes jkl-checkbox-checked-uuiqs41 {
|
|
4517
4517
|
0% {
|
|
4518
4518
|
width: 0;
|
|
4519
4519
|
height: 0;
|
|
@@ -4576,7 +4576,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4576
4576
|
}
|
|
4577
4577
|
}
|
|
4578
4578
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4579
|
-
animation: jkl-checkbox-checked-
|
|
4579
|
+
animation: jkl-checkbox-checked-uuiqs41 150ms ease-in-out forwards;
|
|
4580
4580
|
opacity: 1;
|
|
4581
4581
|
}
|
|
4582
4582
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -5344,11 +5344,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5344
5344
|
}
|
|
5345
5345
|
|
|
5346
5346
|
.jkl-countdown__tracker {
|
|
5347
|
-
animation: jkl-downcount-
|
|
5347
|
+
animation: jkl-downcount-uuiqs4d var(--duration) linear forwards;
|
|
5348
5348
|
animation-play-state: var(--play-state, running);
|
|
5349
5349
|
}
|
|
5350
5350
|
|
|
5351
|
-
@keyframes jkl-downcount-
|
|
5351
|
+
@keyframes jkl-downcount-uuiqs4d {
|
|
5352
5352
|
from {
|
|
5353
5353
|
width: 100%;
|
|
5354
5354
|
}
|
|
@@ -5549,7 +5549,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5549
5549
|
margin-bottom: 0;
|
|
5550
5550
|
}
|
|
5551
5551
|
.jkl-system-message--dismissed {
|
|
5552
|
-
animation: jkl-dismiss-
|
|
5552
|
+
animation: jkl-dismiss-uuiqs57 400ms ease-in forwards;
|
|
5553
5553
|
transition: visibility 0ms 400ms;
|
|
5554
5554
|
visibility: hidden;
|
|
5555
5555
|
}
|
|
@@ -5581,7 +5581,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5581
5581
|
}
|
|
5582
5582
|
}
|
|
5583
5583
|
|
|
5584
|
-
@keyframes jkl-dismiss-
|
|
5584
|
+
@keyframes jkl-dismiss-uuiqs57 {
|
|
5585
5585
|
from {
|
|
5586
5586
|
opacity: 1;
|
|
5587
5587
|
transform: translate3d(0, 0, 0);
|
|
@@ -6462,14 +6462,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6462
6462
|
|
|
6463
6463
|
.jkl-toast[data-animation=entering],
|
|
6464
6464
|
.jkl-toast[data-animation=queued] {
|
|
6465
|
-
animation: jkl-entering-
|
|
6465
|
+
animation: jkl-entering-uuiqs5q 200ms ease-out forwards;
|
|
6466
6466
|
}
|
|
6467
6467
|
|
|
6468
6468
|
.jkl-toast[data-animation=exiting] {
|
|
6469
|
-
animation: jkl-exiting-
|
|
6469
|
+
animation: jkl-exiting-uuiqs6p 150ms ease-in forwards;
|
|
6470
6470
|
}
|
|
6471
6471
|
|
|
6472
|
-
@keyframes jkl-entering-
|
|
6472
|
+
@keyframes jkl-entering-uuiqs5q {
|
|
6473
6473
|
from {
|
|
6474
6474
|
opacity: 0;
|
|
6475
6475
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6479,7 +6479,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6479
6479
|
transform: translate3d(0, 0, 0);
|
|
6480
6480
|
}
|
|
6481
6481
|
}
|
|
6482
|
-
@keyframes jkl-exiting-
|
|
6482
|
+
@keyframes jkl-exiting-uuiqs6p {
|
|
6483
6483
|
from {
|
|
6484
6484
|
opacity: 1;
|
|
6485
6485
|
transform: translate3d(0, 0, 0);
|