@wistia/vhs-design-tokens 1.4.2-beta.e1980659.989690a → 1.4.2-beta.fde67caa.a58bc93

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 Fri, 15 Dec 2023 22:21:20 GMT
3
+ * Generated on Fri, 15 Dec 2023 22:42:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 15 Dec 2023 22:21:20 GMT
3
+ * Generated on Fri, 15 Dec 2023 22:42:57 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 15 Dec 2023 22:21:20 GMT
3
+ * Generated on Fri, 15 Dec 2023 22:42:57 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 Dec 2023 22:21:20 GMT
3
+ // Generated on Fri, 15 Dec 2023 22:42:57 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // using CJS modules allows us to skip transpilation
2
+ const designTokens = require('./dist/js/designTokens');
3
+
4
+ module.exports = { designTokens };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "1.4.2-beta.e1980659.989690a",
3
+ "version": "1.4.2-beta.fde67caa.a58bc93",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {