@wistia/vhs-design-tokens 0.3.0 → 0.5.0-beta.76bae317.b47f80c
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,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Apr 2022 18:55:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
+
--breakpoint-mobile: 768px;
|
|
7
8
|
--color-brand-blue-100: #e2effd;
|
|
8
9
|
--color-brand-blue-200: #bed8fb;
|
|
9
10
|
--color-brand-blue-300: #87abff;
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
--color-purple-300: #cfbfff;
|
|
18
19
|
--color-purple-400: #b89fff;
|
|
19
20
|
--color-purple-500: #a07eff;
|
|
20
|
-
--color-purple-600: #
|
|
21
|
+
--color-purple-600: #815fe0;
|
|
21
22
|
--color-purple-700: #6446af;
|
|
22
23
|
--color-purple-800: #462d8c;
|
|
23
24
|
--color-green-100: #e6f9f3;
|
|
@@ -95,6 +96,6 @@
|
|
|
95
96
|
--font-weight-extra-bold: 800;
|
|
96
97
|
--font-size-default: 16px;
|
|
97
98
|
--font-size-small: 14px;
|
|
98
|
-
--shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1)
|
|
99
|
+
--shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
99
100
|
--shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
100
101
|
}
|
package/dist/js/colorMetadata.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Apr 2022 18:55:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -360,7 +360,7 @@ module.exports = {
|
|
|
360
360
|
]
|
|
361
361
|
},
|
|
362
362
|
"600": {
|
|
363
|
-
"value": "#
|
|
363
|
+
"value": "#815fe0",
|
|
364
364
|
"conformance": {
|
|
365
365
|
"black": "AA",
|
|
366
366
|
"white": "AA"
|
|
@@ -368,7 +368,7 @@ module.exports = {
|
|
|
368
368
|
"filePath": "tokens/color.yaml",
|
|
369
369
|
"isSource": true,
|
|
370
370
|
"original": {
|
|
371
|
-
"value": "#
|
|
371
|
+
"value": "#815FE0",
|
|
372
372
|
"conformance": {
|
|
373
373
|
"black": "AA",
|
|
374
374
|
"white": "AA"
|
package/dist/js/designTokens.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 04 Apr 2022 18:55:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
7
|
+
breakpoint: {
|
|
8
|
+
mobile: '768px',
|
|
9
|
+
},
|
|
7
10
|
color: {
|
|
8
11
|
brandBlue100: '#e2effd',
|
|
9
12
|
brandBlue200: '#bed8fb',
|
|
@@ -18,7 +21,7 @@ module.exports = {
|
|
|
18
21
|
purple300: '#cfbfff',
|
|
19
22
|
purple400: '#b89fff',
|
|
20
23
|
purple500: '#a07eff',
|
|
21
|
-
purple600: '#
|
|
24
|
+
purple600: '#815fe0',
|
|
22
25
|
purple700: '#6446af',
|
|
23
26
|
purple800: '#462d8c',
|
|
24
27
|
green100: '#e6f9f3',
|
|
@@ -120,7 +123,7 @@ module.exports = {
|
|
|
120
123
|
},
|
|
121
124
|
},
|
|
122
125
|
shadow: {
|
|
123
|
-
elevation1: '0 2px 4px rgba(0, 0, 0, 0.1)
|
|
126
|
+
elevation1: '0 2px 4px rgba(0, 0, 0, 0.1)',
|
|
124
127
|
elevation2: '0 0 64px 0 rgba(0, 0, 0, 0.08)',
|
|
125
128
|
},
|
|
126
129
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 04 Apr 2022 18:55:31 GMT
|
|
4
4
|
|
|
5
|
+
$breakpoint-mobile: 768px;
|
|
5
6
|
$color-brand-blue-100: #e2effd;
|
|
6
7
|
$color-brand-blue-200: #bed8fb;
|
|
7
8
|
$color-brand-blue-300: #87abff;
|
|
@@ -15,7 +16,7 @@ $color-purple-200: #e6dffe;
|
|
|
15
16
|
$color-purple-300: #cfbfff;
|
|
16
17
|
$color-purple-400: #b89fff;
|
|
17
18
|
$color-purple-500: #a07eff;
|
|
18
|
-
$color-purple-600: #
|
|
19
|
+
$color-purple-600: #815fe0;
|
|
19
20
|
$color-purple-700: #6446af;
|
|
20
21
|
$color-purple-800: #462d8c;
|
|
21
22
|
$color-green-100: #e6f9f3;
|
|
@@ -93,5 +94,5 @@ $font-weight-bold: 700;
|
|
|
93
94
|
$font-weight-extra-bold: 800;
|
|
94
95
|
$font-size-default: 16px;
|
|
95
96
|
$font-size-small: 14px;
|
|
96
|
-
$shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1)
|
|
97
|
+
$shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
97
98
|
$shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs-design-tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0-beta.76bae317.b47f80c",
|
|
4
4
|
"description": "VHS design tokens",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"prepare": "husky install && yarn run clean && yarn run build"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@commitlint/cli": "^
|
|
19
|
-
"@commitlint/config-conventional": "^
|
|
20
|
-
"@wistia/eslint-config": "^0.
|
|
18
|
+
"@commitlint/cli": "^16.0.1",
|
|
19
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
20
|
+
"@wistia/eslint-config": "^0.3.2",
|
|
21
21
|
"husky": "^7.0.1",
|
|
22
22
|
"js-yaml": "^4.1.0",
|
|
23
23
|
"onchange": "^7.1.0",
|