@wix/design-system-tokens 1.25.0 → 1.26.0
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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# Wix Design System Tokens
|
|
2
|
+
|
|
2
3
|
This package contains:
|
|
3
4
|
1. JSON files containing WDS token definitions.
|
|
4
5
|
2. `style-dictionary` script to process these files and create required output.
|
|
5
6
|
3. output generated with `style-dictionary`.
|
|
6
7
|
|
|
8
|
+
If you're looking to contribute, refer to [Add Tokens Guide](./docs/ADD_TOKENS_GUIDE.md).
|
|
9
|
+
|
|
7
10
|
## How it works
|
|
8
11
|
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.
|
|
9
12
|
|
|
@@ -59,3 +62,5 @@ box-shadow: var(--wds-shadow-focus-warning);
|
|
|
59
62
|
|
|
60
63
|
### `size/px-custom`
|
|
61
64
|
Only applies to tokens which have attribute `"type": "float"`. Adds `px` unit to token values.
|
|
65
|
+
|
|
66
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/design-system-tokens",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"packageManager": "yarn@3.5.0",
|
|
5
5
|
"author": "augustinasv@wix.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "47dd3a9e13368fce73b60e79ee598e7b8e390862b7c45a2bfa721665"
|
|
37
37
|
}
|