@wistia/vhs-design-tokens 2.1.1-beta.34d84fa7.437a86a → 2.1.1-beta.b68b1773.4ebbfc2

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, 10 Jul 2024 20:56:21 GMT
3
+ * Generated on Wed, 10 Jul 2024 20:44:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 10 Jul 2024 20:56:21 GMT
3
+ * Generated on Wed, 10 Jul 2024 20:44:59 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, 10 Jul 2024 20:56:21 GMT
3
+ * Generated on Wed, 10 Jul 2024 20:44:59 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, 10 Jul 2024 20:56:21 GMT
3
+ // Generated on Wed, 10 Jul 2024 20:44:59 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
1
  // using CJS modules allows us to skip transpilation
2
- const designTokens = require('./dist/js/designTokens.cjs');
2
+ const designTokens = require('./dist/js/designTokens');
3
3
 
4
4
  module.exports = { designTokens };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.1-beta.34d84fa7.437a86a",
3
+ "version": "2.1.1-beta.b68b1773.4ebbfc2",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.cjs",
6
6
  "type": "commonjs",