Skip to content

Commit

Permalink
update, text-input eraf + v2 van block-size text area. De hoogte komt…
Browse files Browse the repository at this point in the history
… op de value en placeholder
  • Loading branch information
AlineNap committed Jan 8, 2025
1 parent 862880d commit cfc35f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
12 changes: 8 additions & 4 deletions proprietary/design-tokens/src/imported/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,8 @@
"selectedTokenSets": {
"NLdoc/default": "enabled"
},
"group": "NLdoc"
"group": "NLdoc",
"$figmaVariableReferences": {}
},
{
"id": "5a579e9a45428a1c218461931b7d72ff86cf798f",
Expand All @@ -997,7 +998,8 @@
"selectedTokenSets": {
"NLdoc/Rijksoverheid": "enabled"
},
"group": "NLdoc"
"group": "NLdoc",
"$figmaVariableReferences": {}
},
{
"id": "5252df7c6782827fd088a497c11f04326060cffe",
Expand All @@ -1006,7 +1008,8 @@
"selectedTokenSets": {
"NLdoc/Ridderkerk": "enabled"
},
"group": "NLdoc"
"group": "NLdoc",
"$figmaVariableReferences": {}
},
{
"id": "636f384651b16ba46aca2cc94d071476e0d716b2",
Expand All @@ -1015,7 +1018,8 @@
"selectedTokenSets": {
"NLdoc/Waterschap Hollandse Delta": "enabled"
},
"group": "NLdoc"
"group": "NLdoc",
"$figmaVariableReferences": {}
},
{
"id": "457e23ac6f8506672b0bcefbc480a7f3b6d30e2b",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,5 @@
}
}
}
},
"figma": {
"textbox": {
"block-size": {
"value": "{utrecht.textbox.line-height} + {utrecht.textbox.padding-block-start} + {utrecht.textbox.padding-block-end}",
"type": "sizing"
}
}
}
}
14 changes: 4 additions & 10 deletions proprietary/design-tokens/src/imported/nl/utrecht-textarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
"font-size": {
"value": "{lux.font-size.body.default}",
"type": "fontSizes"
},
"min-block-size": {
"value": "{lux.size.target}",
"type": "sizing"
}
}
},
Expand All @@ -158,23 +162,13 @@
"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 * {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 cfc35f4

Please sign in to comment.