@wistia/vhs-design-tokens 2.1.4-beta.529b313c.223e864 → 2.1.4-beta.657603fd.fe66503

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, 12 Feb 2025 14:16:56 GMT
3
+ * Generated on Sun, 29 Jun 2025 16:24:35 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -140,7 +140,7 @@ module.exports = {
140
140
  },
141
141
  font: {
142
142
  family: {
143
- default: 'Inter, Helvetica, Arial, sans-serif',
143
+ default: 'InterVariable, Helvetica, Arial, sans-serif',
144
144
  monospace: '"IBM Plex Mono", Consolas, Monaco, monospace',
145
145
  },
146
146
  weight: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Feb 2025 14:16:56 GMT
3
+ * Generated on Sun, 29 Jun 2025 16:24:35 GMT
4
4
  */
5
5
 
6
6
  export const designTokens = {
@@ -140,7 +140,7 @@ export const designTokens = {
140
140
  },
141
141
  font: {
142
142
  family: {
143
- default: 'Inter, Helvetica, Arial, sans-serif',
143
+ default: 'InterVariable, Helvetica, Arial, sans-serif',
144
144
  monospace: '"IBM Plex Mono", Consolas, Monaco, monospace',
145
145
  },
146
146
  weight: {
@@ -117,7 +117,7 @@ $easing-entrance-productive: cubic-bezier(0, 0, 0.38, 0.9);
117
117
  $easing-entrance-expressive: cubic-bezier(0, 0, 0.3, 1);
118
118
  $easing-exit-productive: cubic-bezier(0.2, 0, 1, 0.9);
119
119
  $easing-exit-expressive: cubic-bezier(0.4, 0.14, 1, 1);
120
- $font-family-default: Inter, Helvetica, Arial, sans-serif;
120
+ $font-family-default: InterVariable, Helvetica, Arial, sans-serif;
121
121
  $font-family-monospace: "IBM Plex Mono", Consolas, Monaco, monospace;
122
122
  $font-weight-thin: 100;
123
123
  $font-weight-extra-light: 200;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.4-beta.529b313c.223e864",
3
+ "version": "2.1.4-beta.657603fd.fe66503",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -34,8 +34,6 @@
34
34
  "build": "style-dictionary build --config ./config.mjs && node ./scripts/postBuild.mjs",
35
35
  "clean": "style-dictionary clean --config ./config.mjs",
36
36
  "depcheck": "depcheck",
37
- "lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext mjs .",
38
- "lint:debug": "node_modules/.bin/eslint --print-config ./packages/vhs/src/index.ts",
39
37
  "prepack": "yarn run build",
40
38
  "publint": "publint-check"
41
39
  },
@@ -46,9 +44,9 @@
46
44
  "@repo/config": "workspace:*",
47
45
  "depcheck": "^1.4.7",
48
46
  "js-yaml": "^4.1.0",
49
- "prettier": "^3.5.0",
47
+ "prettier": "^3.6.2",
50
48
  "signale": "^1.4.0",
51
- "style-dictionary": "^4.3.3"
49
+ "style-dictionary": "^5.0.0"
52
50
  },
53
51
  "engines": {
54
52
  "node": ">=18.0.0 || >=20.0.0"