@fremtind/jokul 0.40.0 → 0.40.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 (42) hide show
  1. package/README.md +1 -1
  2. package/build/build-stats.html +1 -1
  3. package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
  4. package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
  5. package/build/es/components/expander/ExpandablePanel.js +1 -1
  6. package/build/es/components/expander/ExpandablePanel.js.map +1 -1
  7. package/package.json +2 -2
  8. package/styles/components/button/button.css +31 -20
  9. package/styles/components/button/button.min.css +1 -1
  10. package/styles/components/button/button.scss +34 -25
  11. package/styles/components/checkbox/checkbox.css +4 -4
  12. package/styles/components/checkbox/checkbox.min.css +1 -1
  13. package/styles/components/expander/expandable.css +4 -0
  14. package/styles/components/expander/expandable.min.css +1 -1
  15. package/styles/components/expander/expandable.scss +4 -0
  16. package/styles/components/feedback/feedback.css +2 -2
  17. package/styles/components/feedback/feedback.min.css +1 -1
  18. package/styles/components/input-group/input-group.css +2 -2
  19. package/styles/components/input-group/input-group.min.css +1 -1
  20. package/styles/components/input-panel/checkbox-panel.css +2 -2
  21. package/styles/components/input-panel/checkbox-panel.min.css +1 -1
  22. package/styles/components/input-panel/radio-panel.css +2 -2
  23. package/styles/components/input-panel/radio-panel.min.css +1 -1
  24. package/styles/components/loader/loader.css +6 -6
  25. package/styles/components/loader/loader.min.css +1 -1
  26. package/styles/components/loader/skeleton-loader.css +5 -5
  27. package/styles/components/loader/skeleton-loader.min.css +1 -1
  28. package/styles/components/message/message.css +2 -2
  29. package/styles/components/message/message.min.css +1 -1
  30. package/styles/components/progress-bar/progress-bar.css +2 -2
  31. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  32. package/styles/components/radio-button/radio-button.css +2 -2
  33. package/styles/components/radio-button/radio-button.min.css +1 -1
  34. package/styles/components/system-message/system-message.css +2 -2
  35. package/styles/components/system-message/system-message.min.css +1 -1
  36. package/styles/components/text-input/text-input.css +2 -1
  37. package/styles/components/text-input/text-input.min.css +1 -1
  38. package/styles/components/text-input/text-input.scss +5 -3
  39. package/styles/components/toast/toast.css +4 -4
  40. package/styles/components/toast/toast.min.css +1 -1
  41. package/styles/styles.css +72 -56
  42. package/styles/styles.min.css +1 -1
package/styles/styles.css CHANGED
@@ -599,10 +599,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-autosuggest__i
599
599
  .jkl-text-input-wrapper:has(:active) {
600
600
  background-color: var(--jkl-text-input-background-color);
601
601
  }
602
- .jkl-text-input-wrapper:has(.jkl-text-input__input:focus-visible), .jkl-text-input-wrapper:has(.jkl-text-area__text-area:focus-visible) {
602
+ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wrapper:has(.jkl-text-input__input:focus-visible), html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wrapper:has(.jkl-text-area__text-area:focus-visible) {
603
603
  outline: 3px solid var(--jkl-color-border-action);
604
604
  outline-offset: 3px;
605
605
  }
606
+
606
607
  .jkl-text-input-wrapper > .jkl-icon-button:focus-visible {
607
608
  outline: 3px solid var(--jkl-color-border-action);
608
609
  outline-offset: -8px;
@@ -1101,7 +1102,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1101
1102
  --color: var(--jkl-color-text-default);
1102
1103
  }
1103
1104
  .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 {
1104
- animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u5k3yzw forwards;
1105
+ animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-uj397lc forwards;
1105
1106
  }
1106
1107
  .jkl-form-support-label--sr-only {
1107
1108
  border: 0 !important;
@@ -1176,7 +1177,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1176
1177
  white-space: nowrap !important; /* 3 */
1177
1178
  }
1178
1179
 
1179
- @keyframes jkl-support-icon-entrance-u5k3yzw {
1180
+ @keyframes jkl-support-icon-entrance-uj397lc {
1180
1181
  0% {
1181
1182
  margin-right: 0;
1182
1183
  opacity: 0;
@@ -1449,8 +1450,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1449
1450
  --jkl-button-padding-text: calc(var(--jkl-unit-10) * 3);
1450
1451
  --jkl-button-padding-icon: calc(var(--jkl-unit-10) * 2);
1451
1452
  --jkl-button-padding-icon-button: 0.5rem;
1452
- --jkl-button-padding-tertiary-inline: calc(var(--jkl-unit-10) * 0.5);
1453
- --jkl-button-padding-ghost-inline: 0.5rem;
1453
+ --jkl-button-teritary-padding-icon: calc(var(--jkl-unit-10) * 0.5);
1454
1454
  --jkl-button-font-size: 1.125rem;
1455
1455
  --jkl-button-line-height: 1.75rem;
1456
1456
  }
@@ -1469,7 +1469,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1469
1469
  --jkl-button-padding-text: calc(var(--jkl-unit-10) * 1.5);
1470
1470
  --jkl-button-padding-icon: 0.5rem;
1471
1471
  --jkl-button-padding-icon-button: calc(var(--jkl-unit-10) * 0.5);
1472
- --jkl-button-padding-tertiary-inline: calc(var(--jkl-unit-10) * 0.25);
1472
+ --jkl-button-teritary-padding-icon: calc(var(--jkl-unit-10) * 0.25);
1473
1473
  --jkl-button-padding-ghost-inline: calc(var(--jkl-unit-10) * 0.5);
1474
1474
  --jkl-button-font-size: 1rem;
1475
1475
  --jkl-button-line-height: 1.5rem;
@@ -1574,43 +1574,55 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1574
1574
  width: 1rem;
1575
1575
  height: 1rem;
1576
1576
  }
1577
- html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1578
- animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-u5k3z0i;
1577
+ .jkl-button::after {
1578
+ content: "";
1579
+ opacity: 0;
1580
+ position: absolute;
1581
+ inset: 0;
1582
+ border-radius: inherit;
1583
+ background-color: var(--text-color);
1584
+ transition-timing-function: ease;
1585
+ transition-duration: 150ms;
1586
+ transition-property: opacity;
1579
1587
  }
1580
- :not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
1581
- scale: 1.05;
1582
- transform-origin: center;
1588
+ .jkl-button:hover::after {
1589
+ opacity: 0.15;
1590
+ }
1591
+ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1592
+ animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uj397m0;
1583
1593
  }
1584
- .jkl-button--primary, .jkl-button--secondary {
1594
+ .jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
1585
1595
  --border-radius: 999px;
1586
1596
  }
1587
1597
  .jkl-button--primary {
1588
1598
  --background-color: var(--jkl-color-background-action);
1589
1599
  --text-color: var(--jkl-color-text-on-action);
1590
1600
  }
1601
+ .jkl-button--secondary {
1602
+ border: var(--border-width) solid var(--text-color);
1603
+ }
1591
1604
  .jkl-button--secondary::after {
1592
1605
  content: "";
1593
1606
  position: absolute;
1594
1607
  inset: 0;
1595
- border-radius: var(--border-radius);
1596
- border: var(--border-width) solid var(--text-color);
1597
1608
  }
1598
- .jkl-button--tertiary, .jkl-button--tertiary:has(.jkl-icon:first-child), .jkl-button--tertiary:has(.jkl-icon:last-child) {
1599
- padding-inline: var(--jkl-button-padding-tertiary-inline);
1609
+ .jkl-button--tertiary {
1610
+ border-bottom: var(--border-width) solid var(--text-color);
1611
+ padding-inline: var(--jkl-button-teritary-padding-icon);
1600
1612
  }
1601
- .jkl-button--tertiary::after, .jkl-button--tertiary:has(.jkl-icon:first-child)::after, .jkl-button--tertiary:has(.jkl-icon:last-child)::after {
1613
+ .jkl-button--tertiary::after {
1602
1614
  content: "";
1603
1615
  position: absolute;
1604
1616
  inset: 0;
1605
1617
  border-radius: var(--border-radius);
1606
- border-bottom: var(--border-width) solid var(--text-color);
1607
1618
  }
1608
- .jkl-button--tertiary:hover, .jkl-button--tertiary:focus-visible, .jkl-button--tertiary:has(.jkl-icon:first-child):hover, .jkl-button--tertiary:has(.jkl-icon:first-child):focus-visible, .jkl-button--tertiary:has(.jkl-icon:last-child):hover, .jkl-button--tertiary:has(.jkl-icon:last-child):focus-visible {
1609
- --border-width: 0.125rem;
1619
+ .jkl-button--tertiary:has(.jkl-icon:first-child) {
1620
+ padding-inline: var(--jkl-button-teritary-padding-icon) calc(var(--jkl-button-teritary-padding-icon) * 2);
1621
+ }
1622
+ .jkl-button--tertiary:has(.jkl-icon:last-child) {
1623
+ padding-inline: calc(var(--jkl-button-teritary-padding-icon) * 2) var(--jkl-button-teritary-padding-icon);
1610
1624
  }
1611
1625
  .jkl-button--ghost, .jkl-button--ghost:has(.jkl-icon:first-child), .jkl-button--ghost:has(.jkl-icon:last-child) {
1612
- padding-inline: var(--jkl-button-padding-ghost-inline);
1613
- border-radius: 0.25rem;
1614
1626
  transition-timing-function: ease;
1615
1627
  transition-duration: 150ms;
1616
1628
  transition-property: background-color;
@@ -1619,7 +1631,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1619
1631
  --background-color: var(--jkl-color-background-interactive-hover);
1620
1632
  }
1621
1633
 
1622
- @keyframes jkl-tertiary-flash-u5k3z0i {
1634
+ @keyframes jkl-tertiary-flash-uj397m0 {
1623
1635
  0% {
1624
1636
  opacity: 0.5;
1625
1637
  scale: 1;
@@ -1644,15 +1656,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1644
1656
  animation: 2500ms linear infinite;
1645
1657
  }
1646
1658
  .jkl-loader__dot--left {
1647
- animation-name: jkl-loader-left-spin-u5k3z0s;
1659
+ animation-name: jkl-loader-left-spin-uj397m3;
1648
1660
  margin-right: 1.71em;
1649
1661
  }
1650
1662
  .jkl-loader__dot--middle {
1651
- animation-name: jkl-loader-middle-spin-u5k3z12;
1663
+ animation-name: jkl-loader-middle-spin-uj397m8;
1652
1664
  margin-right: 1.9em;
1653
1665
  }
1654
1666
  .jkl-loader__dot--right {
1655
- animation-name: jkl-loader-right-spin-u5k3z14;
1667
+ animation-name: jkl-loader-right-spin-uj397mp;
1656
1668
  }
1657
1669
  @media screen and (forced-colors: active) {
1658
1670
  .jkl-loader__dot {
@@ -1680,7 +1692,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1680
1692
  margin-right: 0.3em;
1681
1693
  }
1682
1694
 
1683
- @keyframes jkl-loader-left-spin-u5k3z0s {
1695
+ @keyframes jkl-loader-left-spin-uj397m3 {
1684
1696
  0% {
1685
1697
  transform: rotate(0) scale(0);
1686
1698
  }
@@ -1694,7 +1706,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1694
1706
  transform: rotate(180deg) scale(0);
1695
1707
  }
1696
1708
  }
1697
- @keyframes jkl-loader-middle-spin-u5k3z12 {
1709
+ @keyframes jkl-loader-middle-spin-uj397m8 {
1698
1710
  0% {
1699
1711
  transform: rotate(20deg) scale(0);
1700
1712
  }
@@ -1711,7 +1723,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1711
1723
  transform: rotate(200deg) scale(0);
1712
1724
  }
1713
1725
  }
1714
- @keyframes jkl-loader-right-spin-u5k3z14 {
1726
+ @keyframes jkl-loader-right-spin-uj397mp {
1715
1727
  0% {
1716
1728
  transform: rotate(40deg) scale(0);
1717
1729
  }
@@ -1759,7 +1771,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1759
1771
  bottom: 0;
1760
1772
  width: 12.5rem;
1761
1773
  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%);
1762
- animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u5k3z1a;
1774
+ animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uj397nb;
1763
1775
  }
1764
1776
  @media (width >= 0) and (max-width: 679px) {
1765
1777
  .jkl-skeleton-animation {
@@ -1790,7 +1802,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1790
1802
  @media screen and (forced-colors: active) {
1791
1803
  .jkl-skeleton-element {
1792
1804
  border: 1px solid CanvasText;
1793
- animation: 2s ease infinite jkl-blink-u5k3z1d;
1805
+ animation: 2s ease infinite jkl-blink-uj397o2;
1794
1806
  }
1795
1807
  }
1796
1808
 
@@ -1846,11 +1858,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1846
1858
  }
1847
1859
  @media screen and (forced-colors: active) {
1848
1860
  .jkl-skeleton-table {
1849
- animation: 2s ease-in-out infinite jkl-blink-u5k3z1d;
1861
+ animation: 2s ease-in-out infinite jkl-blink-uj397o2;
1850
1862
  }
1851
1863
  }
1852
1864
 
1853
- @keyframes jkl-sweep-u5k3z1a {
1865
+ @keyframes jkl-sweep-uj397nb {
1854
1866
  0% {
1855
1867
  transform: translateX(calc(0vw - 200px));
1856
1868
  }
@@ -1858,7 +1870,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1858
1870
  transform: translateX(calc(100vw + 400px));
1859
1871
  }
1860
1872
  }
1861
- @keyframes jkl-blink-u5k3z1d {
1873
+ @keyframes jkl-blink-uj397o2 {
1862
1874
  0% {
1863
1875
  opacity: 1;
1864
1876
  }
@@ -2322,7 +2334,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2322
2334
  --jkl-checkbox-line-height: 1.5rem;
2323
2335
  }
2324
2336
 
2325
- @keyframes jkl-checkbox-checked-u5k3z1x {
2337
+ @keyframes jkl-checkbox-checked-uj397oq {
2326
2338
  0% {
2327
2339
  width: 0;
2328
2340
  height: 0;
@@ -2336,7 +2348,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2336
2348
  height: 58%;
2337
2349
  }
2338
2350
  }
2339
- @keyframes jkl-checkbox-indeterminate-u5k3z2j {
2351
+ @keyframes jkl-checkbox-indeterminate-uj397ou {
2340
2352
  0% {
2341
2353
  width: 0;
2342
2354
  }
@@ -2364,11 +2376,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2364
2376
  top: -6px;
2365
2377
  }
2366
2378
  .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
2367
- animation: jkl-checkbox-checked-u5k3z1x 150ms ease-in-out forwards;
2379
+ animation: jkl-checkbox-checked-uj397oq 150ms ease-in-out forwards;
2368
2380
  opacity: 1;
2369
2381
  }
2370
2382
  .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
2371
- animation: jkl-checkbox-indeterminate-u5k3z2j 150ms ease-in-out forwards;
2383
+ animation: jkl-checkbox-indeterminate-uj397ou 150ms ease-in-out forwards;
2372
2384
  opacity: 1;
2373
2385
  }
2374
2386
  .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
@@ -3579,6 +3591,10 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3579
3591
  .jkl-expandable__wrapper {
3580
3592
  --border-radius: 0.25rem;
3581
3593
  --outline-offset: 3px;
3594
+ --border-top-left-radius: 0;
3595
+ --border-top-right-radius: 0;
3596
+ --border-bottom-left-radius: 0;
3597
+ --border-bottom-right-radius: 0;
3582
3598
  position: relative;
3583
3599
  }
3584
3600
  .jkl-expandable__wrapper + .jkl-expandable__wrapper .jkl-expandable--stroke {
@@ -3752,7 +3768,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3752
3768
  padding: 1rem 0 2.5rem 0;
3753
3769
  }
3754
3770
 
3755
- @keyframes jkl-show-u5k3z3i {
3771
+ @keyframes jkl-show-uj397oy {
3756
3772
  from {
3757
3773
  transform: translate3d(0, 0.5rem, 0);
3758
3774
  opacity: 0;
@@ -3787,7 +3803,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3787
3803
  }
3788
3804
  }
3789
3805
  .jkl-feedback__fade-in {
3790
- animation: jkl-show-u5k3z3i 0.25s ease-out;
3806
+ animation: jkl-show-uj397oy 0.25s ease-out;
3791
3807
  }
3792
3808
  .jkl-feedback__buttons {
3793
3809
  display: flex;
@@ -4029,7 +4045,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4029
4045
  --background-color: var(--jkl-color-background-alert-success);
4030
4046
  }
4031
4047
  .jkl-message--dismissed {
4032
- animation: jkl-dismiss-u5k3z4f 400ms ease-in-out forwards;
4048
+ animation: jkl-dismiss-uj397pr 400ms ease-in-out forwards;
4033
4049
  transition: visibility 0ms 400ms;
4034
4050
  visibility: hidden;
4035
4051
  }
@@ -4049,7 +4065,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4049
4065
  }
4050
4066
  }
4051
4067
 
4052
- @keyframes jkl-dismiss-u5k3z4f {
4068
+ @keyframes jkl-dismiss-uj397pr {
4053
4069
  from {
4054
4070
  opacity: 1;
4055
4071
  transform: translate3d(0, 0, 0);
@@ -4105,7 +4121,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4105
4121
  --jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
4106
4122
  }
4107
4123
 
4108
- @keyframes jkl-dot-in-u5k3z5a {
4124
+ @keyframes jkl-dot-in-uj397pv {
4109
4125
  0% {
4110
4126
  transform: scale(0.8);
4111
4127
  }
@@ -4150,7 +4166,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4150
4166
  }
4151
4167
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
4152
4168
  --dot-color: var(--jkl-color-border-action);
4153
- animation: jkl-dot-in-u5k3z5a 150ms ease;
4169
+ animation: jkl-dot-in-uj397pv 150ms ease;
4154
4170
  }
4155
4171
  @media screen and (forced-colors: active) {
4156
4172
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
@@ -4302,7 +4318,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4302
4318
  --outer-border-thickness: 0.125rem;
4303
4319
  }
4304
4320
 
4305
- @keyframes jkl-dot-in-u5k3z5n {
4321
+ @keyframes jkl-dot-in-uj397qm {
4306
4322
  0% {
4307
4323
  transform: scale(0.8);
4308
4324
  }
@@ -4350,7 +4366,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4350
4366
  }
4351
4367
  }
4352
4368
  .jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
4353
- animation: jkl-dot-in-u5k3z5n 150ms ease;
4369
+ animation: jkl-dot-in-uj397qm 150ms ease;
4354
4370
  }
4355
4371
  .jkl-radio-panel:has(:checked) {
4356
4372
  --radio-dot-color: var(--jkl-color-border-action);
@@ -4362,7 +4378,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4362
4378
  --radio-dot-color: var(--jkl-color-text-on-alert);
4363
4379
  }
4364
4380
 
4365
- @keyframes jkl-checkbox-checked-u5k3z6d {
4381
+ @keyframes jkl-checkbox-checked-uj397rh {
4366
4382
  0% {
4367
4383
  width: 0;
4368
4384
  height: 0;
@@ -4425,7 +4441,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4425
4441
  }
4426
4442
  }
4427
4443
  .jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
4428
- animation: jkl-checkbox-checked-u5k3z6d 150ms ease-in-out forwards;
4444
+ animation: jkl-checkbox-checked-uj397rh 150ms ease-in-out forwards;
4429
4445
  opacity: 1;
4430
4446
  }
4431
4447
  .jkl-checkbox-panel:has([aria-invalid=true]) {
@@ -5211,11 +5227,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5211
5227
  }
5212
5228
 
5213
5229
  .jkl-countdown__tracker {
5214
- animation: jkl-downcount-u5k3z6v var(--duration) linear forwards;
5230
+ animation: jkl-downcount-uj397rl var(--duration) linear forwards;
5215
5231
  animation-play-state: var(--play-state, running);
5216
5232
  }
5217
5233
 
5218
- @keyframes jkl-downcount-u5k3z6v {
5234
+ @keyframes jkl-downcount-uj397rl {
5219
5235
  from {
5220
5236
  width: 100%;
5221
5237
  }
@@ -5423,7 +5439,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5423
5439
  margin-bottom: 0;
5424
5440
  }
5425
5441
  .jkl-system-message--dismissed {
5426
- animation: jkl-dismiss-u5k3z7u 400ms ease-in forwards;
5442
+ animation: jkl-dismiss-uj397sj 400ms ease-in forwards;
5427
5443
  transition: visibility 0ms 400ms;
5428
5444
  visibility: hidden;
5429
5445
  }
@@ -5455,7 +5471,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5455
5471
  }
5456
5472
  }
5457
5473
 
5458
- @keyframes jkl-dismiss-u5k3z7u {
5474
+ @keyframes jkl-dismiss-uj397sj {
5459
5475
  from {
5460
5476
  opacity: 1;
5461
5477
  transform: translate3d(0, 0, 0);
@@ -6325,14 +6341,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6325
6341
 
6326
6342
  .jkl-toast[data-animation=entering],
6327
6343
  .jkl-toast[data-animation=queued] {
6328
- animation: jkl-entering-u5k3z8b 200ms ease-out forwards;
6344
+ animation: jkl-entering-uj397th 200ms ease-out forwards;
6329
6345
  }
6330
6346
 
6331
6347
  .jkl-toast[data-animation=exiting] {
6332
- animation: jkl-exiting-u5k3z8w 150ms ease-in forwards;
6348
+ animation: jkl-exiting-uj397u6 150ms ease-in forwards;
6333
6349
  }
6334
6350
 
6335
- @keyframes jkl-entering-u5k3z8b {
6351
+ @keyframes jkl-entering-uj397th {
6336
6352
  from {
6337
6353
  opacity: 0;
6338
6354
  transform: translate3d(0, 50%, 0);
@@ -6342,7 +6358,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6342
6358
  transform: translate3d(0, 0, 0);
6343
6359
  }
6344
6360
  }
6345
- @keyframes jkl-exiting-u5k3z8w {
6361
+ @keyframes jkl-exiting-uj397u6 {
6346
6362
  from {
6347
6363
  opacity: 1;
6348
6364
  transform: translate3d(0, 0, 0);