@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
@@ -646,7 +646,7 @@
646
646
  }
647
647
 
648
648
  :root, :host {
649
- --ax-version: "7.23.2";
649
+ --ax-version: "7.24.0";
650
650
  --ax-space-0: 0rem;
651
651
  --ax-space-1: .0625rem;
652
652
  --ax-space-2: .125rem;
@@ -2447,6 +2447,7 @@
2447
2447
  min-height: 3rem;
2448
2448
  padding: var(--ax-space-8);
2449
2449
  padding-right: var(--ax-space-40);
2450
+ scroll-margin-block-start: 4rem;
2450
2451
  display: inline-block;
2451
2452
  position: relative;
2452
2453
  }
@@ -2560,6 +2561,7 @@
2560
2561
  }
2561
2562
 
2562
2563
  .aksel-switch--small > .aksel-switch__input {
2564
+ width: 2.5rem;
2563
2565
  height: 2rem;
2564
2566
  top: 0;
2565
2567
  }
@@ -2571,19 +2573,21 @@
2571
2573
 
2572
2574
  .aksel-switch__content {
2573
2575
  --__axc-switch-block-padding: .75rem;
2576
+ --__axc-switch-inline-padding: 3.25rem;
2574
2577
  gap: var(--ax-space-2);
2575
- padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
2578
+ padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) var(--__axc-switch-inline-padding);
2576
2579
  flex-direction: column;
2577
2580
  display: flex;
2578
2581
  position: relative;
2579
2582
  }
2580
2583
 
2581
2584
  .aksel-switch--right .aksel-switch__content {
2582
- padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
2585
+ padding: var(--__axc-switch-block-padding) var(--__axc-switch-inline-padding) var(--__axc-switch-block-padding) 0;
2583
2586
  }
2584
2587
 
2585
2588
  .aksel-switch--small .aksel-switch__content {
2586
2589
  --__axc-switch-block-padding: .375rem;
2590
+ --__axc-switch-inline-padding: 2.75rem;
2587
2591
  }
2588
2592
 
2589
2593
  .aksel-switch__content.aksel-switch--with-description {
@@ -2625,7 +2629,9 @@
2625
2629
  }
2626
2630
 
2627
2631
  .aksel-switch--small > .aksel-switch__track {
2628
- top: var(--ax-space-4);
2632
+ top: var(--ax-space-6);
2633
+ width: 2.25rem;
2634
+ height: 1.25rem;
2629
2635
  }
2630
2636
 
2631
2637
  .aksel-switch__input:checked ~ .aksel-switch__track {
@@ -2672,6 +2678,11 @@
2672
2678
  transform: translateX(0);
2673
2679
  }
2674
2680
 
2681
+ .aksel-switch--small .aksel-switch__thumb {
2682
+ width: .875rem;
2683
+ height: .875rem;
2684
+ }
2685
+
2675
2686
  .aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb {
2676
2687
  background-color: var(--ax-bg-raised);
2677
2688
  color: var(--ax-text-subtle);
@@ -2682,15 +2693,12 @@
2682
2693
  transform: translateX(1.25rem);
2683
2694
  }
2684
2695
 
2685
- .aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb > .aksel-switch__checkmark {
2686
- visibility: visible;
2687
- opacity: 1;
2688
- }
2689
-
2690
- .aksel-switch__checkmark {
2691
- visibility: hidden;
2692
- opacity: 0;
2693
- transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
2696
+ .aksel-switch--small > .aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb {
2697
+ width: 1rem;
2698
+ height: 1rem;
2699
+ top: 0;
2700
+ left: 0;
2701
+ transform: translateX(1rem);
2694
2702
  }
2695
2703
 
2696
2704
  @media (hover: hover) and (pointer: fine) {
@@ -2701,6 +2709,10 @@
2701
2709
  .aksel-switch__input:checked:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
2702
2710
  transform: translateX(1.1rem);
2703
2711
  }
2712
+
2713
+ .aksel-switch--small > .aksel-switch__input:checked:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
2714
+ transform: translateX(.875rem);
2715
+ }
2704
2716
  }
2705
2717
 
2706
2718
  .aksel-switch--right {
@@ -2754,6 +2766,10 @@
2754
2766
  .aksel-switch--readonly > .aksel-switch__input:checked:hover ~ .aksel-switch__track > .aksel-switch__thumb {
2755
2767
  transform: translateX(1.25rem);
2756
2768
  }
2769
+
2770
+ .aksel-switch--readonly.aksel-switch--small > .aksel-switch__input:checked:hover ~ .aksel-switch__track > .aksel-switch__thumb {
2771
+ transform: translateX(1rem);
2772
+ }
2757
2773
  }
2758
2774
 
2759
2775
  @media (forced-colors: active) {
@@ -2795,6 +2811,7 @@
2795
2811
  width: 100%;
2796
2812
  min-height: 3rem;
2797
2813
  color: var(--ax-text-neutral);
2814
+ scroll-margin-block-start: 4rem;
2798
2815
  }
2799
2816
 
2800
2817
  .aksel-text-field__input:hover {
@@ -2870,6 +2887,7 @@
2870
2887
  resize: none;
2871
2888
  width: 100%;
2872
2889
  color: var(--ax-text-neutral);
2890
+ scroll-margin-block-start: 4rem;
2873
2891
  display: block;
2874
2892
  }
2875
2893
 
@@ -5045,6 +5063,164 @@
5045
5063
  margin-top: var(--a-space-4);
5046
5064
  }
5047
5065
 
5066
+ .aksel-link-anchor__overlay {
5067
+ cursor: pointer;
5068
+ }
5069
+
5070
+ .aksel-link-anchor__overlay:focus-within {
5071
+ outline: 3px solid var(--ax-border-focus);
5072
+ outline-offset: 3px;
5073
+ }
5074
+
5075
+ @supports selector(:has(*)) {
5076
+ .aksel-link-anchor__overlay:focus-within {
5077
+ outline: unset;
5078
+ }
5079
+
5080
+ .aksel-link-anchor__overlay:has(:focus-visible) {
5081
+ outline: 3px solid var(--ax-border-focus);
5082
+ outline-offset: 3px;
5083
+ }
5084
+ }
5085
+
5086
+ .aksel-link-anchor {
5087
+ text-underline-offset: .1em;
5088
+ color: inherit;
5089
+ text-decoration: underline;
5090
+ text-decoration-thickness: .05em;
5091
+ }
5092
+
5093
+ .aksel-link-anchor:hover, .aksel-link-anchor__overlay:hover .aksel-link-anchor {
5094
+ text-decoration-thickness: .111em;
5095
+ }
5096
+
5097
+ .aksel-link-anchor:focus-visible {
5098
+ outline: 3px solid var(--ax-border-focus);
5099
+ outline-offset: 3px;
5100
+ border-radius: 1px;
5101
+ }
5102
+
5103
+ .aksel-link-anchor__overlay .aksel-link-anchor:focus-visible {
5104
+ outline: none;
5105
+ }
5106
+
5107
+ .aksel-link-anchor__arrow {
5108
+ flex-shrink: 0;
5109
+ transition: transform .2s;
5110
+ transform: translateX(0);
5111
+ }
5112
+
5113
+ .aksel-link-anchor:hover .aksel-link-anchor__arrow, .aksel-link-anchor__overlay:hover .aksel-link-anchor__arrow {
5114
+ transform: translateX(4px);
5115
+ }
5116
+
5117
+ .aksel-link-card {
5118
+ --__axc-link-card-padding-block: var(--ax-space-16);
5119
+ --__axc-link-card-padding-inline: var(--ax-space-20);
5120
+ border-radius: var(--ax-border-radius-xlarge);
5121
+ color: var(--ax-text-neutral);
5122
+ background-color: var(--ax-bg-raised);
5123
+ border: 1px solid var(--ax-border-subtleA);
5124
+ padding: var(--__axc-link-card-padding-block) var(--__axc-link-card-padding-inline);
5125
+ cursor: pointer;
5126
+ grid-template: "image image" min-content
5127
+ "icon title" min-content
5128
+ "icon description" min-content
5129
+ "icon footer"
5130
+ / auto 1fr;
5131
+ align-items: center;
5132
+ text-decoration: none;
5133
+ transition-property: border-color, box-shadow, transform, background-color;
5134
+ transition-duration: .3s;
5135
+ transition-timing-function: cubic-bezier(0, 0, 0, 1);
5136
+ display: grid;
5137
+ position: relative;
5138
+ }
5139
+
5140
+ .aksel-link-card:not(:has(.aksel-link-card__description, .aksel-link-card__footer)) {
5141
+ grid-template-rows: auto 1fr;
5142
+ }
5143
+
5144
+ .aksel-link-card:not(:has(.aksel-link-card__description, .aksel-link-card__footer)) .aksel-link-card__title {
5145
+ align-items: center;
5146
+ }
5147
+
5148
+ .aksel-link-card:not(:has(.aksel-link-card__description, .aksel-link-card__footer)) .aksel-link-card__icon {
5149
+ align-self: center;
5150
+ }
5151
+
5152
+ .aksel-link-card:hover {
5153
+ border-color: var(--ax-border-default);
5154
+ box-shadow: 0 0 0 1px var(--ax-border-default);
5155
+ }
5156
+
5157
+ .aksel-link-card--small {
5158
+ --__axc-link-card-padding-block: var(--ax-space-12);
5159
+ --__axc-link-card-padding-inline: var(--ax-space-16);
5160
+ }
5161
+
5162
+ .aksel-link-card__title {
5163
+ color: var(--ax-text-subtle);
5164
+ justify-content: space-between;
5165
+ align-items: flex-start;
5166
+ gap: var(--ax-space-8);
5167
+ -webkit-hyphens: auto;
5168
+ hyphens: auto;
5169
+ grid-area: title;
5170
+ display: flex;
5171
+ }
5172
+
5173
+ .aksel-link-card[data-color="neutral"] .aksel-link-card__title, .aksel-link-card__title[data-color="neutral"] {
5174
+ color: var(--ax-text-default);
5175
+ }
5176
+
5177
+ .aksel-link-card__description {
5178
+ grid-area: description;
5179
+ margin-block-start: var(--ax-space-4);
5180
+ }
5181
+
5182
+ .aksel-link-card__footer {
5183
+ align-self: flex-end;
5184
+ gap: var(--ax-space-8);
5185
+ flex-wrap: wrap;
5186
+ grid-area: footer;
5187
+ margin-block-start: var(--ax-space-16);
5188
+ display: flex;
5189
+ }
5190
+
5191
+ .aksel-link-card__icon {
5192
+ width: max-content;
5193
+ height: max-content;
5194
+ color: var(--ax-text-default);
5195
+ grid-area: icon;
5196
+ place-content: center;
5197
+ align-self: flex-start;
5198
+ margin-inline-end: var(--ax-space-16);
5199
+ display: grid;
5200
+ }
5201
+
5202
+ .aksel-link-card--small .aksel-link-card__icon {
5203
+ margin-inline-end: var(--ax-space-12);
5204
+ }
5205
+
5206
+ .aksel-link-card__image-container {
5207
+ margin-block: calc(var(--__axc-link-card-padding-block) * -1) var(--__axc-link-card-padding-block);
5208
+ margin-inline: calc(var(--__axc-link-card-padding-inline) * 1 * -1);
5209
+ border-radius: calc(var(--ax-border-radius-xlarge) - 1px);
5210
+ border-bottom-right-radius: 0;
5211
+ border-bottom-left-radius: 0;
5212
+ grid-area: image;
5213
+ position: relative;
5214
+ overflow: hidden;
5215
+ }
5216
+
5217
+ .aksel-link-card__image-container :is(img, picture) {
5218
+ object-fit: cover;
5219
+ max-width: 100%;
5220
+ height: 100%;
5221
+ display: block;
5222
+ }
5223
+
5048
5224
  .aksel-loader {
5049
5225
  stroke-width: 6px;
5050
5226
  --__axc-loader-stroke-width: 5.9;
@@ -6483,10 +6659,23 @@
6483
6659
  display: table;
6484
6660
  }
6485
6661
 
6662
+ .aksel-table.aksel-table--sticky-header {
6663
+ border-collapse: separate;
6664
+ border-spacing: 0;
6665
+ }
6666
+
6486
6667
  .aksel-table__header {
6487
6668
  display: table-header-group;
6488
6669
  }
6489
6670
 
6671
+ .aksel-table--sticky-header .aksel-table__header {
6672
+ z-index: 10;
6673
+ background-color: var(--ax-bg-default);
6674
+ box-sizing: border-box;
6675
+ position: sticky;
6676
+ top: 0;
6677
+ }
6678
+
6490
6679
  .aksel-table__body {
6491
6680
  display: table-row-group;
6492
6681
  }