@fremtind/jokul 0.31.1 → 0.31.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 (54) hide show
  1. package/build/build-stats.html +1 -1
  2. package/build/cjs/components/autosuggest/BaseAutosuggest.cjs +1 -1
  3. package/build/cjs/components/autosuggest/BaseAutosuggest.cjs.map +1 -1
  4. package/build/cjs/components/autosuggest/Menu.cjs +1 -1
  5. package/build/cjs/components/autosuggest/Menu.cjs.map +1 -1
  6. package/build/cjs/components/file-input/File.cjs +1 -1
  7. package/build/cjs/components/file-input/File.cjs.map +1 -1
  8. package/build/cjs/components/file-input/FileInput.cjs +1 -1
  9. package/build/cjs/components/file-input/FileInput.cjs.map +1 -1
  10. package/build/cjs/components/file-input/internal/Dropzone.cjs +1 -1
  11. package/build/cjs/components/file-input/internal/Dropzone.cjs.map +1 -1
  12. package/build/cjs/components/file-input/internal/Thumbnail.cjs +1 -1
  13. package/build/cjs/components/file-input/internal/Thumbnail.cjs.map +1 -1
  14. package/build/es/components/autosuggest/BaseAutosuggest.js +1 -1
  15. package/build/es/components/autosuggest/BaseAutosuggest.js.map +1 -1
  16. package/build/es/components/autosuggest/Menu.js +1 -1
  17. package/build/es/components/autosuggest/Menu.js.map +1 -1
  18. package/build/es/components/file-input/File.js +1 -1
  19. package/build/es/components/file-input/File.js.map +1 -1
  20. package/build/es/components/file-input/FileInput.js +1 -1
  21. package/build/es/components/file-input/FileInput.js.map +1 -1
  22. package/build/es/components/file-input/internal/Dropzone.js +1 -1
  23. package/build/es/components/file-input/internal/Dropzone.js.map +1 -1
  24. package/build/es/components/file-input/internal/Thumbnail.js +1 -1
  25. package/build/es/components/file-input/internal/Thumbnail.js.map +1 -1
  26. package/package.json +2 -2
  27. package/styles/components/button/button.css +2 -2
  28. package/styles/components/button/button.min.css +1 -1
  29. package/styles/components/checkbox/checkbox.css +4 -4
  30. package/styles/components/checkbox/checkbox.min.css +1 -1
  31. package/styles/components/feedback/feedback.css +2 -2
  32. package/styles/components/feedback/feedback.min.css +1 -1
  33. package/styles/components/input-group/input-group.css +2 -2
  34. package/styles/components/input-group/input-group.min.css +1 -1
  35. package/styles/components/input-panel/checkbox-panel.css +2 -2
  36. package/styles/components/input-panel/checkbox-panel.min.css +1 -1
  37. package/styles/components/input-panel/radio-panel.css +2 -2
  38. package/styles/components/input-panel/radio-panel.min.css +1 -1
  39. package/styles/components/loader/loader.css +6 -6
  40. package/styles/components/loader/loader.min.css +1 -1
  41. package/styles/components/loader/skeleton-loader.css +5 -5
  42. package/styles/components/loader/skeleton-loader.min.css +1 -1
  43. package/styles/components/message/message.css +2 -2
  44. package/styles/components/message/message.min.css +1 -1
  45. package/styles/components/progress-bar/progress-bar.css +2 -2
  46. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  47. package/styles/components/radio-button/radio-button.css +2 -2
  48. package/styles/components/radio-button/radio-button.min.css +1 -1
  49. package/styles/components/system-message/system-message.css +2 -2
  50. package/styles/components/system-message/system-message.min.css +1 -1
  51. package/styles/components/toast/toast.css +4 -4
  52. package/styles/components/toast/toast.min.css +1 -1
  53. package/styles/styles.css +37 -37
  54. package/styles/styles.min.css +1 -1
package/styles/styles.css CHANGED
@@ -1132,7 +1132,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1132
1132
  --color: var(--jkl-color-text-default);
1133
1133
  }
1134
1134
  .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-uoxacjz forwards;
1135
+ animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u44vzaa forwards;
1136
1136
  }
1137
1137
  .jkl-form-support-label--sr-only {
1138
1138
  border: 0 !important;
@@ -1207,7 +1207,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-area__tex
1207
1207
  white-space: nowrap !important; /* 3 */
1208
1208
  }
1209
1209
 
1210
- @keyframes jkl-support-icon-entrance-uoxacjz {
1210
+ @keyframes jkl-support-icon-entrance-u44vzaa {
1211
1211
  0% {
1212
1212
  margin-right: 0;
1213
1213
  opacity: 0;
@@ -1659,7 +1659,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1659
1659
  height: 1rem;
1660
1660
  }
1661
1661
  html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1662
- animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-uoxack7;
1662
+ animation: cubic-bezier(0.6, 0.2, 0.35, 1) 250ms jkl-tertiary-flash-u44vzaf;
1663
1663
  }
1664
1664
  :not([data-touchnavigation]) .jkl-button--primary:hover, :not([data-touchnavigation]) .jkl-button--secondary:hover, :not([data-touchnavigation]) .jkl-button--tertiary:hover {
1665
1665
  scale: 1.05;
@@ -1703,7 +1703,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1703
1703
  --background-color: var(--jkl-color-background-interactive-hover);
1704
1704
  }
1705
1705
 
1706
- @keyframes jkl-tertiary-flash-uoxack7 {
1706
+ @keyframes jkl-tertiary-flash-u44vzaf {
1707
1707
  0% {
1708
1708
  opacity: 0.5;
1709
1709
  scale: 1;
@@ -1728,15 +1728,15 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1728
1728
  animation: 2500ms linear infinite;
1729
1729
  }
1730
1730
  .jkl-loader__dot--left {
1731
- animation-name: jkl-loader-left-spin-uoxacki;
1731
+ animation-name: jkl-loader-left-spin-u44vzag;
1732
1732
  margin-right: 1.71em;
1733
1733
  }
1734
1734
  .jkl-loader__dot--middle {
1735
- animation-name: jkl-loader-middle-spin-uoxacl7;
1735
+ animation-name: jkl-loader-middle-spin-u44vzaz;
1736
1736
  margin-right: 1.9em;
1737
1737
  }
1738
1738
  .jkl-loader__dot--right {
1739
- animation-name: jkl-loader-right-spin-uoxaclg;
1739
+ animation-name: jkl-loader-right-spin-u44vzbc;
1740
1740
  }
1741
1741
  @media screen and (forced-colors: active) {
1742
1742
  .jkl-loader__dot {
@@ -1764,7 +1764,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1764
1764
  margin-right: 0.3em;
1765
1765
  }
1766
1766
 
1767
- @keyframes jkl-loader-left-spin-uoxacki {
1767
+ @keyframes jkl-loader-left-spin-u44vzag {
1768
1768
  0% {
1769
1769
  transform: rotate(0) scale(0);
1770
1770
  }
@@ -1778,7 +1778,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1778
1778
  transform: rotate(180deg) scale(0);
1779
1779
  }
1780
1780
  }
1781
- @keyframes jkl-loader-middle-spin-uoxacl7 {
1781
+ @keyframes jkl-loader-middle-spin-u44vzaz {
1782
1782
  0% {
1783
1783
  transform: rotate(20deg) scale(0);
1784
1784
  }
@@ -1795,7 +1795,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1795
1795
  transform: rotate(200deg) scale(0);
1796
1796
  }
1797
1797
  }
1798
- @keyframes jkl-loader-right-spin-uoxaclg {
1798
+ @keyframes jkl-loader-right-spin-u44vzbc {
1799
1799
  0% {
1800
1800
  transform: rotate(40deg) scale(0);
1801
1801
  }
@@ -1843,7 +1843,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1843
1843
  bottom: 0;
1844
1844
  width: 12.5rem;
1845
1845
  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%);
1846
- animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-uoxaclz;
1846
+ animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u44vzbm;
1847
1847
  }
1848
1848
  @media (width >= 0) and (max-width: 679px) {
1849
1849
  .jkl-skeleton-animation {
@@ -1874,7 +1874,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1874
1874
  @media screen and (forced-colors: active) {
1875
1875
  .jkl-skeleton-element {
1876
1876
  border: 1px solid CanvasText;
1877
- animation: 2s ease infinite jkl-blink-uoxacm6;
1877
+ animation: 2s ease infinite jkl-blink-u44vzc1;
1878
1878
  }
1879
1879
  }
1880
1880
 
@@ -1930,11 +1930,11 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1930
1930
  }
1931
1931
  @media screen and (forced-colors: active) {
1932
1932
  .jkl-skeleton-table {
1933
- animation: 2s ease-in-out infinite jkl-blink-uoxacm6;
1933
+ animation: 2s ease-in-out infinite jkl-blink-u44vzc1;
1934
1934
  }
1935
1935
  }
1936
1936
 
1937
- @keyframes jkl-sweep-uoxaclz {
1937
+ @keyframes jkl-sweep-u44vzbm {
1938
1938
  0% {
1939
1939
  transform: translateX(calc(0vw - 200px));
1940
1940
  }
@@ -1942,7 +1942,7 @@ html[data-touchnavigation] .jkl-button.jkl-button--pressed::before {
1942
1942
  transform: translateX(calc(100vw + 400px));
1943
1943
  }
1944
1944
  }
1945
- @keyframes jkl-blink-uoxacm6 {
1945
+ @keyframes jkl-blink-u44vzc1 {
1946
1946
  0% {
1947
1947
  opacity: 1;
1948
1948
  }
@@ -2412,7 +2412,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2412
2412
  --jkl-checkbox-line-height: 1.5rem;
2413
2413
  }
2414
2414
 
2415
- @keyframes jkl-checkbox-checked-uoxacmx {
2415
+ @keyframes jkl-checkbox-checked-u44vzcj {
2416
2416
  0% {
2417
2417
  width: 0;
2418
2418
  height: 0;
@@ -2426,7 +2426,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2426
2426
  height: 58%;
2427
2427
  }
2428
2428
  }
2429
- @keyframes jkl-checkbox-indeterminate-uoxacnb {
2429
+ @keyframes jkl-checkbox-indeterminate-u44vzcz {
2430
2430
  0% {
2431
2431
  width: 0;
2432
2432
  }
@@ -2454,11 +2454,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2454
2454
  top: -6px;
2455
2455
  }
2456
2456
  .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
2457
- animation: jkl-checkbox-checked-uoxacmx 150ms ease-in-out forwards;
2457
+ animation: jkl-checkbox-checked-u44vzcj 150ms ease-in-out forwards;
2458
2458
  opacity: 1;
2459
2459
  }
2460
2460
  .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
2461
- animation: jkl-checkbox-indeterminate-uoxacnb 150ms ease-in-out forwards;
2461
+ animation: jkl-checkbox-indeterminate-u44vzcz 150ms ease-in-out forwards;
2462
2462
  opacity: 1;
2463
2463
  }
2464
2464
  .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
@@ -3677,7 +3677,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
3677
3677
  padding: 1rem 0 2.5rem 0;
3678
3678
  }
3679
3679
 
3680
- @keyframes jkl-show-uoxacnk {
3680
+ @keyframes jkl-show-u44vzdw {
3681
3681
  from {
3682
3682
  transform: translate3d(0, 0.5rem, 0);
3683
3683
  opacity: 0;
@@ -3712,7 +3712,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-calendar-date-
3712
3712
  }
3713
3713
  }
3714
3714
  .jkl-feedback__fade-in {
3715
- animation: jkl-show-uoxacnk 0.25s ease-out;
3715
+ animation: jkl-show-u44vzdw 0.25s ease-out;
3716
3716
  }
3717
3717
  .jkl-feedback__buttons {
3718
3718
  display: flex;
@@ -3950,7 +3950,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3950
3950
  --background-color: var(--jkl-color-background-alert-success);
3951
3951
  }
3952
3952
  .jkl-message--dismissed {
3953
- animation: jkl-dismiss-uoxacoi 400ms ease-in-out forwards;
3953
+ animation: jkl-dismiss-u44vze2 400ms ease-in-out forwards;
3954
3954
  transition: visibility 0ms 400ms;
3955
3955
  visibility: hidden;
3956
3956
  }
@@ -3970,7 +3970,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3970
3970
  }
3971
3971
  }
3972
3972
 
3973
- @keyframes jkl-dismiss-uoxacoi {
3973
+ @keyframes jkl-dismiss-u44vze2 {
3974
3974
  from {
3975
3975
  opacity: 1;
3976
3976
  transform: translate3d(0, 0, 0);
@@ -4026,7 +4026,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4026
4026
  --jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
4027
4027
  }
4028
4028
 
4029
- @keyframes jkl-dot-in-uoxacp5 {
4029
+ @keyframes jkl-dot-in-u44vzeo {
4030
4030
  0% {
4031
4031
  transform: scale(0.8);
4032
4032
  }
@@ -4069,7 +4069,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4069
4069
  }
4070
4070
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
4071
4071
  --dot-color: var(--jkl-color-border-action);
4072
- animation: jkl-dot-in-uoxacp5 150ms ease;
4072
+ animation: jkl-dot-in-u44vzeo 150ms ease;
4073
4073
  }
4074
4074
  @media screen and (forced-colors: active) {
4075
4075
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
@@ -4219,7 +4219,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4219
4219
  --background-color: var(--jkl-color-background-container-high);
4220
4220
  }
4221
4221
 
4222
- @keyframes jkl-dot-in-uoxacpm {
4222
+ @keyframes jkl-dot-in-u44vzf0 {
4223
4223
  0% {
4224
4224
  transform: scale(0.8);
4225
4225
  }
@@ -4267,7 +4267,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4267
4267
  }
4268
4268
  }
4269
4269
  .jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
4270
- animation: jkl-dot-in-uoxacpm 150ms ease;
4270
+ animation: jkl-dot-in-u44vzf0 150ms ease;
4271
4271
  }
4272
4272
  .jkl-radio-panel:has(:checked) {
4273
4273
  --radio-dot-color: var(--jkl-color-border-action);
@@ -4279,7 +4279,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4279
4279
  --radio-dot-color: var(--jkl-color-text-on-alert);
4280
4280
  }
4281
4281
 
4282
- @keyframes jkl-checkbox-checked-uoxacpy {
4282
+ @keyframes jkl-checkbox-checked-u44vzf6 {
4283
4283
  0% {
4284
4284
  width: 0;
4285
4285
  height: 0;
@@ -4342,7 +4342,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
4342
4342
  }
4343
4343
  }
4344
4344
  .jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
4345
- animation: jkl-checkbox-checked-uoxacpy 150ms ease-in-out forwards;
4345
+ animation: jkl-checkbox-checked-u44vzf6 150ms ease-in-out forwards;
4346
4346
  opacity: 1;
4347
4347
  }
4348
4348
  .jkl-checkbox-panel:has([aria-invalid=true]) {
@@ -5106,11 +5106,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
5106
5106
  }
5107
5107
 
5108
5108
  .jkl-countdown__tracker {
5109
- animation: jkl-downcount-uoxacq0 var(--duration) linear forwards;
5109
+ animation: jkl-downcount-u44vzg5 var(--duration) linear forwards;
5110
5110
  animation-play-state: var(--play-state, running);
5111
5111
  }
5112
5112
 
5113
- @keyframes jkl-downcount-uoxacq0 {
5113
+ @keyframes jkl-downcount-u44vzg5 {
5114
5114
  from {
5115
5115
  width: 100%;
5116
5116
  }
@@ -5309,7 +5309,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
5309
5309
  margin-bottom: 0;
5310
5310
  }
5311
5311
  .jkl-system-message--dismissed {
5312
- animation: jkl-dismiss-uoxacqp 400ms ease-in forwards;
5312
+ animation: jkl-dismiss-u44vzg8 400ms ease-in forwards;
5313
5313
  transition: visibility 0ms 400ms;
5314
5314
  visibility: hidden;
5315
5315
  }
@@ -5341,7 +5341,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-system-message
5341
5341
  }
5342
5342
  }
5343
5343
 
5344
- @keyframes jkl-dismiss-uoxacqp {
5344
+ @keyframes jkl-dismiss-u44vzg8 {
5345
5345
  from {
5346
5346
  opacity: 1;
5347
5347
  transform: translate3d(0, 0, 0);
@@ -6216,14 +6216,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6216
6216
 
6217
6217
  .jkl-toast[data-animation=entering],
6218
6218
  .jkl-toast[data-animation=queued] {
6219
- animation: jkl-entering-uoxacra 200ms ease-out forwards;
6219
+ animation: jkl-entering-u44vzgw 200ms ease-out forwards;
6220
6220
  }
6221
6221
 
6222
6222
  .jkl-toast[data-animation=exiting] {
6223
- animation: jkl-exiting-uoxacsa 150ms ease-in forwards;
6223
+ animation: jkl-exiting-u44vzhl 150ms ease-in forwards;
6224
6224
  }
6225
6225
 
6226
- @keyframes jkl-entering-uoxacra {
6226
+ @keyframes jkl-entering-u44vzgw {
6227
6227
  from {
6228
6228
  opacity: 0;
6229
6229
  transform: translate3d(0, 50%, 0);
@@ -6233,7 +6233,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6233
6233
  transform: translate3d(0, 0, 0);
6234
6234
  }
6235
6235
  }
6236
- @keyframes jkl-exiting-uoxacsa {
6236
+ @keyframes jkl-exiting-u44vzhl {
6237
6237
  from {
6238
6238
  opacity: 1;
6239
6239
  transform: translate3d(0, 0, 0);