@wistia/vhs-design-tokens 2.1.4-beta.dc5a5c6e.a0149b9 → 2.1.4-beta.fb11d010.8d9f17a

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,5 @@
1
1
  const designTokens = require('./js/designTokens.cjs'); // eslint-disable-line import/no-unresolved
2
2
 
3
3
  module.exports = { designTokens };
4
+
5
+ // TEMP: force CI builds
package/dist/index.mjs CHANGED
@@ -2,4 +2,4 @@ import { designTokens } from './js/designTokens.mjs'; // eslint-disable-line imp
2
2
 
3
3
  export { designTokens };
4
4
 
5
- console.log('test'); // eslint-disable-line no-console
5
+ // TEMP: force CI builds