Skip to content

Commit fac58ed

Browse files
committed
refactor: move footer padding from utrecht.page-footer.* to utrecht.page-footer.content.*
1 parent 311e05d commit fac58ed

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

.changeset/thin-clouds-move.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rijkshuisstijl-community/design-tokens': minor
3+
---
4+
5+
Add design tokens for `utrecht.page-footer.content.*`'.

proprietary/design-tokens/figma/figma.tokens.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6110,19 +6110,37 @@
61106110
},
61116111
"padding-block-start": {
61126112
"$type": "dimension",
6113-
"$value": "{rhc.space.5xl}"
6113+
"$value": "{rhc.space.none}"
61146114
},
61156115
"padding-block-end": {
61166116
"$type": "dimension",
6117-
"$value": "{rhc.space.5xl}"
6117+
"$value": "{rhc.space.none}"
61186118
},
61196119
"padding-inline-start": {
61206120
"$type": "dimension",
6121-
"$value": "80px"
6121+
"$value": "{rhc.space.none}"
61226122
},
61236123
"padding-inline-end": {
61246124
"$type": "dimension",
6125-
"$value": "80px"
6125+
"$value": "{rhc.space.none}"
6126+
},
6127+
"content": {
6128+
"max-inline-size": {
6129+
"$type": "dimension",
6130+
"$value": "{rhc.size.page.md}"
6131+
},
6132+
"padding-block-start": {
6133+
"$type": "dimension",
6134+
"$value": "{rhc.size.lint}"
6135+
},
6136+
"padding-block-end": {
6137+
"$type": "dimension",
6138+
"$value": "{rhc.size.lint}"
6139+
},
6140+
"padding-inline": {
6141+
"$type": "dimension",
6142+
"$value": "{rhc.size.quarter-lint}"
6143+
}
61266144
}
61276145
}
61286146
},

0 commit comments

Comments
 (0)