Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@digdir/designsystemet-css (source) 1.6.1 -> 1.7.1 age confidence
@digdir/designsystemet-react (source) 1.6.1 -> 1.7.1 age confidence
@digdir/designsystemet-theme (source) 1.6.1 -> 1.7.1 age confidence

Release Notes

digdir/designsystemet (@​digdir/designsystemet-css)

v1.7.1

Compare Source

@​digdir/designsystemet@​1.7.1
@​digdir/designsystemet-css@​1.7.1
@​digdir/designsystemet-react@​1.7.1
Patch Changes
  • Suggestion: Fix onSelectedChange not always calling the latest callback (#​4176)
@​digdir/designsystemet-theme@​1.7.1

v1.7.0

Compare Source

@​digdir/designsystemet@​1.7.0
Minor Changes
  • Restructure design tokens: (#​4105)

    • Removes primitives/modes/color-scheme/[dark/light]/global.json
    • Removes global colors (red, green, blue, orange, purple)
    • Moved severity colors directly to your theme file
    • "link.color.visited" now references "$value": "color.link.visited" from your theme file

    Make sure to regenerate your design tokens: npx @&#8203;digdir/designsystemet tokens create <options> --clean

Patch Changes
  • Update npm non-major dependencies (#​4147)

  • Export zod schema and type for config file: (#​4170)

    • configSchema
    • type ConfigSchema
  • Add option override severity colors from config. (#​4105)
    You can override the base-hexcode, as well as individual steps:

    "theme": {
      "overrides": {
        "colors": {
          "danger": {
            "background-default": {
              "light": "#&#8203;0000ff",
              "dark": "#&#8203;0000ff"
            }
          }
        },
        "severity": {
          "danger": "#ff00ff"
        }
      }
    }
  • Update npm non-major dependencies (#​4167)

  • Update dependency ramda to ^0.32.0 (#​4146)

@​digdir/designsystemet-css@​1.7.0
Patch Changes
  • Field: Set display: block on <label> (#​4134)

  • ToggleGroup: ensure ToggleGroup has same height as Button, and that individual buttons within the group never wrap their text (#​4139)

  • ToggleGroup: use correct border-color (--ds-color-text-default) to match text/icon color on selected button in secondary variant (#​4139)

  • Label: Use line-height: var(--ds-body-md-line-height); (#​4134)

  • Field: data-field="description" no longer gets margin-top (#​4134)

  • chip: Remove hover effect on .ds-input (#​4165)

@​digdir/designsystemet-react@​1.7.0
Patch Changes
  • Update npm non-major dependencies (#​4147)

  • Suggestion, Tooltip, Popover: Positioning of floating elements rounded to nearest pixel (#​4142)

  • Update npm non-major dependencies (#​4167)

  • Dialog: Removed the autofocus attribute from built in closeButton, which prevented setting autofocus on other elements in Dialog. (#​4159)

  • Field.Counter: Adjustments to how it works internally. (#​4140)
    Now, none of the validation messages underneath are aria-described on the input/textarea. This is done by an aria-live region only for screenreaders.

    A new hint prop has been added, to announce how many characters are allowed when entering the input/textarea. Default value is 'Maks %d tegn tillatt.'.

@​digdir/designsystemet-theme@​1.7.0
Patch Changes
  • Update design-tokens to reflect changes made in @digdir/designsystemet. See changelog for changes (#​4105)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 07:59 AM, Monday through Friday ( * 0-7 * * 1-5 ) in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added backport-ignore This PR is a new feature and should not be cherry-picked onto release branches kind/dependencies Pull requests that update a dependency file labels Oct 24, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/digdir-design-system branch from b7c2814 to 2f3ff0b Compare October 27, 2025 12:53
@renovate renovate bot changed the title fix(deps): update digdir design system to v1.7.0 fix(deps): update digdir design system to v1.7.1 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/digdir-design-system branch from 2f3ff0b to 30675e4 Compare October 28, 2025 09:18
@sonarqubecloud
Copy link

@olemartinorg olemartinorg merged commit d0baa59 into main Oct 28, 2025
17 checks passed
@olemartinorg olemartinorg deleted the renovate/digdir-design-system branch October 28, 2025 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-ignore This PR is a new feature and should not be cherry-picked onto release branches kind/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant