Skip to content

Commit

Permalink
chore: new release (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent 099ec99 commit bfbfabc
Show file tree
Hide file tree
Showing 9 changed files with 114 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
"blue-stingrays-heal",
"brave-months-shop",
"brave-months-sleep",
"bright-eyes-beam",
"bright-knives-remain",
"brown-walls-smell",
"calm-hairs-pull",
"chatty-cheetahs-fetch",
"chilled-icons-chew",
"chilled-pumas-march",
"clean-insects-move",
"clean-lizards-chew",
"clever-cobras-rescue",
"cold-seals-draw",
"cool-lamps-drive",
"curvy-oranges-notice",
"cyan-adults-roll",
Expand All @@ -42,13 +45,16 @@
"empty-pears-hide",
"empty-singers-yell",
"fair-beds-destroy",
"fair-gorillas-pay",
"famous-pillows-cheat",
"fast-cows-march",
"few-brooms-confess",
"few-plums-drum",
"few-squids-speak",
"fifty-buses-beam",
"fifty-hornets-hang",
"five-apricots-scream",
"five-mails-pull",
"five-pens-accept",
"five-turkeys-confess",
"flat-experts-drop",
Expand All @@ -64,6 +70,7 @@
"gorgeous-geese-boil",
"gorgeous-readers-burn",
"gorgeous-shrimps-crash",
"great-cameras-check",
"green-plums-scream",
"grumpy-pianos-lick",
"happy-hounds-tie",
Expand All @@ -84,9 +91,11 @@
"lemon-countries-smoke",
"long-boxes-sniff",
"long-countries-check",
"long-stingrays-repeat",
"loud-bobcats-look",
"loud-dragons-build",
"loud-tips-return",
"many-cherries-look",
"mean-ducks-argue",
"mean-penguins-sing",
"mean-snails-visit",
Expand All @@ -101,14 +110,17 @@
"ninety-jeans-punch",
"odd-hornets-sleep",
"odd-oranges-yell",
"old-jeans-ring",
"old-melons-stare",
"old-sheep-dress",
"olive-tools-cry",
"olive-waves-build",
"olive-windows-share",
"orange-months-listen",
"plenty-parents-rest",
"plenty-singers-matter",
"plenty-vans-sneeze",
"poor-roses-film",
"popular-jeans-happen",
"popular-parrots-begin",
"pretty-dancers-taste",
Expand All @@ -117,8 +129,10 @@
"quiet-mangos-cry",
"quiet-rings-heal",
"real-zoos-fail",
"red-chefs-refuse",
"red-queens-love",
"rich-carrots-deny",
"rotten-tomatoes-run",
"rotten-zoos-live",
"rude-lies-smile",
"selfish-meals-pump",
Expand All @@ -130,6 +144,7 @@
"sharp-humans-itch",
"shiny-dryers-count",
"shiny-kiwis-switch",
"shiny-pans-film",
"short-kiwis-turn",
"short-walls-judge",
"shy-cameras-approve",
Expand All @@ -148,6 +163,7 @@
"spotty-oranges-guess",
"spotty-pumas-cross",
"stale-tables-eat",
"strange-feet-check",
"strange-jars-compete",
"strange-ligers-search",
"strong-flowers-ring",
Expand All @@ -166,7 +182,9 @@
"three-dingos-unite",
"three-ducks-chew",
"three-moles-attack",
"tidy-balloons-rule",
"tidy-cheetahs-cry",
"tricky-islands-jam",
"twelve-onions-laugh",
"twenty-cheetahs-leave",
"violet-paws-begin",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 1.0.0-next.45

### Minor Changes

- Fix wrong base default color beeing set by the themebuilder ([#2953](https://github.com/digdir/designsystemet/pull/2953))

- Moved typography based sizing formula to design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

- Removed design-tokens `sizing` & `spacing`, use `size`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

- Support for building typography based sizing design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

### Patch Changes

- Rename `data-ds-typography` to `data-typography` ([#2959](https://github.com/digdir/designsystemet/pull/2959))

## 1.0.0-next.44

## 1.0.0-next.43
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/designsystemet",
"version": "1.0.0-next.44",
"version": "1.0.0-next.45",
"description": "CLI for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
34 changes: 34 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Change Log

## 1.0.0-next.45

### Minor Changes

- Removed CSS variables `--ds-spacing-*` & `--ds-sizing-*`, use `--ds-size-*`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

- New CSS variables for sizes, `--ds-size-*` ([#2935](https://github.com/digdir/designsystemet/pull/2935))

- Moved typography based sizing formula to design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

### Patch Changes

- Button: add `height: fit-content` ([#2942](https://github.com/digdir/designsystemet/pull/2942))

- Pagination: Use empty `li` for ellipsis ([#2942](https://github.com/digdir/designsystemet/pull/2942))

- Link: Fix missing underline when using Tailwind ([#2923](https://github.com/digdir/designsystemet/pull/2923))

- Table: ([#2933](https://github.com/digdir/designsystemet/pull/2933))

- Correct footer styling
- Automatic focus styling for sorting buttons

- Switch: Adjust design to better align with radio and checkbox ([#2929](https://github.com/digdir/designsystemet/pull/2929))

- Tooltip: Use popover API ([#2916](https://github.com/digdir/designsystemet/pull/2916))

- Removes `delay`, this is now `--dsc-tooltip-transition-delay`
- Removes `defaultOpen`
- Removes `portal`
- Removes ability to hover to keep open

- PopoverTrigger: New prop `inline` for use when inline elements (such as text) need a `Popover` ([#2915](https://github.com/digdir/designsystemet/pull/2915))

## 1.0.0-next.44

## 1.0.0-next.43
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.44",
"version": "1.0.0-next.45",
"description": "CSS for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
28 changes: 28 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 1.0.0-next.45

### Patch Changes

- Pagination: Use empty `li` for ellipsis ([#2942](https://github.com/digdir/designsystemet/pull/2942))

- Add missing `data-size` and `data-color` props to Details ([#2930](https://github.com/digdir/designsystemet/pull/2930))

- Table: ([#2933](https://github.com/digdir/designsystemet/pull/2933))

- Correct footer styling
- Automatic focus styling for sorting buttons

- Loosen default types for `data-color` and `data-size` to support accept `string` ([#2951](https://github.com/digdir/designsystemet/pull/2951))

- Export all utilities ([#2961](https://github.com/digdir/designsystemet/pull/2961))

- Field: Fix `position` not working ([#2931](https://github.com/digdir/designsystemet/pull/2931))

- Tooltip: Use popover API ([#2916](https://github.com/digdir/designsystemet/pull/2916))

- Removes `delay`, this is now `--dsc-tooltip-transition-delay`
- Removes `defaultOpen`
- Removes `portal`
- Removes ability to hover to keep open

- PopoverTrigger: New prop `inline` for use when inline elements (such as text) need a `Popover` ([#2915](https://github.com/digdir/designsystemet/pull/2915))

## 1.0.0-next.44

### 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.44",
"version": "1.0.0-next.45",
"description": "React components for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 1.0.0-next.45

### Minor Changes

- Removed CSS variables `--ds-spacing-*` & `--ds-sizing-*`, use `--ds-size-*`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

- Moved typography based sizing formula to design-tokens ([#2796](https://github.com/digdir/designsystemet/pull/2796))

- Removed design-tokens `sizing` & `spacing`, use `size`. ([#2939](https://github.com/digdir/designsystemet/pull/2939))

### Patch Changes

- Rename `data-ds-typography` to `data-typography` ([#2959](https://github.com/digdir/designsystemet/pull/2959))

## 1.0.0-next.44

## 1.0.0-next.43
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.44",
"version": "1.0.0-next.45",
"description": "Predefined themes for Designsystemet",
"author": "Designsystemet team",
"repository": {
Expand Down

0 comments on commit bfbfabc

Please sign in to comment.