@wistia/vhs-design-tokens 2.1.4-beta.2c65e375.ae9c817 → 2.1.4-beta.4c21901c.49969a5

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.
@@ -119,7 +119,7 @@
119
119
  --easing-entrance-expressive: cubic-bezier(0, 0, 0.3, 1);
120
120
  --easing-exit-productive: cubic-bezier(0.2, 0, 1, 0.9);
121
121
  --easing-exit-expressive: cubic-bezier(0.4, 0.14, 1, 1);
122
- --font-family-default: Inter, Helvetica, Arial, sans-serif;
122
+ --font-family-default: InterVariable, Helvetica, Arial, sans-serif;
123
123
  --font-family-monospace: "IBM Plex Mono", Consolas, Monaco, monospace;
124
124
  --font-weight-thin: 100;
125
125
  --font-weight-extra-light: 200;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 30 Jan 2025 13:26:40 GMT
3
+ * Generated on Mon, 28 Apr 2025 15:29:10 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 Thu, 30 Jan 2025 13:26:40 GMT
3
+ * Generated on Mon, 28 Apr 2025 15:29:10 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.2c65e375.ae9c817",
3
+ "version": "2.1.4-beta.4c21901c.49969a5",
4
4
  "description": "VHS design tokens",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -46,12 +46,12 @@
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.3",
50
50
  "signale": "^1.4.0",
51
- "style-dictionary": "^4.3.2"
51
+ "style-dictionary": "^4.4.0"
52
52
  },
53
53
  "engines": {
54
- "node": ">=20.0.0 || >=22.0.0"
54
+ "node": ">=18.0.0 || >=20.0.0"
55
55
  },
56
56
  "author": "Wistia Engineering",
57
57
  "license": "UNLICENSED",