@wistia/vhs-design-tokens 2.1.4-beta.1383981d.e6cccb0 → 2.1.4-beta.2a6f22bd.e2a9627

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.mjs CHANGED
@@ -1,5 +1,3 @@
1
1
  import { designTokens } from './js/designTokens.mjs'; // eslint-disable-line import/no-unresolved
2
2
 
3
3
  export { designTokens };
4
-
5
-
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 30 Jan 2025 00:16:59 GMT
3
+ * Generated on Wed, 12 Feb 2025 14:18:26 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, 30 Jan 2025 00:16:59 GMT
3
+ * Generated on Wed, 12 Feb 2025 14:18:26 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.1383981d.e6cccb0",
3
+ "version": "2.1.4-beta.2a6f22bd.e2a9627",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -46,9 +46,9 @@
46
46
  "@repo/config": "workspace:*",
47
47
  "depcheck": "^1.4.7",
48
48
  "js-yaml": "^4.1.0",
49
- "prettier": "^3.4.2",
49
+ "prettier": "^3.5.0",
50
50
  "signale": "^1.4.0",
51
- "style-dictionary": "^4.3.2"
51
+ "style-dictionary": "^4.3.3"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=18.0.0 || >=20.0.0"