Skip to content

Commit

Permalink
feat: pass options to fileheaders and filters, add unfilteredAllTokens (
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed May 17, 2024
1 parent 1a749ee commit 0972b26
Show file tree
Hide file tree
Showing 18 changed files with 995 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-mice-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'style-dictionary': patch
---

Pass SD options to fileheaders and filters, to make it easier to use and adjust according to config or options like usesDTCG.
5 changes: 5 additions & 0 deletions .changeset/ten-numbers-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'style-dictionary': patch
---

Add unfilteredAllTokens property in dictionary object for formats, which is an unfiltered version of allTokens property, or a flattened version of the unfilteredTokens property.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"rules": {
"no-unused-vars": 1,
"no-console": ["error", { "allow": ["warn", "error"] }],
"mocha/no-skipped-tests": "warn",
"mocha/no-exclusive-tests": "error",
"no-var": "error"
},
Expand Down

0 comments on commit 0972b26

Please sign in to comment.