@fremtind/jokul 0.19.0 → 0.19.2

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.
Files changed (89) hide show
  1. package/build/build-stats.html +1 -1
  2. package/build/cjs/components/accordion/documentation/Example.js +1 -1
  3. package/build/cjs/components/breadcrumb/documentation/Example.js +2 -0
  4. package/build/cjs/components/breadcrumb/documentation/Example.js.map +1 -0
  5. package/build/cjs/components/breadcrumb/documentation/main.js +2 -0
  6. package/build/cjs/components/breadcrumb/documentation/main.js.map +1 -0
  7. package/build/cjs/components/breadcrumb/documentation/vite.dev.config.js +2 -0
  8. package/build/cjs/components/breadcrumb/documentation/vite.dev.config.js.map +1 -0
  9. package/build/cjs/components/button/documentation/Example.js +2 -0
  10. package/build/cjs/components/button/documentation/Example.js.map +1 -0
  11. package/build/cjs/components/button/documentation/main.js +2 -0
  12. package/build/cjs/components/button/documentation/main.js.map +1 -0
  13. package/build/cjs/components/button/documentation/vite.dev.config.js +2 -0
  14. package/build/cjs/components/button/documentation/vite.dev.config.js.map +1 -0
  15. package/build/cjs/components/card/documentation/Example.js +2 -0
  16. package/build/cjs/components/card/documentation/Example.js.map +1 -0
  17. package/build/cjs/components/card/documentation/main.js +2 -0
  18. package/build/cjs/components/card/documentation/main.js.map +1 -0
  19. package/build/cjs/components/card/documentation/vite.dev.config.js +2 -0
  20. package/build/cjs/components/card/documentation/vite.dev.config.js.map +1 -0
  21. package/build/cjs/components/link/documentation/Example.js +1 -1
  22. package/build/cjs/components/loader/documentation/Example.js +1 -1
  23. package/build/cjs/components/toggle-switch/documentation/Example.js +1 -1
  24. package/build/cjs/components/tooltip/documentation/Example.js +1 -1
  25. package/build/cjs/components/tooltip/documentation/Example.js.map +1 -1
  26. package/build/es/components/accordion/documentation/Example.js +1 -1
  27. package/build/es/components/breadcrumb/documentation/Example.js +2 -0
  28. package/build/es/components/breadcrumb/documentation/Example.js.map +1 -0
  29. package/build/es/components/breadcrumb/documentation/main.js +2 -0
  30. package/build/es/components/breadcrumb/documentation/main.js.map +1 -0
  31. package/build/es/components/breadcrumb/documentation/vite.dev.config.js +2 -0
  32. package/build/es/components/breadcrumb/documentation/vite.dev.config.js.map +1 -0
  33. package/build/es/components/button/documentation/Example.js +2 -0
  34. package/build/es/components/button/documentation/Example.js.map +1 -0
  35. package/build/es/components/button/documentation/main.js +2 -0
  36. package/build/es/components/button/documentation/main.js.map +1 -0
  37. package/build/es/components/button/documentation/vite.dev.config.js +2 -0
  38. package/build/es/components/button/documentation/vite.dev.config.js.map +1 -0
  39. package/build/es/components/card/documentation/Example.js +2 -0
  40. package/build/es/components/card/documentation/Example.js.map +1 -0
  41. package/build/es/components/card/documentation/main.js +2 -0
  42. package/build/es/components/card/documentation/main.js.map +1 -0
  43. package/build/es/components/card/documentation/vite.dev.config.js +2 -0
  44. package/build/es/components/card/documentation/vite.dev.config.js.map +1 -0
  45. package/build/es/components/link/documentation/Example.js +1 -1
  46. package/build/es/components/loader/documentation/Example.js +1 -1
  47. package/build/es/components/toggle-switch/documentation/Example.js +1 -1
  48. package/build/es/components/tooltip/documentation/Example.js +1 -1
  49. package/build/es/components/tooltip/documentation/Example.js.map +1 -1
  50. package/build/{formatCode-Cr-qlO_l.cjs → formatCode-BWsrUMWq.cjs} +2 -2
  51. package/build/{formatCode-Cr-qlO_l.cjs.map → formatCode-BWsrUMWq.cjs.map} +1 -1
  52. package/build/{formatCode-BT20TgSH.js → formatCode-DzuWIQfw.js} +2 -2
  53. package/build/{formatCode-BT20TgSH.js.map → formatCode-DzuWIQfw.js.map} +1 -1
  54. package/build/packages/jokul/src/components/breadcrumb/documentation/Example.d.ts +2 -0
  55. package/build/packages/jokul/src/components/breadcrumb/documentation/main.d.ts +1 -0
  56. package/build/packages/jokul/src/components/breadcrumb/documentation/vite.dev.config.d.ts +2 -0
  57. package/build/packages/jokul/src/components/button/documentation/Example.d.ts +2 -0
  58. package/build/packages/jokul/src/components/button/documentation/main.d.ts +1 -0
  59. package/build/packages/jokul/src/components/button/documentation/vite.dev.config.d.ts +2 -0
  60. package/build/packages/jokul/src/components/card/documentation/Example.d.ts +2 -0
  61. package/build/packages/jokul/src/components/card/documentation/main.d.ts +1 -0
  62. package/build/packages/jokul/src/components/card/documentation/vite.dev.config.d.ts +2 -0
  63. package/build/style.css +1 -1
  64. package/package.json +2 -2
  65. package/src/components/breadcrumb/styles/_index.scss +2 -0
  66. package/src/components/button/styles/button.css +2 -2
  67. package/src/components/button/styles/button.min.css +1 -1
  68. package/src/components/checkbox/styles/checkbox.css +4 -4
  69. package/src/components/checkbox/styles/checkbox.min.css +1 -1
  70. package/src/components/feedback/styles/feedback.css +2 -2
  71. package/src/components/feedback/styles/feedback.min.css +1 -1
  72. package/src/components/input-group/styles/input-group.css +2 -2
  73. package/src/components/input-group/styles/input-group.min.css +1 -1
  74. package/src/components/loader/styles/loader.css +6 -6
  75. package/src/components/loader/styles/loader.min.css +1 -1
  76. package/src/components/loader/styles/skeleton-loader.css +5 -5
  77. package/src/components/loader/styles/skeleton-loader.min.css +1 -1
  78. package/src/components/message/styles/message.css +2 -2
  79. package/src/components/message/styles/message.min.css +1 -1
  80. package/src/components/progress-bar/styles/progress-bar.css +2 -2
  81. package/src/components/progress-bar/styles/progress-bar.min.css +1 -1
  82. package/src/components/radio-button/styles/radio-button.css +2 -2
  83. package/src/components/radio-button/styles/radio-button.min.css +1 -1
  84. package/src/components/system-message/styles/system-message.css +2 -2
  85. package/src/components/system-message/styles/system-message.min.css +1 -1
  86. package/src/components/toast/styles/toast.css +4 -4
  87. package/src/components/toast/styles/toast.min.css +1 -1
  88. package/src/styles/styles.css +181 -181
  89. package/src/styles/styles.min.css +1 -1
@@ -327,6 +327,154 @@
327
327
  padding-right: 0.5rem;
328
328
  }
329
329
 
330
+ @media screen and (prefers-color-scheme: light) {
331
+ :root {
332
+ --jkl-link-color: #1b1917;
333
+ --jkl-link-hover-color: #636060;
334
+ --jkl-link-active-color: #1b1917;
335
+ }
336
+ }
337
+ [data-theme=light] {
338
+ --jkl-link-color: #1b1917;
339
+ --jkl-link-hover-color: #636060;
340
+ --jkl-link-active-color: #1b1917;
341
+ }
342
+
343
+ @media screen and (prefers-color-scheme: dark) {
344
+ :root {
345
+ --jkl-link-color: #f9f9f9;
346
+ --jkl-link-hover-color: #c8c5c3;
347
+ --jkl-link-active-color: #f9f9f9;
348
+ }
349
+ }
350
+ [data-theme=dark] {
351
+ --jkl-link-color: #f9f9f9;
352
+ --jkl-link-hover-color: #c8c5c3;
353
+ --jkl-link-active-color: #f9f9f9;
354
+ }
355
+
356
+ .jkl-link {
357
+ color: var(--jkl-link-color);
358
+ background-image: linear-gradient(to bottom, var(--jkl-link-color) 0%, var(--jkl-link-color) 100%);
359
+ background-position: 0 calc(100% - (0.125rem - 0.0625rem));
360
+ background-size: 0.0625rem 0.0625rem;
361
+ background-repeat: repeat-x;
362
+ transition-timing-function: ease;
363
+ transition-duration: 75ms;
364
+ transition-property: color;
365
+ outline: none;
366
+ text-decoration: none;
367
+ /* Show arrow after external links, or links opening
368
+ in a new window or tab: */
369
+ }
370
+ .jkl-link:hover:not(:focus) {
371
+ color: var(--jkl-link-hover-color);
372
+ background-image: linear-gradient(to bottom, var(--jkl-link-hover-color) 0%, var(--jkl-link-hover-color) 100%);
373
+ }
374
+ .jkl-link:hover {
375
+ background-image: linear-gradient(to bottom, var(--jkl-link-hover-color) 0%, var(--jkl-link-hover-color) 100%);
376
+ }
377
+ .jkl-link:focus-visible {
378
+ outline: 2px solid var(--jkl-color-border-action);
379
+ outline-offset: 2px;
380
+ background: none;
381
+ }
382
+ .jkl-link:active {
383
+ background-position: 0 calc(100% - (0.125rem - 0.0625rem));
384
+ }
385
+ .jkl-link[target=_blank]::after, .jkl-link--external::after {
386
+ content: "↗";
387
+ content: "↗"/"";
388
+ alt: " ";
389
+ }
390
+ @media screen and (forced-colors: active) {
391
+ .jkl-link {
392
+ outline: revert;
393
+ text-decoration: revert;
394
+ }
395
+ }
396
+
397
+ .jkl-nav-link {
398
+ color: var(--jkl-link-color);
399
+ box-sizing: border-box;
400
+ font-weight: 400;
401
+ text-decoration: none;
402
+ position: relative;
403
+ outline: 0;
404
+ border-style: none;
405
+ outline-style: none;
406
+ }
407
+ .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
408
+ outline: 0;
409
+ outline-style: none;
410
+ }
411
+ @media screen and (forced-colors: active) {
412
+ .jkl-nav-link {
413
+ outline: revert;
414
+ border-style: revert;
415
+ outline-style: revert;
416
+ }
417
+ .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
418
+ outline: revert;
419
+ outline-style: revert;
420
+ }
421
+ }
422
+ .jkl-nav-link::after {
423
+ content: "→";
424
+ content: "→"/"";
425
+ alt: " ";
426
+ transition-timing-function: ease;
427
+ transition-duration: 150ms;
428
+ transition-property: padding-left, padding-right;
429
+ display: inline;
430
+ margin-left: -0.2em;
431
+ padding-left: 0.35em;
432
+ padding-right: 0.35em;
433
+ }
434
+ .jkl-nav-link:hover:not(:focus) {
435
+ color: var(--jkl-link-hover-color);
436
+ }
437
+ .jkl-nav-link:hover:not(:focus)::after {
438
+ padding-left: 0.7em;
439
+ padding-right: 0;
440
+ }
441
+ .jkl-nav-link:focus-visible {
442
+ outline: 2px solid var(--jkl-color-border-action);
443
+ outline-offset: 2px;
444
+ }
445
+ .jkl-nav-link:focus-visible::after {
446
+ padding-left: 0.7em;
447
+ padding-right: 0;
448
+ }
449
+ .jkl-nav-link--active {
450
+ --jkl-icon-weight: 500;
451
+ font-weight: 700;
452
+ letter-spacing: -0.014em;
453
+ }
454
+
455
+ .jkl-nav-link--back {
456
+ padding-right: 0;
457
+ padding-left: 0.3em;
458
+ margin-left: -0.3em;
459
+ }
460
+ .jkl-nav-link--back::after {
461
+ display: none;
462
+ }
463
+ .jkl-nav-link--back::before {
464
+ content: "←";
465
+ content: "←"/"";
466
+ alt: " ";
467
+ transition-timing-function: ease;
468
+ transition-duration: 150ms;
469
+ transform: translateX(0);
470
+ transition-property: transform;
471
+ display: inline-block;
472
+ padding-right: 0.25rem;
473
+ }
474
+ .jkl-nav-link--back:hover::before, .jkl-nav-link--back:focus-visible::before {
475
+ transform: translateX(-33%);
476
+ }
477
+
330
478
  .jkl .jkl-button,
331
479
  .jkl-button[data-layout-density=comfortable],
332
480
  .jkl-button[data-density=comfortable],
@@ -453,7 +601,7 @@
453
601
  height: 1rem;
454
602
  }
455
603
  html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
456
- animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uux8spv;
604
+ animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-ugfxeno;
457
605
  }
458
606
  :not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
459
607
  scale: 1.05;
@@ -497,7 +645,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
497
645
  --background-color: var(--jkl-color-background-interactive-hover);
498
646
  }
499
647
 
500
- @keyframes jkl-tertiary-flash-uux8spv {
648
+ @keyframes jkl-tertiary-flash-ugfxeno {
501
649
  0% {
502
650
  opacity: 0.5;
503
651
  scale: 1;
@@ -522,15 +670,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
522
670
  animation: 2500ms linear infinite;
523
671
  }
524
672
  .jkl-loader__dot--left {
525
- animation-name: jkl-loader-left-spin-uux8sqp;
673
+ animation-name: jkl-loader-left-spin-ugfxeob;
526
674
  margin-right: 1.71em;
527
675
  }
528
676
  .jkl-loader__dot--middle {
529
- animation-name: jkl-loader-middle-spin-uux8sqr;
677
+ animation-name: jkl-loader-middle-spin-ugfxeod;
530
678
  margin-right: 1.9em;
531
679
  }
532
680
  .jkl-loader__dot--right {
533
- animation-name: jkl-loader-right-spin-uux8sqt;
681
+ animation-name: jkl-loader-right-spin-ugfxeoq;
534
682
  }
535
683
  @media screen and (forced-colors: active) {
536
684
  .jkl-loader__dot {
@@ -558,7 +706,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
558
706
  margin-right: 0.3em;
559
707
  }
560
708
 
561
- @keyframes jkl-loader-left-spin-uux8sqp {
709
+ @keyframes jkl-loader-left-spin-ugfxeob {
562
710
  0% {
563
711
  transform: rotate(0) scale(0);
564
712
  }
@@ -572,7 +720,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
572
720
  transform: rotate(180deg) scale(0);
573
721
  }
574
722
  }
575
- @keyframes jkl-loader-middle-spin-uux8sqr {
723
+ @keyframes jkl-loader-middle-spin-ugfxeod {
576
724
  0% {
577
725
  transform: rotate(20deg) scale(0);
578
726
  }
@@ -589,7 +737,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
589
737
  transform: rotate(200deg) scale(0);
590
738
  }
591
739
  }
592
- @keyframes jkl-loader-right-spin-uux8sqt {
740
+ @keyframes jkl-loader-right-spin-ugfxeoq {
593
741
  0% {
594
742
  transform: rotate(40deg) scale(0);
595
743
  }
@@ -1151,7 +1299,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1151
1299
  --jkl-checkbox-line-height: 1.5rem;
1152
1300
  }
1153
1301
 
1154
- @keyframes jkl-checkbox-checked-uux8srs {
1302
+ @keyframes jkl-checkbox-checked-ugfxeou {
1155
1303
  0% {
1156
1304
  width: 0;
1157
1305
  height: 0;
@@ -1165,7 +1313,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1165
1313
  height: 58%;
1166
1314
  }
1167
1315
  }
1168
- @keyframes jkl-checkbox-indeterminate-uux8srw {
1316
+ @keyframes jkl-checkbox-indeterminate-ugfxeph {
1169
1317
  0% {
1170
1318
  width: 0;
1171
1319
  }
@@ -1193,11 +1341,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1193
1341
  top: -6px;
1194
1342
  }
1195
1343
  .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
1196
- animation: jkl-checkbox-checked-uux8srs 150ms ease-in-out forwards;
1344
+ animation: jkl-checkbox-checked-ugfxeou 150ms ease-in-out forwards;
1197
1345
  opacity: 1;
1198
1346
  }
1199
1347
  .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
1200
- animation: jkl-checkbox-indeterminate-uux8srw 150ms ease-in-out forwards;
1348
+ animation: jkl-checkbox-indeterminate-ugfxeph 150ms ease-in-out forwards;
1201
1349
  opacity: 1;
1202
1350
  }
1203
1351
  .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
@@ -1719,7 +1867,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1719
1867
  --color: var(--jkl-color-text-default);
1720
1868
  }
1721
1869
  .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 {
1722
- animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uux8ss1 forwards;
1870
+ animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-ugfxeqe forwards;
1723
1871
  }
1724
1872
  .jkl-form-support-label--sr-only {
1725
1873
  border: 0 !important;
@@ -1794,7 +1942,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1794
1942
  white-space: nowrap !important; /* 3 */
1795
1943
  }
1796
1944
 
1797
- @keyframes jkl-support-icon-entrance-uux8ss1 {
1945
+ @keyframes jkl-support-icon-entrance-ugfxeqe {
1798
1946
  0% {
1799
1947
  margin-right: 0;
1800
1948
  opacity: 0;
@@ -3223,7 +3371,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
3223
3371
  padding: 1rem 0 2.5rem 0;
3224
3372
  }
3225
3373
 
3226
- @keyframes jkl-show-uux8st1 {
3374
+ @keyframes jkl-show-ugfxeqo {
3227
3375
  from {
3228
3376
  transform: translate3d(0, 0.5rem, 0);
3229
3377
  opacity: 0;
@@ -3258,7 +3406,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
3258
3406
  }
3259
3407
  }
3260
3408
  .jkl-feedback__fade-in {
3261
- animation: jkl-show-uux8st1 0.25s ease-out;
3409
+ animation: jkl-show-ugfxeqo 0.25s ease-out;
3262
3410
  }
3263
3411
 
3264
3412
  .jkl-feedback-smileys {
@@ -3490,7 +3638,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3490
3638
  --background-color: var(--jkl-color-background-alert-success);
3491
3639
  }
3492
3640
  .jkl-message--dismissed {
3493
- animation: jkl-dismiss-uux8st4 400ms ease-in-out forwards;
3641
+ animation: jkl-dismiss-ugfxerb 400ms ease-in-out forwards;
3494
3642
  transition: visibility 0ms 400ms;
3495
3643
  visibility: hidden;
3496
3644
  }
@@ -3510,7 +3658,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3510
3658
  }
3511
3659
  }
3512
3660
 
3513
- @keyframes jkl-dismiss-uux8st4 {
3661
+ @keyframes jkl-dismiss-ugfxerb {
3514
3662
  from {
3515
3663
  opacity: 1;
3516
3664
  transform: translate3d(0, 0, 0);
@@ -3566,7 +3714,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3566
3714
  --jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
3567
3715
  }
3568
3716
 
3569
- @keyframes jkl-dot-in-uux8stq {
3717
+ @keyframes jkl-dot-in-ugfxesa {
3570
3718
  0% {
3571
3719
  transform: scale(0.8);
3572
3720
  }
@@ -3609,7 +3757,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3609
3757
  }
3610
3758
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
3611
3759
  --dot-color: var(--jkl-color-border-action);
3612
- animation: jkl-dot-in-uux8stq 150ms ease;
3760
+ animation: jkl-dot-in-ugfxesa 150ms ease;
3613
3761
  }
3614
3762
  @media screen and (forced-colors: active) {
3615
3763
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
@@ -3701,154 +3849,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3701
3849
  margin-bottom: 0.5rem;
3702
3850
  }
3703
3851
 
3704
- @media screen and (prefers-color-scheme: light) {
3705
- :root {
3706
- --jkl-link-color: #1b1917;
3707
- --jkl-link-hover-color: #636060;
3708
- --jkl-link-active-color: #1b1917;
3709
- }
3710
- }
3711
- [data-theme=light] {
3712
- --jkl-link-color: #1b1917;
3713
- --jkl-link-hover-color: #636060;
3714
- --jkl-link-active-color: #1b1917;
3715
- }
3716
-
3717
- @media screen and (prefers-color-scheme: dark) {
3718
- :root {
3719
- --jkl-link-color: #f9f9f9;
3720
- --jkl-link-hover-color: #c8c5c3;
3721
- --jkl-link-active-color: #f9f9f9;
3722
- }
3723
- }
3724
- [data-theme=dark] {
3725
- --jkl-link-color: #f9f9f9;
3726
- --jkl-link-hover-color: #c8c5c3;
3727
- --jkl-link-active-color: #f9f9f9;
3728
- }
3729
-
3730
- .jkl-link {
3731
- color: var(--jkl-link-color);
3732
- background-image: linear-gradient(to bottom, var(--jkl-link-color) 0%, var(--jkl-link-color) 100%);
3733
- background-position: 0 calc(100% - (0.125rem - 0.0625rem));
3734
- background-size: 0.0625rem 0.0625rem;
3735
- background-repeat: repeat-x;
3736
- transition-timing-function: ease;
3737
- transition-duration: 75ms;
3738
- transition-property: color;
3739
- outline: none;
3740
- text-decoration: none;
3741
- /* Show arrow after external links, or links opening
3742
- in a new window or tab: */
3743
- }
3744
- .jkl-link:hover:not(:focus) {
3745
- color: var(--jkl-link-hover-color);
3746
- background-image: linear-gradient(to bottom, var(--jkl-link-hover-color) 0%, var(--jkl-link-hover-color) 100%);
3747
- }
3748
- .jkl-link:hover {
3749
- background-image: linear-gradient(to bottom, var(--jkl-link-hover-color) 0%, var(--jkl-link-hover-color) 100%);
3750
- }
3751
- .jkl-link:focus-visible {
3752
- outline: 2px solid var(--jkl-color-border-action);
3753
- outline-offset: 2px;
3754
- background: none;
3755
- }
3756
- .jkl-link:active {
3757
- background-position: 0 calc(100% - (0.125rem - 0.0625rem));
3758
- }
3759
- .jkl-link[target=_blank]::after, .jkl-link--external::after {
3760
- content: "↗";
3761
- content: "↗"/"";
3762
- alt: " ";
3763
- }
3764
- @media screen and (forced-colors: active) {
3765
- .jkl-link {
3766
- outline: revert;
3767
- text-decoration: revert;
3768
- }
3769
- }
3770
-
3771
- .jkl-nav-link {
3772
- color: var(--jkl-link-color);
3773
- box-sizing: border-box;
3774
- font-weight: 400;
3775
- text-decoration: none;
3776
- position: relative;
3777
- outline: 0;
3778
- border-style: none;
3779
- outline-style: none;
3780
- }
3781
- .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
3782
- outline: 0;
3783
- outline-style: none;
3784
- }
3785
- @media screen and (forced-colors: active) {
3786
- .jkl-nav-link {
3787
- outline: revert;
3788
- border-style: revert;
3789
- outline-style: revert;
3790
- }
3791
- .jkl-nav-link:active, .jkl-nav-link:hover, .jkl-nav-link:focus {
3792
- outline: revert;
3793
- outline-style: revert;
3794
- }
3795
- }
3796
- .jkl-nav-link::after {
3797
- content: "→";
3798
- content: "→"/"";
3799
- alt: " ";
3800
- transition-timing-function: ease;
3801
- transition-duration: 150ms;
3802
- transition-property: padding-left, padding-right;
3803
- display: inline;
3804
- margin-left: -0.2em;
3805
- padding-left: 0.35em;
3806
- padding-right: 0.35em;
3807
- }
3808
- .jkl-nav-link:hover:not(:focus) {
3809
- color: var(--jkl-link-hover-color);
3810
- }
3811
- .jkl-nav-link:hover:not(:focus)::after {
3812
- padding-left: 0.7em;
3813
- padding-right: 0;
3814
- }
3815
- .jkl-nav-link:focus-visible {
3816
- outline: 2px solid var(--jkl-color-border-action);
3817
- outline-offset: 2px;
3818
- }
3819
- .jkl-nav-link:focus-visible::after {
3820
- padding-left: 0.7em;
3821
- padding-right: 0;
3822
- }
3823
- .jkl-nav-link--active {
3824
- --jkl-icon-weight: 500;
3825
- font-weight: 700;
3826
- letter-spacing: -0.014em;
3827
- }
3828
-
3829
- .jkl-nav-link--back {
3830
- padding-right: 0;
3831
- padding-left: 0.3em;
3832
- margin-left: -0.3em;
3833
- }
3834
- .jkl-nav-link--back::after {
3835
- display: none;
3836
- }
3837
- .jkl-nav-link--back::before {
3838
- content: "←";
3839
- content: "←"/"";
3840
- alt: " ";
3841
- transition-timing-function: ease;
3842
- transition-duration: 150ms;
3843
- transform: translateX(0);
3844
- transition-property: transform;
3845
- display: inline-block;
3846
- padding-right: 0.25rem;
3847
- }
3848
- .jkl-nav-link--back:hover::before, .jkl-nav-link--back:focus-visible::before {
3849
- transform: translateX(-33%);
3850
- }
3851
-
3852
3852
  :root,
3853
3853
  [data-layout-density=comfortable],
3854
3854
  [data-density=comfortable] {
@@ -3964,7 +3964,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3964
3964
  bottom: 0;
3965
3965
  width: 12.5rem;
3966
3966
  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%);
3967
- animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uux8sum;
3967
+ animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-ugfxesc;
3968
3968
  }
3969
3969
  @media (width >= 0) and (max-width: 679px) {
3970
3970
  .jkl-skeleton-animation {
@@ -3995,7 +3995,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3995
3995
  @media screen and (forced-colors: active) {
3996
3996
  .jkl-skeleton-element {
3997
3997
  border: 1px solid CanvasText;
3998
- animation: 2s ease infinite jkl-blink-uux8sv6;
3998
+ animation: 2s ease infinite jkl-blink-ugfxesv;
3999
3999
  }
4000
4000
  }
4001
4001
 
@@ -4051,11 +4051,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4051
4051
  }
4052
4052
  @media screen and (forced-colors: active) {
4053
4053
  .jkl-skeleton-table {
4054
- animation: 2s ease-in-out infinite jkl-blink-uux8sv6;
4054
+ animation: 2s ease-in-out infinite jkl-blink-ugfxesv;
4055
4055
  }
4056
4056
  }
4057
4057
 
4058
- @keyframes jkl-sweep-uux8sum {
4058
+ @keyframes jkl-sweep-ugfxesc {
4059
4059
  0% {
4060
4060
  transform: translateX(calc(0vw - 200px));
4061
4061
  }
@@ -4063,7 +4063,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4063
4063
  transform: translateX(calc(100vw + 400px));
4064
4064
  }
4065
4065
  }
4066
- @keyframes jkl-blink-uux8sv6 {
4066
+ @keyframes jkl-blink-ugfxesv {
4067
4067
  0% {
4068
4068
  opacity: 1;
4069
4069
  }
@@ -4444,11 +4444,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4444
4444
  }
4445
4445
 
4446
4446
  .jkl-countdown__tracker {
4447
- animation: jkl-downcount-uux8svf var(--duration) linear forwards;
4447
+ animation: jkl-downcount-ugfxeti var(--duration) linear forwards;
4448
4448
  animation-play-state: var(--play-state, running);
4449
4449
  }
4450
4450
 
4451
- @keyframes jkl-downcount-uux8svf {
4451
+ @keyframes jkl-downcount-ugfxeti {
4452
4452
  from {
4453
4453
  width: 100%;
4454
4454
  }
@@ -4993,7 +4993,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
4993
4993
  margin-bottom: 0;
4994
4994
  }
4995
4995
  .jkl-system-message--dismissed {
4996
- animation: jkl-dismiss-uux8swb 400ms ease-in forwards;
4996
+ animation: jkl-dismiss-ugfxetv 400ms ease-in forwards;
4997
4997
  transition: visibility 0ms 400ms;
4998
4998
  visibility: hidden;
4999
4999
  }
@@ -5025,7 +5025,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
5025
5025
  }
5026
5026
  }
5027
5027
 
5028
- @keyframes jkl-dismiss-uux8swb {
5028
+ @keyframes jkl-dismiss-ugfxetv {
5029
5029
  from {
5030
5030
  opacity: 1;
5031
5031
  transform: translate3d(0, 0, 0);
@@ -5891,14 +5891,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5891
5891
 
5892
5892
  .jkl-toast[data-animation=entering],
5893
5893
  .jkl-toast[data-animation=queued] {
5894
- animation: jkl-entering-uux8sx9 200ms ease-out forwards;
5894
+ animation: jkl-entering-ugfxetz 200ms ease-out forwards;
5895
5895
  }
5896
5896
 
5897
5897
  .jkl-toast[data-animation=exiting] {
5898
- animation: jkl-exiting-uux8sxq 150ms ease-in forwards;
5898
+ animation: jkl-exiting-ugfxeu3 150ms ease-in forwards;
5899
5899
  }
5900
5900
 
5901
- @keyframes jkl-entering-uux8sx9 {
5901
+ @keyframes jkl-entering-ugfxetz {
5902
5902
  from {
5903
5903
  opacity: 0;
5904
5904
  transform: translate3d(0, 50%, 0);
@@ -5908,7 +5908,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
5908
5908
  transform: translate3d(0, 0, 0);
5909
5909
  }
5910
5910
  }
5911
- @keyframes jkl-exiting-uux8sxq {
5911
+ @keyframes jkl-exiting-ugfxeu3 {
5912
5912
  from {
5913
5913
  opacity: 1;
5914
5914
  transform: translate3d(0, 0, 0);