Skip to content

Commit 9e65b50

Browse files
docs(release): design system packages (#1149)
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 main, this PR will be updated. # Releases ## @nl-design-system-community/[email protected] ### Minor Changes - b498ebf: De volgende tokens zijn toegevoegd aan Data Summary component: - `denhaag.description-list.border-color` - `denhaag.description-list.color` - `denhaag.description-list.font-family` - `denhaag.description-list.font-size` - `denhaag.description-list.font-weight` - `denhaag.description-list.line-height` - `denhaag.description-list.margin-block-end` - `denhaag.description-list.margin-block-start` - `denhaag.description-list.padding-inline-end` - `denhaag.description-list.padding-inline-start` - `denhaag.description-list.caption.color` - `denhaag.description-list.caption.line-height` - `denhaag.description-list.caption.font-family` - `denhaag.description-list.caption.font-size` - `denhaag.description-list.caption.font-weight` - `denhaag.description-list.caption.margin-block-end` - `denhaag.description-list.detail.padding-block-end` - `denhaag.description-list.detail.padding-block-start` - `denhaag.description-list.title.color` - `denhaag.description-list.title.font-weight` - `denhaag.description-list.title.padding-block-end` - `denhaag.description-list.title.padding-block-start` - `denhaag.description-list.lg.padding-inline-end` - `denhaag.description-list.lg.padding-inline-start` - `denhaag.description-list.lg.detail.padding-block-end` - `denhaag.description-list.lg.detail.padding-block-start` - `denhaag.description-list.lg.title.padding-block-end` - `denhaag.description-list.lg.title.padding-block-start`
1 parent b498ebf commit 9e65b50

File tree

3 files changed

+36
-35
lines changed

3 files changed

+36
-35
lines changed

.changeset/sunshine-rain-thunder.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/ma-design-tokens/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# @nl-design-system-unstable/ma-design-tokens
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- b498ebf: De volgende tokens zijn toegevoegd aan Data Summary component:
8+
9+
- `denhaag.description-list.border-color`
10+
- `denhaag.description-list.color`
11+
- `denhaag.description-list.font-family`
12+
- `denhaag.description-list.font-size`
13+
- `denhaag.description-list.font-weight`
14+
- `denhaag.description-list.line-height`
15+
- `denhaag.description-list.margin-block-end`
16+
- `denhaag.description-list.margin-block-start`
17+
- `denhaag.description-list.padding-inline-end`
18+
- `denhaag.description-list.padding-inline-start`
19+
- `denhaag.description-list.caption.color`
20+
- `denhaag.description-list.caption.line-height`
21+
- `denhaag.description-list.caption.font-family`
22+
- `denhaag.description-list.caption.font-size`
23+
- `denhaag.description-list.caption.font-weight`
24+
- `denhaag.description-list.caption.margin-block-end`
25+
- `denhaag.description-list.detail.padding-block-end`
26+
- `denhaag.description-list.detail.padding-block-start`
27+
- `denhaag.description-list.title.color`
28+
- `denhaag.description-list.title.font-weight`
29+
- `denhaag.description-list.title.padding-block-end`
30+
- `denhaag.description-list.title.padding-block-start`
31+
- `denhaag.description-list.lg.padding-inline-end`
32+
- `denhaag.description-list.lg.padding-inline-start`
33+
- `denhaag.description-list.lg.detail.padding-block-end`
34+
- `denhaag.description-list.lg.detail.padding-block-start`
35+
- `denhaag.description-list.lg.title.padding-block-end`
36+
- `denhaag.description-list.lg.title.padding-block-start`
37+
338
## 2.4.0
439

540
### Minor Changes

packages/ma-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nl-design-system-community/ma-design-tokens",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"author": "Community for NL Design System",
55
"description": "\"Mooi & Anders\": design tokens for NL Design System communications",
66
"website": "https://www.nldesignsystem.nl/project",

0 commit comments

Comments
 (0)