@wistia/vhs-design-tokens 2.1.4 → 2.1.5-beta.21f1d9a3.2ae7019

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;
package/dist/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
- const designTokens = require('./js/designTokens.cjs'); // eslint-disable-line import/no-unresolved, n/no-missing-require
1
+ const designTokens = require('./js/designTokens.cjs'); // eslint-disable-line import/no-unresolved
2
2
 
3
3
  module.exports = { designTokens };
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { designTokens } from './js/designTokens.mjs'; // eslint-disable-line import/no-unresolved, n/no-missing-import
1
+ import { designTokens } from './js/designTokens.mjs'; // eslint-disable-line import/no-unresolved
2
2
 
3
3
  export { designTokens };