-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: new release candidate (next) (#2966)
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 next, this PR will be updated.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ `next` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `next`.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ # Releases ## @digdir/[email protected] ### Minor Changes - Add JSON schema for CLI config file, which enables editor hints. To use it, do something like this: ([#2972](#2972)) ```jsonc { "$schema": "node_modules/@digdir/designsystemet/dist/config.schema.json", // ...config options here... } ``` - cli: better error messages for wrong or missing options ([#2970](#2970)) ### Patch Changes - tokens: fix wrong reference for focus color. ([#2989](#2989)) - refactor: Changed border-radius token to dimension type ([#2990](#2990)) - Add json config file support for `tokens create` ([#2847](#2847)) - Changed focus color to use neutral instead of accent color ([#2989](#2989)) - tokens build: fix invalid values in --ds-size calculations ([#2975](#2975)) - outDir option was required, but it should have a default value ([#2969](#2969)) ## @digdir/[email protected] ### Patch Changes - Helptext: Remove component ([#2956](#2956)) - Field: Don't show as disabled when option is disabled ([#2980](#2980)) - Changed focus color to use neutral instead of accent color ([#2989](#2989)) - Tabs: Rework component CSS ([#2991](#2991)) ## @digdir/[email protected] ### Patch Changes - Input: Add whitelist for `type` ([#2974](#2974)) - Helptext: Remove component ([#2956](#2956)) - Textfield: Add whitelist for `type` ([#2974](#2974)) - Tabs: Content will get focus when it has no focusable elements ([#2991](#2991)) ## @digdir/[email protected] ### Patch Changes - Changed focus color to use neutral instead of accent color ([#2989](#2989)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
25898bd
commit bfc2563
Showing
9 changed files
with
77 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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