figma-tokens-flattener 1.0.6 → 1.0.7
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,6 +55,6 @@ And run with:
|
|
|
55
55
|
|
|
56
56
|
After running the command, the following files will be created in the target directory:
|
|
57
57
|
|
|
58
|
-
light
|
|
58
|
+
light.json - tokens for light theme
|
|
59
59
|
|
|
60
|
-
dark
|
|
60
|
+
dark.json - tokens for dark theme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "figma-tokens-flattener",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A tool for transforming Ant Design tokens from Tokens Studio for Figma (Single file) into flat style mappings for light and dark themes.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|