@fremtind/jokul 5.0.0-next.4 → 5.0.0-next.5
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 +1 -1
- 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/file-input/file-input.css +9 -9
- package/styles/components/file-input/file-input.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 +3 -3
- 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/segmented-control/segmented-control.css +2 -2
- package/styles/components/segmented-control/segmented-control.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/components.css +24 -24
- package/styles/components.min.css +1 -1
- package/build/cjs/core/tokens.cjs +0 -2
- package/build/cjs/core/tokens.cjs.map +0 -1
- package/build/cjs/core/tokens.d.cts +0 -593
- package/build/es/core/tokens.d.ts +0 -593
- package/build/es/core/tokens.js +0 -2
- package/build/es/core/tokens.js.map +0 -1
- package/styles/core/jkl/_tokens.scss +0 -59
- package/styles/core/jkl/legacy/_dynamic-colors.scss +0 -40
- package/styles/core/jkl/legacy/_tokens.scss +0 -742
- package/styles/core/theme/_color-tokens.scss +0 -73
- package/styles/core/theme/_legacy-color-tokens.scss +0 -81
- package/styles/core/theme/_legacy-tokens.scss +0 -279
- package/styles/core/theme/_spacing-tokens.scss +0 -33
- package/styles/core/theme/_tokens.scss +0 -33
package/styles/components.css
CHANGED
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
--color: var(--jkl-color-text-default);
|
|
432
432
|
}
|
|
433
433
|
.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 {
|
|
434
|
-
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-
|
|
434
|
+
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-u2yfc67 forwards;
|
|
435
435
|
}
|
|
436
436
|
.jkl-form-support-label--sr-only {
|
|
437
437
|
border: 0 !important;
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
.jkl-label:has(+ .jkl-input-group-description) {
|
|
486
486
|
margin-block-end: var(--jkl-spacing-4);
|
|
487
487
|
}
|
|
488
|
-
@keyframes jkl-support-icon-entrance-
|
|
488
|
+
@keyframes jkl-support-icon-entrance-u2yfc67 {
|
|
489
489
|
0% {
|
|
490
490
|
margin-right: 0;
|
|
491
491
|
opacity: 0;
|
|
@@ -833,22 +833,22 @@
|
|
|
833
833
|
animation: 2500ms linear infinite;
|
|
834
834
|
}
|
|
835
835
|
.jkl-loader__dot--left {
|
|
836
|
-
animation-name: jkl-loader-left-spin-
|
|
836
|
+
animation-name: jkl-loader-left-spin-u2yfc6l;
|
|
837
837
|
margin-right: calc(var(--jkl-loader-spacing) * 0.9);
|
|
838
838
|
}
|
|
839
839
|
.jkl-loader__dot--middle {
|
|
840
|
-
animation-name: jkl-loader-middle-spin-
|
|
840
|
+
animation-name: jkl-loader-middle-spin-u2yfc6p;
|
|
841
841
|
margin-right: var(--jkl-loader-spacing);
|
|
842
842
|
}
|
|
843
843
|
.jkl-loader__dot--right {
|
|
844
|
-
animation-name: jkl-loader-right-spin-
|
|
844
|
+
animation-name: jkl-loader-right-spin-u2yfc7p;
|
|
845
845
|
}
|
|
846
846
|
@media screen and (forced-colors: active) {
|
|
847
847
|
.jkl-loader__dot {
|
|
848
848
|
background-color: CanvasText;
|
|
849
849
|
}
|
|
850
850
|
}
|
|
851
|
-
@keyframes jkl-loader-left-spin-
|
|
851
|
+
@keyframes jkl-loader-left-spin-u2yfc6l {
|
|
852
852
|
0% {
|
|
853
853
|
transform: rotate(0) scale(0);
|
|
854
854
|
}
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
transform: rotate(180deg) scale(0);
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
|
-
@keyframes jkl-loader-middle-spin-
|
|
865
|
+
@keyframes jkl-loader-middle-spin-u2yfc6p {
|
|
866
866
|
0% {
|
|
867
867
|
transform: rotate(20deg) scale(0);
|
|
868
868
|
}
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
transform: rotate(200deg) scale(0);
|
|
880
880
|
}
|
|
881
881
|
}
|
|
882
|
-
@keyframes jkl-loader-right-spin-
|
|
882
|
+
@keyframes jkl-loader-right-spin-u2yfc7p {
|
|
883
883
|
0% {
|
|
884
884
|
transform: rotate(40deg) scale(0);
|
|
885
885
|
}
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
@media screen and (forced-colors: active) {
|
|
920
920
|
.jkl-skeleton-element {
|
|
921
921
|
border: 1px solid CanvasText;
|
|
922
|
-
animation: 2s ease infinite jkl-blink-
|
|
922
|
+
animation: 2s ease infinite jkl-blink-u2yfc84;
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
925
|
.jkl-skeleton-input {
|
|
@@ -967,10 +967,10 @@
|
|
|
967
967
|
}
|
|
968
968
|
@media screen and (forced-colors: active) {
|
|
969
969
|
.jkl-skeleton-table {
|
|
970
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
970
|
+
animation: 2s ease-in-out infinite jkl-blink-u2yfc84;
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
@keyframes jkl-blink-
|
|
973
|
+
@keyframes jkl-blink-u2yfc84 {
|
|
974
974
|
0% {
|
|
975
975
|
opacity: 1;
|
|
976
976
|
}
|
|
@@ -2014,10 +2014,10 @@
|
|
|
2014
2014
|
}
|
|
2015
2015
|
}
|
|
2016
2016
|
.jkl-countdown__tracker {
|
|
2017
|
-
animation: jkl-downcount-
|
|
2017
|
+
animation: jkl-downcount-u2yfc8f var(--duration) linear forwards;
|
|
2018
2018
|
animation-play-state: var(--play-state, running);
|
|
2019
2019
|
}
|
|
2020
|
-
@keyframes jkl-downcount-
|
|
2020
|
+
@keyframes jkl-downcount-u2yfc8f {
|
|
2021
2021
|
from {
|
|
2022
2022
|
width: 100%;
|
|
2023
2023
|
}
|
|
@@ -2501,12 +2501,12 @@
|
|
|
2501
2501
|
font: var(--jkl-text-style-paragraph-small);
|
|
2502
2502
|
}
|
|
2503
2503
|
.jkl-feedback__fade-in {
|
|
2504
|
-
animation: jkl-show-
|
|
2504
|
+
animation: jkl-show-u2yfc8h 0.25s ease-out;
|
|
2505
2505
|
}
|
|
2506
2506
|
.jkl-feedback__buttons {
|
|
2507
2507
|
display: flex;
|
|
2508
2508
|
}
|
|
2509
|
-
@keyframes jkl-show-
|
|
2509
|
+
@keyframes jkl-show-u2yfc8h {
|
|
2510
2510
|
from {
|
|
2511
2511
|
transform: translate3d(0, 0.5rem, 0);
|
|
2512
2512
|
opacity: 0;
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
--border-color: var(--jkl-color-success-border-subdued);
|
|
2720
2720
|
}
|
|
2721
2721
|
.jkl-message--dismissed {
|
|
2722
|
-
animation: jkl-dismiss-
|
|
2722
|
+
animation: jkl-dismiss-u2yfc8p var(--jkl-motion-timing-lazy) ease-in-out forwards;
|
|
2723
2723
|
transition: visibility 0ms var(--jkl-motion-timing-lazy);
|
|
2724
2724
|
visibility: hidden;
|
|
2725
2725
|
}
|
|
@@ -2741,7 +2741,7 @@
|
|
|
2741
2741
|
.jkl-form-error-message {
|
|
2742
2742
|
padding-bottom: var(--jkl-unit-50);
|
|
2743
2743
|
}
|
|
2744
|
-
@keyframes jkl-dismiss-
|
|
2744
|
+
@keyframes jkl-dismiss-u2yfc8p {
|
|
2745
2745
|
from {
|
|
2746
2746
|
opacity: 1;
|
|
2747
2747
|
transform: translate3d(0, 0, 0);
|
|
@@ -4071,7 +4071,7 @@
|
|
|
4071
4071
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4072
4072
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4073
4073
|
}
|
|
4074
|
-
@keyframes jkl-downcount-
|
|
4074
|
+
@keyframes jkl-downcount-u2yfc8v {
|
|
4075
4075
|
from {
|
|
4076
4076
|
width: 100%;
|
|
4077
4077
|
}
|
|
@@ -4571,7 +4571,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4571
4571
|
margin-bottom: 0;
|
|
4572
4572
|
}
|
|
4573
4573
|
.jkl-system-message--dismissed {
|
|
4574
|
-
animation: jkl-dismiss-
|
|
4574
|
+
animation: jkl-dismiss-u2yfca4 var(--jkl-motion-timing-lazy) forwards;
|
|
4575
4575
|
transition: block var(--jkl-motion-timing-lazy) var(--jkl-motion-timing-lazy);
|
|
4576
4576
|
}
|
|
4577
4577
|
.jkl-system-message--info {
|
|
@@ -4609,7 +4609,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4609
4609
|
border-width: 4px;
|
|
4610
4610
|
}
|
|
4611
4611
|
}
|
|
4612
|
-
@keyframes jkl-dismiss-
|
|
4612
|
+
@keyframes jkl-dismiss-u2yfca4 {
|
|
4613
4613
|
from {
|
|
4614
4614
|
opacity: 1;
|
|
4615
4615
|
transform: translateY(0);
|
|
@@ -5412,12 +5412,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5412
5412
|
}
|
|
5413
5413
|
.jkl-toast[data-animation=entering],
|
|
5414
5414
|
.jkl-toast[data-animation=queued] {
|
|
5415
|
-
animation: jkl-entering-
|
|
5415
|
+
animation: jkl-entering-u2yfcap var(--jkl-motion-timing-polite) var(--jkl-motion-easing-entrance) forwards;
|
|
5416
5416
|
}
|
|
5417
5417
|
.jkl-toast[data-animation=exiting] {
|
|
5418
|
-
animation: jkl-exiting-
|
|
5418
|
+
animation: jkl-exiting-u2yfcb5 var(--jkl-motion-timing-productive) var(--jkl-motion-easing-exit) forwards;
|
|
5419
5419
|
}
|
|
5420
|
-
@keyframes jkl-entering-
|
|
5420
|
+
@keyframes jkl-entering-u2yfcap {
|
|
5421
5421
|
from {
|
|
5422
5422
|
opacity: 0;
|
|
5423
5423
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5427,7 +5427,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5427
5427
|
transform: translate3d(0, 0, 0);
|
|
5428
5428
|
}
|
|
5429
5429
|
}
|
|
5430
|
-
@keyframes jkl-exiting-
|
|
5430
|
+
@keyframes jkl-exiting-u2yfcb5 {
|
|
5431
5431
|
from {
|
|
5432
5432
|
opacity: 1;
|
|
5433
5433
|
transform: translate3d(0, 0, 0);
|