@navikt/ds-css 7.23.1 → 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 (169) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/config/_mappings.js +5 -0
  3. package/darkside/alert.darkside.css +2 -2
  4. package/darkside/chat.darkside.css +2 -2
  5. package/darkside/expansioncard.darkside.css +2 -2
  6. package/darkside/form/error-summary.darkside.css +2 -2
  7. package/darkside/form/file-upload.darkside.css +2 -2
  8. package/darkside/form/form-progress.darkside.css +1 -1
  9. package/darkside/form/form-summary.darkside.css +2 -2
  10. package/darkside/form/form.darkside.css +5 -0
  11. package/darkside/form/select.darkside.css +1 -0
  12. package/darkside/form/switch.darkside.css +27 -12
  13. package/darkside/form/text-field.darkside.css +1 -0
  14. package/darkside/form/textarea.darkside.css +1 -0
  15. package/darkside/guide-panel.darkside.css +2 -2
  16. package/darkside/index.css +2 -0
  17. package/darkside/link-anchor.darkside.css +53 -0
  18. package/darkside/link-card.darkside.css +109 -0
  19. package/darkside/modal.darkside.css +6 -4
  20. package/darkside/popover.darkside.css +2 -2
  21. package/darkside/table.darkside.css +13 -0
  22. package/darkside/tag.darkside.css +0 -4
  23. package/dist/component/form.css +29 -8
  24. package/dist/component/form.min.css +1 -1
  25. package/dist/component/linkanchor.css +53 -0
  26. package/dist/component/linkanchor.min.css +1 -0
  27. package/dist/component/linkcard.css +94 -0
  28. package/dist/component/linkcard.min.css +1 -0
  29. package/dist/component/table.css +13 -0
  30. package/dist/component/table.min.css +1 -1
  31. package/dist/components.css +207 -9
  32. package/dist/components.min.css +1 -1
  33. package/dist/darkside/component/alert.css +2 -2
  34. package/dist/darkside/component/alert.min.css +1 -1
  35. package/dist/darkside/component/chat.css +2 -2
  36. package/dist/darkside/component/chat.min.css +1 -1
  37. package/dist/darkside/component/expansioncard.css +2 -2
  38. package/dist/darkside/component/expansioncard.min.css +1 -1
  39. package/dist/darkside/component/form.css +41 -19
  40. package/dist/darkside/component/form.min.css +1 -1
  41. package/dist/darkside/component/guidepanel.css +2 -2
  42. package/dist/darkside/component/guidepanel.min.css +1 -1
  43. package/dist/darkside/component/linkanchor.css +52 -0
  44. package/dist/darkside/component/linkanchor.min.css +1 -0
  45. package/dist/darkside/component/linkcard.css +108 -0
  46. package/dist/darkside/component/linkcard.min.css +1 -0
  47. package/dist/darkside/component/modal.css +6 -8
  48. package/dist/darkside/component/modal.min.css +1 -1
  49. package/dist/darkside/component/popover.css +2 -2
  50. package/dist/darkside/component/popover.min.css +1 -1
  51. package/dist/darkside/component/table.css +13 -0
  52. package/dist/darkside/component/table.min.css +1 -1
  53. package/dist/darkside/component/tag.css +0 -6
  54. package/dist/darkside/component/tag.min.css +1 -1
  55. package/dist/darkside/components.css +228 -43
  56. package/dist/darkside/components.min.css +1 -1
  57. package/dist/darkside/global/tokens.css +1 -1
  58. package/dist/darkside/global/tokens.min.css +1 -1
  59. package/dist/darkside/index.css +229 -44
  60. package/dist/darkside/index.min.css +1 -1
  61. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/alert.css +2 -2
  62. package/dist/darkside/version/7.24.0/component/alert.min.css +1 -0
  63. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/chat.css +2 -2
  64. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/chat.min.css +1 -1
  65. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/expansioncard.css +2 -2
  66. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/expansioncard.min.css +1 -1
  67. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/form.css +41 -19
  68. package/dist/darkside/version/7.24.0/component/form.min.css +1 -0
  69. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/guidepanel.css +2 -2
  70. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/guidepanel.min.css +1 -1
  71. package/dist/darkside/version/7.24.0/component/linkanchor.css +52 -0
  72. package/dist/darkside/version/7.24.0/component/linkanchor.min.css +1 -0
  73. package/dist/darkside/version/7.24.0/component/linkcard.css +108 -0
  74. package/dist/darkside/version/7.24.0/component/linkcard.min.css +1 -0
  75. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/modal.css +6 -8
  76. package/dist/darkside/version/7.24.0/component/modal.min.css +1 -0
  77. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/popover.css +2 -2
  78. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/popover.min.css +1 -1
  79. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/table.css +13 -0
  80. package/dist/darkside/version/7.24.0/component/table.min.css +1 -0
  81. package/dist/darkside/version/{7.23.1 → 7.24.0}/component/tag.css +0 -6
  82. package/dist/darkside/version/7.24.0/component/tag.min.css +1 -0
  83. package/dist/darkside/version/{7.23.1 → 7.24.0}/components.css +228 -43
  84. package/dist/darkside/version/7.24.0/components.min.css +1 -0
  85. package/dist/darkside/version/{7.23.1 → 7.24.0}/global/tokens.css +1 -1
  86. package/dist/darkside/version/{7.23.1 → 7.24.0}/global/tokens.min.css +1 -1
  87. package/dist/darkside/version/{7.23.1 → 7.24.0}/index.css +229 -44
  88. package/dist/darkside/version/7.24.0/index.min.css +1 -0
  89. package/dist/global/tokens.css +1 -1
  90. package/dist/global/tokens.min.css +1 -1
  91. package/dist/index.css +208 -10
  92. package/dist/index.min.css +2 -2
  93. package/form/form.css +4 -0
  94. package/form/select.css +1 -0
  95. package/form/switch.css +25 -9
  96. package/form/text-field.css +1 -0
  97. package/form/textarea.css +1 -0
  98. package/index.css +2 -0
  99. package/link-anchor.css +53 -0
  100. package/link-card.css +106 -0
  101. package/package.json +2 -2
  102. package/table.css +13 -0
  103. package/dist/darkside/version/7.23.1/component/alert.min.css +0 -1
  104. package/dist/darkside/version/7.23.1/component/form.min.css +0 -1
  105. package/dist/darkside/version/7.23.1/component/modal.min.css +0 -1
  106. package/dist/darkside/version/7.23.1/component/table.min.css +0 -1
  107. package/dist/darkside/version/7.23.1/component/tag.min.css +0 -1
  108. package/dist/darkside/version/7.23.1/components.min.css +0 -1
  109. package/dist/darkside/version/7.23.1/index.min.css +0 -1
  110. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/accordion.css +0 -0
  111. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/accordion.min.css +0 -0
  112. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/actionmenu.css +0 -0
  113. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/actionmenu.min.css +0 -0
  114. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/button.css +0 -0
  115. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/button.min.css +0 -0
  116. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/chips.css +0 -0
  117. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/chips.min.css +0 -0
  118. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/copybutton.css +0 -0
  119. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/copybutton.min.css +0 -0
  120. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/date.css +0 -0
  121. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/date.min.css +0 -0
  122. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/dropdown.css +0 -0
  123. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/dropdown.min.css +0 -0
  124. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/helptext.css +0 -0
  125. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/helptext.min.css +0 -0
  126. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/internalheader.css +0 -0
  127. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/internalheader.min.css +0 -0
  128. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/link.css +0 -0
  129. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/link.min.css +0 -0
  130. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/linkpanel.css +0 -0
  131. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/linkpanel.min.css +0 -0
  132. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/list.css +0 -0
  133. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/list.min.css +0 -0
  134. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/loader.css +0 -0
  135. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/loader.min.css +0 -0
  136. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/pagination.css +0 -0
  137. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/pagination.min.css +0 -0
  138. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/panel.css +0 -0
  139. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/panel.min.css +0 -0
  140. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/primitives.css +0 -0
  141. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/primitives.min.css +0 -0
  142. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/progressbar.css +0 -0
  143. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/progressbar.min.css +0 -0
  144. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/readmore.css +0 -0
  145. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/readmore.min.css +0 -0
  146. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/skeleton.css +0 -0
  147. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/skeleton.min.css +0 -0
  148. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/stepper.css +0 -0
  149. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/stepper.min.css +0 -0
  150. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/tabs.css +0 -0
  151. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/tabs.min.css +0 -0
  152. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/theme.css +0 -0
  153. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/theme.min.css +0 -0
  154. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/timeline.css +0 -0
  155. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/timeline.min.css +0 -0
  156. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/togglegroup.css +0 -0
  157. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/togglegroup.min.css +0 -0
  158. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/tooltip.css +0 -0
  159. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/tooltip.min.css +0 -0
  160. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/typography.css +0 -0
  161. /package/dist/darkside/version/{7.23.1 → 7.24.0}/component/typography.min.css +0 -0
  162. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/baseline.css +0 -0
  163. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/baseline.min.css +0 -0
  164. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/fonts.css +0 -0
  165. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/fonts.min.css +0 -0
  166. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/print.css +0 -0
  167. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/print.min.css +0 -0
  168. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/reset.css +0 -0
  169. /package/dist/darkside/version/{7.23.1 → 7.24.0}/global/reset.min.css +0 -0
package/dist/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  :root, :host {
8
- --ax-version: "7.23.1";
8
+ --ax-version: "7.24.0";
9
9
  --a-breakpoint-xs: 0;
10
10
  --a-breakpoint-sm: 480px;
11
11
  --a-breakpoint-sm-down: 479px;
@@ -3696,6 +3696,10 @@ li.navds-file-item {
3696
3696
  color: var(--ac-form-description, var(--__ac-form-description, var(--a-text-subtle)));
3697
3697
  }
3698
3698
 
3699
+ .navds-form-field__description:empty {
3700
+ display: none;
3701
+ }
3702
+
3699
3703
  .navds-form-field--disabled {
3700
3704
  opacity: 0.3;
3701
3705
  cursor: not-allowed;
@@ -4214,6 +4218,7 @@ li.navds-file-item {
4214
4218
  position: relative;
4215
4219
  padding: 0.5rem;
4216
4220
  padding-right: 2rem;
4221
+ scroll-margin-block-start: 4rem;
4217
4222
  }
4218
4223
 
4219
4224
  @media (forced-colors: active) {
@@ -4346,6 +4351,7 @@ li.navds-file-item {
4346
4351
 
4347
4352
  .navds-switch--small > .navds-switch__input {
4348
4353
  height: 2rem;
4354
+ width: 2.5rem;
4349
4355
  top: 0;
4350
4356
  }
4351
4357
 
@@ -4368,11 +4374,11 @@ li.navds-file-item {
4368
4374
  }
4369
4375
 
4370
4376
  .navds-switch--small > .navds-switch__label-wrapper > .navds-switch__content {
4371
- padding: calc(var(--a-spacing-2) - var(--a-spacing-05)) 0 calc(var(--a-spacing-2) - var(--a-spacing-05)) 3.25rem;
4377
+ padding: calc(var(--a-spacing-2) - var(--a-spacing-05)) 0 calc(var(--a-spacing-2) - var(--a-spacing-05)) 2.75rem;
4372
4378
  }
4373
4379
 
4374
4380
  .navds-switch--right.navds-switch--small > .navds-switch__label-wrapper > .navds-switch__content {
4375
- padding: calc(var(--a-spacing-2) - var(--a-spacing-05)) 3.25rem calc(var(--a-spacing-2) - var(--a-spacing-05)) 0;
4381
+ padding: calc(var(--a-spacing-2) - var(--a-spacing-05)) 2.75rem calc(var(--a-spacing-2) - var(--a-spacing-05)) 0;
4376
4382
  }
4377
4383
 
4378
4384
  .navds-switch--with-description,
@@ -4406,7 +4412,9 @@ li.navds-file-item {
4406
4412
  }
4407
4413
 
4408
4414
  .navds-switch--small > .navds-switch__track {
4409
- top: var(--a-spacing-1);
4415
+ top: var(--a-spacing-1-alt);
4416
+ width: 2.25rem;
4417
+ height: 1.25rem;
4410
4418
  }
4411
4419
 
4412
4420
  .navds-switch--right > .navds-switch__input,
@@ -4472,6 +4480,11 @@ li.navds-file-item {
4472
4480
  justify-content: center;
4473
4481
  }
4474
4482
 
4483
+ .navds-switch--small .navds-switch__thumb {
4484
+ width: 0.875rem;
4485
+ height: 0.875rem;
4486
+ }
4487
+
4475
4488
  .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
4476
4489
  transform: translateX(1.25rem);
4477
4490
  color: var(--ac-switch-thumb-icon-checked, var(--a-icon-action-selected));
@@ -4482,12 +4495,12 @@ li.navds-file-item {
4482
4495
  top: 0;
4483
4496
  }
4484
4497
 
4485
- .navds-switch__input:checked ~ .navds-switch__track .navds-switch__checkmark {
4486
- visibility: visible;
4487
- }
4488
-
4489
- .navds-switch__checkmark {
4490
- visibility: hidden;
4498
+ .navds-switch--small > .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
4499
+ transform: translateX(1rem);
4500
+ width: 1rem;
4501
+ height: 1rem;
4502
+ left: 0;
4503
+ top: 0;
4491
4504
  }
4492
4505
 
4493
4506
  @media (hover: hover) and (pointer: fine) {
@@ -4498,6 +4511,10 @@ li.navds-file-item {
4498
4511
  .navds-switch__input:checked:hover ~ .navds-switch__track > .navds-switch__thumb {
4499
4512
  transform: translateX(1.125rem);
4500
4513
  }
4514
+
4515
+ .navds-switch--small > .navds-switch__input:checked:hover ~ .navds-switch__track > .navds-switch__thumb {
4516
+ transform: translateX(0.875rem);
4517
+ }
4501
4518
  }
4502
4519
 
4503
4520
  .navds-switch__input:disabled:hover ~ .navds-switch__track > .navds-switch__thumb {
@@ -4508,6 +4525,10 @@ li.navds-file-item {
4508
4525
  transform: translateX(1.25rem);
4509
4526
  }
4510
4527
 
4528
+ .navds-switch--small > .navds-switch__input:checked:disabled:hover ~ .navds-switch__track > .navds-switch__thumb {
4529
+ transform: translateX(1rem);
4530
+ }
4531
+
4511
4532
  /* Disabled */
4512
4533
 
4513
4534
  .navds-switch__input:disabled {
@@ -4621,6 +4642,7 @@ li.navds-file-item {
4621
4642
  min-height: 3rem;
4622
4643
  width: 100%;
4623
4644
  color: var(--ac-textfield-text, var(--__ac-textfield-text, var(--a-text-default)));
4645
+ scroll-margin-block-start: 4rem;
4624
4646
  }
4625
4647
 
4626
4648
  .navds-text-field__input[size] {
@@ -4722,6 +4744,7 @@ li.navds-file-item {
4722
4744
  width: 100%;
4723
4745
  display: block;
4724
4746
  color: var(--ac-textarea-text, var(--__ac-textarea-text, var(--a-text-default)));
4747
+ scroll-margin-block-start: 4rem;
4725
4748
  }
4726
4749
 
4727
4750
  .navds-textarea__input::placeholder {
@@ -5884,6 +5907,168 @@ button.navds-internalheader__title:active,
5884
5907
  color: var(--ac-link-subtle-text, var(--a-text-subtle));
5885
5908
  }
5886
5909
 
5910
+ .navds-link-anchor__overlay {
5911
+ cursor: pointer;
5912
+ }
5913
+
5914
+ .navds-link-anchor__overlay:focus-within {
5915
+ outline: 3px solid var(--a-border-focus);
5916
+ outline-offset: 3px;
5917
+ }
5918
+
5919
+ @supports selector(:has(*)) {
5920
+ .navds-link-anchor__overlay:focus-within {
5921
+ outline: unset;
5922
+ }
5923
+
5924
+ .navds-link-anchor__overlay:has(:focus-visible) {
5925
+ outline: 3px solid var(--a-border-focus);
5926
+ outline-offset: 3px;
5927
+ }
5928
+ }
5929
+
5930
+ .navds-link-anchor {
5931
+ text-decoration: underline;
5932
+ text-decoration-color: currentColor;
5933
+ text-underline-offset: 0.1em;
5934
+ text-decoration-thickness: 0.05em;
5935
+ color: inherit;
5936
+ }
5937
+
5938
+ .navds-link-anchor:hover,
5939
+ .navds-link-anchor__overlay:hover .navds-link-anchor {
5940
+ text-decoration-thickness: 0.111em;
5941
+ }
5942
+
5943
+ .navds-link-anchor:focus-visible {
5944
+ outline: 3px solid var(--a-border-focus);
5945
+ outline-offset: 3px;
5946
+ border-radius: 1px;
5947
+ }
5948
+
5949
+ .navds-link-anchor__overlay .navds-link-anchor:focus-visible {
5950
+ outline: none;
5951
+ }
5952
+
5953
+ .navds-link-anchor__arrow {
5954
+ transition: transform 200ms;
5955
+ transform: translateX(0);
5956
+ flex-shrink: 0;
5957
+ }
5958
+
5959
+ .navds-link-anchor:hover .navds-link-anchor__arrow,
5960
+ .navds-link-anchor__overlay:hover .navds-link-anchor__arrow {
5961
+ transform: translateX(4px);
5962
+ }
5963
+
5964
+ /* stylelint-disable declaration-block-no-redundant-longhand-properties */
5965
+
5966
+ .navds-link-card {
5967
+ --__ac-link-card-padding-block: var(--a-spacing-4);
5968
+ --__ac-link-card-padding-inline: var(--a-spacing-5);
5969
+
5970
+ border-radius: var(--a-border-radius-xlarge);
5971
+ text-decoration: none;
5972
+ color: var(--a-text-default);
5973
+ transition-property: border-color, box-shadow, transform, background-color;
5974
+ transition-duration: 300ms;
5975
+ transition-timing-function: cubic-bezier(0, 0, 0, 1);
5976
+ position: relative;
5977
+ background-color: var(--a-surface-default);
5978
+ border: 1px solid var(--a-border-subtle);
5979
+ padding: var(--__ac-link-card-padding-block) var(--__ac-link-card-padding-inline);
5980
+ cursor: pointer;
5981
+ display: grid;
5982
+ grid-template-areas:
5983
+ "image image"
5984
+ "icon title"
5985
+ "icon description"
5986
+ "icon footer";
5987
+ grid-template-columns: auto 1fr;
5988
+ grid-template-rows: min-content min-content min-content auto;
5989
+ align-items: center;
5990
+ }
5991
+
5992
+ .navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) {
5993
+ grid-template-rows: auto 1fr;
5994
+ }
5995
+
5996
+ .navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) .navds-link-card__icon {
5997
+ align-self: center;
5998
+ }
5999
+
6000
+ .navds-link-card:not(:has(.navds-link-card__description, .navds-link-card__footer)) .navds-link-card__title {
6001
+ align-items: center;
6002
+ }
6003
+
6004
+ .navds-link-card:hover {
6005
+ border-color: var(--a-border-default);
6006
+ box-shadow: 0 0 0 1px var(--a-border-default);
6007
+ }
6008
+
6009
+ .navds-link-card__title {
6010
+ grid-area: title;
6011
+ color: var(--a-text-default);
6012
+ display: flex;
6013
+ align-items: flex-start;
6014
+ justify-content: space-between;
6015
+ gap: var(--a-spacing-2);
6016
+ hyphens: auto;
6017
+ }
6018
+
6019
+ .navds-link-card__description {
6020
+ grid-area: description;
6021
+ margin-block-start: var(--a-spacing-1);
6022
+ }
6023
+
6024
+ .navds-link-card__footer {
6025
+ grid-area: footer;
6026
+ margin-block-start: var(--a-spacing-4);
6027
+ display: flex;
6028
+ align-self: flex-end;
6029
+ gap: var(--a-spacing-2);
6030
+ flex-wrap: wrap;
6031
+ }
6032
+
6033
+ .navds-link-card__icon {
6034
+ grid-area: icon;
6035
+ width: max-content;
6036
+ height: max-content;
6037
+ display: grid;
6038
+ place-content: center;
6039
+ color: var(--a-text-default);
6040
+ align-self: flex-start;
6041
+ margin-inline-end: var(--a-spacing-4);
6042
+ }
6043
+
6044
+ .aksel-link-card--small {
6045
+ --__ac-link-card-padding-block: var(--a-spacing-3);
6046
+ --__ac-link-card-padding-inline: var(--a-spacing-4);
6047
+ }
6048
+
6049
+ .aksel-link-card--small .aksel-link-card__icon {
6050
+ margin-inline-end: var(--a-spacing-3);
6051
+ }
6052
+
6053
+ .navds-link-card__image-container {
6054
+ display: block;
6055
+ overflow: hidden;
6056
+ grid-area: image;
6057
+ margin-block: calc(var(--__ac-link-card-padding-block) * -1) var(--__ac-link-card-padding-block);
6058
+ margin-inline: calc(var(--__ac-link-card-padding-inline) * 1 * -1);
6059
+ border-radius: calc(var(--a-border-radius-xlarge) - 1px);
6060
+ border-bottom-left-radius: 0;
6061
+ border-bottom-right-radius: 0;
6062
+ position: relative;
6063
+ }
6064
+
6065
+ .navds-link-card__image-container :is(img, picture) {
6066
+ object-fit: cover;
6067
+ display: block;
6068
+ max-width: 100%;
6069
+ height: 100%;
6070
+ }
6071
+
5887
6072
  .navds-loader {
5888
6073
  width: 1.5rem;
5889
6074
  display: inline-block;
@@ -8291,10 +8476,23 @@ button.navds-stepper__step {
8291
8476
  display: table;
8292
8477
  }
8293
8478
 
8479
+ .navds-table.navds-table--sticky-header {
8480
+ border-collapse: separate;
8481
+ border-spacing: 0;
8482
+ }
8483
+
8294
8484
  .navds-table__header {
8295
8485
  display: table-header-group;
8296
8486
  }
8297
8487
 
8488
+ .navds-table--sticky-header .navds-table__header {
8489
+ position: sticky;
8490
+ top: 0;
8491
+ z-index: 10;
8492
+ background-color: var(--a-surface-default);
8493
+ box-sizing: border-box;
8494
+ }
8495
+
8298
8496
  .navds-table__body {
8299
8497
  display: table-row-group;
8300
8498
  }