@wistia/vhs-design-tokens 2.1.0-beta.731a268d.08bc97d → 2.1.0-beta.c818ad67.932ee52

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 Sat, 23 Mar 2024 12:55:17 GMT
3
+ * Generated on Tue, 26 Mar 2024 00:06:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 23 Mar 2024 12:55:17 GMT
3
+ * Generated on Tue, 26 Mar 2024 00:06:28 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 23 Mar 2024 12:55:17 GMT
3
+ * Generated on Tue, 26 Mar 2024 00:06:28 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sat, 23 Mar 2024 12:55:17 GMT
3
+ // Generated on Tue, 26 Mar 2024 00:06:28 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.731a268d.08bc97d",
3
+ "version": "2.1.0-beta.c818ad67.932ee52",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -26,8 +26,8 @@
26
26
  "@karibash/pixel-units": "^2.3.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@commitlint/cli": "^18.6.1",
30
- "@commitlint/config-conventional": "^18.6.3",
29
+ "@commitlint/cli": "^19.2.1",
30
+ "@commitlint/config-conventional": "^19.1.0",
31
31
  "@wistia/eslint-config": "^0.32.2",
32
32
  "eslint": "^8.57.0",
33
33
  "husky": "^9.0.11",
@@ -46,5 +46,5 @@
46
46
  "url": "https://github.com/wistia/vhs-design-tokens/issues"
47
47
  },
48
48
  "homepage": "https://github.com/wistia/vhs-design-tokens#readme",
49
- "packageManager": "yarn@4.0.2"
49
+ "packageManager": "yarn@4.1.1"
50
50
  }