@wistia/vhs-design-tokens 1.3.2-beta.4508ff55.9359886 → 1.3.2-beta.675fbb5d.e23a2e9
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 Fri, 25 Aug 2023 17:47:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
--font-weight-extra-bold: 800;
|
|
101
101
|
--font-size-default: 16px;
|
|
102
102
|
--font-size-small: 14px;
|
|
103
|
+
--shadow-elevation0: none;
|
|
103
104
|
--shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
104
105
|
--shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
105
106
|
--spacing-space01: 4px;
|
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 Fri, 25 Aug 2023 17:47:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -127,6 +127,7 @@ module.exports = {
|
|
|
127
127
|
},
|
|
128
128
|
},
|
|
129
129
|
shadow: {
|
|
130
|
+
elevation0: 'none',
|
|
130
131
|
elevation1: '0 2px 4px rgba(0, 0, 0, 0.1)',
|
|
131
132
|
elevation2: '0 0 64px 0 rgba(0, 0, 0, 0.08)',
|
|
132
133
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 17:47:39 GMT
|
|
4
4
|
|
|
5
5
|
$breakpoint-xs: 0em;
|
|
6
6
|
$breakpoint-sm: 37.5em;
|
|
@@ -98,6 +98,7 @@ $font-weight-bold: 700;
|
|
|
98
98
|
$font-weight-extra-bold: 800;
|
|
99
99
|
$font-size-default: 16px;
|
|
100
100
|
$font-size-small: 14px;
|
|
101
|
+
$shadow-elevation0: none;
|
|
101
102
|
$shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
102
103
|
$shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
103
104
|
$spacing-space01: 4px;
|
|
@@ -110,4 +111,4 @@ $spacing-space07: 48px;
|
|
|
110
111
|
$spacing-space08: 64px;
|
|
111
112
|
$spacing-space09: 80px;
|
|
112
113
|
$spacing-space10: 96px;
|
|
113
|
-
$spacing-space11: 120px;
|
|
114
|
+
$spacing-space11: 120px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs-design-tokens",
|
|
3
|
-
"version": "1.3.2-beta.
|
|
3
|
+
"version": "1.3.2-beta.675fbb5d.e23a2e9",
|
|
4
4
|
"description": "VHS design tokens",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@commitlint/cli": "^17.3.0",
|
|
29
29
|
"@commitlint/config-conventional": "^17.3.0",
|
|
30
|
-
"@wistia/eslint-config": "^0.
|
|
30
|
+
"@wistia/eslint-config": "^0.19.3",
|
|
31
31
|
"husky": "^8.0.2",
|
|
32
32
|
"js-yaml": "^4.1.0",
|
|
33
33
|
"onchange": "^7.1.0",
|