@wistia/vhs-design-tokens 2.1.0-beta.95a4771c.3ffd1cb → 2.1.0-beta.b65ac5bb.5227bda

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 Tue, 02 Apr 2024 10:54:52 GMT
3
+ * Generated on Tue, 09 Jul 2024 10:08:25 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 02 Apr 2024 10:54:52 GMT
3
+ * Generated on Tue, 09 Jul 2024 10:08:25 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 02 Apr 2024 10:54:52 GMT
3
+ * Generated on Tue, 09 Jul 2024 10:08:25 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 02 Apr 2024 10:54:52 GMT
3
+ // Generated on Tue, 09 Jul 2024 10:08:25 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.0-beta.95a4771c.3ffd1cb",
3
+ "version": "2.1.0-beta.b65ac5bb.5227bda",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -18,24 +18,10 @@
18
18
  "build": "style-dictionary build --config ./config.cjs",
19
19
  "build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
20
20
  "clean": "style-dictionary clean --config ./config.cjs",
21
- "lint": "eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
21
+ "lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
22
22
  "outdated": "yarn upgrade-interactive",
23
23
  "prepare": "husky install && yarn run clean && yarn run build"
24
24
  },
25
- "dependencies": {
26
- "@karibash/pixel-units": "^2.3.0"
27
- },
28
- "devDependencies": {
29
- "@commitlint/cli": "^19.2.1",
30
- "@commitlint/config-conventional": "^19.1.0",
31
- "@wistia/eslint-config": "^0.32.2",
32
- "eslint": "^8.57.0",
33
- "husky": "^9.0.11",
34
- "js-yaml": "^4.1.0",
35
- "onchange": "^7.1.0",
36
- "prettier": "^2.8.8",
37
- "style-dictionary": "^3.9.2"
38
- },
39
25
  "author": "Wistia Engineering",
40
26
  "license": "UNLICENSED",
41
27
  "repository": {
@@ -46,5 +32,21 @@
46
32
  "url": "https://github.com/wistia/vhs-design-tokens/issues"
47
33
  },
48
34
  "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
49
- "packageManager": "yarn@4.1.1"
35
+ "packageManager": "yarn@4.3.1",
36
+ "dependencies": {
37
+ "@karibash/pixel-units": "^2.3.0"
38
+ },
39
+ "devDependencies": {
40
+ "@commitlint/cli": "^19.3.0",
41
+ "@commitlint/config-conventional": "^19.2.2",
42
+ "@wistia/eslint-config": "^0.34.0",
43
+ "husky": "^9.0.11",
44
+ "js-yaml": "^4.1.0",
45
+ "onchange": "^7.1.0",
46
+ "prettier": "^2.8.8",
47
+ "style-dictionary": "^3.9.2"
48
+ },
49
+ "resolutions": {
50
+ "postcss": ">=8.4.38"
51
+ }
50
52
  }