Skip to content

Commit b397ba4

Browse files
github-actions[bot]mimarz
authored andcommitted
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/designsystemet@1.0.0-next.46 ### 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/designsystemet-css@1.0.0-next.46 ### 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/designsystemet-react@1.0.0-next.46 ### 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/designsystemet-theme@1.0.0-next.46 ### 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>
1 parent 277c7cb commit b397ba4

File tree

9 files changed

+77
-4
lines changed

9 files changed

+77
-4
lines changed

.changeset/pre.json

+14
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"cyan-adults-roll",
3838
"dull-buttons-argue",
3939
"eight-dancers-deliver",
40+
"eighty-cougars-relax",
4041
"eighty-cougars-think",
4142
"eleven-bags-shop",
4243
"eleven-experts-raise",
@@ -47,8 +48,10 @@
4748
"fair-beds-destroy",
4849
"fair-gorillas-pay",
4950
"famous-pillows-cheat",
51+
"fast-cows-impress",
5052
"fast-cows-march",
5153
"few-brooms-confess",
54+
"few-brooms-draw",
5255
"few-plums-drum",
5356
"few-squids-speak",
5457
"fifty-buses-beam",
@@ -63,9 +66,12 @@
6366
"four-schools-wait",
6467
"fresh-planes-complain",
6568
"friendly-cups-kiss",
69+
"friendly-hotels-behave",
6670
"friendly-islands-punch",
6771
"funny-boxes-remember",
72+
"funny-peaches-lie",
6873
"fuzzy-needles-explode",
74+
"fuzzy-snails-arrive",
6975
"gold-chairs-jog",
7076
"gorgeous-geese-boil",
7177
"gorgeous-readers-burn",
@@ -76,6 +82,7 @@
7682
"happy-hounds-tie",
7783
"happy-worms-applaud",
7884
"healthy-apples-explode",
85+
"healthy-fishes-brush",
7986
"healthy-monkeys-repair",
8087
"heavy-rabbits-boil",
8188
"hip-brooms-brush",
@@ -99,10 +106,13 @@
99106
"mean-ducks-argue",
100107
"mean-penguins-sing",
101108
"mean-snails-visit",
109+
"mean-starfishes-hear",
102110
"metal-bananas-notice",
103111
"metal-tomatoes-compete",
104112
"mighty-buttons-yell",
105113
"mighty-days-eat",
114+
"modern-hats-destroy",
115+
"nasty-monkeys-care",
106116
"nasty-turtles-happen",
107117
"nine-cameras-peel",
108118
"nine-countries-invent",
@@ -130,6 +140,7 @@
130140
"quiet-rings-heal",
131141
"real-zoos-fail",
132142
"red-chefs-refuse",
143+
"red-gorillas-argue",
133144
"red-queens-love",
134145
"rich-carrots-deny",
135146
"rotten-tomatoes-run",
@@ -184,9 +195,12 @@
184195
"three-moles-attack",
185196
"tidy-balloons-rule",
186197
"tidy-cheetahs-cry",
198+
"tricky-ghosts-flow",
187199
"tricky-islands-jam",
188200
"twelve-onions-laugh",
201+
"twelve-paws-jog",
189202
"twenty-cheetahs-leave",
203+
"unlucky-hairs-sit",
190204
"violet-paws-begin",
191205
"violet-steaks-repeat",
192206
"weak-keys-tap",

packages/cli/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## 1.0.0-next.46
4+
5+
### Minor Changes
6+
7+
- Add JSON schema for CLI config file, which enables editor hints. To use it, do something like this: ([#2972](https://github.com/digdir/designsystemet/pull/2972))
8+
9+
```jsonc
10+
{
11+
"$schema": "node_modules/@digdir/designsystemet/dist/config.schema.json",
12+
// ...config options here...
13+
}
14+
```
15+
16+
- cli: better error messages for wrong or missing options ([#2970](https://github.com/digdir/designsystemet/pull/2970))
17+
18+
### Patch Changes
19+
20+
- tokens: fix wrong reference for focus color. ([#2989](https://github.com/digdir/designsystemet/pull/2989))
21+
22+
- refactor: Changed border-radius token to dimension type ([#2990](https://github.com/digdir/designsystemet/pull/2990))
23+
24+
- Add json config file support for `tokens create` ([#2847](https://github.com/digdir/designsystemet/pull/2847))
25+
26+
- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))
27+
28+
- tokens build: fix invalid values in --ds-size calculations ([#2975](https://github.com/digdir/designsystemet/pull/2975))
29+
30+
- outDir option was required, but it should have a default value ([#2969](https://github.com/digdir/designsystemet/pull/2969))
31+
332
## 1.0.0-next.45
433

534
### Minor Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet",
3-
"version": "1.0.0-next.45",
3+
"version": "1.0.0-next.46",
44
"description": "CLI for Designsystemet",
55
"author": "Designsystemet team",
66
"engines": {

packages/css/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 1.0.0-next.46
4+
5+
### Patch Changes
6+
7+
- Helptext: Remove component ([#2956](https://github.com/digdir/designsystemet/pull/2956))
8+
9+
- Field: Don't show as disabled when option is disabled ([#2980](https://github.com/digdir/designsystemet/pull/2980))
10+
11+
- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))
12+
13+
- Tabs: Rework component CSS ([#2991](https://github.com/digdir/designsystemet/pull/2991))
14+
315
## 1.0.0-next.45
416

517
### Minor Changes

packages/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-css",
3-
"version": "1.0.0-next.45",
3+
"version": "1.0.0-next.46",
44
"description": "CSS for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

packages/react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 1.0.0-next.46
4+
5+
### Patch Changes
6+
7+
- Input: Add whitelist for `type` ([#2974](https://github.com/digdir/designsystemet/pull/2974))
8+
9+
- Helptext: Remove component ([#2956](https://github.com/digdir/designsystemet/pull/2956))
10+
11+
- Textfield: Add whitelist for `type` ([#2974](https://github.com/digdir/designsystemet/pull/2974))
12+
13+
- Tabs: Content will get focus when it has no focusable elements ([#2991](https://github.com/digdir/designsystemet/pull/2991))
14+
315
## 1.0.0-next.45
416

517
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@digdir/designsystemet-react",
33
"type": "module",
4-
"version": "1.0.0-next.45",
4+
"version": "1.0.0-next.46",
55
"description": "React components for Designsystemet",
66
"author": "Designsystemet team",
77
"repository": {

packages/theme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.0.0-next.46
4+
5+
### Patch Changes
6+
7+
- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))
8+
39
## 1.0.0-next.45
410

511
### Minor Changes

packages/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digdir/designsystemet-theme",
3-
"version": "1.0.0-next.45",
3+
"version": "1.0.0-next.46",
44
"description": "Predefined themes for Designsystemet",
55
"author": "Designsystemet team",
66
"repository": {

0 commit comments

Comments
 (0)