Skip to content

Commit

Permalink
feat: add new rich text spacing tokens (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Honders <[email protected]>
  • Loading branch information
Rozerinay and veslav3 authored Oct 7, 2024
1 parent d885fe0 commit 87c12e2
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions proprietary/design-tokens/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,42 @@
}
}
},
"utrecht/rich-text": {
"utrecht": {
"rich-text": {
"stranger": {
"margin-block-end": {
"value": "{rhc.space.400}",
"type": "spacing"
}
},
"acquaintance": {
"margin-block-end": {
"value": "{rhc.space.200}",
"type": "spacing"
}
},
"friend": {
"margin-block-end": {
"value": "{rhc.space.100}",
"type": "spacing"
}
},
"best-friend": {
"margin-block-end": {
"value": "{rhc.space.50}",
"type": "spacing"
}
},
"confidant": {
"margin-block-end": {
"value": "{rhc.space.0}",
"type": "spacing"
}
}
}
}
},
"utrecht/document": {
"utrecht": {
"document": {
Expand Down Expand Up @@ -6112,6 +6148,7 @@
"common/keep",
"utrecht/focus",
"utrecht/pointer-target",
"utrecht/rich-text",
"utrecht/document",
"components/accordion",
"components/alert",
Expand Down

0 comments on commit 87c12e2

Please sign in to comment.