@wistia/vhs-design-tokens 2.1.0-beta.c818ad67.932ee52 → 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 Tue, 26 Mar 2024 00:06:28 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 Tue, 26 Mar 2024 00:06:28 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 Tue, 26 Mar 2024 00:06:28 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 Tue, 26 Mar 2024 00:06:28 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.c818ad67.932ee52",
3
+ "version": "2.1.0-beta.fe04a97f.6d87089",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -22,13 +22,24 @@
22
22
  "outdated": "yarn upgrade-interactive",
23
23
  "prepare": "husky install && yarn run clean && yarn run build"
24
24
  },
25
+ "author": "Wistia Engineering",
26
+ "license": "UNLICENSED",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/wistia/vhs-design-tokens.git"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/wistia/vhs-design-tokens/issues"
33
+ },
34
+ "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
35
+ "packageManager": "yarn@4.3.1",
25
36
  "dependencies": {
26
37
  "@karibash/pixel-units": "^2.3.0"
27
38
  },
28
39
  "devDependencies": {
29
- "@commitlint/cli": "^19.2.1",
30
- "@commitlint/config-conventional": "^19.1.0",
31
- "@wistia/eslint-config": "^0.32.2",
40
+ "@commitlint/cli": "^19.3.0",
41
+ "@commitlint/config-conventional": "^19.2.2",
42
+ "@wistia/eslint-config": "^0.34.0",
32
43
  "eslint": "^8.57.0",
33
44
  "husky": "^9.0.11",
34
45
  "js-yaml": "^4.1.0",
@@ -36,15 +47,7 @@
36
47
  "prettier": "^2.8.8",
37
48
  "style-dictionary": "^3.9.2"
38
49
  },
39
- "author": "Wistia Engineering",
40
- "license": "UNLICENSED",
41
- "repository": {
42
- "type": "git",
43
- "url": "git+https://github.com/wistia/vhs-design-tokens.git"
44
- },
45
- "bugs": {
46
- "url": "https://github.com/wistia/vhs-design-tokens/issues"
47
- },
48
- "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
49
- "packageManager": "yarn@4.1.1"
50
+ "resolutions": {
51
+ "postcss": ">=8.4.38"
52
+ }
50
53
  }