Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVE/Designsystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.13.0
Choose a base ref
...
head repository: NVE/Designsystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. chore(deps-dev): bump the version-updates group with 3 updates (#820)

    Bumps the version-updates group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.57.0 to 8.57.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.57.0 to 8.57.1
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/parser)
    
    Updates `vite` from 8.0.0 to 8.0.1
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.1/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-version: 8.57.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: version-updates
    - dependency-name: "@typescript-eslint/parser"
      dependency-version: 8.57.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: version-updates
    - dependency-name: vite
      dependency-version: 8.0.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: version-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    ab232ed View commit details
    Browse the repository at this point in the history
  2. feat(nve-navigation-card): Legg til ny navigasjonskomponent for hoved…

    …navigasjon (#810)
    
    * feat(nve-navigation-card): legg til ny navigasjonskomponent
    
    * test(nve-navigation-card): legg til tester for komponenten
    
    * feat(nve-navigation-card): legg til støtte for clickAction-varianter og animasjon på ikon
    
    * fix(nve-navigation-card): vis testid-attributt kun når testId har verdi, ryddet opp i CSS transitions med variabler, og oppdatert dokumentasjon og eksempler etter PR-tilbakemeldinger
    
    * fix(nve-navigation-card): rettet testid-attributt og label rendering for å fikse tester med testid og tittel
    
    * refactor(nve-navigation-card): endret styling-rekkefølge og oppdatert dokumentasjon etter PR-kommentarer
    
    * docs(nve-navigation-card): Oppdatere docs
    
    * refactor(nve-navigation-card): flyttet --icon-size til styles i stedet for inline style på nve-icon
    
    * feat(nve-navigation-card): la til støtte for høydefylling i grid-oppsett
    
    * refactor(navigation-card): la til flex-egenskaper på navigation-card__content
    
    * bug(nve-navigation-card): fjern del av test som testet style-sjekk etter at style ble lagt inn som css istedenfor
    olmabo authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    5ef4cf4 View commit details
    Browse the repository at this point in the history
Loading