Skip to content

Commit

Permalink
Action group tokens toevoegen (#327)
Browse files Browse the repository at this point in the history
# Contents

Nieuwe tokens: utrecht component button group

## Checklist

- ~~[ ] New features/components and bugfixes are covered by tests~~
- [x] Changesets are created
- ~~[ ] Definition of Done is checked~~

---------

Co-authored-by: Jaap-Hein Wester <[email protected]>
  • Loading branch information
AlineNap and MrSkippy authored Nov 8, 2024
1 parent 6e139a6 commit 8887460
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/beige-swans-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@lux-design-system/design-tokens": minor
---

In deze commit:

- Nieuwe tokens: utrecht component button group
1 change: 1 addition & 0 deletions proprietary/design-tokens/src/imported/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"nl/utrecht-radio-button",
"nl/utrecht-select",
"nl/utrecht-text-input",
"nl/utrecht-button-group",
"nl/utrecht-checkbox",
"nl/utrecht-textarea"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"utrecht": {
"button-group": {
"background-color": {
"value": "{lux.color.none}",
"type": "color"
},
"column-gap": {
"value": "{lux.space.200}",
"type": "spacing"
},
"padding-block-end": {
"value": "{lux.space.0}",
"type": "spacing"
},
"padding-block-start": {
"value": "{lux.space.0}",
"type": "spacing"
},
"row-gap": {
"value": "{lux.space.100}",
"type": "spacing"
}
}
}
}

0 comments on commit 8887460

Please sign in to comment.