@wistia/vhs-design-tokens 2.1.1-beta.e33e89dd.be87468 → 2.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 Tue, 09 Jul 2024 16:03:57 GMT
3
+ * Generated on Tue, 09 Jul 2024 13:25:48 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jul 2024 16:03:57 GMT
3
+ * Generated on Tue, 09 Jul 2024 13:25:48 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 Jul 2024 16:03:57 GMT
3
+ * Generated on Tue, 09 Jul 2024 13:25:48 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 09 Jul 2024 16:03:57 GMT
3
+ // Generated on Tue, 09 Jul 2024 13:25:48 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.1-beta.e33e89dd.be87468",
3
+ "version": "2.1.1",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
@@ -21,8 +21,7 @@
21
21
  "clean": "style-dictionary clean --config ./config.cjs",
22
22
  "lint": "node_modules/.bin/eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
23
23
  "outdated": "yarn upgrade-interactive",
24
- "prepare": "husky install && yarn run clean && yarn run build",
25
- "publint": "node ./scripts/publint.mjs"
24
+ "prepare": "husky install && yarn run clean && yarn run build"
26
25
  },
27
26
  "author": "Wistia Engineering",
28
27
  "license": "UNLICENSED",
@@ -48,7 +47,6 @@
48
47
  "node-gyp": "^10.1.0",
49
48
  "onchange": "^7.1.0",
50
49
  "prettier": "^3.3.2",
51
- "publint": "^0.2.8",
52
50
  "style-dictionary": "^3.9.2"
53
51
  },
54
52
  "resolutions": {