@fremtind/jokul 5.0.0-next.13 → 5.0.0-next.14
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/expander/Accordion.cjs +2 -0
- package/build/cjs/components/expander/Accordion.cjs.map +1 -0
- package/build/cjs/components/expander/Accordion.d.cts +2 -0
- package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
- package/build/cjs/components/expander/ExpandablePanelContent.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanelContent.cjs.map +1 -1
- package/build/cjs/components/expander/index.d.cts +1 -1
- package/build/cjs/components/expander/types.d.cts +5 -2
- package/build/cjs/components/link-list/LinkList.cjs +1 -1
- package/build/cjs/components/link-list/LinkList.cjs.map +1 -1
- package/build/cjs/components/link-list/LinkList.d.cts +1 -1
- package/build/cjs/components/link-list/types.d.cts +1 -0
- package/build/cjs/utilities/types.cjs +1 -1
- package/build/cjs/utilities/types.cjs.map +1 -1
- package/build/cjs/utilities/types.d.cts +1 -1
- package/build/es/components/expander/Accordion.d.ts +2 -0
- package/build/es/components/expander/Accordion.js +2 -0
- package/build/es/components/expander/Accordion.js.map +1 -0
- package/build/es/components/expander/ExpandablePanel.js +1 -1
- package/build/es/components/expander/ExpandablePanel.js.map +1 -1
- package/build/es/components/expander/ExpandablePanelContent.js +1 -1
- package/build/es/components/expander/ExpandablePanelContent.js.map +1 -1
- package/build/es/components/expander/index.d.ts +1 -1
- package/build/es/components/expander/types.d.ts +5 -2
- package/build/es/components/link-list/LinkList.d.ts +1 -1
- package/build/es/components/link-list/LinkList.js +1 -1
- package/build/es/components/link-list/LinkList.js.map +1 -1
- package/build/es/components/link-list/types.d.ts +1 -0
- package/build/es/utilities/types.d.ts +1 -1
- package/build/es/utilities/types.js +1 -1
- package/build/es/utilities/types.js.map +1 -1
- package/codemods/__tests__/import-paths.test.mjs +131 -32
- package/codemods/import-paths.mjs +38 -14
- package/codemods/transforms/expandable-panel.mjs +41 -0
- package/package.json +1 -1
- package/styles/base.css +95 -702
- package/styles/base.min.css +1 -1
- package/styles/components/countdown/countdown.css +2 -2
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/expander/_index.scss +1 -0
- package/styles/components/expander/accordion.css +21 -0
- package/styles/components/expander/accordion.min.css +1 -0
- package/styles/components/expander/accordion.scss +24 -0
- package/styles/components/expander/expandable.css +16 -27
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +5 -19
- 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/link-list/link-list.css +6 -1
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +8 -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 +67 -52
- package/styles/components.min.css +1 -1
- package/styles/tailwind.css +95 -95
- package/styles/theme/_color-scheme.scss +95 -95
- package/styles/theme/_index.scss +0 -4
- package/styles/theme/brands/dnb/_color-scheme.scss +0 -121
- package/styles/theme/brands/dnb/_fonts.scss +0 -46
- package/styles/theme/brands/dnb/_index.scss +0 -2
- package/styles/theme/brands/eika/_color-scheme.scss +0 -121
- package/styles/theme/brands/eika/_fonts.scss +0 -46
- package/styles/theme/brands/eika/_index.scss +0 -2
- package/styles/theme/brands/fremtind/_color-scheme.scss +0 -121
- package/styles/theme/brands/fremtind/_fonts.scss +0 -30
- package/styles/theme/brands/fremtind/_index.scss +0 -2
- package/styles/theme/brands/sparebank1/_color-scheme.scss +0 -121
- package/styles/theme/brands/sparebank1/_fonts.scss +0 -38
- package/styles/theme/brands/sparebank1/_index.scss +0 -2
package/styles/components.css
CHANGED
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
--color: var(--jkl-color-text-default);
|
|
433
433
|
}
|
|
434
434
|
.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 {
|
|
435
|
-
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-
|
|
435
|
+
animation: var(--jkl-motion-timing-lazy) cubic-bezier(0, 0, 0.3, 1) var(--jkl-motion-timing-expressive) jkl-support-icon-entrance-u5dtjp5 forwards;
|
|
436
436
|
}
|
|
437
437
|
.jkl-form-support-label--sr-only {
|
|
438
438
|
border: 0 !important;
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
.jkl-label:has(+ .jkl-input-group-description) {
|
|
487
487
|
margin-block-end: var(--jkl-spacing-4);
|
|
488
488
|
}
|
|
489
|
-
@keyframes jkl-support-icon-entrance-
|
|
489
|
+
@keyframes jkl-support-icon-entrance-u5dtjp5 {
|
|
490
490
|
0% {
|
|
491
491
|
margin-right: 0;
|
|
492
492
|
opacity: 0;
|
|
@@ -834,22 +834,22 @@
|
|
|
834
834
|
animation: 2500ms linear infinite;
|
|
835
835
|
}
|
|
836
836
|
.jkl-loader__dot--left {
|
|
837
|
-
animation-name: jkl-loader-left-spin-
|
|
837
|
+
animation-name: jkl-loader-left-spin-u5dtjpo;
|
|
838
838
|
margin-right: calc(var(--jkl-loader-spacing) * 0.9);
|
|
839
839
|
}
|
|
840
840
|
.jkl-loader__dot--middle {
|
|
841
|
-
animation-name: jkl-loader-middle-spin-
|
|
841
|
+
animation-name: jkl-loader-middle-spin-u5dtjq4;
|
|
842
842
|
margin-right: var(--jkl-loader-spacing);
|
|
843
843
|
}
|
|
844
844
|
.jkl-loader__dot--right {
|
|
845
|
-
animation-name: jkl-loader-right-spin-
|
|
845
|
+
animation-name: jkl-loader-right-spin-u5dtjqo;
|
|
846
846
|
}
|
|
847
847
|
@media screen and (forced-colors: active) {
|
|
848
848
|
.jkl-loader__dot {
|
|
849
849
|
background-color: CanvasText;
|
|
850
850
|
}
|
|
851
851
|
}
|
|
852
|
-
@keyframes jkl-loader-left-spin-
|
|
852
|
+
@keyframes jkl-loader-left-spin-u5dtjpo {
|
|
853
853
|
0% {
|
|
854
854
|
transform: rotate(0) scale(0);
|
|
855
855
|
}
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
transform: rotate(180deg) scale(0);
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
|
-
@keyframes jkl-loader-middle-spin-
|
|
866
|
+
@keyframes jkl-loader-middle-spin-u5dtjq4 {
|
|
867
867
|
0% {
|
|
868
868
|
transform: rotate(20deg) scale(0);
|
|
869
869
|
}
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
transform: rotate(200deg) scale(0);
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
|
-
@keyframes jkl-loader-right-spin-
|
|
883
|
+
@keyframes jkl-loader-right-spin-u5dtjqo {
|
|
884
884
|
0% {
|
|
885
885
|
transform: rotate(40deg) scale(0);
|
|
886
886
|
}
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
@media screen and (forced-colors: active) {
|
|
921
921
|
.jkl-skeleton-element {
|
|
922
922
|
border: 1px solid CanvasText;
|
|
923
|
-
animation: 2s ease infinite jkl-blink-
|
|
923
|
+
animation: 2s ease infinite jkl-blink-u5dtjqq;
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
926
|
.jkl-skeleton-input {
|
|
@@ -968,10 +968,10 @@
|
|
|
968
968
|
}
|
|
969
969
|
@media screen and (forced-colors: active) {
|
|
970
970
|
.jkl-skeleton-table {
|
|
971
|
-
animation: 2s ease-in-out infinite jkl-blink-
|
|
971
|
+
animation: 2s ease-in-out infinite jkl-blink-u5dtjqq;
|
|
972
972
|
}
|
|
973
973
|
}
|
|
974
|
-
@keyframes jkl-blink-
|
|
974
|
+
@keyframes jkl-blink-u5dtjqq {
|
|
975
975
|
0% {
|
|
976
976
|
opacity: 1;
|
|
977
977
|
}
|
|
@@ -2027,10 +2027,10 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
}
|
|
2029
2029
|
.jkl-countdown__tracker {
|
|
2030
|
-
animation: jkl-downcount-
|
|
2030
|
+
animation: jkl-downcount-u5dtjrw var(--duration) linear forwards;
|
|
2031
2031
|
animation-play-state: var(--play-state, running);
|
|
2032
2032
|
}
|
|
2033
|
-
@keyframes jkl-downcount-
|
|
2033
|
+
@keyframes jkl-downcount-u5dtjrw {
|
|
2034
2034
|
from {
|
|
2035
2035
|
width: 100%;
|
|
2036
2036
|
}
|
|
@@ -2369,77 +2369,66 @@
|
|
|
2369
2369
|
}
|
|
2370
2370
|
}
|
|
2371
2371
|
@layer jokul.components {
|
|
2372
|
-
.jkl-expandable {
|
|
2372
|
+
.jkl-expandable-panel {
|
|
2373
2373
|
background-color: var(--jkl-color-background-container);
|
|
2374
2374
|
border: 1px solid transparent;
|
|
2375
|
-
border-radius: var(--border-radius);
|
|
2375
|
+
border-radius: var(--jkl-border-radius-s);
|
|
2376
2376
|
box-sizing: border-box;
|
|
2377
2377
|
width: 100%;
|
|
2378
2378
|
overflow: hidden;
|
|
2379
2379
|
}
|
|
2380
|
-
.jkl-
|
|
2380
|
+
.jkl-expandable-panel__content[data-expanded=true] {
|
|
2381
2381
|
height: auto;
|
|
2382
2382
|
}
|
|
2383
|
-
.jkl-
|
|
2383
|
+
.jkl-expandable-panel__content[data-expanded=false] {
|
|
2384
2384
|
height: 0;
|
|
2385
2385
|
}
|
|
2386
|
-
.jkl-expandable[data-visible-content=true] .jkl-expander {
|
|
2386
|
+
.jkl-expandable-panel[data-visible-content=true] .jkl-expander {
|
|
2387
2387
|
border-bottom: 1px solid transparent;
|
|
2388
2388
|
}
|
|
2389
|
-
.jkl-
|
|
2389
|
+
.jkl-expandable-panel__content-wrapper {
|
|
2390
2390
|
padding: var(--jkl-unit-20);
|
|
2391
2391
|
}
|
|
2392
|
-
.jkl-expandable--
|
|
2392
|
+
.jkl-expandable-panel--outlined {
|
|
2393
2393
|
border-color: var(--jkl-color-border-subdued);
|
|
2394
2394
|
background-color: transparent;
|
|
2395
|
-
border-radius: 0;
|
|
2396
|
-
border-radius: var(--border-top-left-radius) var(--border-top-right-radius) var(--border-bottom-right-radius) var(--border-bottom-left-radius);
|
|
2397
2395
|
}
|
|
2398
|
-
.jkl-
|
|
2399
|
-
--border-radius: var(--jkl-border-radius-s);
|
|
2396
|
+
.jkl-expandable-panel__wrapper {
|
|
2400
2397
|
--outline-offset: 3px;
|
|
2401
2398
|
--stroke-outline-offset: 3px;
|
|
2402
|
-
--border-top-left-radius: var(--border-radius);
|
|
2403
|
-
--border-top-right-radius: var(--border-radius);
|
|
2404
|
-
--border-bottom-left-radius: var(--border-radius);
|
|
2405
|
-
--border-bottom-right-radius: var(--border-radius);
|
|
2406
2399
|
position: relative;
|
|
2407
2400
|
}
|
|
2408
|
-
.jkl-
|
|
2401
|
+
.jkl-expandable-panel__wrapper + .jkl-expandable-panel__wrapper {
|
|
2409
2402
|
--border-top-left-radius: 0;
|
|
2410
2403
|
--border-top-right-radius: 0;
|
|
2411
2404
|
--stroke-outline-offset: -1px;
|
|
2412
2405
|
}
|
|
2413
|
-
.jkl-
|
|
2414
|
-
border-top: none;
|
|
2415
|
-
}
|
|
2416
|
-
.jkl-expandable__wrapper:has(+ .jkl-expandable__wrapper) {
|
|
2406
|
+
.jkl-expandable-panel__wrapper:has(+ .jkl-expandable-panel__wrapper) {
|
|
2417
2407
|
--border-bottom-left-radius: 0;
|
|
2418
2408
|
--border-bottom-right-radius: 0;
|
|
2419
2409
|
--stroke-outline-offset: -1px;
|
|
2420
2410
|
}
|
|
2421
|
-
.jkl-
|
|
2411
|
+
.jkl-expandable-panel__wrapper:has(.jkl-expander:focus-visible):has(.jkl-expandable-panel--outlined) {
|
|
2422
2412
|
--outline-offset: var(--stroke-outline-offset);
|
|
2423
2413
|
}
|
|
2424
|
-
.jkl-
|
|
2414
|
+
.jkl-expandable-panel__wrapper:has(.jkl-expander:focus-visible) .jkl-expandable-panel__focus-container {
|
|
2425
2415
|
outline: 3px solid var(--jkl-color-border-strong);
|
|
2426
2416
|
outline-offset: 3px;
|
|
2427
2417
|
outline-offset: var(--outline-offset);
|
|
2428
2418
|
}
|
|
2429
|
-
.jkl-
|
|
2419
|
+
.jkl-expandable-panel__wrapper .jkl-expander {
|
|
2430
2420
|
padding: var(--jkl-unit-20);
|
|
2431
2421
|
width: 100%;
|
|
2432
2422
|
}
|
|
2433
|
-
.jkl-
|
|
2423
|
+
.jkl-expandable-panel__wrapper .jkl-expander__label {
|
|
2434
2424
|
flex-grow: 1;
|
|
2435
2425
|
}
|
|
2436
2426
|
@media (hover: hover) {
|
|
2437
|
-
.jkl-
|
|
2427
|
+
.jkl-expandable-panel__wrapper .jkl-expander:hover {
|
|
2438
2428
|
background-color: var(--jkl-color-background-container-accent);
|
|
2439
2429
|
}
|
|
2440
2430
|
}
|
|
2441
|
-
.jkl-
|
|
2442
|
-
border-radius: var(--border-radius);
|
|
2431
|
+
.jkl-expandable-panel__focus-container {
|
|
2443
2432
|
position: absolute;
|
|
2444
2433
|
inset: 0;
|
|
2445
2434
|
}
|
|
@@ -2497,6 +2486,27 @@
|
|
|
2497
2486
|
}
|
|
2498
2487
|
}
|
|
2499
2488
|
}
|
|
2489
|
+
@layer jokul.components {
|
|
2490
|
+
.jkl-accordion {
|
|
2491
|
+
background-color: var(--jkl-color-background-container);
|
|
2492
|
+
border-radius: var(--jkl-border-radius-s);
|
|
2493
|
+
padding-inline-start: unset;
|
|
2494
|
+
list-style-type: unset;
|
|
2495
|
+
overflow: clip;
|
|
2496
|
+
}
|
|
2497
|
+
.jkl-accordion .jkl-expandable-panel {
|
|
2498
|
+
border-radius: unset;
|
|
2499
|
+
border: unset;
|
|
2500
|
+
background-color: transparent;
|
|
2501
|
+
}
|
|
2502
|
+
.jkl-accordion .jkl-expandable-panel__wrapper:not(:last-of-type) {
|
|
2503
|
+
border-block-end: 1px solid var(--jkl-color-border-subdued);
|
|
2504
|
+
}
|
|
2505
|
+
.jkl-accordion[data-outlined=true] {
|
|
2506
|
+
border: 1px solid var(--jkl-color-border-subdued);
|
|
2507
|
+
background-color: transparent;
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2500
2510
|
@layer jokul.components {
|
|
2501
2511
|
.jkl-feedback {
|
|
2502
2512
|
max-width: 34.375rem;
|
|
@@ -2516,12 +2526,12 @@
|
|
|
2516
2526
|
font: var(--jkl-text-style-paragraph-small);
|
|
2517
2527
|
}
|
|
2518
2528
|
.jkl-feedback__fade-in {
|
|
2519
|
-
animation: jkl-show-
|
|
2529
|
+
animation: jkl-show-u5dtjsm 0.25s ease-out;
|
|
2520
2530
|
}
|
|
2521
2531
|
.jkl-feedback__buttons {
|
|
2522
2532
|
display: flex;
|
|
2523
2533
|
}
|
|
2524
|
-
@keyframes jkl-show-
|
|
2534
|
+
@keyframes jkl-show-u5dtjsm {
|
|
2525
2535
|
from {
|
|
2526
2536
|
transform: translate3d(0, 0.5rem, 0);
|
|
2527
2537
|
opacity: 0;
|
|
@@ -2734,7 +2744,7 @@
|
|
|
2734
2744
|
--icon-color: var(--jkl-color-success-background-contrast);
|
|
2735
2745
|
}
|
|
2736
2746
|
.jkl-message--dismissed {
|
|
2737
|
-
animation: jkl-dismiss-
|
|
2747
|
+
animation: jkl-dismiss-u5dtjt3 var(--jkl-motion-timing-lazy) ease-in-out forwards;
|
|
2738
2748
|
transition: visibility 0ms var(--jkl-motion-timing-lazy);
|
|
2739
2749
|
visibility: hidden;
|
|
2740
2750
|
}
|
|
@@ -2756,7 +2766,7 @@
|
|
|
2756
2766
|
.jkl-form-error-message {
|
|
2757
2767
|
padding-bottom: var(--jkl-unit-50);
|
|
2758
2768
|
}
|
|
2759
|
-
@keyframes jkl-dismiss-
|
|
2769
|
+
@keyframes jkl-dismiss-u5dtjt3 {
|
|
2760
2770
|
from {
|
|
2761
2771
|
opacity: 1;
|
|
2762
2772
|
transform: translate3d(0, 0, 0);
|
|
@@ -3374,6 +3384,7 @@
|
|
|
3374
3384
|
}
|
|
3375
3385
|
@layer jokul.components {
|
|
3376
3386
|
.jkl-link-list {
|
|
3387
|
+
--background: var(--jkl-color-background-container);
|
|
3377
3388
|
--border: 1px solid var(--jkl-color-border-subdued);
|
|
3378
3389
|
--text-color: var(--jkl-color-text-default);
|
|
3379
3390
|
font: var(--jkl-text-style-paragraph-medium);
|
|
@@ -3391,7 +3402,7 @@
|
|
|
3391
3402
|
height: min-content;
|
|
3392
3403
|
border-radius: var(--jkl-unit-05);
|
|
3393
3404
|
overflow: hidden;
|
|
3394
|
-
background-color: var(--
|
|
3405
|
+
background-color: var(--background);
|
|
3395
3406
|
}
|
|
3396
3407
|
.jkl-link-list ul .jkl-link-list-link {
|
|
3397
3408
|
display: flex;
|
|
@@ -3437,6 +3448,10 @@
|
|
|
3437
3448
|
outline: 3px solid var(--jkl-color-border-strong);
|
|
3438
3449
|
outline-offset: 3px;
|
|
3439
3450
|
}
|
|
3451
|
+
.jkl-link-list[data-outlined=true] ul {
|
|
3452
|
+
border: var(--border);
|
|
3453
|
+
--background: transparent;
|
|
3454
|
+
}
|
|
3440
3455
|
.jkl-link-list .jkl-link-list-item {
|
|
3441
3456
|
display: flex;
|
|
3442
3457
|
}
|
|
@@ -4081,7 +4096,7 @@
|
|
|
4081
4096
|
transition-timing-function: var(--jkl-motion-easing-standard);
|
|
4082
4097
|
transition-duration: var(--jkl-motion-timing-productive);
|
|
4083
4098
|
}
|
|
4084
|
-
@keyframes jkl-downcount-
|
|
4099
|
+
@keyframes jkl-downcount-u5dtjts {
|
|
4085
4100
|
from {
|
|
4086
4101
|
width: 100%;
|
|
4087
4102
|
}
|
|
@@ -4577,7 +4592,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4577
4592
|
margin-bottom: 0;
|
|
4578
4593
|
}
|
|
4579
4594
|
.jkl-system-message--dismissed {
|
|
4580
|
-
animation: jkl-dismiss-
|
|
4595
|
+
animation: jkl-dismiss-u5dtjun var(--jkl-motion-timing-lazy) forwards;
|
|
4581
4596
|
transition: block var(--jkl-motion-timing-lazy) var(--jkl-motion-timing-lazy);
|
|
4582
4597
|
}
|
|
4583
4598
|
.jkl-system-message--info {
|
|
@@ -4615,7 +4630,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
4615
4630
|
border-width: 4px;
|
|
4616
4631
|
}
|
|
4617
4632
|
}
|
|
4618
|
-
@keyframes jkl-dismiss-
|
|
4633
|
+
@keyframes jkl-dismiss-u5dtjun {
|
|
4619
4634
|
from {
|
|
4620
4635
|
opacity: 1;
|
|
4621
4636
|
transform: translateY(0);
|
|
@@ -5420,12 +5435,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5420
5435
|
}
|
|
5421
5436
|
.jkl-toast[data-animation=entering],
|
|
5422
5437
|
.jkl-toast[data-animation=queued] {
|
|
5423
|
-
animation: jkl-entering-
|
|
5438
|
+
animation: jkl-entering-u5dtjuy var(--jkl-motion-timing-polite) var(--jkl-motion-easing-entrance) forwards;
|
|
5424
5439
|
}
|
|
5425
5440
|
.jkl-toast[data-animation=exiting] {
|
|
5426
|
-
animation: jkl-exiting-
|
|
5441
|
+
animation: jkl-exiting-u5dtjvc var(--jkl-motion-timing-productive) var(--jkl-motion-easing-exit) forwards;
|
|
5427
5442
|
}
|
|
5428
|
-
@keyframes jkl-entering-
|
|
5443
|
+
@keyframes jkl-entering-u5dtjuy {
|
|
5429
5444
|
from {
|
|
5430
5445
|
opacity: 0;
|
|
5431
5446
|
transform: translate3d(0, 50%, 0);
|
|
@@ -5435,7 +5450,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select--beta s
|
|
|
5435
5450
|
transform: translate3d(0, 0, 0);
|
|
5436
5451
|
}
|
|
5437
5452
|
}
|
|
5438
|
-
@keyframes jkl-exiting-
|
|
5453
|
+
@keyframes jkl-exiting-u5dtjvc {
|
|
5439
5454
|
from {
|
|
5440
5455
|
opacity: 1;
|
|
5441
5456
|
transform: translate3d(0, 0, 0);
|