Skip to content

Commit

Permalink
feat: add missing tokens.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 26, 2024
1 parent 9cab47b commit 53e646b
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/alternate-lang-nav/src/tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"utrecht": {
"alternate-lang-nav": {}
}
}
46 changes: 46 additions & 0 deletions components/body/src/tokens.json
Original file line number Diff line number Diff line change
@@ -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": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontSizes"
},
"font-weight": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<number>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontWeights"
},
"line-height": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": ["<length>", "<number>"],
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": true
},
"type": "lineHeights"
}
}
}
}
18 changes: 18 additions & 0 deletions components/combobox/src/tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"utrecht": {
"combobox": {
"popover": {
"z-index": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<number>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "other"
}
}
}
}
}
5 changes: 5 additions & 0 deletions components/html-content/src/tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"utrecht": {
"html-content": {}
}
}
5 changes: 5 additions & 0 deletions components/page-layout/src/tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"utrecht": {
"page-layout": {}
}
}

0 comments on commit 53e646b

Please sign in to comment.