@navikt/ds-css 7.23.2 → 7.24.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 (139) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/config/_mappings.js +5 -0
  3. package/darkside/form/select.darkside.css +1 -0
  4. package/darkside/form/switch.darkside.css +27 -12
  5. package/darkside/form/text-field.darkside.css +1 -0
  6. package/darkside/form/textarea.darkside.css +1 -0
  7. package/darkside/index.css +2 -0
  8. package/darkside/link-anchor.darkside.css +53 -0
  9. package/darkside/link-card.darkside.css +109 -0
  10. package/darkside/table.darkside.css +13 -0
  11. package/dist/component/form.css +26 -8
  12. package/dist/component/form.min.css +1 -1
  13. package/dist/component/linkanchor.css +53 -0
  14. package/dist/component/linkanchor.min.css +1 -0
  15. package/dist/component/linkcard.css +94 -0
  16. package/dist/component/linkcard.min.css +1 -0
  17. package/dist/component/table.css +13 -0
  18. package/dist/component/table.min.css +1 -1
  19. package/dist/components.css +203 -9
  20. package/dist/components.min.css +1 -1
  21. package/dist/darkside/component/form.css +30 -12
  22. package/dist/darkside/component/form.min.css +1 -1
  23. package/dist/darkside/component/linkanchor.css +52 -0
  24. package/dist/darkside/component/linkanchor.min.css +1 -0
  25. package/dist/darkside/component/linkcard.css +108 -0
  26. package/dist/darkside/component/linkcard.min.css +1 -0
  27. package/dist/darkside/component/table.css +13 -0
  28. package/dist/darkside/component/table.min.css +1 -1
  29. package/dist/darkside/components.css +201 -12
  30. package/dist/darkside/components.min.css +1 -1
  31. package/dist/darkside/global/tokens.css +1 -1
  32. package/dist/darkside/global/tokens.min.css +1 -1
  33. package/dist/darkside/index.css +202 -13
  34. package/dist/darkside/index.min.css +1 -1
  35. package/dist/darkside/version/{7.23.2 → 7.24.0}/component/form.css +30 -12
  36. package/dist/darkside/version/7.24.0/component/form.min.css +1 -0
  37. package/dist/darkside/version/7.24.0/component/linkanchor.css +52 -0
  38. package/dist/darkside/version/7.24.0/component/linkanchor.min.css +1 -0
  39. package/dist/darkside/version/7.24.0/component/linkcard.css +108 -0
  40. package/dist/darkside/version/7.24.0/component/linkcard.min.css +1 -0
  41. package/dist/darkside/version/{7.23.2 → 7.24.0}/component/table.css +13 -0
  42. package/dist/darkside/version/7.24.0/component/table.min.css +1 -0
  43. package/dist/darkside/version/{7.23.2 → 7.24.0}/components.css +201 -12
  44. package/dist/darkside/version/7.24.0/components.min.css +1 -0
  45. package/dist/darkside/version/{7.23.2 → 7.24.0}/global/tokens.css +1 -1
  46. package/dist/darkside/version/{7.23.2 → 7.24.0}/global/tokens.min.css +1 -1
  47. package/dist/darkside/version/{7.23.2 → 7.24.0}/index.css +202 -13
  48. package/dist/darkside/version/7.24.0/index.min.css +1 -0
  49. package/dist/global/tokens.css +1 -1
  50. package/dist/global/tokens.min.css +1 -1
  51. package/dist/index.css +204 -10
  52. package/dist/index.min.css +2 -2
  53. package/form/select.css +1 -0
  54. package/form/switch.css +25 -9
  55. package/form/text-field.css +1 -0
  56. package/form/textarea.css +1 -0
  57. package/index.css +2 -0
  58. package/link-anchor.css +53 -0
  59. package/link-card.css +106 -0
  60. package/package.json +2 -2
  61. package/table.css +13 -0
  62. package/dist/darkside/version/7.23.2/component/form.min.css +0 -1
  63. package/dist/darkside/version/7.23.2/component/table.min.css +0 -1
  64. package/dist/darkside/version/7.23.2/components.min.css +0 -1
  65. package/dist/darkside/version/7.23.2/index.min.css +0 -1
  66. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/accordion.css +0 -0
  67. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/accordion.min.css +0 -0
  68. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/actionmenu.css +0 -0
  69. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/actionmenu.min.css +0 -0
  70. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/alert.css +0 -0
  71. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/alert.min.css +0 -0
  72. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/button.css +0 -0
  73. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/button.min.css +0 -0
  74. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/chat.css +0 -0
  75. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/chat.min.css +0 -0
  76. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/chips.css +0 -0
  77. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/chips.min.css +0 -0
  78. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/copybutton.css +0 -0
  79. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/copybutton.min.css +0 -0
  80. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/date.css +0 -0
  81. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/date.min.css +0 -0
  82. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/dropdown.css +0 -0
  83. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/dropdown.min.css +0 -0
  84. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/expansioncard.css +0 -0
  85. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/expansioncard.min.css +0 -0
  86. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/guidepanel.css +0 -0
  87. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/guidepanel.min.css +0 -0
  88. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/helptext.css +0 -0
  89. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/helptext.min.css +0 -0
  90. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/internalheader.css +0 -0
  91. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/internalheader.min.css +0 -0
  92. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/link.css +0 -0
  93. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/link.min.css +0 -0
  94. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/linkpanel.css +0 -0
  95. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/linkpanel.min.css +0 -0
  96. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/list.css +0 -0
  97. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/list.min.css +0 -0
  98. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/loader.css +0 -0
  99. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/loader.min.css +0 -0
  100. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/modal.css +0 -0
  101. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/modal.min.css +0 -0
  102. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/pagination.css +0 -0
  103. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/pagination.min.css +0 -0
  104. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/panel.css +0 -0
  105. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/panel.min.css +0 -0
  106. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/popover.css +0 -0
  107. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/popover.min.css +0 -0
  108. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/primitives.css +0 -0
  109. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/primitives.min.css +0 -0
  110. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/progressbar.css +0 -0
  111. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/progressbar.min.css +0 -0
  112. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/readmore.css +0 -0
  113. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/readmore.min.css +0 -0
  114. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/skeleton.css +0 -0
  115. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/skeleton.min.css +0 -0
  116. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/stepper.css +0 -0
  117. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/stepper.min.css +0 -0
  118. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/tabs.css +0 -0
  119. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/tabs.min.css +0 -0
  120. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/tag.css +0 -0
  121. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/tag.min.css +0 -0
  122. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/theme.css +0 -0
  123. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/theme.min.css +0 -0
  124. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/timeline.css +0 -0
  125. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/timeline.min.css +0 -0
  126. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/togglegroup.css +0 -0
  127. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/togglegroup.min.css +0 -0
  128. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/tooltip.css +0 -0
  129. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/tooltip.min.css +0 -0
  130. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/typography.css +0 -0
  131. /package/dist/darkside/version/{7.23.2 → 7.24.0}/component/typography.min.css +0 -0
  132. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/baseline.css +0 -0
  133. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/baseline.min.css +0 -0
  134. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/fonts.css +0 -0
  135. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/fonts.min.css +0 -0
  136. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/print.css +0 -0
  137. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/print.min.css +0 -0
  138. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/reset.css +0 -0
  139. /package/dist/darkside/version/{7.23.2 → 7.24.0}/global/reset.min.css +0 -0
@@ -1279,6 +1279,7 @@
1279
1279
  min-height: 3rem;
1280
1280
  padding: var(--ax-space-8);
1281
1281
  padding-right: var(--ax-space-40);
1282
+ scroll-margin-block-start: 4rem;
1282
1283
  display: inline-block;
1283
1284
  position: relative;
1284
1285
  }
@@ -1392,6 +1393,7 @@
1392
1393
  }
1393
1394
 
1394
1395
  .aksel-switch--small > .aksel-switch__input {
1396
+ width: 2.5rem;
1395
1397
  height: 2rem;
1396
1398
  top: 0;
1397
1399
  }
@@ -1403,19 +1405,21 @@
1403
1405
 
1404
1406
  .aksel-switch__content {
1405
1407
  --__axc-switch-block-padding: .75rem;
1408
+ --__axc-switch-inline-padding: 3.25rem;
1406
1409
  gap: var(--ax-space-2);
1407
- padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
1410
+ padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) var(--__axc-switch-inline-padding);
1408
1411
  flex-direction: column;
1409
1412
  display: flex;
1410
1413
  position: relative;
1411
1414
  }
1412
1415
 
1413
1416
  .aksel-switch--right .aksel-switch__content {
1414
- padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
1417
+ padding: var(--__axc-switch-block-padding) var(--__axc-switch-inline-padding) var(--__axc-switch-block-padding) 0;
1415
1418
  }
1416
1419
 
1417
1420
  .aksel-switch--small .aksel-switch__content {
1418
1421
  --__axc-switch-block-padding: .375rem;
1422
+ --__axc-switch-inline-padding: 2.75rem;
1419
1423
  }
1420
1424
 
1421
1425
  .aksel-switch__content.aksel-switch--with-description {
@@ -1457,7 +1461,9 @@
1457
1461
  }
1458
1462
 
1459
1463
  .aksel-switch--small > .aksel-switch__track {
1460
- top: var(--ax-space-4);
1464
+ top: var(--ax-space-6);
1465
+ width: 2.25rem;
1466
+ height: 1.25rem;
1461
1467
  }
1462
1468
 
1463
1469
  .aksel-switch__input:checked ~ .aksel-switch__track {
@@ -1504,6 +1510,11 @@
1504
1510
  transform: translateX(0);
1505
1511
  }
1506
1512
 
1513
+ .aksel-switch--small .aksel-switch__thumb {
1514
+ width: .875rem;
1515
+ height: .875rem;
1516
+ }
1517
+
1507
1518
  .aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb {
1508
1519
  background-color: var(--ax-bg-raised);
1509
1520
  color: var(--ax-text-subtle);
@@ -1514,15 +1525,12 @@
1514
1525
  transform: translateX(1.25rem);
1515
1526
  }
1516
1527
 
1517
- .aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb > .aksel-switch__checkmark {
1518
- visibility: visible;
1519
- opacity: 1;
1520
- }
1521
-
1522
- .aksel-switch__checkmark {
1523
- visibility: hidden;
1524
- opacity: 0;
1525
- transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
1528
+ .aksel-switch--small > .aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb {
1529
+ width: 1rem;
1530
+ height: 1rem;
1531
+ top: 0;
1532
+ left: 0;
1533
+ transform: translateX(1rem);
1526
1534
  }
1527
1535
 
1528
1536
  @media (hover: hover) and (pointer: fine) {
@@ -1533,6 +1541,10 @@
1533
1541
  .aksel-switch__input:checked:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
1534
1542
  transform: translateX(1.1rem);
1535
1543
  }
1544
+
1545
+ .aksel-switch--small > .aksel-switch__input:checked:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
1546
+ transform: translateX(.875rem);
1547
+ }
1536
1548
  }
1537
1549
 
1538
1550
  .aksel-switch--right {
@@ -1586,6 +1598,10 @@
1586
1598
  .aksel-switch--readonly > .aksel-switch__input:checked:hover ~ .aksel-switch__track > .aksel-switch__thumb {
1587
1599
  transform: translateX(1.25rem);
1588
1600
  }
1601
+
1602
+ .aksel-switch--readonly.aksel-switch--small > .aksel-switch__input:checked:hover ~ .aksel-switch__track > .aksel-switch__thumb {
1603
+ transform: translateX(1rem);
1604
+ }
1589
1605
  }
1590
1606
 
1591
1607
  @media (forced-colors: active) {
@@ -1627,6 +1643,7 @@
1627
1643
  width: 100%;
1628
1644
  min-height: 3rem;
1629
1645
  color: var(--ax-text-neutral);
1646
+ scroll-margin-block-start: 4rem;
1630
1647
  }
1631
1648
 
1632
1649
  .aksel-text-field__input:hover {
@@ -1702,6 +1719,7 @@
1702
1719
  resize: none;
1703
1720
  width: 100%;
1704
1721
  color: var(--ax-text-neutral);
1722
+ scroll-margin-block-start: 4rem;
1705
1723
  display: block;
1706
1724
  }
1707
1725
 
@@ -3877,6 +3895,164 @@
3877
3895
  margin-top: var(--a-space-4);
3878
3896
  }
3879
3897
 
3898
+ .aksel-link-anchor__overlay {
3899
+ cursor: pointer;
3900
+ }
3901
+
3902
+ .aksel-link-anchor__overlay:focus-within {
3903
+ outline: 3px solid var(--ax-border-focus);
3904
+ outline-offset: 3px;
3905
+ }
3906
+
3907
+ @supports selector(:has(*)) {
3908
+ .aksel-link-anchor__overlay:focus-within {
3909
+ outline: unset;
3910
+ }
3911
+
3912
+ .aksel-link-anchor__overlay:has(:focus-visible) {
3913
+ outline: 3px solid var(--ax-border-focus);
3914
+ outline-offset: 3px;
3915
+ }
3916
+ }
3917
+
3918
+ .aksel-link-anchor {
3919
+ text-underline-offset: .1em;
3920
+ color: inherit;
3921
+ text-decoration: underline;
3922
+ text-decoration-thickness: .05em;
3923
+ }
3924
+
3925
+ .aksel-link-anchor:hover, .aksel-link-anchor__overlay:hover .aksel-link-anchor {
3926
+ text-decoration-thickness: .111em;
3927
+ }
3928
+
3929
+ .aksel-link-anchor:focus-visible {
3930
+ outline: 3px solid var(--ax-border-focus);
3931
+ outline-offset: 3px;
3932
+ border-radius: 1px;
3933
+ }
3934
+
3935
+ .aksel-link-anchor__overlay .aksel-link-anchor:focus-visible {
3936
+ outline: none;
3937
+ }
3938
+
3939
+ .aksel-link-anchor__arrow {
3940
+ flex-shrink: 0;
3941
+ transition: transform .2s;
3942
+ transform: translateX(0);
3943
+ }
3944
+
3945
+ .aksel-link-anchor:hover .aksel-link-anchor__arrow, .aksel-link-anchor__overlay:hover .aksel-link-anchor__arrow {
3946
+ transform: translateX(4px);
3947
+ }
3948
+
3949
+ .aksel-link-card {
3950
+ --__axc-link-card-padding-block: var(--ax-space-16);
3951
+ --__axc-link-card-padding-inline: var(--ax-space-20);
3952
+ border-radius: var(--ax-border-radius-xlarge);
3953
+ color: var(--ax-text-neutral);
3954
+ background-color: var(--ax-bg-raised);
3955
+ border: 1px solid var(--ax-border-subtleA);
3956
+ padding: var(--__axc-link-card-padding-block) var(--__axc-link-card-padding-inline);
3957
+ cursor: pointer;
3958
+ grid-template: "image image" min-content
3959
+ "icon title" min-content
3960
+ "icon description" min-content
3961
+ "icon footer"
3962
+ / auto 1fr;
3963
+ align-items: center;
3964
+ text-decoration: none;
3965
+ transition-property: border-color, box-shadow, transform, background-color;
3966
+ transition-duration: .3s;
3967
+ transition-timing-function: cubic-bezier(0, 0, 0, 1);
3968
+ display: grid;
3969
+ position: relative;
3970
+ }
3971
+
3972
+ .aksel-link-card:not(:has(.aksel-link-card__description, .aksel-link-card__footer)) {
3973
+ grid-template-rows: auto 1fr;
3974
+ }
3975
+
3976
+ .aksel-link-card:not(:has(.aksel-link-card__description, .aksel-link-card__footer)) .aksel-link-card__title {
3977
+ align-items: center;
3978
+ }
3979
+
3980
+ .aksel-link-card:not(:has(.aksel-link-card__description, .aksel-link-card__footer)) .aksel-link-card__icon {
3981
+ align-self: center;
3982
+ }
3983
+
3984
+ .aksel-link-card:hover {
3985
+ border-color: var(--ax-border-default);
3986
+ box-shadow: 0 0 0 1px var(--ax-border-default);
3987
+ }
3988
+
3989
+ .aksel-link-card--small {
3990
+ --__axc-link-card-padding-block: var(--ax-space-12);
3991
+ --__axc-link-card-padding-inline: var(--ax-space-16);
3992
+ }
3993
+
3994
+ .aksel-link-card__title {
3995
+ color: var(--ax-text-subtle);
3996
+ justify-content: space-between;
3997
+ align-items: flex-start;
3998
+ gap: var(--ax-space-8);
3999
+ -webkit-hyphens: auto;
4000
+ hyphens: auto;
4001
+ grid-area: title;
4002
+ display: flex;
4003
+ }
4004
+
4005
+ .aksel-link-card[data-color="neutral"] .aksel-link-card__title, .aksel-link-card__title[data-color="neutral"] {
4006
+ color: var(--ax-text-default);
4007
+ }
4008
+
4009
+ .aksel-link-card__description {
4010
+ grid-area: description;
4011
+ margin-block-start: var(--ax-space-4);
4012
+ }
4013
+
4014
+ .aksel-link-card__footer {
4015
+ align-self: flex-end;
4016
+ gap: var(--ax-space-8);
4017
+ flex-wrap: wrap;
4018
+ grid-area: footer;
4019
+ margin-block-start: var(--ax-space-16);
4020
+ display: flex;
4021
+ }
4022
+
4023
+ .aksel-link-card__icon {
4024
+ width: max-content;
4025
+ height: max-content;
4026
+ color: var(--ax-text-default);
4027
+ grid-area: icon;
4028
+ place-content: center;
4029
+ align-self: flex-start;
4030
+ margin-inline-end: var(--ax-space-16);
4031
+ display: grid;
4032
+ }
4033
+
4034
+ .aksel-link-card--small .aksel-link-card__icon {
4035
+ margin-inline-end: var(--ax-space-12);
4036
+ }
4037
+
4038
+ .aksel-link-card__image-container {
4039
+ margin-block: calc(var(--__axc-link-card-padding-block) * -1) var(--__axc-link-card-padding-block);
4040
+ margin-inline: calc(var(--__axc-link-card-padding-inline) * 1 * -1);
4041
+ border-radius: calc(var(--ax-border-radius-xlarge) - 1px);
4042
+ border-bottom-right-radius: 0;
4043
+ border-bottom-left-radius: 0;
4044
+ grid-area: image;
4045
+ position: relative;
4046
+ overflow: hidden;
4047
+ }
4048
+
4049
+ .aksel-link-card__image-container :is(img, picture) {
4050
+ object-fit: cover;
4051
+ max-width: 100%;
4052
+ height: 100%;
4053
+ display: block;
4054
+ }
4055
+
3880
4056
  .aksel-loader {
3881
4057
  stroke-width: 6px;
3882
4058
  --__axc-loader-stroke-width: 5.9;
@@ -5315,10 +5491,23 @@
5315
5491
  display: table;
5316
5492
  }
5317
5493
 
5494
+ .aksel-table.aksel-table--sticky-header {
5495
+ border-collapse: separate;
5496
+ border-spacing: 0;
5497
+ }
5498
+
5318
5499
  .aksel-table__header {
5319
5500
  display: table-header-group;
5320
5501
  }
5321
5502
 
5503
+ .aksel-table--sticky-header .aksel-table__header {
5504
+ z-index: 10;
5505
+ background-color: var(--ax-bg-default);
5506
+ box-sizing: border-box;
5507
+ position: sticky;
5508
+ top: 0;
5509
+ }
5510
+
5322
5511
  .aksel-table__body {
5323
5512
  display: table-row-group;
5324
5513
  }