Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 29, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@digdir/[email protected]

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 @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/[email protected]

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/[email protected]

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/[email protected]

Patch Changes

  • Update npm non-major dependencies (#4214)

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 1d21bc6 to d11bd92 Compare November 4, 2025 14:47
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 6659915 to fb4e714 Compare November 10, 2025 08:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from fb4e714 to 92ccabd Compare November 10, 2025 11:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 92ccabd to 956de0e Compare November 11, 2025 07:25
@Barsnes Barsnes merged commit fbcc96b into main Nov 11, 2025
3 checks passed
@Barsnes Barsnes deleted the changeset-release/main branch November 11, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants