@wistia/vhs 2.73.0 → 2.73.1-beta.27876cc0.da8f906
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/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/css/normalize.d.ts.map +1 -1
- package/dist/hooks/useBoolean/UseBooleanExample.d.ts.map +1 -1
- package/dist/index.cjs +475 -474
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +445 -444
- package/dist/index.mjs.map +4 -4
- package/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.73.
|
|
3
|
+
"version": "2.73.1-beta.27876cc0.da8f906",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"typecheck": "tsc"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@types/react": "^17.0 || ^18.0",
|
|
59
|
-
"@types/react-dom": "^17.0 || ^18.0",
|
|
60
|
-
"@types/styled-components": "^5.0
|
|
61
|
-
"react": "^17.0 || ^18.0",
|
|
62
|
-
"react-dom": "^17.0 || ^18.0",
|
|
63
|
-
"styled-components": "^5.0 || ^6.0"
|
|
58
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
59
|
+
"@types/react-dom": "^17.0.0 || ^18.0.0",
|
|
60
|
+
"@types/styled-components": "^5.0.0",
|
|
61
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
62
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
63
|
+
"styled-components": "^5.0.0 || ^6.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
|
67
67
|
"@wistia/type-guards": "^0.6.0",
|
|
68
68
|
"@wistia/vhs-design-tokens": "2.1.3",
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
70
70
|
"formik": "^2.4.6",
|
|
71
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"motion": "^11.
|
|
72
|
+
"motion": "^11.18.2",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
@@ -80,39 +80,39 @@
|
|
|
80
80
|
"slate-hyperscript": "^0.100.0",
|
|
81
81
|
"slate-react": "0.99.0",
|
|
82
82
|
"throttle-debounce": "^5.0.2",
|
|
83
|
-
"type-fest": "^4.
|
|
84
|
-
"uuid": "^11.0.
|
|
83
|
+
"type-fest": "^4.33.0",
|
|
84
|
+
"uuid": "^11.0.5"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^8.
|
|
89
|
-
"@storybook/addon-backgrounds": "^8.
|
|
90
|
-
"@storybook/addon-controls": "^8.
|
|
91
|
-
"@storybook/addon-docs": "^8.
|
|
92
|
-
"@storybook/addon-links": "^8.
|
|
93
|
-
"@storybook/addon-mdx-gfm": "^8.
|
|
94
|
-
"@storybook/blocks": "^8.
|
|
95
|
-
"@storybook/manager-api": "^8.
|
|
96
|
-
"@storybook/react": "^8.
|
|
97
|
-
"@storybook/react-vite": "^8.
|
|
98
|
-
"@storybook/theming": "^8.
|
|
88
|
+
"@storybook/addon-a11y": "^8.5.2",
|
|
89
|
+
"@storybook/addon-backgrounds": "^8.5.2",
|
|
90
|
+
"@storybook/addon-controls": "^8.5.2",
|
|
91
|
+
"@storybook/addon-docs": "^8.5.2",
|
|
92
|
+
"@storybook/addon-links": "^8.5.2",
|
|
93
|
+
"@storybook/addon-mdx-gfm": "^8.5.2",
|
|
94
|
+
"@storybook/blocks": "^8.5.2",
|
|
95
|
+
"@storybook/manager-api": "^8.5.2",
|
|
96
|
+
"@storybook/react": "^8.5.2",
|
|
97
|
+
"@storybook/react-vite": "^8.5.2",
|
|
98
|
+
"@storybook/theming": "^8.5.2",
|
|
99
99
|
"@testing-library/dom": "^10.4.0",
|
|
100
100
|
"@testing-library/jest-dom": "^6.6.3",
|
|
101
|
-
"@testing-library/react": "^16.
|
|
102
|
-
"@testing-library/user-event": "^14.
|
|
101
|
+
"@testing-library/react": "^16.2.0",
|
|
102
|
+
"@testing-library/user-event": "^14.6.1",
|
|
103
103
|
"@types/is-hotkey": "^0.1.10",
|
|
104
|
-
"@types/
|
|
104
|
+
"@types/jest-axe": "^3.5.9",
|
|
105
|
+
"@types/node": "^22.12.0",
|
|
105
106
|
"@types/react": "^18.3.18",
|
|
106
107
|
"@types/react-aria-live": "^2.0.6",
|
|
107
108
|
"@types/react-dom": "^18.3.5",
|
|
108
109
|
"@types/react-slider": "^1.3.6",
|
|
109
110
|
"@types/styled-components": "^5.1.34",
|
|
110
111
|
"@types/throttle-debounce": "^5.0.2",
|
|
111
|
-
"@types/uuid": "^10.0.0",
|
|
112
112
|
"@vitejs/plugin-react": "^4.3.4",
|
|
113
|
-
"@vitest/coverage-istanbul": "^
|
|
114
|
-
"browserslist": "^4.24.
|
|
115
|
-
"chromatic": "^11.
|
|
113
|
+
"@vitest/coverage-istanbul": "^3.0.4",
|
|
114
|
+
"browserslist": "^4.24.4",
|
|
115
|
+
"chromatic": "^11.25.1",
|
|
116
116
|
"concurrently": "^9.1.2",
|
|
117
117
|
"cross-env": "^7.0.3",
|
|
118
118
|
"depcheck": "^1.4.7",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"esbuild-visualizer": "^0.7.0",
|
|
122
122
|
"globby": "^14.0.2",
|
|
123
123
|
"jsdoc-to-markdown": "^9.1.1",
|
|
124
|
-
"jsdom": "^
|
|
124
|
+
"jsdom": "^26.0.0",
|
|
125
125
|
"minimist": "^1.2.8",
|
|
126
126
|
"pascalcase": "^2.0.0",
|
|
127
127
|
"prettier": "^3.4.2",
|
|
@@ -130,15 +130,15 @@
|
|
|
130
130
|
"react-dom": "^18.3.1",
|
|
131
131
|
"shx": "^0.3.4",
|
|
132
132
|
"signale": "^1.4.0",
|
|
133
|
-
"storybook": "^8.
|
|
133
|
+
"storybook": "^8.5.2",
|
|
134
134
|
"styled-components": "^5.3.11",
|
|
135
135
|
"tsx": "^4.19.2",
|
|
136
|
-
"typescript": "^5.7.
|
|
137
|
-
"vite": "^6.0.
|
|
138
|
-
"vitest": "^
|
|
136
|
+
"typescript": "^5.7.3",
|
|
137
|
+
"vite": "^6.0.11",
|
|
138
|
+
"vitest": "^3.0.4",
|
|
139
139
|
"vitest-axe": "^1.0.0-pre.3",
|
|
140
140
|
"vitest-canvas-mock": "^0.3.3",
|
|
141
|
-
"vitest-console": "^0.
|
|
141
|
+
"vitest-console": "^0.2.0",
|
|
142
142
|
"yup": "^1.6.1"
|
|
143
143
|
},
|
|
144
144
|
"author": "Wistia Engineering",
|