Skip to content

Commit

Permalink
fix: remove design token metadata for tokens that are not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 4, 2024
1 parent 5eb631b commit 4c438e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 102 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-eagles-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@utrecht/map-control-button-css": patch
---

Remove design token metadata for map control button tokens that are not implemented.
102 changes: 0 additions & 102 deletions components/mapcontrolbutton/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,86 +101,6 @@
},
"type": "sizing"
},
"margin-block-start": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"margin-block-end": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"margin-inline-start": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"margin-inline-end": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"padding-block-start": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"padding-block-end": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"padding-inline-start": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"padding-inline-end": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "spacing"
},
"disabled": {
"background-color": {
"$extensions": {
Expand Down Expand Up @@ -258,28 +178,6 @@
},
"type": "spacing"
}
},
"primary-action": {
"background-color": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "color"
},
"color": {
"$extensions": {
"nl.nldesignsystem.css.property": {
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
},
"type": "color"
}
}
}
}
Expand Down

0 comments on commit 4c438e5

Please sign in to comment.