@fremtind/jokul 0.25.2 → 0.25.4
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/_index.scss +1 -1
- 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/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/pagination/_index.scss +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 +172 -172
- package/styles/styles.min.css +1 -1
package/styles/styles.css
CHANGED
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
height: 1rem;
|
|
610
610
|
}
|
|
611
611
|
html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
612
|
-
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-
|
|
612
|
+
animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-u2qysmy;
|
|
613
613
|
}
|
|
614
614
|
:not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
|
|
615
615
|
scale: 1.05;
|
|
@@ -653,7 +653,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
653
653
|
--background-color: var(--jkl-color-background-interactive-hover);
|
|
654
654
|
}
|
|
655
655
|
|
|
656
|
-
@keyframes jkl-tertiary-flash-
|
|
656
|
+
@keyframes jkl-tertiary-flash-u2qysmy {
|
|
657
657
|
0% {
|
|
658
658
|
opacity: 0.5;
|
|
659
659
|
scale: 1;
|
|
@@ -678,15 +678,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
678
678
|
animation: 2500ms linear infinite;
|
|
679
679
|
}
|
|
680
680
|
.jkl-loader__dot--left {
|
|
681
|
-
animation-name: jkl-loader-left-spin-
|
|
681
|
+
animation-name: jkl-loader-left-spin-u2qysno;
|
|
682
682
|
margin-right: 1.71em;
|
|
683
683
|
}
|
|
684
684
|
.jkl-loader__dot--middle {
|
|
685
|
-
animation-name: jkl-loader-middle-spin-
|
|
685
|
+
animation-name: jkl-loader-middle-spin-u2qysoc;
|
|
686
686
|
margin-right: 1.9em;
|
|
687
687
|
}
|
|
688
688
|
.jkl-loader__dot--right {
|
|
689
|
-
animation-name: jkl-loader-right-spin-
|
|
689
|
+
animation-name: jkl-loader-right-spin-u2qysok;
|
|
690
690
|
}
|
|
691
691
|
@media screen and (forced-colors: active) {
|
|
692
692
|
.jkl-loader__dot {
|
|
@@ -714,7 +714,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
714
714
|
margin-right: 0.3em;
|
|
715
715
|
}
|
|
716
716
|
|
|
717
|
-
@keyframes jkl-loader-left-spin-
|
|
717
|
+
@keyframes jkl-loader-left-spin-u2qysno {
|
|
718
718
|
0% {
|
|
719
719
|
transform: rotate(0) scale(0);
|
|
720
720
|
}
|
|
@@ -728,7 +728,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
728
728
|
transform: rotate(180deg) scale(0);
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
|
-
@keyframes jkl-loader-middle-spin-
|
|
731
|
+
@keyframes jkl-loader-middle-spin-u2qysoc {
|
|
732
732
|
0% {
|
|
733
733
|
transform: rotate(20deg) scale(0);
|
|
734
734
|
}
|
|
@@ -745,7 +745,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
745
745
|
transform: rotate(200deg) scale(0);
|
|
746
746
|
}
|
|
747
747
|
}
|
|
748
|
-
@keyframes jkl-loader-right-spin-
|
|
748
|
+
@keyframes jkl-loader-right-spin-u2qysok {
|
|
749
749
|
0% {
|
|
750
750
|
transform: rotate(40deg) scale(0);
|
|
751
751
|
}
|
|
@@ -759,6 +759,150 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
|
|
|
759
759
|
transform: rotate(220deg) scale(0);
|
|
760
760
|
}
|
|
761
761
|
}
|
|
762
|
+
@media screen and (prefers-color-scheme: light) {
|
|
763
|
+
:root {
|
|
764
|
+
--jkl-skeleton-element-color: #e0dbd4;
|
|
765
|
+
--jkl-skeleton-sweeper-color: #f9f9f9;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
[data-theme=light] {
|
|
769
|
+
--jkl-skeleton-element-color: #e0dbd4;
|
|
770
|
+
--jkl-skeleton-sweeper-color: #f9f9f9;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@media screen and (prefers-color-scheme: dark) {
|
|
774
|
+
:root {
|
|
775
|
+
--jkl-skeleton-element-color: #636060;
|
|
776
|
+
--jkl-skeleton-sweeper-color: #1b1917;
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
[data-theme=dark] {
|
|
780
|
+
--jkl-skeleton-element-color: #636060;
|
|
781
|
+
--jkl-skeleton-sweeper-color: #1b1917;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.jkl-skeleton-animation {
|
|
785
|
+
--jkl-skeleton-sweep-duration: 3s;
|
|
786
|
+
position: relative;
|
|
787
|
+
overflow: hidden;
|
|
788
|
+
}
|
|
789
|
+
.jkl-skeleton-animation::after {
|
|
790
|
+
content: " ";
|
|
791
|
+
position: absolute;
|
|
792
|
+
top: 0;
|
|
793
|
+
bottom: 0;
|
|
794
|
+
width: 12.5rem;
|
|
795
|
+
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%);
|
|
796
|
+
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u2qysow;
|
|
797
|
+
}
|
|
798
|
+
@media (width >= 0) and (max-width: 679px) {
|
|
799
|
+
.jkl-skeleton-animation {
|
|
800
|
+
width: 9.375rem;
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
804
|
+
.jkl-skeleton-animation::after {
|
|
805
|
+
background: none;
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
@media screen and (forced-colors: active) {
|
|
809
|
+
.jkl-skeleton-animation::after {
|
|
810
|
+
animation: none;
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
.jkl-skeleton-animation--compact::after {
|
|
814
|
+
width: 9.375rem;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.jkl-skeleton-element {
|
|
818
|
+
border-radius: 0.125rem;
|
|
819
|
+
background-color: var(--jkl-skeleton-element-color);
|
|
820
|
+
}
|
|
821
|
+
.jkl-skeleton-element--circle {
|
|
822
|
+
border-radius: 50%;
|
|
823
|
+
}
|
|
824
|
+
@media screen and (forced-colors: active) {
|
|
825
|
+
.jkl-skeleton-element {
|
|
826
|
+
border: 1px solid CanvasText;
|
|
827
|
+
animation: 2s ease infinite jkl-blink-u2qysp5;
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.jkl-skeleton-input {
|
|
832
|
+
display: flex;
|
|
833
|
+
flex-direction: column;
|
|
834
|
+
gap: 0.75rem;
|
|
835
|
+
}
|
|
836
|
+
.jkl-skeleton-input__checkbox {
|
|
837
|
+
display: flex;
|
|
838
|
+
flex-direction: row;
|
|
839
|
+
flex-wrap: nowrap;
|
|
840
|
+
gap: 0.5rem;
|
|
841
|
+
}
|
|
842
|
+
@media (width >= 0) and (max-width: 679px) {
|
|
843
|
+
.jkl-skeleton-input {
|
|
844
|
+
gap: 0.5rem;
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
.jkl-skeleton-input--compact::after {
|
|
848
|
+
gap: 0.5rem;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.jkl-skeleton-table {
|
|
852
|
+
display: flex;
|
|
853
|
+
flex-direction: column;
|
|
854
|
+
}
|
|
855
|
+
.jkl-skeleton-table__header, .jkl-skeleton-table__row {
|
|
856
|
+
display: flex;
|
|
857
|
+
flex-direction: row;
|
|
858
|
+
justify-content: space-between;
|
|
859
|
+
border-bottom: solid 1px var(--jkl-skeleton-element-color);
|
|
860
|
+
}
|
|
861
|
+
.jkl-skeleton-table__header {
|
|
862
|
+
padding: 0.75rem 0.5rem;
|
|
863
|
+
}
|
|
864
|
+
.jkl-skeleton-table__row {
|
|
865
|
+
padding: 1rem 0.5rem;
|
|
866
|
+
}
|
|
867
|
+
@media (width >= 0) and (max-width: 679px) {
|
|
868
|
+
.jkl-skeleton-table__header {
|
|
869
|
+
padding: 0.5rem 0.25rem;
|
|
870
|
+
}
|
|
871
|
+
.jkl-skeleton-table__row {
|
|
872
|
+
padding: 0.75rem 0.25rem;
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
.jkl-skeleton-table--compact::after__header {
|
|
876
|
+
padding: 0.5rem 0.25rem;
|
|
877
|
+
}
|
|
878
|
+
.jkl-skeleton-table--compact::after__row {
|
|
879
|
+
padding: 0.75rem 0.25rem;
|
|
880
|
+
}
|
|
881
|
+
@media screen and (forced-colors: active) {
|
|
882
|
+
.jkl-skeleton-table {
|
|
883
|
+
animation: 2s ease-in-out infinite jkl-blink-u2qysp5;
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
@keyframes jkl-sweep-u2qysow {
|
|
888
|
+
0% {
|
|
889
|
+
transform: translateX(calc(0vw - 200px));
|
|
890
|
+
}
|
|
891
|
+
80%, 100% {
|
|
892
|
+
transform: translateX(calc(100vw + 400px));
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
@keyframes jkl-blink-u2qysp5 {
|
|
896
|
+
0% {
|
|
897
|
+
opacity: 1;
|
|
898
|
+
}
|
|
899
|
+
40%, 50% {
|
|
900
|
+
opacity: 0.3;
|
|
901
|
+
}
|
|
902
|
+
70%, 100% {
|
|
903
|
+
opacity: 1;
|
|
904
|
+
}
|
|
905
|
+
}
|
|
762
906
|
:root,
|
|
763
907
|
[data-layout-density=comfortable],
|
|
764
908
|
[data-density=comfortable] {
|
|
@@ -1311,7 +1455,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1311
1455
|
--jkl-checkbox-line-height: 1.5rem;
|
|
1312
1456
|
}
|
|
1313
1457
|
|
|
1314
|
-
@keyframes jkl-checkbox-checked-
|
|
1458
|
+
@keyframes jkl-checkbox-checked-u2qysp9 {
|
|
1315
1459
|
0% {
|
|
1316
1460
|
width: 0;
|
|
1317
1461
|
height: 0;
|
|
@@ -1325,7 +1469,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1325
1469
|
height: 58%;
|
|
1326
1470
|
}
|
|
1327
1471
|
}
|
|
1328
|
-
@keyframes jkl-checkbox-indeterminate-
|
|
1472
|
+
@keyframes jkl-checkbox-indeterminate-u2qysq0 {
|
|
1329
1473
|
0% {
|
|
1330
1474
|
width: 0;
|
|
1331
1475
|
}
|
|
@@ -1353,11 +1497,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1353
1497
|
top: -6px;
|
|
1354
1498
|
}
|
|
1355
1499
|
.jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
|
|
1356
|
-
animation: jkl-checkbox-checked-
|
|
1500
|
+
animation: jkl-checkbox-checked-u2qysp9 150ms ease-in-out forwards;
|
|
1357
1501
|
opacity: 1;
|
|
1358
1502
|
}
|
|
1359
1503
|
.jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
|
|
1360
|
-
animation: jkl-checkbox-indeterminate-
|
|
1504
|
+
animation: jkl-checkbox-indeterminate-u2qysq0 150ms ease-in-out forwards;
|
|
1361
1505
|
opacity: 1;
|
|
1362
1506
|
}
|
|
1363
1507
|
.jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
|
|
@@ -1881,7 +2025,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1881
2025
|
--color: var(--jkl-color-text-default);
|
|
1882
2026
|
}
|
|
1883
2027
|
.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 {
|
|
1884
|
-
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-
|
|
2028
|
+
animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u2qysqf forwards;
|
|
1885
2029
|
}
|
|
1886
2030
|
.jkl-form-support-label--sr-only {
|
|
1887
2031
|
border: 0 !important;
|
|
@@ -1956,7 +2100,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
|
|
|
1956
2100
|
white-space: nowrap !important; /* 3 */
|
|
1957
2101
|
}
|
|
1958
2102
|
|
|
1959
|
-
@keyframes jkl-support-icon-entrance-
|
|
2103
|
+
@keyframes jkl-support-icon-entrance-u2qysqf {
|
|
1960
2104
|
0% {
|
|
1961
2105
|
margin-right: 0;
|
|
1962
2106
|
opacity: 0;
|
|
@@ -3399,7 +3543,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
3399
3543
|
padding: 1rem 0 2.5rem 0;
|
|
3400
3544
|
}
|
|
3401
3545
|
|
|
3402
|
-
@keyframes jkl-show-
|
|
3546
|
+
@keyframes jkl-show-u2qysqz {
|
|
3403
3547
|
from {
|
|
3404
3548
|
transform: translate3d(0, 0.5rem, 0);
|
|
3405
3549
|
opacity: 0;
|
|
@@ -3434,7 +3578,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
|
|
|
3434
3578
|
}
|
|
3435
3579
|
}
|
|
3436
3580
|
.jkl-feedback__fade-in {
|
|
3437
|
-
animation: jkl-show-
|
|
3581
|
+
animation: jkl-show-u2qysqz 0.25s ease-out;
|
|
3438
3582
|
}
|
|
3439
3583
|
|
|
3440
3584
|
.jkl-feedback-smileys {
|
|
@@ -3666,7 +3810,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3666
3810
|
--background-color: var(--jkl-color-background-alert-success);
|
|
3667
3811
|
}
|
|
3668
3812
|
.jkl-message--dismissed {
|
|
3669
|
-
animation: jkl-dismiss-
|
|
3813
|
+
animation: jkl-dismiss-u2qysrq 400ms ease-in-out forwards;
|
|
3670
3814
|
transition: visibility 0ms 400ms;
|
|
3671
3815
|
visibility: hidden;
|
|
3672
3816
|
}
|
|
@@ -3686,7 +3830,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3686
3830
|
}
|
|
3687
3831
|
}
|
|
3688
3832
|
|
|
3689
|
-
@keyframes jkl-dismiss-
|
|
3833
|
+
@keyframes jkl-dismiss-u2qysrq {
|
|
3690
3834
|
from {
|
|
3691
3835
|
opacity: 1;
|
|
3692
3836
|
transform: translate3d(0, 0, 0);
|
|
@@ -3742,7 +3886,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3742
3886
|
--jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
|
|
3743
3887
|
}
|
|
3744
3888
|
|
|
3745
|
-
@keyframes jkl-dot-in-
|
|
3889
|
+
@keyframes jkl-dot-in-u2qysrv {
|
|
3746
3890
|
0% {
|
|
3747
3891
|
transform: scale(0.8);
|
|
3748
3892
|
}
|
|
@@ -3785,7 +3929,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3785
3929
|
}
|
|
3786
3930
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
3787
3931
|
--dot-color: var(--jkl-color-border-action);
|
|
3788
|
-
animation: jkl-dot-in-
|
|
3932
|
+
animation: jkl-dot-in-u2qysrv 150ms ease;
|
|
3789
3933
|
}
|
|
3790
3934
|
@media screen and (forced-colors: active) {
|
|
3791
3935
|
.jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
|
|
@@ -3958,150 +4102,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
3958
4102
|
font-size: var(--jkl-small-font-size);
|
|
3959
4103
|
}
|
|
3960
4104
|
|
|
3961
|
-
@media screen and (prefers-color-scheme: light) {
|
|
3962
|
-
:root {
|
|
3963
|
-
--jkl-skeleton-element-color: #e0dbd4;
|
|
3964
|
-
--jkl-skeleton-sweeper-color: #f9f9f9;
|
|
3965
|
-
}
|
|
3966
|
-
}
|
|
3967
|
-
[data-theme=light] {
|
|
3968
|
-
--jkl-skeleton-element-color: #e0dbd4;
|
|
3969
|
-
--jkl-skeleton-sweeper-color: #f9f9f9;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
|
-
@media screen and (prefers-color-scheme: dark) {
|
|
3973
|
-
:root {
|
|
3974
|
-
--jkl-skeleton-element-color: #636060;
|
|
3975
|
-
--jkl-skeleton-sweeper-color: #1b1917;
|
|
3976
|
-
}
|
|
3977
|
-
}
|
|
3978
|
-
[data-theme=dark] {
|
|
3979
|
-
--jkl-skeleton-element-color: #636060;
|
|
3980
|
-
--jkl-skeleton-sweeper-color: #1b1917;
|
|
3981
|
-
}
|
|
3982
|
-
|
|
3983
|
-
.jkl-skeleton-animation {
|
|
3984
|
-
--jkl-skeleton-sweep-duration: 3s;
|
|
3985
|
-
position: relative;
|
|
3986
|
-
overflow: hidden;
|
|
3987
|
-
}
|
|
3988
|
-
.jkl-skeleton-animation::after {
|
|
3989
|
-
content: " ";
|
|
3990
|
-
position: absolute;
|
|
3991
|
-
top: 0;
|
|
3992
|
-
bottom: 0;
|
|
3993
|
-
width: 12.5rem;
|
|
3994
|
-
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%);
|
|
3995
|
-
animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uoahfqx;
|
|
3996
|
-
}
|
|
3997
|
-
@media (width >= 0) and (max-width: 679px) {
|
|
3998
|
-
.jkl-skeleton-animation {
|
|
3999
|
-
width: 9.375rem;
|
|
4000
|
-
}
|
|
4001
|
-
}
|
|
4002
|
-
@media screen and (prefers-reduced-motion: reduce) {
|
|
4003
|
-
.jkl-skeleton-animation::after {
|
|
4004
|
-
background: none;
|
|
4005
|
-
}
|
|
4006
|
-
}
|
|
4007
|
-
@media screen and (forced-colors: active) {
|
|
4008
|
-
.jkl-skeleton-animation::after {
|
|
4009
|
-
animation: none;
|
|
4010
|
-
}
|
|
4011
|
-
}
|
|
4012
|
-
.jkl-skeleton-animation--compact::after {
|
|
4013
|
-
width: 9.375rem;
|
|
4014
|
-
}
|
|
4015
|
-
|
|
4016
|
-
.jkl-skeleton-element {
|
|
4017
|
-
border-radius: 0.125rem;
|
|
4018
|
-
background-color: var(--jkl-skeleton-element-color);
|
|
4019
|
-
}
|
|
4020
|
-
.jkl-skeleton-element--circle {
|
|
4021
|
-
border-radius: 50%;
|
|
4022
|
-
}
|
|
4023
|
-
@media screen and (forced-colors: active) {
|
|
4024
|
-
.jkl-skeleton-element {
|
|
4025
|
-
border: 1px solid CanvasText;
|
|
4026
|
-
animation: 2s ease infinite jkl-blink-uoahfr4;
|
|
4027
|
-
}
|
|
4028
|
-
}
|
|
4029
|
-
|
|
4030
|
-
.jkl-skeleton-input {
|
|
4031
|
-
display: flex;
|
|
4032
|
-
flex-direction: column;
|
|
4033
|
-
gap: 0.75rem;
|
|
4034
|
-
}
|
|
4035
|
-
.jkl-skeleton-input__checkbox {
|
|
4036
|
-
display: flex;
|
|
4037
|
-
flex-direction: row;
|
|
4038
|
-
flex-wrap: nowrap;
|
|
4039
|
-
gap: 0.5rem;
|
|
4040
|
-
}
|
|
4041
|
-
@media (width >= 0) and (max-width: 679px) {
|
|
4042
|
-
.jkl-skeleton-input {
|
|
4043
|
-
gap: 0.5rem;
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
.jkl-skeleton-input--compact::after {
|
|
4047
|
-
gap: 0.5rem;
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
|
-
.jkl-skeleton-table {
|
|
4051
|
-
display: flex;
|
|
4052
|
-
flex-direction: column;
|
|
4053
|
-
}
|
|
4054
|
-
.jkl-skeleton-table__header, .jkl-skeleton-table__row {
|
|
4055
|
-
display: flex;
|
|
4056
|
-
flex-direction: row;
|
|
4057
|
-
justify-content: space-between;
|
|
4058
|
-
border-bottom: solid 1px var(--jkl-skeleton-element-color);
|
|
4059
|
-
}
|
|
4060
|
-
.jkl-skeleton-table__header {
|
|
4061
|
-
padding: 0.75rem 0.5rem;
|
|
4062
|
-
}
|
|
4063
|
-
.jkl-skeleton-table__row {
|
|
4064
|
-
padding: 1rem 0.5rem;
|
|
4065
|
-
}
|
|
4066
|
-
@media (width >= 0) and (max-width: 679px) {
|
|
4067
|
-
.jkl-skeleton-table__header {
|
|
4068
|
-
padding: 0.5rem 0.25rem;
|
|
4069
|
-
}
|
|
4070
|
-
.jkl-skeleton-table__row {
|
|
4071
|
-
padding: 0.75rem 0.25rem;
|
|
4072
|
-
}
|
|
4073
|
-
}
|
|
4074
|
-
.jkl-skeleton-table--compact::after__header {
|
|
4075
|
-
padding: 0.5rem 0.25rem;
|
|
4076
|
-
}
|
|
4077
|
-
.jkl-skeleton-table--compact::after__row {
|
|
4078
|
-
padding: 0.75rem 0.25rem;
|
|
4079
|
-
}
|
|
4080
|
-
@media screen and (forced-colors: active) {
|
|
4081
|
-
.jkl-skeleton-table {
|
|
4082
|
-
animation: 2s ease-in-out infinite jkl-blink-uoahfr4;
|
|
4083
|
-
}
|
|
4084
|
-
}
|
|
4085
|
-
|
|
4086
|
-
@keyframes jkl-sweep-uoahfqx {
|
|
4087
|
-
0% {
|
|
4088
|
-
transform: translateX(calc(0vw - 200px));
|
|
4089
|
-
}
|
|
4090
|
-
80%, 100% {
|
|
4091
|
-
transform: translateX(calc(100vw + 400px));
|
|
4092
|
-
}
|
|
4093
|
-
}
|
|
4094
|
-
@keyframes jkl-blink-uoahfr4 {
|
|
4095
|
-
0% {
|
|
4096
|
-
opacity: 1;
|
|
4097
|
-
}
|
|
4098
|
-
40%, 50% {
|
|
4099
|
-
opacity: 0.3;
|
|
4100
|
-
}
|
|
4101
|
-
70%, 100% {
|
|
4102
|
-
opacity: 1;
|
|
4103
|
-
}
|
|
4104
|
-
}
|
|
4105
4105
|
@media screen and (prefers-color-scheme: light) {
|
|
4106
4106
|
:root {
|
|
4107
4107
|
--jkl-logo-color: #1b1917;
|
|
@@ -4864,11 +4864,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
|
|
|
4864
4864
|
}
|
|
4865
4865
|
|
|
4866
4866
|
.jkl-countdown__tracker {
|
|
4867
|
-
animation: jkl-downcount-
|
|
4867
|
+
animation: jkl-downcount-u2qyssj var(--duration) linear forwards;
|
|
4868
4868
|
animation-play-state: var(--play-state, running);
|
|
4869
4869
|
}
|
|
4870
4870
|
|
|
4871
|
-
@keyframes jkl-downcount-
|
|
4871
|
+
@keyframes jkl-downcount-u2qyssj {
|
|
4872
4872
|
from {
|
|
4873
4873
|
width: 100%;
|
|
4874
4874
|
}
|
|
@@ -5067,7 +5067,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5067
5067
|
margin-bottom: 0;
|
|
5068
5068
|
}
|
|
5069
5069
|
.jkl-system-message--dismissed {
|
|
5070
|
-
animation: jkl-dismiss-
|
|
5070
|
+
animation: jkl-dismiss-u2qysst 400ms ease-in forwards;
|
|
5071
5071
|
transition: visibility 0ms 400ms;
|
|
5072
5072
|
visibility: hidden;
|
|
5073
5073
|
}
|
|
@@ -5099,7 +5099,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
|
|
|
5099
5099
|
}
|
|
5100
5100
|
}
|
|
5101
5101
|
|
|
5102
|
-
@keyframes jkl-dismiss-
|
|
5102
|
+
@keyframes jkl-dismiss-u2qysst {
|
|
5103
5103
|
from {
|
|
5104
5104
|
opacity: 1;
|
|
5105
5105
|
transform: translate3d(0, 0, 0);
|
|
@@ -5969,14 +5969,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
5969
5969
|
|
|
5970
5970
|
.jkl-toast[data-animation=entering],
|
|
5971
5971
|
.jkl-toast[data-animation=queued] {
|
|
5972
|
-
animation: jkl-entering-
|
|
5972
|
+
animation: jkl-entering-u2qyssx 200ms ease-out forwards;
|
|
5973
5973
|
}
|
|
5974
5974
|
|
|
5975
5975
|
.jkl-toast[data-animation=exiting] {
|
|
5976
|
-
animation: jkl-exiting-
|
|
5976
|
+
animation: jkl-exiting-u2qystf 150ms ease-in forwards;
|
|
5977
5977
|
}
|
|
5978
5978
|
|
|
5979
|
-
@keyframes jkl-entering-
|
|
5979
|
+
@keyframes jkl-entering-u2qyssx {
|
|
5980
5980
|
from {
|
|
5981
5981
|
opacity: 0;
|
|
5982
5982
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5986,7 +5986,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
|
|
|
5986
5986
|
transform: translate3d(0, 0, 0);
|
|
5987
5987
|
}
|
|
5988
5988
|
}
|
|
5989
|
-
@keyframes jkl-exiting-
|
|
5989
|
+
@keyframes jkl-exiting-u2qystf {
|
|
5990
5990
|
from {
|
|
5991
5991
|
opacity: 1;
|
|
5992
5992
|
transform: translate3d(0, 0, 0);
|