@wistia/vhs-design-tokens 2.1.0-beta.dfb14f0b.9913da5 → 2.1.0-beta.fe04a97f.6d87089

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 Thu, 16 May 2024 20:18:33 GMT
3
+ * Generated on Sun, 07 Jul 2024 13:48:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 May 2024 20:18:34 GMT
3
+ * Generated on Sun, 07 Jul 2024 13:48:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 May 2024 20:18:34 GMT
3
+ * Generated on Sun, 07 Jul 2024 13:48:46 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 16 May 2024 20:18:33 GMT
3
+ // Generated on Sun, 07 Jul 2024 13:48:46 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.dfb14f0b.9913da5",
3
+ "version": "2.1.0-beta.fe04a97f.6d87089",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -32,19 +32,22 @@
32
32
  "url": "https://github.com/wistia/vhs-design-tokens/issues"
33
33
  },
34
34
  "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
35
- "packageManager": "yarn@4.1.1",
35
+ "packageManager": "yarn@4.3.1",
36
36
  "dependencies": {
37
+ "@karibash/pixel-units": "^2.3.0"
38
+ },
39
+ "devDependencies": {
37
40
  "@commitlint/cli": "^19.3.0",
38
41
  "@commitlint/config-conventional": "^19.2.2",
39
- "@karibash/pixel-units": "^2.3.0",
40
- "@wistia/eslint-config": "^0.32.3",
42
+ "@wistia/eslint-config": "^0.34.0",
43
+ "eslint": "^8.57.0",
41
44
  "husky": "^9.0.11",
42
45
  "js-yaml": "^4.1.0",
43
46
  "onchange": "^7.1.0",
47
+ "prettier": "^2.8.8",
44
48
  "style-dictionary": "^3.9.2"
45
49
  },
46
- "devDependencies": {
47
- "eslint": "^8.57.0",
48
- "prettier": "^2.8.8"
50
+ "resolutions": {
51
+ "postcss": ">=8.4.38"
49
52
  }
50
53
  }