diff --git a/packages/start-design-tokens/figma/start.tokens.json b/packages/start-design-tokens/figma/start.tokens.json index e241b51f8..bf844f2fb 100644 --- a/packages/start-design-tokens/figma/start.tokens.json +++ b/packages/start-design-tokens/figma/start.tokens.json @@ -12986,7 +12986,49 @@ } } }, - "components/unordered-list": { + "components/unordered-list/nl": { + "nl": { + "unordered-list": { + "font-family": { + "$type": "fontFamilies", + "$value": "{basis.text.font-family.default}" + }, + "font-size": { + "$type": "fontSizes", + "$value": "{basis.text.font-size.md}" + }, + "line-height": { + "$type": "lineHeights", + "$value": "{basis.text.line-height.md}" + }, + "padding-inline-start": { + "$type": "dimension", + "$value": "{basis.space.inline.xl}" + }, + "item": { + "margin-block-end": { + "$type": "dimension", + "$value": "{basis.space.block.sm}" + }, + "margin-block-start": { + "$type": "dimension", + "$value": "{basis.space.block.sm}" + }, + "padding-inline-start": { + "$type": "dimension", + "$value": "{basis.space.inline.md}" + } + }, + "marker": { + "color": { + "$type": "color", + "$value": "{basis.color.default.color-document}" + } + } + } + } + }, + "components/unordered-list/utrecht": { "utrecht": { "unordered-list": { "font-size": { @@ -15370,7 +15412,8 @@ "components/text-area", "components/text-input", "components/toolbar-button", - "components/unordered-list", + "components/unordered-list/nl", + "components/unordered-list/utrecht", "components/root", "components/body", "components/page-header/amsterdam",