Skip to content

Commit

Permalink
tokens toegevoegd voor de unordered list (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozerinay authored and Mees Work committed Aug 13, 2024
1 parent 3c59114 commit e9c1cf7
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions proprietary/design-tokens/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5198,49 +5198,49 @@
"components/unordered-list": {
"utrecht": {
"unordered-list": {
"padding-inline-start": {
"value": "{rhc.space.300}",
"type": "spacing"
},
"color": {
"value": "{utrecht.document.color}",
"value": "{rhc.color.foreground.lint}",
"type": "color"
},
"marker": {
"border-color": {
"value": "{utrecht.document.color}",
"type": "color"
},
"color": {
"value": "{utrecht.document.color}",
"type": "color"
}
},
"font-family": {
"value": "{utrecht.document.font-family}",
"value": "{rhc.font-family.primary}",
"type": "fontFamilies"
},
"font-size": {
"value": "{utrecht.document.font-size}",
"type": "fontSizes"
},
"font-weight": {
"value": "{utrecht.document.font-weight}",
"value": "{rhc.font-weight.regular}",
"type": "fontWeights"
},
"font-size": {
"value": "{rhc.font-size.paragraph.default}",
"type": "fontSizes"
},
"line-height": {
"value": "{utrecht.document.line-height}",
"value": "{rhc.line-height.paragraph}",
"type": "lineHeights"
},
"padding-inline-start": {
"value": "{voorbeeld.space.inline.rabbit}",
"type": "spacing"
},
"item": {
"margin-block-end": {
"value": "{voorbeeld.space.block.ant}",
"value": "{rhc.space.50}",
"type": "spacing"
},
"margin-block-start": {
"value": "{voorbeeld.space.block.ant}",
"value": "{rhc.space.50}",
"type": "spacing"
}
},
"marker": {
"color": {
"value": "{rhc.color.foreground.lint}",
"type": "color"
},
"border-color": {
"value": "{rhc.color.foreground.lint}",
"type": "color"
}
}
}
}
Expand Down Expand Up @@ -5303,4 +5303,4 @@
"components/unordered-list"
]
}
}
}

0 comments on commit e9c1cf7

Please sign in to comment.