@wistia/vhs 2.73.0-beta.fed65aaa.ec9c2f0 → 2.73.1-beta.271fbbe7.0b44838
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/components/Box/Box.d.ts +94 -5
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/hooks/useBoolean/UseBooleanExample.d.ts.map +1 -1
- package/dist/index.cjs +130 -130
- package/dist/index.cjs.map +3 -3
- package/dist/index.mjs +241 -241
- package/dist/index.mjs.map +3 -3
- package/package.json +4 -4
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.271fbbe7.0b44838",
|
|
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",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"@testing-library/react": "^16.2.0",
|
|
102
102
|
"@testing-library/user-event": "^14.6.1",
|
|
103
103
|
"@types/is-hotkey": "^0.1.10",
|
|
104
|
+
"@types/jest-axe": "^3.5.9",
|
|
104
105
|
"@types/node": "^22.12.0",
|
|
105
106
|
"@types/react": "^18.3.18",
|
|
106
107
|
"@types/react-aria-live": "^2.0.6",
|
|
@@ -108,7 +109,6 @@
|
|
|
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
113
|
"@vitest/coverage-istanbul": "^3.0.4",
|
|
114
114
|
"browserslist": "^4.24.4",
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"typescript": "^5.7.3",
|
|
137
137
|
"vite": "^6.0.11",
|
|
138
138
|
"vitest": "^3.0.4",
|
|
139
|
-
"vitest-axe": "^1.0.0-pre.
|
|
139
|
+
"vitest-axe": "^1.0.0-pre.5",
|
|
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",
|