@wistia/vhs-design-tokens 3.0.1 → 3.0.2-beta.0d34b656.aa13942

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, 03 Dec 2025 18:19:52 GMT
3
+ * Generated on Thu, 22 Jan 2026 18:20:23 GMT
4
4
  */
5
5
 
6
6
  export const colorMetadata = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 03 Dec 2025 18:19:52 GMT
3
+ * Generated on Thu, 22 Jan 2026 18:20:22 GMT
4
4
  */
5
5
 
6
6
  export const designTokens = {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-beta.0d34b656.aa13942",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
- "main": "dist/index.js",
6
+ "main": "./dist/index.js",
7
7
  "exports": {
8
8
  "./package.json": "./package.json",
9
9
  ".": "./dist/index.js",
@@ -18,15 +18,17 @@
18
18
  "clean": "style-dictionary clean --config ./config.mjs",
19
19
  "depcheck": "depcheck",
20
20
  "prepack": "yarn run build",
21
- "publint": "publint-check"
21
+ "publint": "publint-check",
22
+ "publint:export": "check-export-map"
22
23
  },
23
24
  "devDependencies": {
24
25
  "@repo/config": "workspace:*",
26
+ "check-export-map": "^1.3.1",
25
27
  "depcheck": "^1.4.7",
26
28
  "js-yaml": "^4.1.1",
27
- "prettier": "^3.7.4",
29
+ "prettier": "^3.8.1",
28
30
  "signale": "^1.4.0",
29
- "style-dictionary": "^5.1.1"
31
+ "style-dictionary": "^5.2.0"
30
32
  },
31
33
  "engines": {
32
34
  "node": ">=22.16.0 || >=24.0.0"