@wistia/vhs-design-tokens 0.5.0 → 1.0.0

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, 25 Mar 2022 14:28:23 GMT
3
+ * Generated on Sun, 24 Jul 2022 20:14:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Mar 2022 14:28:23 GMT
3
+ * Generated on Sun, 24 Jul 2022 20:14:28 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Mar 2022 14:28:23 GMT
3
+ * Generated on Sun, 24 Jul 2022 20:14:28 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 25 Mar 2022 14:28:23 GMT
3
+ // Generated on Sun, 24 Jul 2022 20:14:28 GMT
4
4
 
5
5
  $breakpoint-mobile: 768px;
6
6
  $color-brand-blue-100: #e2effd;
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ declare module '@wistia/vhs-design-tokens';
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,27 +1,30 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "0.5.0",
3
+ "version": "1.0.0",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
+ "types": "index.d.ts",
6
7
  "files": [
7
8
  "index.js",
8
- "dist"
9
+ "index.d.ts",
10
+ "dist/"
9
11
  ],
10
12
  "scripts": {
11
13
  "build": "style-dictionary build",
12
14
  "build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
13
15
  "clean": "style-dictionary clean",
14
- "lint": "eslint --fix --cache .",
16
+ "lint": "eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
15
17
  "prepare": "husky install && yarn run clean && yarn run build"
16
18
  },
19
+ "dependencies": {},
17
20
  "devDependencies": {
18
- "@commitlint/cli": "^16.0.1",
19
- "@commitlint/config-conventional": "^16.0.0",
20
- "@wistia/eslint-config": "^0.2.5",
21
- "husky": "^7.0.1",
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",
22
25
  "js-yaml": "^4.1.0",
23
26
  "onchange": "^7.1.0",
24
- "style-dictionary": "^3.0.2"
27
+ "style-dictionary": "^3.7.1"
25
28
  },
26
29
  "author": "Wistia Engineering",
27
30
  "license": "UNLICENSED",