@wistia/vhs-design-tokens 2.1.0 → 2.1.1-beta.92bc24f3.f25f7cf

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Mar 2024 15:55:52 GMT
3
+ * Generated on Wed, 10 Jul 2024 19:22:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Mar 2024 15:55:52 GMT
3
+ * Generated on Wed, 10 Jul 2024 19:22:51 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Mar 2024 15:55:52 GMT
3
+ * Generated on Wed, 10 Jul 2024 19:22:51 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 06 Mar 2024 15:55:52 GMT
3
+ // Generated on Wed, 10 Jul 2024 19:22:50 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-beta.92bc24f3.f25f7cf",
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,23 +19,11 @@
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
+ "compare": "node ./compare.cjs",
23
+ "lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
22
24
  "outdated": "yarn upgrade-interactive",
23
- "prepare": "husky install && yarn run clean && yarn run build"
24
- },
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"
25
+ "prepare": "husky install && yarn run clean && yarn run build",
26
+ "publint": "node ./scripts/publint.mjs"
38
27
  },
39
28
  "author": "Wistia Engineering",
40
29
  "license": "UNLICENSED",
@@ -46,5 +35,25 @@
46
35
  "url": "https://github.com/wistia/vhs-design-tokens/issues"
47
36
  },
48
37
  "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
49
- "packageManager": "yarn@4.0.2"
38
+ "packageManager": "yarn@4.3.1",
39
+ "dependencies": {
40
+ "@karibash/pixel-units": "^2.3.0"
41
+ },
42
+ "devDependencies": {
43
+ "@commitlint/cli": "^19.3.0",
44
+ "@commitlint/config-conventional": "^19.2.2",
45
+ "@wistia/eslint-config": "^0.34.0",
46
+ "deasync": "^0.1.30",
47
+ "husky": "^9.0.11",
48
+ "js-yaml": "^4.1.0",
49
+ "node-gyp": "^10.1.0",
50
+ "onchange": "^7.1.0",
51
+ "prettier": "^3.3.2",
52
+ "publint": "^0.2.8",
53
+ "style-dictionary": "^3.9.2",
54
+ "vm": "^0.1.0"
55
+ },
56
+ "resolutions": {
57
+ "postcss": ">=8.4.38"
58
+ }
50
59
  }