@fremtind/jokul 0.62.5 → 0.64.0

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 (53) hide show
  1. package/build/build-stats.html +1 -1
  2. package/build/cjs/components/card/development/examples/FakturainfoExample.d.cts +1 -1
  3. package/build/cjs/components/card/development/examples/InfoCardExample.d.cts +1 -1
  4. package/build/cjs/components/card/development/examples/NavCardExample.d.cts +1 -1
  5. package/build/cjs/components/card/development/examples/StatuskortExample.d.cts +1 -1
  6. package/build/cjs/components/card/development/examples/TaskCardExample.d.cts +1 -1
  7. package/build/cjs/components/card/development/examples/TopExample.d.cts +1 -1
  8. package/build/cjs/components/card/development/examples/cardExampleProps.d.cts +1 -1
  9. package/build/cjs/components/toast/toastContext.cjs +1 -1
  10. package/build/cjs/components/toast/toastContext.cjs.map +1 -1
  11. package/build/cjs/components/toast/types.d.cts +1 -0
  12. package/build/es/components/card/development/examples/FakturainfoExample.d.ts +1 -1
  13. package/build/es/components/card/development/examples/InfoCardExample.d.ts +1 -1
  14. package/build/es/components/card/development/examples/NavCardExample.d.ts +1 -1
  15. package/build/es/components/card/development/examples/StatuskortExample.d.ts +1 -1
  16. package/build/es/components/card/development/examples/TaskCardExample.d.ts +1 -1
  17. package/build/es/components/card/development/examples/TopExample.d.ts +1 -1
  18. package/build/es/components/card/development/examples/cardExampleProps.d.ts +1 -1
  19. package/build/es/components/toast/toastContext.js +1 -1
  20. package/build/es/components/toast/toastContext.js.map +1 -1
  21. package/build/es/components/toast/types.d.ts +1 -0
  22. package/build/style.css +1 -1
  23. package/package.json +2 -2
  24. package/styles/components/button/button.css +3 -3
  25. package/styles/components/button/button.min.css +1 -1
  26. package/styles/components/checkbox/checkbox.css +4 -4
  27. package/styles/components/checkbox/checkbox.min.css +1 -1
  28. package/styles/components/checkbox-panel/checkbox-panel.css +2 -2
  29. package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
  30. package/styles/components/countdown/countdown.css +2 -2
  31. package/styles/components/countdown/countdown.min.css +1 -1
  32. package/styles/components/feedback/feedback.css +2 -2
  33. package/styles/components/feedback/feedback.min.css +1 -1
  34. package/styles/components/input-group/input-group.css +2 -2
  35. package/styles/components/input-group/input-group.min.css +1 -1
  36. package/styles/components/loader/loader.css +6 -6
  37. package/styles/components/loader/loader.min.css +1 -1
  38. package/styles/components/loader/skeleton-loader.css +5 -5
  39. package/styles/components/loader/skeleton-loader.min.css +1 -1
  40. package/styles/components/message/message.css +2 -2
  41. package/styles/components/message/message.min.css +1 -1
  42. package/styles/components/progress-bar/progress-bar.css +1 -1
  43. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  44. package/styles/components/radio-button/radio-button.css +2 -2
  45. package/styles/components/radio-button/radio-button.min.css +1 -1
  46. package/styles/components/radio-panel/radio-panel.css +2 -2
  47. package/styles/components/radio-panel/radio-panel.min.css +1 -1
  48. package/styles/components/system-message/system-message.css +2 -2
  49. package/styles/components/system-message/system-message.min.css +1 -1
  50. package/styles/components/toast/toast.css +4 -4
  51. package/styles/components/toast/toast.min.css +1 -1
  52. package/styles/styles.css +39 -39
  53. package/styles/styles.min.css +1 -1
package/styles/styles.css CHANGED
@@ -783,7 +783,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
783
783
  --color: var(--jkl-color-text-default);
784
784
  }
785
785
  .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 {
786
- animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-usc1xx7 forwards;
786
+ animation: 400ms cubic-bezier(0, 0, 0.3, 1) 250ms jkl-support-icon-entrance-u829ruf forwards;
787
787
  }
788
788
  .jkl-form-support-label--sr-only {
789
789
  border: 0 !important;
@@ -858,7 +858,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-text-input-wra
858
858
  white-space: nowrap !important; /* 3 */
859
859
  }
860
860
 
861
- @keyframes jkl-support-icon-entrance-usc1xx7 {
861
+ @keyframes jkl-support-icon-entrance-u829ruf {
862
862
  0% {
863
863
  margin-right: 0;
864
864
  opacity: 0;
@@ -1139,12 +1139,12 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1139
1139
  initial-value: 0;
1140
1140
  inherits: false;
1141
1141
  }
1142
- @keyframes button-fade-usc1xyu {
1142
+ @keyframes button-fade-u829rvb {
1143
1143
  from {
1144
1144
  --jkl-button-flash-opacity: 0.5;
1145
1145
  }
1146
1146
  }
1147
- @keyframes button-grow-usc1xxw {
1147
+ @keyframes button-grow-u829rv9 {
1148
1148
  to {
1149
1149
  --jkl-button-flash-radius: 150%;
1150
1150
  }
@@ -1230,7 +1230,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1230
1230
  --hover-opacity: 0.15;
1231
1231
  }
1232
1232
  .jkl-button.jkl-button--pressed {
1233
- animation-name: button-fade-usc1xyu, button-grow-usc1xxw;
1233
+ animation-name: button-fade-u829rvb, button-grow-u829rv9;
1234
1234
  }
1235
1235
  .jkl-button--primary, .jkl-button--secondary, .jkl-button--ghost {
1236
1236
  --border-radius: 999px;
@@ -1268,15 +1268,15 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1268
1268
  animation: 2500ms linear infinite;
1269
1269
  }
1270
1270
  .jkl-loader__dot--left {
1271
- animation-name: jkl-loader-left-spin-usc1xzh;
1271
+ animation-name: jkl-loader-left-spin-u829rw1;
1272
1272
  margin-right: 1.71em;
1273
1273
  }
1274
1274
  .jkl-loader__dot--middle {
1275
- animation-name: jkl-loader-middle-spin-usc1y0h;
1275
+ animation-name: jkl-loader-middle-spin-u829rwi;
1276
1276
  margin-right: 1.9em;
1277
1277
  }
1278
1278
  .jkl-loader__dot--right {
1279
- animation-name: jkl-loader-right-spin-usc1y1e;
1279
+ animation-name: jkl-loader-right-spin-u829rwk;
1280
1280
  }
1281
1281
  @media screen and (forced-colors: active) {
1282
1282
  .jkl-loader__dot {
@@ -1304,7 +1304,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1304
1304
  margin-right: 0.3em;
1305
1305
  }
1306
1306
 
1307
- @keyframes jkl-loader-left-spin-usc1xzh {
1307
+ @keyframes jkl-loader-left-spin-u829rw1 {
1308
1308
  0% {
1309
1309
  transform: rotate(0) scale(0);
1310
1310
  }
@@ -1318,7 +1318,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1318
1318
  transform: rotate(180deg) scale(0);
1319
1319
  }
1320
1320
  }
1321
- @keyframes jkl-loader-middle-spin-usc1y0h {
1321
+ @keyframes jkl-loader-middle-spin-u829rwi {
1322
1322
  0% {
1323
1323
  transform: rotate(20deg) scale(0);
1324
1324
  }
@@ -1335,7 +1335,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1335
1335
  transform: rotate(200deg) scale(0);
1336
1336
  }
1337
1337
  }
1338
- @keyframes jkl-loader-right-spin-usc1y1e {
1338
+ @keyframes jkl-loader-right-spin-u829rwk {
1339
1339
  0% {
1340
1340
  transform: rotate(40deg) scale(0);
1341
1341
  }
@@ -1383,7 +1383,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1383
1383
  bottom: 0;
1384
1384
  width: 12.5rem;
1385
1385
  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%);
1386
- animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-usc1y1s;
1386
+ animation: var(--jkl-skeleton-sweep-duration) ease infinite jkl-sweep-u829rwv;
1387
1387
  }
1388
1388
  @media (width >= 0) and (max-width: 679px) {
1389
1389
  .jkl-skeleton-animation {
@@ -1414,7 +1414,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1414
1414
  @media screen and (forced-colors: active) {
1415
1415
  .jkl-skeleton-element {
1416
1416
  border: 1px solid CanvasText;
1417
- animation: 2s ease infinite jkl-blink-usc1y2n;
1417
+ animation: 2s ease infinite jkl-blink-u829rx9;
1418
1418
  }
1419
1419
  }
1420
1420
 
@@ -1470,11 +1470,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1470
1470
  }
1471
1471
  @media screen and (forced-colors: active) {
1472
1472
  .jkl-skeleton-table {
1473
- animation: 2s ease-in-out infinite jkl-blink-usc1y2n;
1473
+ animation: 2s ease-in-out infinite jkl-blink-u829rx9;
1474
1474
  }
1475
1475
  }
1476
1476
 
1477
- @keyframes jkl-sweep-usc1y1s {
1477
+ @keyframes jkl-sweep-u829rwv {
1478
1478
  0% {
1479
1479
  transform: translateX(calc(0vw - 200px));
1480
1480
  }
@@ -1482,7 +1482,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-tooltip-trigge
1482
1482
  transform: translateX(calc(100vw + 400px));
1483
1483
  }
1484
1484
  }
1485
- @keyframes jkl-blink-usc1y2n {
1485
+ @keyframes jkl-blink-u829rx9 {
1486
1486
  0% {
1487
1487
  opacity: 1;
1488
1488
  }
@@ -1946,7 +1946,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1946
1946
  --jkl-checkbox-line-height: 1.5rem;
1947
1947
  }
1948
1948
 
1949
- @keyframes jkl-checkbox-checked-usc1y31 {
1949
+ @keyframes jkl-checkbox-checked-u829rxs {
1950
1950
  0% {
1951
1951
  width: 0;
1952
1952
  height: 0;
@@ -1960,7 +1960,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1960
1960
  height: 58%;
1961
1961
  }
1962
1962
  }
1963
- @keyframes jkl-checkbox-indeterminate-usc1y3j {
1963
+ @keyframes jkl-checkbox-indeterminate-u829rxx {
1964
1964
  0% {
1965
1965
  width: 0;
1966
1966
  }
@@ -1989,11 +1989,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
1989
1989
  left: calc(-0.5 * var(--jkl-checkbox-box-size));
1990
1990
  }
1991
1991
  .jkl-checkbox__input:checked + .jkl-checkbox__label .jkl-checkbox__check-mark::after {
1992
- animation: jkl-checkbox-checked-usc1y31 150ms ease-in-out forwards;
1992
+ animation: jkl-checkbox-checked-u829rxs 150ms ease-in-out forwards;
1993
1993
  opacity: 1;
1994
1994
  }
1995
1995
  .jkl-checkbox__input:indeterminate:not(:checked) + .jkl-checkbox__label .jkl-checkbox__indeterminate-mark::after {
1996
- animation: jkl-checkbox-indeterminate-usc1y3j 150ms ease-in-out forwards;
1996
+ animation: jkl-checkbox-indeterminate-u829rxx 150ms ease-in-out forwards;
1997
1997
  opacity: 1;
1998
1998
  }
1999
1999
  .jkl-checkbox__input:focus-visible + .jkl-checkbox__label {
@@ -2164,7 +2164,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2164
2164
  --outer-border-thickness: 0.125rem;
2165
2165
  }
2166
2166
 
2167
- @keyframes jkl-checkbox-checked-usc1y4a {
2167
+ @keyframes jkl-checkbox-checked-u829rxz {
2168
2168
  0% {
2169
2169
  width: 0;
2170
2170
  height: 0;
@@ -2227,7 +2227,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-nav-card:focus
2227
2227
  }
2228
2228
  }
2229
2229
  .jkl-checkbox-panel:has(:checked) .jkl-checkbox-panel__decorator::after {
2230
- animation: jkl-checkbox-checked-usc1y4a 150ms ease-in-out forwards;
2230
+ animation: jkl-checkbox-checked-u829rxz 150ms ease-in-out forwards;
2231
2231
  opacity: 1;
2232
2232
  }
2233
2233
  .jkl-checkbox-panel:has([aria-invalid=true]) {
@@ -2920,11 +2920,11 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
2920
2920
  }
2921
2921
  }
2922
2922
  .jkl-countdown__tracker {
2923
- animation: jkl-downcount-usc1y4x var(--duration) linear forwards;
2923
+ animation: jkl-downcount-u829ryf var(--duration) linear forwards;
2924
2924
  animation-play-state: var(--play-state, running);
2925
2925
  }
2926
2926
 
2927
- @keyframes jkl-downcount-usc1y4x {
2927
+ @keyframes jkl-downcount-u829ryf {
2928
2928
  from {
2929
2929
  width: 100%;
2930
2930
  }
@@ -3596,7 +3596,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3596
3596
  padding: 1rem 0 2.5rem 0;
3597
3597
  }
3598
3598
 
3599
- @keyframes jkl-show-usc1y5p {
3599
+ @keyframes jkl-show-u829ryx {
3600
3600
  from {
3601
3601
  transform: translate3d(0, 0.5rem, 0);
3602
3602
  opacity: 0;
@@ -3631,7 +3631,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-combobox__wrap
3631
3631
  }
3632
3632
  }
3633
3633
  .jkl-feedback__fade-in {
3634
- animation: jkl-show-usc1y5p 0.25s ease-out;
3634
+ animation: jkl-show-u829ryx 0.25s ease-out;
3635
3635
  }
3636
3636
  .jkl-feedback__buttons {
3637
3637
  display: flex;
@@ -3873,7 +3873,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3873
3873
  --background-color: var(--jkl-color-background-alert-success);
3874
3874
  }
3875
3875
  .jkl-message--dismissed {
3876
- animation: jkl-dismiss-usc1y6l 400ms ease-in-out forwards;
3876
+ animation: jkl-dismiss-u829rz9 400ms ease-in-out forwards;
3877
3877
  transition: visibility 0ms 400ms;
3878
3878
  visibility: hidden;
3879
3879
  }
@@ -3893,7 +3893,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3893
3893
  }
3894
3894
  }
3895
3895
 
3896
- @keyframes jkl-dismiss-usc1y6l {
3896
+ @keyframes jkl-dismiss-u829rz9 {
3897
3897
  from {
3898
3898
  opacity: 1;
3899
3899
  transform: translate3d(0, 0, 0);
@@ -3949,7 +3949,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3949
3949
  --jkl-radio-button-label-font-weight: var(--jkl-small-font-weight);
3950
3950
  }
3951
3951
 
3952
- @keyframes jkl-dot-in-usc1y7h {
3952
+ @keyframes jkl-dot-in-u829s04 {
3953
3953
  0% {
3954
3954
  transform: scale(0.8);
3955
3955
  }
@@ -3995,7 +3995,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) input:focus + .jkl-
3995
3995
  }
3996
3996
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
3997
3997
  --dot-color: var(--jkl-color-border-action);
3998
- animation: jkl-dot-in-usc1y7h 150ms ease;
3998
+ animation: jkl-dot-in-u829s04 150ms ease;
3999
3999
  }
4000
4000
  @media screen and (forced-colors: active) {
4001
4001
  .jkl-radio-button__input:checked + .jkl-radio-button__label > .jkl-radio-button__dot::after {
@@ -5086,7 +5086,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5086
5086
  transition-duration: 150ms;
5087
5087
  }
5088
5088
 
5089
- @keyframes jkl-downcount-usc1y7i {
5089
+ @keyframes jkl-downcount-u829s0y {
5090
5090
  from {
5091
5091
  width: 100%;
5092
5092
  }
@@ -5094,7 +5094,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5094
5094
  width: 0%;
5095
5095
  }
5096
5096
  }
5097
- @keyframes jkl-dot-in-usc1y82 {
5097
+ @keyframes jkl-dot-in-u829s1p {
5098
5098
  0% {
5099
5099
  transform: scale(0.8);
5100
5100
  }
@@ -5142,7 +5142,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5142
5142
  }
5143
5143
  }
5144
5144
  .jkl-radio-panel__input:checked + .jkl-radio-panel__decorator::after {
5145
- animation: jkl-dot-in-usc1y82 150ms ease;
5145
+ animation: jkl-dot-in-u829s1p 150ms ease;
5146
5146
  }
5147
5147
  .jkl-radio-panel:has(:checked) {
5148
5148
  --radio-dot-color: var(--jkl-color-border-action);
@@ -5354,7 +5354,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5354
5354
  margin-bottom: 0;
5355
5355
  }
5356
5356
  .jkl-system-message--dismissed {
5357
- animation: jkl-dismiss-usc1y8b 400ms ease-in forwards;
5357
+ animation: jkl-dismiss-u829s1x 400ms ease-in forwards;
5358
5358
  transition: visibility 0ms 400ms;
5359
5359
  visibility: hidden;
5360
5360
  }
@@ -5386,7 +5386,7 @@ html:not([data-mousenavigation]):not([data-touchnavigation]) .jkl-select:has(:fo
5386
5386
  }
5387
5387
  }
5388
5388
 
5389
- @keyframes jkl-dismiss-usc1y8b {
5389
+ @keyframes jkl-dismiss-u829s1x {
5390
5390
  from {
5391
5391
  opacity: 1;
5392
5392
  transform: translate3d(0, 0, 0);
@@ -6257,14 +6257,14 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6257
6257
 
6258
6258
  .jkl-toast[data-animation=entering],
6259
6259
  .jkl-toast[data-animation=queued] {
6260
- animation: jkl-entering-usc1y98 200ms ease-out forwards;
6260
+ animation: jkl-entering-u829s2m 200ms ease-out forwards;
6261
6261
  }
6262
6262
 
6263
6263
  .jkl-toast[data-animation=exiting] {
6264
- animation: jkl-exiting-usc1y9z 150ms ease-in forwards;
6264
+ animation: jkl-exiting-u829s3l 150ms ease-in forwards;
6265
6265
  }
6266
6266
 
6267
- @keyframes jkl-entering-usc1y98 {
6267
+ @keyframes jkl-entering-u829s2m {
6268
6268
  from {
6269
6269
  opacity: 0;
6270
6270
  transform: translate3d(0, 50%, 0);
@@ -6274,7 +6274,7 @@ html:not([data-mousenavigation]) .jkl-table-pagination__previous:focus, html:not
6274
6274
  transform: translate3d(0, 0, 0);
6275
6275
  }
6276
6276
  }
6277
- @keyframes jkl-exiting-usc1y9z {
6277
+ @keyframes jkl-exiting-u829s3l {
6278
6278
  from {
6279
6279
  opacity: 1;
6280
6280
  transform: translate3d(0, 0, 0);