@wistia/vhs 5.0.1 → 5.0.2-beta.d42b58b7.331ff68
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.js +17 -16
- package/dist/index.js.map +1 -1
- package/package.json +26 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2-beta.d42b58b7.331ff68",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -23,16 +23,11 @@
|
|
|
23
23
|
"browsers": "node ./scripts/browserSupport.mjs",
|
|
24
24
|
"build": "tsup --config tsup.config.mts",
|
|
25
25
|
"build:analyze": "yarn build --metafile && esbuild-visualizer --metadata ./dist/metafile-esm.json --filename ./dist/esbuild-stats.html && open ./dist/esbuild-stats.html",
|
|
26
|
-
"build:src": "cross-env NODE_ENV=production ./esbuild.config.mjs",
|
|
27
26
|
"build:types": "tsc --project tsconfig.build.json",
|
|
28
27
|
"build:types:debug": "tsc --project tsconfig.build.json --showConfig",
|
|
29
|
-
"build:watch": "
|
|
30
|
-
"build:watch:src": "cross-env NODE_ENV=development ./esbuild.config.mjs --watch",
|
|
31
|
-
"build:watch:types": "tsc --watch --project tsconfig.build.json",
|
|
32
|
-
"build:watch_": "concurrently \"yarn build:watch:src\" \"yarn build:watch:types\"",
|
|
28
|
+
"build:watch": "yarn build --watch",
|
|
33
29
|
"clean": "shx rm -rf ./dist && echo 'dist directory has been removed'",
|
|
34
30
|
"chromatic": "cross-env STORYBOOK_IS_CHROMATIC_BUILD=true chromatic --build-script-name=storybook:build --storybook-base-dir==packages/vhs --allow-console-errors",
|
|
35
|
-
"depcheck": "depcheck",
|
|
36
31
|
"generate": "node ./scripts/generators/generateComponent.mjs",
|
|
37
32
|
"generate:icon": "node ./scripts/generators/generateIcon.mjs",
|
|
38
33
|
"link:test": "node ./scripts/watchAndCopyBuild.mjs",
|
|
@@ -57,14 +52,14 @@
|
|
|
57
52
|
},
|
|
58
53
|
"dependencies": {
|
|
59
54
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
60
|
-
"@wistia/type-guards": "^0.9.
|
|
55
|
+
"@wistia/type-guards": "^0.9.3",
|
|
61
56
|
"@wistia/vhs-design-tokens": "^3.0.1",
|
|
62
57
|
"date-fns": "^4.1.0",
|
|
63
58
|
"formik": "^2.4.9",
|
|
64
59
|
"is-hotkey": "^0.2.0",
|
|
65
|
-
"motion": "^12.
|
|
60
|
+
"motion": "^12.35.0",
|
|
66
61
|
"polished": "^4.3.1",
|
|
67
|
-
"prettier": "^3.
|
|
62
|
+
"prettier": "^3.8.1",
|
|
68
63
|
"react-aria-live": "^2.0.5",
|
|
69
64
|
"react-fast-compare": "^3.2.2",
|
|
70
65
|
"react-slider": "^2.0.6",
|
|
@@ -74,56 +69,54 @@
|
|
|
74
69
|
"slate-hyperscript": "^0.100.0",
|
|
75
70
|
"slate-react": "0.120.0",
|
|
76
71
|
"throttle-debounce": "^5.0.2",
|
|
77
|
-
"type-fest": "^5.
|
|
72
|
+
"type-fest": "^5.4.4"
|
|
78
73
|
},
|
|
79
74
|
"devDependencies": {
|
|
80
75
|
"@karibash/pixel-units": "^2.3.0",
|
|
81
76
|
"@repo/config": "workspace:*",
|
|
82
|
-
"@storybook/addon-a11y": "^10.
|
|
83
|
-
"@storybook/addon-docs": "^10.
|
|
84
|
-
"@storybook/addon-links": "^10.
|
|
85
|
-
"@storybook/react-vite": "^10.
|
|
77
|
+
"@storybook/addon-a11y": "^10.2.15",
|
|
78
|
+
"@storybook/addon-docs": "^10.2.15",
|
|
79
|
+
"@storybook/addon-links": "^10.2.15",
|
|
80
|
+
"@storybook/react-vite": "^10.2.15",
|
|
86
81
|
"@testing-library/dom": "^10.4.1",
|
|
87
82
|
"@testing-library/jest-dom": "^6.9.1",
|
|
88
|
-
"@testing-library/react": "^16.3.
|
|
83
|
+
"@testing-library/react": "^16.3.2",
|
|
89
84
|
"@testing-library/user-event": "^14.6.1",
|
|
90
85
|
"@types/is-hotkey": "^0.1.10",
|
|
91
86
|
"@types/jest-axe": "^3.5.9",
|
|
92
|
-
"@types/node": "^
|
|
93
|
-
"@types/react": "^19.2.
|
|
87
|
+
"@types/node": "^25.3.3",
|
|
88
|
+
"@types/react": "^19.2.14",
|
|
94
89
|
"@types/react-aria-live": "^2.0.6",
|
|
95
90
|
"@types/react-dom": "^19.2.3",
|
|
96
91
|
"@types/react-slider": "^1.3.6",
|
|
97
92
|
"@types/signale": "^1.4.7",
|
|
98
93
|
"@types/throttle-debounce": "^5.0.2",
|
|
99
|
-
"@vitejs/plugin-react": "^5.1.
|
|
100
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
94
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
95
|
+
"@vitest/coverage-istanbul": "^4.0.18",
|
|
101
96
|
"browserslist": "^4.28.1",
|
|
102
97
|
"check-export-map": "^1.3.1",
|
|
103
|
-
"chromatic": "^
|
|
104
|
-
"concurrently": "^9.2.1",
|
|
98
|
+
"chromatic": "^15.2.0",
|
|
105
99
|
"cross-env": "^10.1.0",
|
|
106
|
-
"depcheck": "^1.4.7",
|
|
107
100
|
"esbuild-visualizer": "^0.7.0",
|
|
108
|
-
"globby": "^16.
|
|
101
|
+
"globby": "^16.1.1",
|
|
109
102
|
"jsdoc-to-markdown": "^9.1.3",
|
|
110
|
-
"jsdom": "^
|
|
103
|
+
"jsdom": "^28.1.0",
|
|
111
104
|
"minimist": "^1.2.8",
|
|
112
105
|
"pascalcase": "^2.0.0",
|
|
113
|
-
"prettier": "^3.
|
|
114
|
-
"react": "^19.2.
|
|
106
|
+
"prettier": "^3.8.1",
|
|
107
|
+
"react": "^19.2.4",
|
|
115
108
|
"react-docgen-typescript": "^2.4.0",
|
|
116
|
-
"react-dom": "^19.2.
|
|
109
|
+
"react-dom": "^19.2.4",
|
|
117
110
|
"remark-gfm": "^4.0.1",
|
|
118
111
|
"shx": "^0.4.0",
|
|
119
112
|
"signale": "^1.4.0",
|
|
120
|
-
"storybook": "^10.
|
|
121
|
-
"styled-components": "
|
|
113
|
+
"storybook": "^10.2.15",
|
|
114
|
+
"styled-components": "6.2.0",
|
|
122
115
|
"tsup": "^8.5.1",
|
|
123
116
|
"tsx": "^4.21.0",
|
|
124
|
-
"typescript": "
|
|
125
|
-
"vite": "^7.
|
|
126
|
-
"vitest": "^4.0.
|
|
117
|
+
"typescript": "6.0.0-dev.20260302",
|
|
118
|
+
"vite": "^7.3.1",
|
|
119
|
+
"vitest": "^4.0.18",
|
|
127
120
|
"vitest-axe": "^1.0.0-pre.5",
|
|
128
121
|
"vitest-canvas-mock": "^1.1.3",
|
|
129
122
|
"yup": "^1.7.1"
|