Skip to content

Commit

Permalink
fix: changed figma support value for roos components (#2509)
Browse files Browse the repository at this point in the history
@Rozerinay added new components to Figma. So Figma support for
corresponding component tokens is now 'true'.

Changed value for Figma support metadata:
- Code block
- Code
- Color sample
- Drawer
- Pre heading

---------

Co-authored-by: Robbert <[email protected]>
  • Loading branch information
jeffreylauwers and Robbert authored Sep 21, 2024
1 parent d9a5161 commit e0d6ca6
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 41 deletions.
15 changes: 15 additions & 0 deletions .changeset/aap-noot-mies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@utrecht/code-block-css": patch
"@utrecht/code-css": patch
"@utrecht/color-sample-css": patch
"@utrecht/drawer-css": patch
"@utrecht/pre-heading-css": patch
---

Changed value for Figma support metadata:

- Code block
- Code
- Color sample
- Drawer
- Pre heading
18 changes: 9 additions & 9 deletions components/code-block/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -17,7 +17,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -27,7 +27,7 @@
"syntax": "*",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontFamilies"
},
Expand All @@ -37,7 +37,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontSizes"
},
Expand All @@ -47,7 +47,7 @@
"syntax": ["<length>", "<number>"],
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "lineHeights"
},
Expand Down Expand Up @@ -97,7 +97,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -107,7 +107,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -117,7 +117,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -127,7 +127,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
}
Expand Down
10 changes: 5 additions & 5 deletions components/code/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -17,7 +17,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -27,7 +27,7 @@
"syntax": "*",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontFamilies"
},
Expand All @@ -37,7 +37,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontSizes"
},
Expand All @@ -47,7 +47,7 @@
"syntax": ["<length>", "<number>"],
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "lineHeights"
}
Expand Down
16 changes: 8 additions & 8 deletions components/color-sample/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -17,7 +17,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "borderWidth"
},
Expand All @@ -27,7 +27,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -37,7 +37,7 @@
"syntax": "<length-percentage>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "borderRadius"
},
Expand All @@ -47,7 +47,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
},
Expand All @@ -57,7 +57,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
},
Expand All @@ -68,7 +68,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
}
Expand All @@ -80,7 +80,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
}
Expand Down
28 changes: 14 additions & 14 deletions components/drawer/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -17,7 +17,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -27,7 +27,7 @@
"syntax": "<length-percentage>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "borderRadius"
},
Expand All @@ -37,7 +37,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "borderWidth"
},
Expand All @@ -47,7 +47,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -57,7 +57,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
},
Expand All @@ -67,7 +67,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
},
Expand All @@ -77,7 +77,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
},
Expand All @@ -87,7 +87,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
},
Expand All @@ -97,7 +97,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -107,7 +107,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -117,7 +117,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -127,7 +127,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "spacing"
},
Expand All @@ -148,7 +148,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "sizing"
}
Expand Down
10 changes: 5 additions & 5 deletions components/pre-heading/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"inherits": true
},
"nl.nldesignsystem.fallback": ["utrecht.document.color"],
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -19,7 +19,7 @@
"inherits": true
},
"nl.nldesignsystem.fallback": ["utrecht.document.font-family"],
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontFamilies"
},
Expand All @@ -29,7 +29,7 @@
"syntax": "<length>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontSizes"
},
Expand All @@ -39,7 +39,7 @@
"syntax": "<number>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "fontWeights"
},
Expand All @@ -49,7 +49,7 @@
"syntax": "<length-percentage>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "lineHeights"
},
Expand Down

0 comments on commit e0d6ca6

Please sign in to comment.