Conversation
a70cb78 to
ee30a88
Compare
ee30a88 to
77c6599
Compare
oddvernes
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/designsystemet@1.9.0
Minor Changes
Add ability to override focus colors from config: (#4320)
{ "overrides": { "focus": { "inner": { "light": "HEX", "dark": "HEX" }, "outer": { "light": "HEX", "dark": "HEX" } } } }This comes with a change to you design tokens, where focus colors are now on the theme layer.
Make sure you rebuild your tokens:
npx @digdir/designsystemet tokens create <options> --cleanPatch Changes
Update
@tokens-studio/sd-transformsto2.0.3(#4315)Updated dependencies []:
@digdir/designsystemet-css@1.9.0
Minor Changes
data-placementselector styles the Dialog as a "drawer"-component from the direction given (left | right | top | bottomorcenterwhich is the default) (#4323)Added 3 new local variables:
--dsc-dialog-placement-inline-max-width(max-width when placement="left | right")--dsc-dialog-placement-block-max-width(max-width when placement="top | bottom")--dsc-dialog-transition-duration(duration for the slide in animations)Patch Changes
Input, Search, Suggestion, Textfield: Uppercase Å was cut off at the top in Chrome and Safari, making it look like Ă (#4301)
link: Style background, border, and padding regardless of default browser styles (#4231) (#4302)
Add export for a default theme under
/theme. (#4328)If you are using the default theme from
@digdir/designsystemet-theme, we recommend importing the CSS from@digdir/designsystemet-css/theme.cssand removing@digdir/designsystemet-themefrom your dependencies.@digdir/designsystemet-react@1.9.0
Minor Changes
placementprop. This will setdata-placementand style theDialogas a "drawer"-component from the direction given:left | right | top | bottomorcenter(default) (#4323)Patch Changes
SuggestionClear: send
onClick. In earlier versionsonClickwas never called (#4327)Popover: Fix controlled open state going out of sync (#4314)
Update npm non-major dependencies (#4308)
Updated dependencies []:
@digdir/designsystemet-theme@1.9.0
Patch Changes
Export
designsystemet.cssunder@digdir/designsystemet-theme/index.css(#4291)Updated dependencies []:
@digdir/designsystemet-types@1.9.0