@wistia/vhs-design-tokens 2.1.3-beta.3037964f.039a9b3 → 2.1.3-beta.8af16b10.e4748b5

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, 15 Jul 2024 12:28:56 GMT
3
+ * Generated on Mon, 15 Jul 2024 14:51:27 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, 15 Jul 2024 12:28:56 GMT
3
+ * Generated on Mon, 15 Jul 2024 14:51:27 GMT
4
4
  */
5
5
 
6
6
  export const designTokens = {
package/index.mjs CHANGED
@@ -1,3 +1,4 @@
1
+ /* eslint-disable */
1
2
  import { designTokens } from './dist/js/designTokens.mjs';
2
3
 
3
4
  export { designTokens };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "2.1.3-beta.3037964f.039a9b3",
3
+ "version": "2.1.3-beta.8af16b10.e4748b5",
4
4
  "description": "VHS design tokens",
5
5
  "packageManager": "yarn@4.3.1",
6
6
  "type": "module",
@@ -51,11 +51,11 @@
51
51
  "devDependencies": {
52
52
  "@commitlint/cli": "^19.3.0",
53
53
  "@commitlint/config-conventional": "^19.2.2",
54
- "@wistia/eslint-config": "^0.34.0",
54
+ "@wistia/eslint-config": "^0.35.0",
55
55
  "husky": "^9.0.11",
56
56
  "js-yaml": "^4.1.0",
57
57
  "onchange": "^7.1.0",
58
- "prettier": "^3.3.2",
58
+ "prettier": "^3.3.3",
59
59
  "publint": "^0.2.8",
60
60
  "style-dictionary": "^4.0.0"
61
61
  },