@wistia/vhs-design-tokens 0.4.0 → 0.5.0-beta.4b477829.1cc106b

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 Fri, 15 Oct 2021 19:35:51 GMT
3
+ * Generated on Mon, 04 Apr 2022 18:31:58 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -18,7 +18,7 @@
18
18
  --color-purple-300: #cfbfff;
19
19
  --color-purple-400: #b89fff;
20
20
  --color-purple-500: #a07eff;
21
- --color-purple-600: #8260e8;
21
+ --color-purple-600: #815fe0;
22
22
  --color-purple-700: #6446af;
23
23
  --color-purple-800: #462d8c;
24
24
  --color-green-100: #e6f9f3;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 15 Oct 2021 19:35:51 GMT
3
+ * Generated on Mon, 04 Apr 2022 18:31:58 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -360,7 +360,7 @@ module.exports = {
360
360
  ]
361
361
  },
362
362
  "600": {
363
- "value": "#8260e8",
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": "#8260E8",
371
+ "value": "#815FE0",
372
372
  "conformance": {
373
373
  "black": "AA",
374
374
  "white": "AA"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 15 Oct 2021 19:35:51 GMT
3
+ * Generated on Mon, 04 Apr 2022 18:31:58 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -21,7 +21,7 @@ module.exports = {
21
21
  purple300: '#cfbfff',
22
22
  purple400: '#b89fff',
23
23
  purple500: '#a07eff',
24
- purple600: '#8260e8',
24
+ purple600: '#815fe0',
25
25
  purple700: '#6446af',
26
26
  purple800: '#462d8c',
27
27
  green100: '#e6f9f3',
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 15 Oct 2021 19:35:51 GMT
3
+ // Generated on Mon, 04 Apr 2022 18:31:58 GMT
4
4
 
5
5
  $breakpoint-mobile: 768px;
6
6
  $color-brand-blue-100: #e2effd;
@@ -16,7 +16,7 @@ $color-purple-200: #e6dffe;
16
16
  $color-purple-300: #cfbfff;
17
17
  $color-purple-400: #b89fff;
18
18
  $color-purple-500: #a07eff;
19
- $color-purple-600: #8260e8;
19
+ $color-purple-600: #815fe0;
20
20
  $color-purple-700: #6446af;
21
21
  $color-purple-800: #462d8c;
22
22
  $color-green-100: #e6f9f3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "0.4.0",
3
+ "version": "0.5.0-beta.4b477829.1cc106b",
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": "^13.1.0",
19
- "@commitlint/config-conventional": "^13.1.0",
20
- "@wistia/eslint-config": "^0.0.11",
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",