@wistia/vhs-design-tokens 2.1.0-beta.97261698.5961620 → 2.1.0-beta.b6b4eae2.14ef703
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/dist/js/colorMetadata.js
CHANGED
package/dist/js/designTokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs-design-tokens",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.b6b4eae2.14ef703",
|
|
4
4
|
"description": "VHS design tokens",
|
|
5
5
|
"main": "index.js",
|
|
6
|
+
"type": "commonjs",
|
|
6
7
|
"exports": {
|
|
7
8
|
"./package.json": "./package.json",
|
|
8
9
|
".": "./index.js",
|
|
@@ -18,24 +19,10 @@
|
|
|
18
19
|
"build": "style-dictionary build --config ./config.cjs",
|
|
19
20
|
"build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
|
|
20
21
|
"clean": "style-dictionary clean --config ./config.cjs",
|
|
21
|
-
"lint": "eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
|
|
22
|
+
"lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
|
|
22
23
|
"outdated": "yarn upgrade-interactive",
|
|
23
24
|
"prepare": "husky install && yarn run clean && yarn run build"
|
|
24
25
|
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@karibash/pixel-units": "^2.3.0"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@commitlint/cli": "^18.6.0",
|
|
30
|
-
"@commitlint/config-conventional": "^18.6.0",
|
|
31
|
-
"@wistia/eslint-config": "^0.30.0",
|
|
32
|
-
"eslint": "^8.56.0",
|
|
33
|
-
"husky": "^9.0.10",
|
|
34
|
-
"js-yaml": "^4.1.0",
|
|
35
|
-
"onchange": "^7.1.0",
|
|
36
|
-
"prettier": "^2.8.8",
|
|
37
|
-
"style-dictionary": "^3.9.2"
|
|
38
|
-
},
|
|
39
26
|
"author": "Wistia Engineering",
|
|
40
27
|
"license": "UNLICENSED",
|
|
41
28
|
"repository": {
|
|
@@ -46,5 +33,23 @@
|
|
|
46
33
|
"url": "https://github.com/wistia/vhs-design-tokens/issues"
|
|
47
34
|
},
|
|
48
35
|
"homepage": "https://github.com/wistia/vhs-design-tokens#readme",
|
|
49
|
-
"packageManager": "yarn@4.
|
|
36
|
+
"packageManager": "yarn@4.3.1",
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@karibash/pixel-units": "^2.3.0"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@commitlint/cli": "^19.3.0",
|
|
42
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
43
|
+
"@wistia/eslint-config": "^0.34.0",
|
|
44
|
+
"deasync": "^0.1.30",
|
|
45
|
+
"husky": "^9.0.11",
|
|
46
|
+
"js-yaml": "^4.1.0",
|
|
47
|
+
"node-gyp": "^10.1.0",
|
|
48
|
+
"onchange": "^7.1.0",
|
|
49
|
+
"prettier": "^3.3.2",
|
|
50
|
+
"style-dictionary": "^3.9.2"
|
|
51
|
+
},
|
|
52
|
+
"resolutions": {
|
|
53
|
+
"postcss": ">=8.4.38"
|
|
54
|
+
}
|
|
50
55
|
}
|