Skip to content

Commit

Permalink
Merge branch 'next' into feat/suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored Jan 15, 2025
2 parents c1ec9bb + bfc2563 commit 58d8d9a
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"cyan-adults-roll",
"dull-buttons-argue",
"eight-dancers-deliver",
"eighty-cougars-relax",
"eighty-cougars-think",
"eleven-bags-shop",
"eleven-experts-raise",
Expand All @@ -47,8 +48,10 @@
"fair-beds-destroy",
"fair-gorillas-pay",
"famous-pillows-cheat",
"fast-cows-impress",
"fast-cows-march",
"few-brooms-confess",
"few-brooms-draw",
"few-plums-drum",
"few-squids-speak",
"fifty-buses-beam",
Expand All @@ -63,9 +66,12 @@
"four-schools-wait",
"fresh-planes-complain",
"friendly-cups-kiss",
"friendly-hotels-behave",
"friendly-islands-punch",
"funny-boxes-remember",
"funny-peaches-lie",
"fuzzy-needles-explode",
"fuzzy-snails-arrive",
"gold-chairs-jog",
"gorgeous-geese-boil",
"gorgeous-readers-burn",
Expand All @@ -76,6 +82,7 @@
"happy-hounds-tie",
"happy-worms-applaud",
"healthy-apples-explode",
"healthy-fishes-brush",
"healthy-monkeys-repair",
"heavy-rabbits-boil",
"hip-brooms-brush",
Expand All @@ -99,10 +106,13 @@
"mean-ducks-argue",
"mean-penguins-sing",
"mean-snails-visit",
"mean-starfishes-hear",
"metal-bananas-notice",
"metal-tomatoes-compete",
"mighty-buttons-yell",
"mighty-days-eat",
"modern-hats-destroy",
"nasty-monkeys-care",
"nasty-turtles-happen",
"nine-cameras-peel",
"nine-countries-invent",
Expand Down Expand Up @@ -130,6 +140,7 @@
"quiet-rings-heal",
"real-zoos-fail",
"red-chefs-refuse",
"red-gorillas-argue",
"red-queens-love",
"rich-carrots-deny",
"rotten-tomatoes-run",
Expand Down Expand Up @@ -184,9 +195,12 @@
"three-moles-attack",
"tidy-balloons-rule",
"tidy-cheetahs-cry",
"tricky-ghosts-flow",
"tricky-islands-jam",
"twelve-onions-laugh",
"twelve-paws-jog",
"twenty-cheetahs-leave",
"unlucky-hairs-sit",
"violet-paws-begin",
"violet-steaks-repeat",
"weak-keys-tap",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"vitest": "^2.0.5"
},
"engines": {
"node": ">=18.12.0"
"node": ">=22"
}
}
29 changes: 29 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 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](https://github.com/digdir/designsystemet/pull/2972))

```jsonc
{
"$schema": "node_modules/@digdir/designsystemet/dist/config.schema.json",
// ...config options here...
}
```

- cli: better error messages for wrong or missing options ([#2970](https://github.com/digdir/designsystemet/pull/2970))

### Patch Changes

- tokens: fix wrong reference for focus color. ([#2989](https://github.com/digdir/designsystemet/pull/2989))

- refactor: Changed border-radius token to dimension type ([#2990](https://github.com/digdir/designsystemet/pull/2990))

- Add json config file support for `tokens create` ([#2847](https://github.com/digdir/designsystemet/pull/2847))

- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))

- tokens build: fix invalid values in --ds-size calculations ([#2975](https://github.com/digdir/designsystemet/pull/2975))

- outDir option was required, but it should have a default value ([#2969](https://github.com/digdir/designsystemet/pull/2969))

## 1.0.0-next.45

### Minor Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@digdir/designsystemet",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"description": "CLI for Designsystemet",
"author": "Designsystemet team",
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digdir/designsystemet.git"
Expand Down
12 changes: 12 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0-next.46

### Patch Changes

- Helptext: Remove component ([#2956](https://github.com/digdir/designsystemet/pull/2956))

- Field: Don't show as disabled when option is disabled ([#2980](https://github.com/digdir/designsystemet/pull/2980))

- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))

- Tabs: Rework component CSS ([#2991](https://github.com/digdir/designsystemet/pull/2991))

## 1.0.0-next.45

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet-css",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"description": "CSS for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0-next.46

### Patch Changes

- Input: Add whitelist for `type` ([#2974](https://github.com/digdir/designsystemet/pull/2974))

- Helptext: Remove component ([#2956](https://github.com/digdir/designsystemet/pull/2956))

- Textfield: Add whitelist for `type` ([#2974](https://github.com/digdir/designsystemet/pull/2974))

- Tabs: Content will get focus when it has no focusable elements ([#2991](https://github.com/digdir/designsystemet/pull/2991))

## 1.0.0-next.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@digdir/designsystemet-react",
"type": "module",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"description": "React components for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-next.46

### Patch Changes

- Changed focus color to use neutral instead of accent color ([#2989](https://github.com/digdir/designsystemet/pull/2989))

## 1.0.0-next.45

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet-theme",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"description": "Predefined themes for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down

0 comments on commit 58d8d9a

Please sign in to comment.