@wistia/vhs 2.73.1-beta.271fbbe7.0b44838 → 2.73.1-beta.3469af1e.f8f44e1
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/Box/Box.d.ts +5 -94
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/index.cjs +128 -128
- package/dist/index.cjs.map +3 -3
- package/dist/index.mjs +224 -224
- package/dist/index.mjs.map +3 -3
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.73.1-beta.
|
|
3
|
+
"version": "2.73.1-beta.3469af1e.f8f44e1",
|
|
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,7 +101,6 @@
|
|
|
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",
|
|
105
104
|
"@types/node": "^22.12.0",
|
|
106
105
|
"@types/react": "^18.3.18",
|
|
107
106
|
"@types/react-aria-live": "^2.0.6",
|
|
@@ -136,7 +135,7 @@
|
|
|
136
135
|
"typescript": "^5.7.3",
|
|
137
136
|
"vite": "^6.0.11",
|
|
138
137
|
"vitest": "^3.0.4",
|
|
139
|
-
"vitest-axe": "^1.0.0-pre.
|
|
138
|
+
"vitest-axe": "^1.0.0-pre.3",
|
|
140
139
|
"vitest-canvas-mock": "^0.3.3",
|
|
141
140
|
"vitest-console": "^0.2.0",
|
|
142
141
|
"yup": "^1.6.1"
|