Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

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

Release Notes

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

v1.7.2

Compare Source

@​digdir/designsystemet@​1.7.2
Patch Changes
  • Add option to override linkVisited color in config: (#​4182)

    "theme": {
      "overrides": {
        "linkVisited": {
          "light": "#ff1234",
          "dark": "#​1234ff"
        }
      }
    }
  • New command that lets you generate a config file from your design tokens: (#​4207)
    npx @&#8203;digdir/designsystemet generate-config-from-tokens --dir <path to design tokens>

    • This command does not include any overrides you may have done.
  • Update npm non-major dependencies (#​4193)

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

  • For your config file, you can now get the schema file from designsystemet.no (#​4195)

    "$schema": "https://designsystemet.no/schemas/cli/[VERSION].json"
@​digdir/designsystemet-css@​1.7.2
Patch Changes
  • input: Remove hover effect when <label> is hovered (#​4196)

  • tag: Add new variant, [data-variant="outline"]. (#​4173)

    • To use the old variant, either don't set data-variant, or set it to default.
  • Update npm non-major dependencies (#​4214)

  • card: Add support for <picture> (#​4137)

  • search: Don't set position: relative, but use isolation: isolate on .ds-search (#​4212)

    • This removes z-index on button[type="reset"]
  • tag: New css variables to go with [data-variant="outline"]: (#​4173)

    • --dsc-tag-border-width
    • --dsc-tag-border-color
    • --dsc-tag-border-style
@​digdir/designsystemet-react@​1.7.2
Patch Changes
  • Update @u-elements/combobox to v1.0.4 (#​4226)

  • Dialog: If the browser supports closedBy on <dialog>, we let the browser handle it (#​4210)

  • Tooltip: Tooltip is now automatically aria-describedby or aria-labelledby based on the content of the trigger component. (#​4202)

    • This can be overridden with the new type-prop that accepts decribedby or labelledby.
  • Update npm non-major dependencies (#​4193)

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

  • Tag: Add new prop variant (#​4173)

    • Accepts default|outline. default is the default value.
@​digdir/designsystemet-theme@​1.7.2
Patch Changes
  • Update npm non-major dependencies (#​4214)

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 Nov 12, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 12, 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.

@sonarqubecloud
Copy link

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.

0 participants