tokens-bruecke 2.16.3 → 2.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,7 +171,7 @@ Is `off` by default. When enabled, opacity values will be exported as percentage
|
|
|
171
171
|
|
|
172
172
|
### Use DTCG keys format
|
|
173
173
|
|
|
174
|
-
Is `
|
|
174
|
+
Is `on` by default. All DTCG keys are prefixed with `$` symbol. Currently many design tokens tools support [DTCG keys format](https://design-tokens.github.io/community-group/format/#character-restrictions).
|
|
175
175
|
|
|
176
176
|
```json
|
|
177
177
|
// Without DTCG keys format
|
|
@@ -365,7 +365,7 @@ You can use a JSON configuration file to specify the export options for the CLI.
|
|
|
365
365
|
"colors": { "isIncluded": false, "customName": "colors" }
|
|
366
366
|
},
|
|
367
367
|
"includeScopes": true,
|
|
368
|
-
"useDTCGKeys":
|
|
368
|
+
"useDTCGKeys": true,
|
|
369
369
|
"includeValueStringKeyToAlias": true,
|
|
370
370
|
"includeFigmaMetaData": false, // Include Figma metadata like styleId, variableId, etc.
|
|
371
371
|
"usePercentageOpacity": false, // Export opacity as percentage (10%) instead of decimal (0.1)
|