@wistia/vhs-design-tokens 1.0.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 Sun, 24 Jul 2022 20:14:28 GMT
3
+ * Generated on Fri, 30 Sep 2022 15:24:56 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-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;
101
112
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 24 Jul 2022 20:14:28 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 Sun, 24 Jul 2022 20:14:28 GMT
3
+ * Generated on Fri, 30 Sep 2022 15:24:56 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
+ 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
+ },
129
142
  };
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sun, 24 Jul 2022 20:14:28 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;
@@ -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-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.0.0",
3
+ "version": "1.1.1",
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.9.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",