@wistia/vhs-design-tokens 0.5.0-beta.e46ebb8e.39a62f6 → 0.5.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 Mon, 04 Apr 2022 19:29:52 GMT
3
+ * Generated on Sun, 17 Apr 2022 00:02:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Apr 2022 19:29:52 GMT
3
+ * Generated on Sun, 17 Apr 2022 00:02:07 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Apr 2022 19:29:52 GMT
3
+ * Generated on Sun, 17 Apr 2022 00:02:07 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Apr 2022 19:29:52 GMT
3
+ // Generated on Sun, 17 Apr 2022 00:02:07 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/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "0.5.0-beta.e46ebb8e.39a62f6",
3
+ "version": "0.5.1",
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",
@@ -15,13 +17,13 @@
15
17
  "prepare": "husky install && yarn run clean && yarn run build"
16
18
  },
17
19
  "devDependencies": {
18
- "@commitlint/cli": "^16.0.1",
20
+ "@commitlint/cli": "^16.0.0",
19
21
  "@commitlint/config-conventional": "^16.0.0",
20
22
  "@wistia/eslint-config": "^0.3.2",
21
- "husky": "^7.0.1",
22
- "js-yaml": "^4.1.0",
23
- "onchange": "^7.1.0",
24
- "style-dictionary": "^3.0.2"
23
+ "husky": "^7.0.0",
24
+ "js-yaml": "^4.0.0",
25
+ "onchange": "^7.0.0",
26
+ "style-dictionary": "^3.0.0"
25
27
  },
26
28
  "author": "Wistia Engineering",
27
29
  "license": "UNLICENSED",