@wistia/vhs-design-tokens 2.1.4-beta.8c9bb2ed.7e9273d → 2.1.4-beta.8e027f04.7f21802
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:
|
|
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/js/designTokens.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 18 Mar 2025 12:58:12 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: '
|
|
143
|
+
default: 'InterVariable, Helvetica, Arial, sans-serif',
|
|
144
144
|
monospace: '"IBM Plex Mono", Consolas, Monaco, monospace',
|
|
145
145
|
},
|
|
146
146
|
weight: {
|
package/dist/js/designTokens.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 18 Mar 2025 12:58:12 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: '
|
|
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:
|
|
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.
|
|
3
|
+
"version": "2.1.4-beta.8e027f04.7f21802",
|
|
4
4
|
"description": "VHS design tokens",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@repo/config": "workspace:*",
|
|
47
47
|
"depcheck": "^1.4.7",
|
|
48
48
|
"js-yaml": "^4.1.0",
|
|
49
|
-
"prettier": "^3.5.
|
|
49
|
+
"prettier": "^3.5.3",
|
|
50
50
|
"signale": "^1.4.0",
|
|
51
51
|
"style-dictionary": "^4.3.3"
|
|
52
52
|
},
|