@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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Sep 2022 23:37:46 GMT
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-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
+ --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
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Sep 2022 23:37:46 GMT
3
+ * Generated on Fri, 30 Sep 2022 15:24:56 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 22 Sep 2022 23:37:46 GMT
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
- 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',
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 Thu, 22 Sep 2022 23:37:46 GMT
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-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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",