@wistia/vhs-design-tokens 2.1.0-beta.97261698.5961620 → 2.1.0-beta.dfb14f0b.9913da5

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:52:32 GMT
3
+ * Generated on Thu, 16 May 2024 20:18:33 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:52:32 GMT
3
+ * Generated on Thu, 16 May 2024 20:18:34 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:52:32 GMT
3
+ * Generated on Thu, 16 May 2024 20:18:34 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:52:32 GMT
3
+ // Generated on Thu, 16 May 2024 20:18:33 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.97261698.5961620",
3
+ "version": "2.1.0-beta.dfb14f0b.9913da5",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -22,20 +22,6 @@
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": "^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
25
  "author": "Wistia Engineering",
40
26
  "license": "UNLICENSED",
41
27
  "repository": {
@@ -46,5 +32,19 @@
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.0.2"
35
+ "packageManager": "yarn@4.1.1",
36
+ "dependencies": {
37
+ "@commitlint/cli": "^19.3.0",
38
+ "@commitlint/config-conventional": "^19.2.2",
39
+ "@karibash/pixel-units": "^2.3.0",
40
+ "@wistia/eslint-config": "^0.32.3",
41
+ "husky": "^9.0.11",
42
+ "js-yaml": "^4.1.0",
43
+ "onchange": "^7.1.0",
44
+ "style-dictionary": "^3.9.2"
45
+ },
46
+ "devDependencies": {
47
+ "eslint": "^8.57.0",
48
+ "prettier": "^2.8.8"
49
+ }
50
50
  }