Skip to content

Commit

Permalink
text-input blocksize erbij
Browse files Browse the repository at this point in the history
  • Loading branch information
AlineNap committed Jan 8, 2025
1 parent a663719 commit 862880d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,13 @@
}
}
}
},
"figma": {
"textbox": {
"block-size": {
"value": "{utrecht.textbox.line-height} + {utrecht.textbox.padding-block-start} + {utrecht.textbox.padding-block-end}",
"type": "sizing"
}
}
}
}
14 changes: 12 additions & 2 deletions proprietary/design-tokens/src/imported/nl/utrecht-textarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,24 @@
"textarea": {
"4-rows": {
"block-size": {
"value": "4 * {lux.line-height.body.default}",
"value": "4 * {utrecht.textarea.line-height}",
"type": "sizing",
"description": "4 * lineheight "
},
"block-size-2": {
"value": "4 * {utrecht.textarea.line-height} + {utrecht.textarea.padding-block-start} + {utrecht.textarea.padding-block-end}",
"type": "sizing",
"description": "4 * lineheight "
}
},
"8-rows": {
"block-size": {
"value": "8 * {lux.line-height.body.default}",
"value": "8 * {utrecht.textarea.line-height}",
"type": "sizing",
"description": "4 * lineheight "
},
"block-size-2": {
"value": "8 * {utrecht.textarea.line-height} + {utrecht.textarea.padding-block-start} + {utrecht.textarea.padding-block-end}",
"type": "sizing",
"description": "4 * lineheight "
}
Expand Down

0 comments on commit 862880d

Please sign in to comment.