@wistia/vhs-design-tokens 0.5.1 → 0.5.2

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, 17 Apr 2022 00:02:07 GMT
3
+ * Generated on Fri, 22 Jul 2022 22:24:30 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 17 Apr 2022 00:02:07 GMT
3
+ * Generated on Fri, 22 Jul 2022 22:24:30 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, 17 Apr 2022 00:02:07 GMT
3
+ * Generated on Fri, 22 Jul 2022 22:24:30 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, 17 Apr 2022 00:02:07 GMT
3
+ // Generated on Fri, 22 Jul 2022 22:24:30 GMT
4
4
 
5
5
  $breakpoint-mobile: 768px;
6
6
  $color-brand-blue-100: #e2effd;
package/index.js CHANGED
@@ -1,5 +1,3 @@
1
- /* eslint-disable import/no-unresolved */
2
-
3
1
  // using CJS modules allows us to skip transpilation
4
2
  const designTokens = require('./dist/js/designTokens');
5
3
  const colorMetadata = require('./dist/js/colorMetadata');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -13,17 +13,18 @@
13
13
  "build": "style-dictionary build",
14
14
  "build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
15
15
  "clean": "style-dictionary clean",
16
- "lint": "eslint --fix --cache .",
16
+ "lint": "eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
17
17
  "prepare": "husky install && yarn run clean && yarn run build"
18
18
  },
19
+ "dependencies": {},
19
20
  "devDependencies": {
20
- "@commitlint/cli": "^16.0.0",
21
- "@commitlint/config-conventional": "^16.0.0",
22
- "@wistia/eslint-config": "^0.3.2",
23
- "husky": "^7.0.0",
24
- "js-yaml": "^4.0.0",
25
- "onchange": "^7.0.0",
26
- "style-dictionary": "^3.0.0"
21
+ "@commitlint/cli": "^17.0.3",
22
+ "@commitlint/config-conventional": "^17.0.3",
23
+ "@wistia/eslint-config": "^0.9.0",
24
+ "husky": "^8.0.1",
25
+ "js-yaml": "^4.1.0",
26
+ "onchange": "^7.1.0",
27
+ "style-dictionary": "^3.7.1"
27
28
  },
28
29
  "author": "Wistia Engineering",
29
30
  "license": "UNLICENSED",