@wix/design-system-tokens
Advanced tools
Comparing version 1.25.0 to 1.26.0
{ | ||
"name": "@wix/design-system-tokens", | ||
"version": "1.25.0", | ||
"version": "1.26.0", | ||
"packageManager": "yarn@3.5.0", | ||
@@ -36,3 +36,3 @@ "author": "augustinasv@wix.com", | ||
}, | ||
"falconPackageHash": "224a1588822fd875108de8f2fdd14567ab39c469ff96e3ee7babb3ee" | ||
"falconPackageHash": "47dd3a9e13368fce73b60e79ee598e7b8e390862b7c45a2bfa721665" | ||
} |
# Wix Design System Tokens | ||
This package contains: | ||
@@ -7,2 +8,4 @@ 1. JSON files containing WDS token definitions. | ||
If you're looking to contribute, refer to [Add Tokens Guide](./docs/ADD_TOKENS_GUIDE.md). | ||
## How it works | ||
@@ -63,1 +66,3 @@ Source files which are used to generate style-dictionary output are stored in `src/tokens` directory in JSON format. These files are processed by style-dictionary, which transforms data into a specific structure & format and outputs files to root `tokens` directory. | ||
Only applies to tokens which have attribute `"type": "float"`. Adds `px` unit to token values. | ||
627609
67