@fremtind/jokul 0.32.2 → 0.33.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.
Files changed (90) hide show
  1. package/build/build-stats.html +1 -1
  2. package/build/cjs/components/autosuggest/Autosuggest.cjs.map +1 -1
  3. package/build/cjs/components/autosuggest/Autosuggest.d.cts +1 -2
  4. package/build/cjs/components/autosuggest/BaseAutosuggest.cjs +1 -1
  5. package/build/cjs/components/autosuggest/BaseAutosuggest.cjs.map +1 -1
  6. package/build/cjs/components/autosuggest/BaseAutosuggest.d.cts +1 -1
  7. package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
  8. package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
  9. package/build/cjs/components/input-group/FieldGroup.cjs +1 -1
  10. package/build/cjs/components/input-group/FieldGroup.cjs.map +1 -1
  11. package/build/cjs/components/input-group/FieldGroup.d.cts +2 -3
  12. package/build/cjs/components/input-group/InputGroup.cjs +1 -1
  13. package/build/cjs/components/input-group/InputGroup.cjs.map +1 -1
  14. package/build/cjs/components/input-group/InputGroup.d.cts +2 -3
  15. package/build/cjs/components/select/NativeSelect.cjs +1 -1
  16. package/build/cjs/components/select/NativeSelect.cjs.map +1 -1
  17. package/build/cjs/components/select/Select.cjs +1 -1
  18. package/build/cjs/components/select/Select.cjs.map +1 -1
  19. package/build/cjs/components/text-input/TextArea.cjs +1 -1
  20. package/build/cjs/components/text-input/TextArea.cjs.map +1 -1
  21. package/build/cjs/components/text-input/TextInput.cjs +1 -1
  22. package/build/cjs/components/text-input/TextInput.cjs.map +1 -1
  23. package/build/es/components/autosuggest/Autosuggest.d.ts +1 -2
  24. package/build/es/components/autosuggest/Autosuggest.js.map +1 -1
  25. package/build/es/components/autosuggest/BaseAutosuggest.d.ts +1 -1
  26. package/build/es/components/autosuggest/BaseAutosuggest.js +1 -1
  27. package/build/es/components/autosuggest/BaseAutosuggest.js.map +1 -1
  28. package/build/es/components/datepicker/DatePicker.js +1 -1
  29. package/build/es/components/datepicker/DatePicker.js.map +1 -1
  30. package/build/es/components/input-group/FieldGroup.d.ts +2 -3
  31. package/build/es/components/input-group/FieldGroup.js +1 -1
  32. package/build/es/components/input-group/FieldGroup.js.map +1 -1
  33. package/build/es/components/input-group/InputGroup.d.ts +2 -3
  34. package/build/es/components/input-group/InputGroup.js +1 -1
  35. package/build/es/components/input-group/InputGroup.js.map +1 -1
  36. package/build/es/components/select/NativeSelect.js +1 -1
  37. package/build/es/components/select/NativeSelect.js.map +1 -1
  38. package/build/es/components/select/Select.js +1 -1
  39. package/build/es/components/select/Select.js.map +1 -1
  40. package/build/es/components/text-input/TextArea.js +1 -1
  41. package/build/es/components/text-input/TextArea.js.map +1 -1
  42. package/build/es/components/text-input/TextInput.js +1 -1
  43. package/build/es/components/text-input/TextInput.js.map +1 -1
  44. package/package.json +2 -2
  45. package/styles/components/accordion/accordion.css +2 -0
  46. package/styles/components/button/button.css +2 -2
  47. package/styles/components/button/button.min.css +1 -1
  48. package/styles/components/checkbox/checkbox.css +4 -4
  49. package/styles/components/checkbox/checkbox.min.css +1 -1
  50. package/styles/components/combobox/combobox.css +2 -0
  51. package/styles/components/datepicker/datepicker.css +8 -0
  52. package/styles/components/datepicker/datepicker.min.css +1 -1
  53. package/styles/components/expander/expander.css +2 -0
  54. package/styles/components/feedback/feedback.css +2 -2
  55. package/styles/components/feedback/feedback.min.css +1 -1
  56. package/styles/components/file-input/file-input.css +2 -0
  57. package/styles/components/icon-button/icon-button.css +2 -0
  58. package/styles/components/input-group/input-group.css +2 -2
  59. package/styles/components/input-group/input-group.min.css +1 -1
  60. package/styles/components/input-panel/checkbox-panel.css +2 -2
  61. package/styles/components/input-panel/checkbox-panel.min.css +1 -1
  62. package/styles/components/input-panel/radio-panel.css +2 -2
  63. package/styles/components/input-panel/radio-panel.min.css +1 -1
  64. package/styles/components/link/link.css +2 -0
  65. package/styles/components/loader/loader.css +6 -6
  66. package/styles/components/loader/loader.min.css +1 -1
  67. package/styles/components/loader/skeleton-loader.css +5 -5
  68. package/styles/components/loader/skeleton-loader.min.css +1 -1
  69. package/styles/components/menu/menu.css +2 -0
  70. package/styles/components/message/message.css +4 -2
  71. package/styles/components/message/message.min.css +1 -1
  72. package/styles/components/progress-bar/progress-bar.css +2 -2
  73. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  74. package/styles/components/radio-button/radio-button.css +4 -2
  75. package/styles/components/radio-button/radio-button.min.css +1 -1
  76. package/styles/components/select/select.css +5 -3
  77. package/styles/components/system-message/system-message.css +22 -20
  78. package/styles/components/system-message/system-message.min.css +1 -1
  79. package/styles/components/system-message/system-message.scss +3 -3
  80. package/styles/components/table/table.css +2 -0
  81. package/styles/components/tabs/tabs.css +2 -0
  82. package/styles/components/tabs/tabs.min.css +1 -1
  83. package/styles/components/text-input/text-input.css +6 -0
  84. package/styles/components/toast/toast.css +4 -4
  85. package/styles/components/toast/toast.min.css +1 -1
  86. package/styles/components/toggle-switch/toggle-switch.css +2 -0
  87. package/styles/components/tooltip/tooltip.css +2 -0
  88. package/styles/core/jkl/_reset.scss +5 -3
  89. package/styles/styles.css +100 -58
  90. package/styles/styles.min.css +1 -1
package/styles/styles.css CHANGED
@@ -89,6 +89,8 @@
89
89
  text-align: left;
90
90
  width: 100%;
91
91
  box-sizing: border-box;
92
+ }
93
+ .jkl-accordion-item__title {
92
94
  outline: 0;
93
95
  border-style: none;
94
96
  outline-style: none;
@@ -563,6 +565,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
563
565
  width: var(--jkl-text-input-action-button-size);
564
566
  color: var(--jkl-text-input-border-color);
565
567
  margin-inline-start: calc(var(--jkl-text-input-horizontal-padding) * -1);
568
+ }
569
+ .jkl-text-input-action-button {
566
570
  outline: 0;
567
571
  border-style: none;
568
572
  outline-style: none;
@@ -665,6 +669,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-act
665
669
  font-size: var(--jkl-text-input-font-size);
666
670
  line-height: var(--jkl-text-input-line-height);
667
671
  font-weight: var(--jkl-text-input-font-weight);
672
+ }
673
+ .jkl-text-input__input {
668
674
  outline: 0;
669
675
  border-style: none;
670
676
  outline-style: none;
@@ -762,6 +768,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input__in
762
768
  font-size: var(--jkl-text-input-font-size);
763
769
  line-height: var(--jkl-text-input-line-height);
764
770
  font-weight: var(--jkl-text-input-font-weight);
771
+ }
772
+ .jkl-text-area__text-area {
765
773
  outline: 0;
766
774
  border-style: none;
767
775
  outline-style: none;
@@ -1002,6 +1010,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1002
1010
  transition-property: box-shadow;
1003
1011
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.35, 1);
1004
1012
  transition-duration: 100ms;
1013
+ }
1014
+ .jkl-icon-button {
1005
1015
  outline: 0;
1006
1016
  border-style: none;
1007
1017
  outline-style: none;
@@ -1132,7 +1142,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1132
1142
  --color: var(--jkl-color-text-default);
1133
1143
  }
1134
1144
  .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-uvsv7ao forwards;
1145
+ animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uq80x2j forwards;
1136
1146
  }
1137
1147
  .jkl-form-support-label--sr-only {
1138
1148
  border: 0 !important;
@@ -1207,7 +1217,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1207
1217
  white-space: nowrap !important; /* 3 */
1208
1218
  }
1209
1219
 
1210
- @keyframes jkl-support-icon-entrance-uvsv7ao {
1220
+ @keyframes jkl-support-icon-entrance-uq80x2j {
1211
1221
  0% {
1212
1222
  margin-right: 0;
1213
1223
  opacity: 0;
@@ -1318,6 +1328,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1318
1328
  transform: translateY(max(0.16em, 0.25rem));
1319
1329
  font-size: 1.2em;
1320
1330
  border-radius: 9999px;
1331
+ }
1332
+ .jkl-tooltip-question-button {
1321
1333
  outline: 0;
1322
1334
  border-style: none;
1323
1335
  outline-style: none;
@@ -1453,6 +1465,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1453
1465
  font-weight: 400;
1454
1466
  text-decoration: none;
1455
1467
  position: relative;
1468
+ }
1469
+ .jkl-nav-link {
1456
1470
  outline: 0;
1457
1471
  border-style: none;
1458
1472
  outline-style: none;
@@ -1669,7 +1683,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1669
1683
  height: 1rem;
1670
1684
  }
1671
1685
  html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1672
- animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uvsv7bo;
1686
+ animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uq80x2r;
1673
1687
  }
1674
1688
  :not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
1675
1689
  scale: 1.05;
@@ -1713,7 +1727,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1713
1727
  --background-color: var(--jkl-color-background-interactive-hover);
1714
1728
  }
1715
1729
 
1716
- @keyframes jkl-tertiary-flash-uvsv7bo {
1730
+ @keyframes jkl-tertiary-flash-uq80x2r {
1717
1731
  0% {
1718
1732
  opacity: 0.5;
1719
1733
  scale: 1;
@@ -1738,15 +1752,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1738
1752
  animation: 2500ms linear infinite;
1739
1753
  }
1740
1754
  .jkl-loader__dot--left {
1741
- animation-name: jkl-loader-left-spin-uvsv7cb;
1755
+ animation-name: jkl-loader-left-spin-uq80x3c;
1742
1756
  margin-right: 1.71em;
1743
1757
  }
1744
1758
  .jkl-loader__dot--middle {
1745
- animation-name: jkl-loader-middle-spin-uvsv7cu;
1759
+ animation-name: jkl-loader-middle-spin-uq80x3u;
1746
1760
  margin-right: 1.9em;
1747
1761
  }
1748
1762
  .jkl-loader__dot--right {
1749
- animation-name: jkl-loader-right-spin-uvsv7dh;
1763
+ animation-name: jkl-loader-right-spin-uq80x4r;
1750
1764
  }
1751
1765
  @media screen and (forced-colors: active) {
1752
1766
  .jkl-loader__dot {
@@ -1774,7 +1788,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1774
1788
  margin-right: 0.3em;
1775
1789
  }
1776
1790
 
1777
- @keyframes jkl-loader-left-spin-uvsv7cb {
1791
+ @keyframes jkl-loader-left-spin-uq80x3c {
1778
1792
  0% {
1779
1793
  transform: rotate(0) scale(0);
1780
1794
  }
@@ -1788,7 +1802,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1788
1802
  transform: rotate(180deg) scale(0);
1789
1803
  }
1790
1804
  }
1791
- @keyframes jkl-loader-middle-spin-uvsv7cu {
1805
+ @keyframes jkl-loader-middle-spin-uq80x3u {
1792
1806
  0% {
1793
1807
  transform: rotate(20deg) scale(0);
1794
1808
  }
@@ -1805,7 +1819,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1805
1819
  transform: rotate(200deg) scale(0);
1806
1820
  }
1807
1821
  }
1808
- @keyframes jkl-loader-right-spin-uvsv7dh {
1822
+ @keyframes jkl-loader-right-spin-uq80x4r {
1809
1823
  0% {
1810
1824
  transform: rotate(40deg) scale(0);
1811
1825
  }
@@ -1853,7 +1867,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1853
1867
  bottom: 0;
1854
1868
  width: 12.5rem;
1855
1869
  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-uvsv7dm;
1870
+ animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uq80x50;
1857
1871
  }
1858
1872
  @media (width >= 0) and (max-width: 679px) {
1859
1873
  .jkl-skeleton-animation {
@@ -1884,7 +1898,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1884
1898
  @media screen and (forced-colors: active) {
1885
1899
  .jkl-skeleton-element {
1886
1900
  border: 1px solid CanvasText;
1887
- animation: 2s ease infinite jkl-blink-uvsv7ej;
1901
+ animation: 2s ease infinite jkl-blink-uq80x5n;
1888
1902
  }
1889
1903
  }
1890
1904
 
@@ -1940,11 +1954,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1940
1954
  }
1941
1955
  @media screen and (forced-colors: active) {
1942
1956
  .jkl-skeleton-table {
1943
- animation: 2s ease-in-out infinite jkl-blink-uvsv7ej;
1957
+ animation: 2s ease-in-out infinite jkl-blink-uq80x5n;
1944
1958
  }
1945
1959
  }
1946
1960
 
1947
- @keyframes jkl-sweep-uvsv7dm {
1961
+ @keyframes jkl-sweep-uq80x50 {
1948
1962
  0% {
1949
1963
  transform: translateX(calc(0vw - 200px));
1950
1964
  }
@@ -1952,7 +1966,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1952
1966
  transform: translateX(calc(100vw + 400px));
1953
1967
  }
1954
1968
  }
1955
- @keyframes jkl-blink-uvsv7ej {
1969
+ @keyframes jkl-blink-uq80x5n {
1956
1970
  0% {
1957
1971
  opacity: 1;
1958
1972
  }
@@ -2422,7 +2436,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2422
2436
  --jkl-checkbox-line-height: 1.5rem;
2423
2437
  }
2424
2438
 
2425
- @keyframes jkl-checkbox-checked-uvsv7es {
2439
+ @keyframes jkl-checkbox-checked-uq80x66 {
2426
2440
  0% {
2427
2441
  width: 0;
2428
2442
  height: 0;
@@ -2436,7 +2450,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2436
2450
  height: 58%;
2437
2451
  }
2438
2452
  }
2439
- @keyframes jkl-checkbox-indeterminate-uvsv7fr {
2453
+ @keyframes jkl-checkbox-indeterminate-uq80x69 {
2440
2454
  0% {
2441
2455
  width: 0;
2442
2456
  }
@@ -2464,11 +2478,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2464
2478
  top: -6px;
2465
2479
  }
2466
2480
  .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
2467
- animation: jkl-checkbox-checked-uvsv7es 150ms ease-in-out forwards;
2481
+ animation: jkl-checkbox-checked-uq80x66 150ms ease-in-out forwards;
2468
2482
  opacity: 1;
2469
2483
  }
2470
2484
  .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
2471
- animation: jkl-checkbox-indeterminate-uvsv7fr 150ms ease-in-out forwards;
2485
+ animation: jkl-checkbox-indeterminate-uq80x69 150ms ease-in-out forwards;
2472
2486
  opacity: 1;
2473
2487
  }
2474
2488
  .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
@@ -2808,6 +2822,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2808
2822
 
2809
2823
  .jkl-combobox {
2810
2824
  position: relative;
2825
+ }
2826
+ .jkl-combobox {
2811
2827
  outline: 0;
2812
2828
  border-style: none;
2813
2829
  outline-style: none;
@@ -3347,6 +3363,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
3347
3363
  color: var(--jkl-calendar-text-color);
3348
3364
  width: 2.5rem;
3349
3365
  height: 2.5rem;
3366
+ }
3367
+ .jkl-calendar-navigation__arrow {
3350
3368
  outline: 0;
3351
3369
  border-style: none;
3352
3370
  outline-style: none;
@@ -3405,6 +3423,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
3405
3423
  margin: 0;
3406
3424
  padding: 0;
3407
3425
  padding-inline-end: var(--chevron-size);
3426
+ }
3427
+ .jkl-calendar-navigation-dropdown__select {
3408
3428
  outline: 0;
3409
3429
  border-style: none;
3410
3430
  outline-style: none;
@@ -3550,6 +3570,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-navig
3550
3570
  transition-timing-function: ease-out;
3551
3571
  transition-duration: 75ms;
3552
3572
  transition-property: color, background-color, box-shadow;
3573
+ }
3574
+ .jkl-calendar-date-button {
3553
3575
  outline: 0;
3554
3576
  border-style: none;
3555
3577
  outline-style: none;
@@ -3625,6 +3647,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
3625
3647
  display: flex;
3626
3648
  flex-direction: column;
3627
3649
  align-items: flex-start;
3650
+ }
3651
+ .jkl-datepicker {
3628
3652
  outline: 0;
3629
3653
  border-style: none;
3630
3654
  outline-style: none;
@@ -3722,6 +3746,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
3722
3746
  transition: transform 100ms cubic-bezier(0.6, 0.2, 0.35, 1), border 100ms cubic-bezier(0.6, 0.2, 0.35, 1);
3723
3747
  min-width: unset;
3724
3748
  position: relative;
3749
+ }
3750
+ .jkl-expander {
3725
3751
  outline: 0;
3726
3752
  border-style: none;
3727
3753
  outline-style: none;
@@ -3789,7 +3815,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
3789
3815
  padding: 1rem 0 2.5rem 0;
3790
3816
  }
3791
3817
 
3792
- @keyframes jkl-show-uvsv7fz {
3818
+ @keyframes jkl-show-uq80x6r {
3793
3819
  from {
3794
3820
  transform: translate3d(0, 0.5rem, 0);
3795
3821
  opacity: 0;
@@ -3824,7 +3850,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
3824
3850
  }
3825
3851
  }
3826
3852
  .jkl-feedback__fade-in {
3827
- animation: jkl-show-uvsv7fz 0.25s ease-out;
3853
+ animation: jkl-show-uq80x6r 0.25s ease-out;
3828
3854
  }
3829
3855
  .jkl-feedback__buttons {
3830
3856
  display: flex;
@@ -3990,6 +4016,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3990
4016
  padding: 0;
3991
4017
  cursor: pointer;
3992
4018
  color: inherit;
4019
+ }
4020
+ .jkl-message__dismiss-button {
3993
4021
  outline: 0;
3994
4022
  border-style: none;
3995
4023
  outline-style: none;
@@ -4062,7 +4090,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4062
4090
  --background-color: var(--jkl-color-background-alert-success);
4063
4091
  }
4064
4092
  .jkl-message--dismissed {
4065
- animation: jkl-dismiss-uvsv7gg 400ms ease-in-out forwards;
4093
+ animation: jkl-dismiss-uq80x77 400ms ease-in-out forwards;
4066
4094
  transition: visibility 0ms 400ms;
4067
4095
  visibility: hidden;
4068
4096
  }
@@ -4082,7 +4110,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4082
4110
  }
4083
4111
  }
4084
4112
 
4085
- @keyframes jkl-dismiss-uvsv7gg {
4113
+ @keyframes jkl-dismiss-uq80x77 {
4086
4114
  from {
4087
4115
  opacity: 1;
4088
4116
  transform: translate3d(0, 0, 0);
@@ -4138,7 +4166,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4138
4166
  --jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
4139
4167
  }
4140
4168
 
4141
- @keyframes jkl-dot-in-uvsv7go {
4169
+ @keyframes jkl-dot-in-uq80x7m {
4142
4170
  0% {
4143
4171
  transform: scale(0.8);
4144
4172
  }
@@ -4155,6 +4183,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4155
4183
  min-height: var(--jkl-radio-button-height);
4156
4184
  color: var(--text-color);
4157
4185
  position: relative;
4186
+ }
4187
+ .jkl-radio-button {
4158
4188
  outline: 0;
4159
4189
  border-style: none;
4160
4190
  outline-style: none;
@@ -4181,7 +4211,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4181
4211
  }
4182
4212
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
4183
4213
  --dot-color: var(--jkl-color-border-action);
4184
- animation: jkl-dot-in-uvsv7go 150ms ease;
4214
+ animation: jkl-dot-in-uq80x7m 150ms ease;
4185
4215
  }
4186
4216
  @media screen and (forced-colors: active) {
4187
4217
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
@@ -4331,7 +4361,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4331
4361
  --background-color: var(--jkl-color-background-container-high);
4332
4362
  }
4333
4363
 
4334
- @keyframes jkl-dot-in-uvsv7h0 {
4364
+ @keyframes jkl-dot-in-uq80x83 {
4335
4365
  0% {
4336
4366
  transform: scale(0.8);
4337
4367
  }
@@ -4379,7 +4409,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4379
4409
  }
4380
4410
  }
4381
4411
  .jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
4382
- animation: jkl-dot-in-uvsv7h0 150ms ease;
4412
+ animation: jkl-dot-in-uq80x83 150ms ease;
4383
4413
  }
4384
4414
  .jkl-radio-panel:has(:checked) {
4385
4415
  --radio-dot-color: var(--jkl-color-border-action);
@@ -4391,7 +4421,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4391
4421
  --radio-dot-color: var(--jkl-color-text-on-alert);
4392
4422
  }
4393
4423
 
4394
- @keyframes jkl-checkbox-checked-uvsv7hh {
4424
+ @keyframes jkl-checkbox-checked-uq80x8m {
4395
4425
  0% {
4396
4426
  width: 0;
4397
4427
  height: 0;
@@ -4454,7 +4484,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4454
4484
  }
4455
4485
  }
4456
4486
  .jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
4457
- animation: jkl-checkbox-checked-uvsv7hh 150ms ease-in-out forwards;
4487
+ animation: jkl-checkbox-checked-uq80x8m 150ms ease-in-out forwards;
4458
4488
  opacity: 1;
4459
4489
  }
4460
4490
  .jkl-checkbox-panel:has([aria-invalid=true]) {
@@ -4668,6 +4698,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4668
4698
  width: 100%;
4669
4699
  height: var(--jkl-menu-item-height);
4670
4700
  padding: var(--jkl-menu-item-padding);
4701
+ }
4702
+ .jkl-menu-item {
4671
4703
  outline: 0;
4672
4704
  border-style: none;
4673
4705
  outline-style: none;
@@ -4918,13 +4950,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4918
4950
  .jkl-select {
4919
4951
  display: block;
4920
4952
  position: relative;
4921
- outline: 0;
4922
- border-style: none;
4923
- outline-style: none;
4924
4953
  /* --------
4925
4954
  VARIANTS
4926
4955
  -------- */
4927
4956
  }
4957
+ .jkl-select {
4958
+ outline: 0;
4959
+ border-style: none;
4960
+ outline-style: none;
4961
+ }
4928
4962
  .jkl-select:active, .jkl-select:hover, .jkl-select:focus {
4929
4963
  outline: 0;
4930
4964
  outline-style: none;
@@ -5218,11 +5252,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
5218
5252
  }
5219
5253
 
5220
5254
  .jkl-countdown__tracker {
5221
- animation: jkl-downcount-uvsv7hj var(--duration) linear forwards;
5255
+ animation: jkl-downcount-uq80x8o var(--duration) linear forwards;
5222
5256
  animation-play-state: var(--play-state, running);
5223
5257
  }
5224
5258
 
5225
- @keyframes jkl-downcount-uvsv7hj {
5259
+ @keyframes jkl-downcount-uq80x8o {
5226
5260
  from {
5227
5261
  width: 100%;
5228
5262
  }
@@ -5352,21 +5386,36 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
5352
5386
  margin: var(--jkl-system-message-message-margin);
5353
5387
  }
5354
5388
  .jkl-system-message__dismiss-button {
5355
- outline: 0;
5356
- border-style: none;
5357
- outline-style: none;
5358
5389
  background-color: transparent;
5359
5390
  padding: 0;
5360
5391
  cursor: pointer;
5361
5392
  display: flex;
5362
5393
  align-items: center;
5363
5394
  justify-content: center;
5395
+ align-self: flex-start;
5396
+ flex-shrink: 0;
5364
5397
  width: var(--jkl-system-message-dismiss-button-size);
5365
5398
  height: var(--jkl-system-message-dismiss-button-size);
5366
5399
  margin: var(--jkl-system-message-dismiss-button-margin);
5367
5400
  color: inherit;
5368
- align-self: flex-start;
5369
- flex-shrink: 0;
5401
+ }
5402
+ @media screen and (forced-colors: active) {
5403
+ .jkl-system-message__dismiss-button {
5404
+ stroke: ButtonText;
5405
+ }
5406
+ .jkl-system-message__dismiss-button svg, .jkl-system-message__dismiss-button path {
5407
+ stroke: ButtonText;
5408
+ }
5409
+ }
5410
+ @media screen and (forced-colors: active) {
5411
+ .jkl-system-message__dismiss-button {
5412
+ background-color: ButtonFace;
5413
+ }
5414
+ }
5415
+ .jkl-system-message__dismiss-button {
5416
+ outline: 0;
5417
+ border-style: none;
5418
+ outline-style: none;
5370
5419
  }
5371
5420
  .jkl-system-message__dismiss-button:active, .jkl-system-message__dismiss-button:hover, .jkl-system-message__dismiss-button:focus {
5372
5421
  outline: 0;
@@ -5383,19 +5432,6 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
5383
5432
  outline-style: revert;
5384
5433
  }
5385
5434
  }
5386
- @media screen and (forced-colors: active) {
5387
- .jkl-system-message__dismiss-button {
5388
- stroke: ButtonText;
5389
- }
5390
- .jkl-system-message__dismiss-button svg, .jkl-system-message__dismiss-button path {
5391
- stroke: ButtonText;
5392
- }
5393
- }
5394
- @media screen and (forced-colors: active) {
5395
- .jkl-system-message__dismiss-button {
5396
- background-color: ButtonFace;
5397
- }
5398
- }
5399
5435
  .jkl-system-message__dismiss-button:hover {
5400
5436
  color: #636060;
5401
5437
  }
@@ -5421,7 +5457,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
5421
5457
  margin-bottom: 0;
5422
5458
  }
5423
5459
  .jkl-system-message--dismissed {
5424
- animation: jkl-dismiss-uvsv7hq 400ms ease-in forwards;
5460
+ animation: jkl-dismiss-uq80x9l 400ms ease-in forwards;
5425
5461
  transition: visibility 0ms 400ms;
5426
5462
  visibility: hidden;
5427
5463
  }
@@ -5453,7 +5489,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
5453
5489
  }
5454
5490
  }
5455
5491
 
5456
- @keyframes jkl-dismiss-uvsv7hq {
5492
+ @keyframes jkl-dismiss-uq80x9l {
5457
5493
  from {
5458
5494
  opacity: 1;
5459
5495
  transform: translate3d(0, 0, 0);
@@ -5750,6 +5786,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
5750
5786
  padding: 0;
5751
5787
  height: 2rem;
5752
5788
  min-width: 2rem;
5789
+ }
5790
+ .jkl-table-pagination__previous, .jkl-table-pagination__next, .jkl-table-pagination__page {
5753
5791
  outline: 0;
5754
5792
  border-style: none;
5755
5793
  outline-style: none;
@@ -6103,6 +6141,8 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6103
6141
  scroll-snap-align: start;
6104
6142
  text-decoration: none;
6105
6143
  white-space: nowrap;
6144
+ }
6145
+ .jkl-tab {
6106
6146
  outline: 0;
6107
6147
  border-style: none;
6108
6148
  outline-style: none;
@@ -6328,14 +6368,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6328
6368
 
6329
6369
  .jkl-toast[data-animation=entering],
6330
6370
  .jkl-toast[data-animation=queued] {
6331
- animation: jkl-entering-uvsv7io 200ms ease-out forwards;
6371
+ animation: jkl-entering-uq80xa9 200ms ease-out forwards;
6332
6372
  }
6333
6373
 
6334
6374
  .jkl-toast[data-animation=exiting] {
6335
- animation: jkl-exiting-uvsv7iu 150ms ease-in forwards;
6375
+ animation: jkl-exiting-uq80xau 150ms ease-in forwards;
6336
6376
  }
6337
6377
 
6338
- @keyframes jkl-entering-uvsv7io {
6378
+ @keyframes jkl-entering-uq80xa9 {
6339
6379
  from {
6340
6380
  opacity: 0;
6341
6381
  transform: translate3d(0, 50%, 0);
@@ -6345,7 +6385,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6345
6385
  transform: translate3d(0, 0, 0);
6346
6386
  }
6347
6387
  }
6348
- @keyframes jkl-exiting-uvsv7iu {
6388
+ @keyframes jkl-exiting-uq80xau {
6349
6389
  from {
6350
6390
  opacity: 1;
6351
6391
  transform: translate3d(0, 0, 0);
@@ -6556,6 +6596,8 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-toggle-slider:
6556
6596
  font-size: var(--jkl-toggle-font-size);
6557
6597
  line-height: var(--jkl-toggle-line-height);
6558
6598
  font-weight: var(--jkl-toggle-font-weight);
6599
+ }
6600
+ .jkl-toggle-switch {
6559
6601
  outline: 0;
6560
6602
  border-style: none;
6561
6603
  outline-style: none;