subbiahjcp-design-tokens 1.0.11 → 1.0.13
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/package.json +3 -2
- package/tokens-native.js +8 -0
- package/tokens-output.css +1 -1
- package/tokens-output.js +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "subbiahjcp-design-tokens",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Design tokens generated from Figma",
|
|
6
6
|
"main": "tokens-output.js",
|
|
7
7
|
"module": "tokens-output.js",
|
|
8
8
|
"files": [
|
|
9
9
|
"tokens-output.js",
|
|
10
|
-
"tokens-output.css"
|
|
10
|
+
"tokens-output.css",
|
|
11
|
+
"tokens-native.js"
|
|
11
12
|
],
|
|
12
13
|
"scripts": {
|
|
13
14
|
"build": "node scripts/build-tokens.js",
|
package/tokens-native.js
ADDED
package/tokens-output.css
CHANGED
package/tokens-output.js
CHANGED