diff --git a/.changeset/pre.json b/.changeset/pre.json index e11a9b3222..c33ad60514 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4ba26bf0c3..5c3962a1c9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index d5625e0247..d098e95cf8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": { diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index fc27139d79..3d4cd04206 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -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 diff --git a/packages/css/package.json b/packages/css/package.json index 09a7405ee0..8c4142cdcd 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -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": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f257791278..cb19b3e689 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 03b7576131..8b930559b9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": { diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 4edd80bf5c..2f8311d9e3 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -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 diff --git a/packages/theme/package.json b/packages/theme/package.json index 48055f01cc..36150196c6 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -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": {