Skip to content

Commit

Permalink
feat: add additional tokens for skip-link component
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylauwers committed Dec 19, 2024
1 parent a926035 commit 11986d4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -6252,6 +6252,14 @@
"$type": "color",
"$value": "{voorbeeld.document.inverse.color}"
},
"font-size": {
"$type": "fontSizes",
"$value": "{utrecht.document.font-size}"
},
"line-height": {
"$type": "lineHeights",
"$value": "{utrecht.document.line-height}"
},
"padding-block": {
"$type": "spacing",
"$value": "{voorbeeld.space.block.snail}"
Expand All @@ -6268,9 +6276,13 @@
"$type": "sizing",
"$value": "{utrecht.pointer-target.min-size}"
},
"text-decoration": {
"$type": "textDecoration",
"$value": "underline"
"text-decoration-thickness": {
"$type": "other",
"$value": "auto"
},
"text-underline-offset": {
"$type": "other",
"$value": "auto"
},
"focus-visible": {
"background-color": {
Expand All @@ -6280,10 +6292,6 @@
"color": {
"$type": "color",
"$value": "{utrecht.focus.color}"
},
"text-decoration": {
"$type": "textDecoration",
"$value": "None"
}
}
}
Expand Down

0 comments on commit 11986d4

Please sign in to comment.