diff --git a/components/alternate-lang-nav/src/tokens.json b/components/alternate-lang-nav/src/tokens.json new file mode 100644 index 00000000000..928f19de494 --- /dev/null +++ b/components/alternate-lang-nav/src/tokens.json @@ -0,0 +1,5 @@ +{ + "utrecht": { + "alternate-lang-nav": {} + } +} diff --git a/components/body/src/tokens.json b/components/body/src/tokens.json new file mode 100644 index 00000000000..44314688a91 --- /dev/null +++ b/components/body/src/tokens.json @@ -0,0 +1,46 @@ +{ + "utrecht": { + "body": { + "font-family": { + "$extensions": { + "nl.nldesignsystem.css.property": { + "syntax": "*", + "inherits": true + }, + "nl.nldesignsystem.figma.supports-token": true + }, + "type": "fontFamilies" + }, + "font-size": { + "$extensions": { + "nl.nldesignsystem.css.property": { + "syntax": "", + "inherits": true + }, + "nl.nldesignsystem.figma.supports-token": true + }, + "type": "fontSizes" + }, + "font-weight": { + "$extensions": { + "nl.nldesignsystem.css.property": { + "syntax": "", + "inherits": true + }, + "nl.nldesignsystem.figma.supports-token": true + }, + "type": "fontWeights" + }, + "line-height": { + "$extensions": { + "nl.nldesignsystem.css.property": { + "syntax": ["", ""], + "inherits": true + }, + "nl.nldesignsystem.figma.supports-token": true + }, + "type": "lineHeights" + } + } + } +} diff --git a/components/combobox/src/tokens.json b/components/combobox/src/tokens.json new file mode 100644 index 00000000000..7ecd190217f --- /dev/null +++ b/components/combobox/src/tokens.json @@ -0,0 +1,18 @@ +{ + "utrecht": { + "combobox": { + "popover": { + "z-index": { + "$extensions": { + "nl.nldesignsystem.css.property": { + "syntax": "", + "inherits": true + }, + "nl.nldesignsystem.figma.supports-token": false + }, + "type": "other" + } + } + } + } +} diff --git a/components/html-content/src/tokens.json b/components/html-content/src/tokens.json new file mode 100644 index 00000000000..c14f546be56 --- /dev/null +++ b/components/html-content/src/tokens.json @@ -0,0 +1,5 @@ +{ + "utrecht": { + "html-content": {} + } +} diff --git a/components/page-layout/src/tokens.json b/components/page-layout/src/tokens.json new file mode 100644 index 00000000000..872e0525dfe --- /dev/null +++ b/components/page-layout/src/tokens.json @@ -0,0 +1,5 @@ +{ + "utrecht": { + "page-layout": {} + } +}