@wistia/vhs-design-tokens 1.1.0 → 1.1.1
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.
- package/dist/css/design-tokens.css +12 -12
- package/dist/js/colorMetadata.js +1 -1
- package/dist/js/designTokens.js +12 -12
- package/dist/scss/_design-tokens.scss +12 -12
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 30 Sep 2022 15:24:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -98,15 +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-
|
|
102
|
-
--spacing-
|
|
103
|
-
--spacing-
|
|
104
|
-
--spacing-
|
|
105
|
-
--spacing-
|
|
106
|
-
--spacing-
|
|
107
|
-
--spacing-
|
|
108
|
-
--spacing-
|
|
109
|
-
--spacing-
|
|
110
|
-
--spacing-
|
|
111
|
-
--spacing-
|
|
101
|
+
--spacing-space01: 4px;
|
|
102
|
+
--spacing-space02: 8px;
|
|
103
|
+
--spacing-space03: 12px;
|
|
104
|
+
--spacing-space04: 16px;
|
|
105
|
+
--spacing-space05: 24px;
|
|
106
|
+
--spacing-space06: 32px;
|
|
107
|
+
--spacing-space07: 48px;
|
|
108
|
+
--spacing-space08: 64px;
|
|
109
|
+
--spacing-space09: 80px;
|
|
110
|
+
--spacing-space10: 96px;
|
|
111
|
+
--spacing-space11: 120px;
|
|
112
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 Fri, 30 Sep 2022 15:24:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -127,16 +127,16 @@ module.exports = {
|
|
|
127
127
|
elevation2: '0 0 64px 0 rgba(0, 0, 0, 0.08)',
|
|
128
128
|
},
|
|
129
129
|
spacing: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
130
|
+
space01: '4px',
|
|
131
|
+
space02: '8px',
|
|
132
|
+
space03: '12px',
|
|
133
|
+
space04: '16px',
|
|
134
|
+
space05: '24px',
|
|
135
|
+
space06: '32px',
|
|
136
|
+
space07: '48px',
|
|
137
|
+
space08: '64px',
|
|
138
|
+
space09: '80px',
|
|
139
|
+
space10: '96px',
|
|
140
|
+
space11: '120px',
|
|
141
141
|
},
|
|
142
142
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 30 Sep 2022 15:24:56 GMT
|
|
4
4
|
|
|
5
5
|
$breakpoint-mobile: 768px;
|
|
6
6
|
$color-brand-blue-100: #e2effd;
|
|
@@ -96,14 +96,14 @@ $font-size-default: 16px;
|
|
|
96
96
|
$font-size-small: 14px;
|
|
97
97
|
$shadow-elevation1: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
98
98
|
$shadow-elevation2: 0 0 64px 0 rgba(0, 0, 0, 0.08);
|
|
99
|
-
$spacing-
|
|
100
|
-
$spacing-
|
|
101
|
-
$spacing-
|
|
102
|
-
$spacing-
|
|
103
|
-
$spacing-
|
|
104
|
-
$spacing-
|
|
105
|
-
$spacing-
|
|
106
|
-
$spacing-
|
|
107
|
-
$spacing-
|
|
108
|
-
$spacing-
|
|
109
|
-
$spacing-
|
|
99
|
+
$spacing-space01: 4px;
|
|
100
|
+
$spacing-space02: 8px;
|
|
101
|
+
$spacing-space03: 12px;
|
|
102
|
+
$spacing-space04: 16px;
|
|
103
|
+
$spacing-space05: 24px;
|
|
104
|
+
$spacing-space06: 32px;
|
|
105
|
+
$spacing-space07: 48px;
|
|
106
|
+
$spacing-space08: 64px;
|
|
107
|
+
$spacing-space09: 80px;
|
|
108
|
+
$spacing-space10: 96px;
|
|
109
|
+
$spacing-space11: 120px;
|