diff --git a/proprietary/design-tokens/figma/figma.tokens.json b/proprietary/design-tokens/figma/figma.tokens.json index d50926af..32551497 100644 --- a/proprietary/design-tokens/figma/figma.tokens.json +++ b/proprietary/design-tokens/figma/figma.tokens.json @@ -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": { @@ -6112,6 +6148,7 @@ "common/keep", "utrecht/focus", "utrecht/pointer-target", + "utrecht/rich-text", "utrecht/document", "components/accordion", "components/alert",