@wistia/vhs 2.59.2-beta.674dd3f3.ebe478a → 2.59.2-beta.adb221f2.17cbba7

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.
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.59.2-beta.674dd3f3.ebe478a
3
+ * @license VHS v2.59.2-beta.adb221f2.17cbba7
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.59.2-beta.674dd3f3.ebe478a
3
+ * @license VHS v2.59.2-beta.adb221f2.17cbba7
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.59.2-beta.674dd3f3.ebe478a",
3
+ "version": "2.59.2-beta.adb221f2.17cbba7",
4
4
  "packageManager": "yarn@4.3.1",
5
5
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
6
6
  "type": "commonjs",
@@ -44,8 +44,8 @@
44
44
  "generate:icon": "node ./scripts/generators/generateIcon.mjs",
45
45
  "link:test": "node ./scripts/watchAndCopyBuild.mjs",
46
46
  "lint": "yarn lint:code && yarn lint:style",
47
- "lint:code": "eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
48
- "lint:debug": "eslint --print-config ./src/index.ts",
47
+ "lint:code": "./node_modules/.bin/eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
48
+ "lint:debug": "./node_modules/.bin/eslint --print-config ./src/index.ts",
49
49
  "lint:fix": "yarn run lint:code --fix && yarn run lint:style --fix",
50
50
  "lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
51
51
  "outdated": "yarn upgrade-interactive",
@@ -71,6 +71,8 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@radix-ui/react-dropdown-menu": "^2.1.1",
74
+ "@storybook/addon-docs": "^8.1.11",
75
+ "@storybook/theming": "^8.1.11",
74
76
  "@wistia/type-guards": "^0.0.8",
75
77
  "@wistia/vhs-design-tokens": "^2.1.3",
76
78
  "date-fns": "^3.6.0",
@@ -126,12 +128,12 @@
126
128
  "esbuild": "^0.23.0",
127
129
  "esbuild-plugin-browserslist": "^0.14.0",
128
130
  "esbuild-visualizer": "^0.6.0",
129
- "eslint": "^8.57.0",
130
131
  "globby": "^14.0.2",
131
132
  "jsdoc-to-markdown": "^8.0.1",
132
133
  "jsdom": "^24.1.0",
133
134
  "minimist": "^1.2.8",
134
135
  "pascalcase": "^2.0.0",
136
+ "prettier": "^3.3.3",
135
137
  "publint": "^0.2.8",
136
138
  "react": "^18.3.1",
137
139
  "react-dom": "^18.3.1",