@fremtind/jokul 0.31.5 → 0.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-stats.html +1 -1
- package/build/cjs/components/chip/Chip.cjs +2 -0
- package/build/cjs/components/chip/Chip.cjs.map +1 -0
- package/build/cjs/components/chip/Chip.d.cts +14 -0
- package/build/cjs/components/chip/index.cjs +2 -0
- package/build/cjs/components/chip/index.cjs.map +1 -0
- package/build/cjs/components/chip/index.d.cts +1 -0
- package/build/cjs/hooks/useScreen/useScreen.cjs +1 -1
- package/build/cjs/hooks/useScreen/useScreen.cjs.map +1 -1
- package/build/es/components/chip/Chip.d.ts +14 -0
- package/build/es/components/chip/Chip.js +2 -0
- package/build/es/components/chip/Chip.js.map +1 -0
- package/build/es/components/chip/index.d.ts +1 -0
- package/build/es/components/chip/index.js +2 -0
- package/build/es/components/chip/index.js.map +1 -0
- package/build/es/hooks/useScreen/useScreen.js +1 -1
- package/build/es/hooks/useScreen/useScreen.js.map +1 -1
- package/package.json +12 -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/chip/_index.scss +3 -0
- package/styles/components/chip/chip.css +105 -0
- package/styles/components/chip/chip.min.css +1 -0
- package/styles/components/chip/chip.scss +96 -0
- 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 +139 -37
- package/styles/styles.min.css +1 -1
- package/styles/styles.scss +1 -0
package/styles/styles.css
CHANGED
|
@@ -1132,7 +1132,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1132
1132
|
--color: var(--jkl-color-text-default);
|
|
1133
1133
|
}
|
|
1134
1134
|
.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 {
|
|
1135
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
1135
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uux9o26 forwards;
|
|
1136
1136
|
}
|
|
1137
1137
|
.jkl-form-support-label--sr-only {
|
|
1138
1138
|
border: 0 !important;
|
|
@@ -1207,7 +1207,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
1207
1207
|
white-space: nowrap !important; /* 3 */
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
|
-
@keyframes jkl-support-icon-entrance-
|
|
1210
|
+
@keyframes jkl-support-icon-entrance-uux9o26 {
|
|
1211
1211
|
0% {
|
|
1212
1212
|
margin-right: 0;
|
|
1213
1213
|
opacity: 0;
|
|
@@ -1669,7 +1669,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
|
|
|
1669
1669
|
height: 1rem;
|
|
1670
1670
|
}
|
|
1671
1671
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
1672
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
1672
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uux9o2v;
|
|
1673
1673
|
}
|
|
1674
1674
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
1675
1675
|
scale: 1.05;
|
|
@@ -1713,7 +1713,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1713
1713
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
1714
1714
|
}
|
|
1715
1715
|
|
|
1716
|
-
@keyframes jkl-tertiary-flash-
|
|
1716
|
+
@keyframes jkl-tertiary-flash-uux9o2v {
|
|
1717
1717
|
0% {
|
|
1718
1718
|
opacity: 0.5;
|
|
1719
1719
|
scale: 1;
|
|
@@ -1738,15 +1738,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1738
1738
|
animation: 2500ms linear infinite;
|
|
1739
1739
|
}
|
|
1740
1740
|
.jkl-loader__dot--left {
|
|
1741
|
-
animation-name: jkl-loader-left-spin-
|
|
1741
|
+
animation-name: jkl-loader-left-spin-uux9o3l;
|
|
1742
1742
|
margin-right: 1.71em;
|
|
1743
1743
|
}
|
|
1744
1744
|
.jkl-loader__dot--middle {
|
|
1745
|
-
animation-name: jkl-loader-middle-spin-
|
|
1745
|
+
animation-name: jkl-loader-middle-spin-uux9o4a;
|
|
1746
1746
|
margin-right: 1.9em;
|
|
1747
1747
|
}
|
|
1748
1748
|
.jkl-loader__dot--right {
|
|
1749
|
-
animation-name: jkl-loader-right-spin-
|
|
1749
|
+
animation-name: jkl-loader-right-spin-uux9o4j;
|
|
1750
1750
|
}
|
|
1751
1751
|
@media screen and (forced-colors: active) {
|
|
1752
1752
|
.jkl-loader__dot {
|
|
@@ -1774,7 +1774,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1774
1774
|
margin-right: 0.3em;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
-
@keyframes jkl-loader-left-spin-
|
|
1777
|
+
@keyframes jkl-loader-left-spin-uux9o3l {
|
|
1778
1778
|
0% {
|
|
1779
1779
|
transform: rotate(0) scale(0);
|
|
1780
1780
|
}
|
|
@@ -1788,7 +1788,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1788
1788
|
transform: rotate(180deg) scale(0);
|
|
1789
1789
|
}
|
|
1790
1790
|
}
|
|
1791
|
-
@keyframes jkl-loader-middle-spin-
|
|
1791
|
+
@keyframes jkl-loader-middle-spin-uux9o4a {
|
|
1792
1792
|
0% {
|
|
1793
1793
|
transform: rotate(20deg) scale(0);
|
|
1794
1794
|
}
|
|
@@ -1805,7 +1805,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1805
1805
|
transform: rotate(200deg) scale(0);
|
|
1806
1806
|
}
|
|
1807
1807
|
}
|
|
1808
|
-
@keyframes jkl-loader-right-spin-
|
|
1808
|
+
@keyframes jkl-loader-right-spin-uux9o4j {
|
|
1809
1809
|
0% {
|
|
1810
1810
|
transform: rotate(40deg) scale(0);
|
|
1811
1811
|
}
|
|
@@ -1853,7 +1853,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1853
1853
|
bottom: 0;
|
|
1854
1854
|
width: 12.5rem;
|
|
1855
1855
|
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%);
|
|
1856
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-
|
|
1856
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uux9o56;
|
|
1857
1857
|
}
|
|
1858
1858
|
@media (width >= 0) and (max-width: 679px) {
|
|
1859
1859
|
.jkl-skeleton-animation {
|
|
@@ -1884,7 +1884,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1884
1884
|
@media screen and (forced-colors: active) {
|
|
1885
1885
|
.jkl-skeleton-element {
|
|
1886
1886
|
border: 1px solid CanvasText;
|
|
1887
|
-
animation: 2s ease infinite jkl-blink-
|
|
1887
|
+
animation: 2s ease infinite jkl-blink-uux9o5c;
|
|
1888
1888
|
}
|
|
1889
1889
|
}
|
|
1890
1890
|
|
|
@@ -1940,11 +1940,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
@media screen and (forced-colors: active) {
|
|
1942
1942
|
.jkl-skeleton-table {
|
|
1943
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
1943
|
+
animation: 2s ease-in-out infinite jkl-blink-uux9o5c;
|
|
1944
1944
|
}
|
|
1945
1945
|
}
|
|
1946
1946
|
|
|
1947
|
-
@keyframes jkl-sweep-
|
|
1947
|
+
@keyframes jkl-sweep-uux9o56 {
|
|
1948
1948
|
0% {
|
|
1949
1949
|
transform: translateX(calc(0vw - 200px));
|
|
1950
1950
|
}
|
|
@@ -1952,7 +1952,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
1952
1952
|
transform: translateX(calc(100vw + 400px));
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
|
-
@keyframes jkl-blink-
|
|
1955
|
+
@keyframes jkl-blink-uux9o5c {
|
|
1956
1956
|
0% {
|
|
1957
1957
|
opacity: 1;
|
|
1958
1958
|
}
|
|
@@ -2422,7 +2422,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2422
2422
|
--jkl-checkbox-line-height: 1.5rem;
|
|
2423
2423
|
}
|
|
2424
2424
|
|
|
2425
|
-
@keyframes jkl-checkbox-checked-
|
|
2425
|
+
@keyframes jkl-checkbox-checked-uux9o60 {
|
|
2426
2426
|
0% {
|
|
2427
2427
|
width: 0;
|
|
2428
2428
|
height: 0;
|
|
@@ -2436,7 +2436,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2436
2436
|
height: 58%;
|
|
2437
2437
|
}
|
|
2438
2438
|
}
|
|
2439
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
2439
|
+
@keyframes jkl-checkbox-indeterminate-uux9o6s {
|
|
2440
2440
|
0% {
|
|
2441
2441
|
width: 0;
|
|
2442
2442
|
}
|
|
@@ -2464,11 +2464,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2464
2464
|
top: -6px;
|
|
2465
2465
|
}
|
|
2466
2466
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
2467
|
-
animation: jkl-checkbox-checked-
|
|
2467
|
+
animation: jkl-checkbox-checked-uux9o60 150ms ease-in-out forwards;
|
|
2468
2468
|
opacity: 1;
|
|
2469
2469
|
}
|
|
2470
2470
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
2471
|
-
animation: jkl-checkbox-indeterminate-
|
|
2471
|
+
animation: jkl-checkbox-indeterminate-uux9o6s 150ms ease-in-out forwards;
|
|
2472
2472
|
opacity: 1;
|
|
2473
2473
|
}
|
|
2474
2474
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -2580,6 +2580,108 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
2580
2580
|
--check-color: var(--jkl-color-text-on-alert);
|
|
2581
2581
|
}
|
|
2582
2582
|
|
|
2583
|
+
.jkl .jkl-chip[data-layout-density=compact],
|
|
2584
|
+
.jkl .jkl-chip[data-density=compact],
|
|
2585
|
+
.jkl [data-layout-density=compact] .jkl-chip,
|
|
2586
|
+
.jkl [data-density=compact] .jkl-chip,
|
|
2587
|
+
.jkl[data-layout-density=compact] .jkl-chip,
|
|
2588
|
+
.jkl[data-density=compact] .jkl-chip {
|
|
2589
|
+
--padding-inline-s: 0.5rem;
|
|
2590
|
+
--padding-inline-l: 0.75rem;
|
|
2591
|
+
--padding-icon-s: 0.25rem;
|
|
2592
|
+
--padding-icon-l: 0.5rem;
|
|
2593
|
+
--height-l: 2rem;
|
|
2594
|
+
--height-s: 1.5rem;
|
|
2595
|
+
--gap-s: 0.125rem;
|
|
2596
|
+
--gap-l: 0.25rem;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.jkl .jkl-chip,
|
|
2600
|
+
.jkl .jkl-chip[data-layout-density=comfortable],
|
|
2601
|
+
.jkl .jkl-chip[data-density=comfortable],
|
|
2602
|
+
.jkl [data-layout-density=comfortable] .jkl-chip,
|
|
2603
|
+
.jkl [data-density=comfortable] .jkl-chip,
|
|
2604
|
+
.jkl[data-layout-density=comfortable] .jkl-chip,
|
|
2605
|
+
.jkl[data-density=comfortable] .jkl-chip {
|
|
2606
|
+
--padding-inline-s: 0.75rem;
|
|
2607
|
+
--padding-inline-l: 1rem;
|
|
2608
|
+
--padding-icon-s: 0.5rem;
|
|
2609
|
+
--padding-icon-l: 0.75rem;
|
|
2610
|
+
--height-l: 2.5rem;
|
|
2611
|
+
--height-s: 2rem;
|
|
2612
|
+
--gap-s: 0.25rem;
|
|
2613
|
+
--gap-l: 0.5rem;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.jkl-chip {
|
|
2617
|
+
--text-color: var(--jkl-color-text-default);
|
|
2618
|
+
--border-color: var(--jkl-color-border-separator);
|
|
2619
|
+
--background-color: transparent;
|
|
2620
|
+
--border-width: 0.0625rem;
|
|
2621
|
+
font-size: 1rem;
|
|
2622
|
+
line-height: 1.5rem;
|
|
2623
|
+
font-weight: 700;
|
|
2624
|
+
--jkl-icon-weight: 500;
|
|
2625
|
+
--jkl-icon-size: 1.25rem;
|
|
2626
|
+
--jkl-icon-opsz: 20;
|
|
2627
|
+
cursor: pointer;
|
|
2628
|
+
position: relative;
|
|
2629
|
+
background-color: var(--background-color);
|
|
2630
|
+
color: var(--text-color);
|
|
2631
|
+
border: var(--border-width) solid var(--border-color);
|
|
2632
|
+
border-radius: 99999px;
|
|
2633
|
+
display: inline-flex;
|
|
2634
|
+
align-items: center;
|
|
2635
|
+
white-space: nowrap;
|
|
2636
|
+
gap: var(--gap, var(--gap-s));
|
|
2637
|
+
padding: 0 var(--padding-inline, var(--padding-inline-s));
|
|
2638
|
+
height: var(--height, var(--height-s));
|
|
2639
|
+
}
|
|
2640
|
+
@media screen and (forced-colors: active) {
|
|
2641
|
+
.jkl-chip {
|
|
2642
|
+
border: 2px none CanvasText;
|
|
2643
|
+
border-bottom-style: dotted;
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
.jkl-chip::after {
|
|
2647
|
+
content: "";
|
|
2648
|
+
opacity: 0;
|
|
2649
|
+
position: absolute;
|
|
2650
|
+
inset: 0;
|
|
2651
|
+
border-radius: inherit;
|
|
2652
|
+
background-color: var(--text-color);
|
|
2653
|
+
transition-timing-function: ease;
|
|
2654
|
+
transition-duration: 150ms;
|
|
2655
|
+
transition-property: opacity;
|
|
2656
|
+
}
|
|
2657
|
+
.jkl-chip:focus-visible {
|
|
2658
|
+
outline: 2px solid var(--jkl-color-border-action);
|
|
2659
|
+
outline-offset: 2px;
|
|
2660
|
+
}
|
|
2661
|
+
.jkl-chip:hover::after {
|
|
2662
|
+
opacity: 0.15;
|
|
2663
|
+
}
|
|
2664
|
+
.jkl-chip--filter[aria-pressed=true] {
|
|
2665
|
+
--background-color: var(--jkl-color-background-action);
|
|
2666
|
+
--text-color: var(--jkl-color-text-on-action);
|
|
2667
|
+
--border-color: var(--text-color);
|
|
2668
|
+
}
|
|
2669
|
+
.jkl-chip--small {
|
|
2670
|
+
--padding-inline: var(--padding-inline-s);
|
|
2671
|
+
--gap: var(--gap-s);
|
|
2672
|
+
--padding-icon: var(--padding-icon-s);
|
|
2673
|
+
--height: var(--height-s);
|
|
2674
|
+
}
|
|
2675
|
+
.jkl-chip--large {
|
|
2676
|
+
--padding-inline: var(--padding-inline-l);
|
|
2677
|
+
--gap: var(--gap-l);
|
|
2678
|
+
--padding-icon: var(--padding-icon-l);
|
|
2679
|
+
--height: var(--height-l);
|
|
2680
|
+
}
|
|
2681
|
+
.jkl-chip:has(.jkl-icon) {
|
|
2682
|
+
padding-inline-end: var(--padding-icon);
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2583
2685
|
@media screen and (prefers-color-scheme: light) {
|
|
2584
2686
|
:root {
|
|
2585
2687
|
--jkl-combobox-border-color: #636060;
|
|
@@ -3687,7 +3789,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3687
3789
|
padding: 1rem 0 2.5rem 0;
|
|
3688
3790
|
}
|
|
3689
3791
|
|
|
3690
|
-
@keyframes jkl-show-
|
|
3792
|
+
@keyframes jkl-show-uux9o70 {
|
|
3691
3793
|
from {
|
|
3692
3794
|
transform: translate3d(0, 0.5rem, 0);
|
|
3693
3795
|
opacity: 0;
|
|
@@ -3722,7 +3824,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
|
|
|
3722
3824
|
}
|
|
3723
3825
|
}
|
|
3724
3826
|
.jkl-feedback__fade-in {
|
|
3725
|
-
animation: jkl-show-
|
|
3827
|
+
animation: jkl-show-uux9o70 0.25s ease-out;
|
|
3726
3828
|
}
|
|
3727
3829
|
.jkl-feedback__buttons {
|
|
3728
3830
|
display: flex;
|
|
@@ -3960,7 +4062,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3960
4062
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3961
4063
|
}
|
|
3962
4064
|
.jkl-message--dismissed {
|
|
3963
|
-
animation: jkl-dismiss-
|
|
4065
|
+
animation: jkl-dismiss-uux9o7s 400ms ease-in-out forwards;
|
|
3964
4066
|
transition: visibility 0ms 400ms;
|
|
3965
4067
|
visibility: hidden;
|
|
3966
4068
|
}
|
|
@@ -3980,7 +4082,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3980
4082
|
}
|
|
3981
4083
|
}
|
|
3982
4084
|
|
|
3983
|
-
@keyframes jkl-dismiss-
|
|
4085
|
+
@keyframes jkl-dismiss-uux9o7s {
|
|
3984
4086
|
from {
|
|
3985
4087
|
opacity: 1;
|
|
3986
4088
|
transform: translate3d(0, 0, 0);
|
|
@@ -4036,7 +4138,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4036
4138
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
4037
4139
|
}
|
|
4038
4140
|
|
|
4039
|
-
@keyframes jkl-dot-in-
|
|
4141
|
+
@keyframes jkl-dot-in-uux9o8j {
|
|
4040
4142
|
0% {
|
|
4041
4143
|
transform: scale(0.8);
|
|
4042
4144
|
}
|
|
@@ -4079,7 +4181,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4079
4181
|
}
|
|
4080
4182
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
4081
4183
|
--dot-color: var(--jkl-color-border-action);
|
|
4082
|
-
animation: jkl-dot-in-
|
|
4184
|
+
animation: jkl-dot-in-uux9o8j 150ms ease;
|
|
4083
4185
|
}
|
|
4084
4186
|
@media screen and (forced-colors: active) {
|
|
4085
4187
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -4229,7 +4331,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4229
4331
|
--background-color: var(--jkl-color-background-container-high);
|
|
4230
4332
|
}
|
|
4231
4333
|
|
|
4232
|
-
@keyframes jkl-dot-in-
|
|
4334
|
+
@keyframes jkl-dot-in-uux9o94 {
|
|
4233
4335
|
0% {
|
|
4234
4336
|
transform: scale(0.8);
|
|
4235
4337
|
}
|
|
@@ -4277,7 +4379,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4277
4379
|
}
|
|
4278
4380
|
}
|
|
4279
4381
|
.jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
|
|
4280
|
-
animation: jkl-dot-in-
|
|
4382
|
+
animation: jkl-dot-in-uux9o94 150ms ease;
|
|
4281
4383
|
}
|
|
4282
4384
|
.jkl-radio-panel:has(:checked) {
|
|
4283
4385
|
--radio-dot-color: var(--jkl-color-border-action);
|
|
@@ -4289,7 +4391,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4289
4391
|
--radio-dot-color: var(--jkl-color-text-on-alert);
|
|
4290
4392
|
}
|
|
4291
4393
|
|
|
4292
|
-
@keyframes jkl-checkbox-checked-
|
|
4394
|
+
@keyframes jkl-checkbox-checked-uux9o9v {
|
|
4293
4395
|
0% {
|
|
4294
4396
|
width: 0;
|
|
4295
4397
|
height: 0;
|
|
@@ -4352,7 +4454,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4352
4454
|
}
|
|
4353
4455
|
}
|
|
4354
4456
|
.jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
|
|
4355
|
-
animation: jkl-checkbox-checked-
|
|
4457
|
+
animation: jkl-checkbox-checked-uux9o9v 150ms ease-in-out forwards;
|
|
4356
4458
|
opacity: 1;
|
|
4357
4459
|
}
|
|
4358
4460
|
.jkl-checkbox-panel:has([aria-invalid=true]) {
|
|
@@ -5116,11 +5218,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
5116
5218
|
}
|
|
5117
5219
|
|
|
5118
5220
|
.jkl-countdown__tracker {
|
|
5119
|
-
animation: jkl-downcount-
|
|
5221
|
+
animation: jkl-downcount-uux9o9w var(--duration) linear forwards;
|
|
5120
5222
|
animation-play-state: var(--play-state, running);
|
|
5121
5223
|
}
|
|
5122
5224
|
|
|
5123
|
-
@keyframes jkl-downcount-
|
|
5225
|
+
@keyframes jkl-downcount-uux9o9w {
|
|
5124
5226
|
from {
|
|
5125
5227
|
width: 100%;
|
|
5126
5228
|
}
|
|
@@ -5319,7 +5421,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5319
5421
|
margin-bottom: 0;
|
|
5320
5422
|
}
|
|
5321
5423
|
.jkl-system-message--dismissed {
|
|
5322
|
-
animation: jkl-dismiss-
|
|
5424
|
+
animation: jkl-dismiss-uux9oa3 400ms ease-in forwards;
|
|
5323
5425
|
transition: visibility 0ms 400ms;
|
|
5324
5426
|
visibility: hidden;
|
|
5325
5427
|
}
|
|
@@ -5351,7 +5453,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5351
5453
|
}
|
|
5352
5454
|
}
|
|
5353
5455
|
|
|
5354
|
-
@keyframes jkl-dismiss-
|
|
5456
|
+
@keyframes jkl-dismiss-uux9oa3 {
|
|
5355
5457
|
from {
|
|
5356
5458
|
opacity: 1;
|
|
5357
5459
|
transform: translate3d(0, 0, 0);
|
|
@@ -6226,14 +6328,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6226
6328
|
|
|
6227
6329
|
.jkl-toast[data-animation=entering],
|
|
6228
6330
|
.jkl-toast[data-animation=queued] {
|
|
6229
|
-
animation: jkl-entering-
|
|
6331
|
+
animation: jkl-entering-uux9oao 200ms ease-out forwards;
|
|
6230
6332
|
}
|
|
6231
6333
|
|
|
6232
6334
|
.jkl-toast[data-animation=exiting] {
|
|
6233
|
-
animation: jkl-exiting-
|
|
6335
|
+
animation: jkl-exiting-uux9obd 150ms ease-in forwards;
|
|
6234
6336
|
}
|
|
6235
6337
|
|
|
6236
|
-
@keyframes jkl-entering-
|
|
6338
|
+
@keyframes jkl-entering-uux9oao {
|
|
6237
6339
|
from {
|
|
6238
6340
|
opacity: 0;
|
|
6239
6341
|
transform: translate3d(0, 50%, 0);
|
|
@@ -6243,7 +6345,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
6243
6345
|
transform: translate3d(0, 0, 0);
|
|
6244
6346
|
}
|
|
6245
6347
|
}
|
|
6246
|
-
@keyframes jkl-exiting-
|
|
6348
|
+
@keyframes jkl-exiting-uux9obd {
|
|
6247
6349
|
from {
|
|
6248
6350
|
opacity: 1;
|
|
6249
6351
|
transform: translate3d(0, 0, 0);
|