Skip to content

Commit

Permalink
ontbrekende spacing tokens toegevoegd (#531)
Browse files Browse the repository at this point in the history
De volgende tokens toegevoegd die ontbraken aan de Ordered en Unordered
list:
 
```
  /* --utrecht-ordered-list-margin-block-start: <length>; */
  /* --utrecht-ordered-list-margin-block-end: <length>; */
  /* --utrecht-ordered-list-item-padding-inline-start: <length>; */
```
  • Loading branch information
Rozerinay authored and Mees Work committed Aug 14, 2024
1 parent 84aa4ec commit ae4b892
Showing 1 changed file with 64 additions and 19 deletions.
83 changes: 64 additions & 19 deletions proprietary/design-tokens/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,11 +805,26 @@
}
},
"utrecht/document": {
"background-color": { "value": "{rhc.color.wit}" },
"color": { "value": "{rhc.color.zwart}" },
"font-family": { "value": "{rhc.font-family.primary}" },
"font-size": { "value": "{rhc.font-size.md}" },
"line-height": { "value": "1.4" }
"background-color": {
"value": "{rhc.color.wit}",
"type": "other"
},
"color": {
"value": "{rhc.color.zwart}",
"type": "other"
},
"font-family": {
"value": "{rhc.font-family.primary}",
"type": "other"
},
"font-size": {
"value": "{rhc.font-size.md}",
"type": "other"
},
"line-height": {
"value": "1.4",
"type": "other"
}
}
},
"brand/size": {
Expand Down Expand Up @@ -1000,8 +1015,14 @@
}
},
"utrecht/document": {
"background-color": { "value": "{rhc.color.wit}" },
"color": { "value": "{rhc.color.zwart}" }
"background-color": {
"value": "{rhc.color.wit}",
"type": "other"
},
"color": {
"value": "{rhc.color.zwart}",
"type": "other"
}
}
},
"common/size": {
Expand Down Expand Up @@ -3362,6 +3383,28 @@
"value": "{rhc.space.300}",
"type": "spacing"
},
"margin-block-end": {
"value": "{rhc.space.50}",
"type": "spacing"
},
"margin-block-start": {
"value": "{rhc.space.50}",
"type": "spacing"
},
"item": {
"padding-inline-start": {
"value": "{rhc.space.0}",
"type": "spacing"
},
"margin-block-end": {
"value": "{rhc.space.0}",
"type": "spacing"
},
"margin-block-start": {
"value": "{rhc.space.0}",
"type": "spacing"
}
},
"color": {
"value": "{rhc.color.foreground.lint}",
"type": "color"
Expand All @@ -3381,16 +3424,6 @@
"line-height": {
"value": "{rhc.line-height.paragraph}",
"type": "lineHeights"
},
"item": {
"margin-block-end": {
"value": "{rhc.space.50}",
"type": "spacing"
},
"margin-block-start": {
"value": "{rhc.space.50}",
"type": "spacing"
}
}
}
}
Expand Down Expand Up @@ -5202,6 +5235,14 @@
"value": "{rhc.space.300}",
"type": "spacing"
},
"margin-block-end": {
"value": "{rhc.space.50}",
"type": "spacing"
},
"margin-block-start": {
"value": "{rhc.space.50}",
"type": "spacing"
},
"color": {
"value": "{rhc.color.foreground.lint}",
"type": "color"
Expand All @@ -5223,12 +5264,16 @@
"type": "lineHeights"
},
"item": {
"padding-inline-start": {
"value": "{rhc.space.0}",
"type": "spacing"
},
"margin-block-end": {
"value": "{rhc.space.50}",
"value": "{rhc.space.0}",
"type": "spacing"
},
"margin-block-start": {
"value": "{rhc.space.50}",
"value": "{rhc.space.0}",
"type": "spacing"
}
},
Expand Down

0 comments on commit ae4b892

Please sign in to comment.