Kode
Versjon 7.29.0
26. august 2025
@navikt/aksel-icons
@navikt/ds-react
- Stepper: Mark
interactive
-prop as deprecated. For completely static 'Steppers', consider using the newProcess
-component. (#4007) - LinkCard: Added new prop
arrowPosition
for centering the arrow if necessary. (#4021) - Process: 🎉 New component Process! The component consists of a vertical line of events where each event can contain information, actions, links or status indicators. You can find the documentation here 📝. (#3950)
- ToggleGroup: Improved screen reader experience by using
aria-labelledby
instead ofaria-describedby
for the label (#4028) - Accordion: Mark
headingSize
as deprecated. (#3993) - Fieldset: Improved screen reader experience by using
aria-labelledby
for both legend and description (#4029) - Box: Fixed bug where darkside-css did not properly apply border-radius. (#4009)
@navikt/ds-css
- LinkCard: Added new prop
arrowPosition
for centering the arrow if necessary. (#4021) - Process: 🎉 New component Process! The component consists of a vertical line of events where each event can contain information, actions, links or status indicators. You can find the documentation here 📝. (#3950)
- Darkside: Fix issue with focus outline on checkbox in expandable table row content (#3998)
- Darkside: Fix arrow in Tooltip (#4018)
@navikt/aksel
- CLI: Codemods now only run on relevant files. This resolves cases where codemods for js/ts-files tried and failed to parse css/scss/less-files. (#4016)