@wistia/vhs-design-tokens 2.1.4-beta.c4112496.f722ff7 → 2.1.4-beta.fb11d010.8d9f17a

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.
package/dist/index.cjs CHANGED
@@ -1,3 +1,5 @@
1
1
  const designTokens = require('./js/designTokens.cjs'); // eslint-disable-line import/no-unresolved
2
2
 
3
3
  module.exports = { designTokens };
4
+
5
+ // TEMP: force CI builds
package/dist/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
1
  import { designTokens } from './js/designTokens.mjs'; // eslint-disable-line import/no-unresolved
2
2
 
3
3
  export { designTokens };
4
+
5
+ // TEMP: force CI builds
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 May 2025 10:45:38 GMT
3
+ * Generated on Tue, 27 May 2025 12:49:31 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 May 2025 10:45:38 GMT
3
+ * Generated on Tue, 27 May 2025 12:49:31 GMT
4
4
  */
5
5
 
6
6
  export const designTokens = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.4-beta.c4112496.f722ff7",
3
+ "version": "2.1.4-beta.fb11d010.8d9f17a",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",