@wistia/vhs-design-tokens 2.1.1-beta.92bc24f3.f25f7cf → 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 19:22:50 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 19:22:51 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 19:22:51 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 19:22:50 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/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.1-beta.92bc24f3.f25f7cf",
3
+ "version": "2.1.1-beta.b68b1773.4ebbfc2",
4
4
  "description": "VHS design tokens",
5
- "main": "index.js",
5
+ "main": "index.cjs",
6
6
  "type": "commonjs",
7
7
  "exports": {
8
8
  "./package.json": "./package.json",
9
- ".": "./index.js",
10
- "./colorMetadata": "./dist/js/colorMetadata.js"
9
+ ".": "./index.cjs",
10
+ "./colorMetadata": "./dist/js/colorMetadata.cjs"
11
11
  },
12
- "types": "index.d.ts",
12
+ "types": "index.d.cts",
13
13
  "files": [
14
- "index.js",
15
- "index.d.ts",
14
+ "index.cjs",
15
+ "index.d.cts",
16
16
  "dist/"
17
17
  ],
18
18
  "scripts": {
File without changes
File without changes