@wistia/vhs-design-tokens 0.5.2 → 1.1.0
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
|
|
3
|
+
* Generated on Thu, 22 Sep 2022 23:37:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -98,4 +98,15 @@
|
|
|
98
98
|
--font-size-small: 14px;
|
|
99
99
|
--shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
100
100
|
--shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
101
|
+
--spacing-4: 4px;
|
|
102
|
+
--spacing-8: 8px;
|
|
103
|
+
--spacing-12: 12px;
|
|
104
|
+
--spacing-16: 16px;
|
|
105
|
+
--spacing-24: 24px;
|
|
106
|
+
--spacing-32: 32px;
|
|
107
|
+
--spacing-48: 48px;
|
|
108
|
+
--spacing-64: 64px;
|
|
109
|
+
--spacing-80: 80px;
|
|
110
|
+
--spacing-96: 96px;
|
|
111
|
+
--spacing-120: 120px;
|
|
101
112
|
}
|
package/dist/js/colorMetadata.js
CHANGED
package/dist/js/designTokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 22 Sep 2022 23:37:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -126,4 +126,17 @@ module.exports = {
|
|
|
126
126
|
elevation1: '0 2px 4px rgba(0, 0, 0, 0.1)',
|
|
127
127
|
elevation2: '0 0 64px 0 rgba(0, 0, 0, 0.08)',
|
|
128
128
|
},
|
|
129
|
+
spacing: {
|
|
130
|
+
4: '4px',
|
|
131
|
+
8: '8px',
|
|
132
|
+
12: '12px',
|
|
133
|
+
16: '16px',
|
|
134
|
+
24: '24px',
|
|
135
|
+
32: '32px',
|
|
136
|
+
48: '48px',
|
|
137
|
+
64: '64px',
|
|
138
|
+
80: '80px',
|
|
139
|
+
96: '96px',
|
|
140
|
+
120: '120px',
|
|
141
|
+
},
|
|
129
142
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 22 Sep 2022 23:37:46 GMT
|
|
4
4
|
|
|
5
5
|
$breakpoint-mobile: 768px;
|
|
6
6
|
$color-brand-blue-100: #e2effd;
|
|
@@ -95,4 +95,15 @@ $font-weight-extra-bold: 800;
|
|
|
95
95
|
$font-size-default: 16px;
|
|
96
96
|
$font-size-small: 14px;
|
|
97
97
|
$shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
98
|
-
$shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
98
|
+
$shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
99
|
+
$spacing-4: 4px;
|
|
100
|
+
$spacing-8: 8px;
|
|
101
|
+
$spacing-12: 12px;
|
|
102
|
+
$spacing-16: 16px;
|
|
103
|
+
$spacing-24: 24px;
|
|
104
|
+
$spacing-32: 32px;
|
|
105
|
+
$spacing-48: 48px;
|
|
106
|
+
$spacing-64: 64px;
|
|
107
|
+
$spacing-80: 80px;
|
|
108
|
+
$spacing-96: 96px;
|
|
109
|
+
$spacing-120: 120px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs-design-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "VHS design tokens",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@commitlint/cli": "^17.0.3",
|
|
22
22
|
"@commitlint/config-conventional": "^17.0.3",
|
|
23
|
-
"@wistia/eslint-config": "^0.
|
|
23
|
+
"@wistia/eslint-config": "^0.13.5",
|
|
24
24
|
"husky": "^8.0.1",
|
|
25
25
|
"js-yaml": "^4.1.0",
|
|
26
26
|
"onchange": "^7.1.0",
|