Skip to content

Commit

Permalink
feat(design-tokens): lux Alert heading tokens toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlineNap authored Oct 23, 2024
1 parent aefc298 commit 988f7d8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-ads-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lux-design-system/design-tokens": minor
---

Nieuwe tokens: lux-alert-heading
22 changes: 22 additions & 0 deletions proprietary/design-tokens/src/imported/nl/utrecht-alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,27 @@
}
}
}
},
"lux": {
"alert": {
"heading": {
"font-family": {
"value": "{lux.font-family.primary}",
"type": "fontFamilies"
},
"font-weight": {
"value": "{lux.font-weight.bold}",
"type": "fontWeights"
},
"line-height": {
"value": "{lux.line-height.heading.level-4}",
"type": "lineHeights"
},
"font-size": {
"value": "{lux.font-size.heading.level-4}",
"type": "fontSizes"
}
}
}
}
}

0 comments on commit 988f7d8

Please sign in to comment.