@wistia/vhs 2.72.0 → 2.73.0
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/ActionModal/ActionModal.d.ts +1 -1
- package/dist/components/ActionModal/ActionModal.d.ts.map +1 -1
- package/dist/components/Banner/BannerChildComponents.d.ts.map +1 -1
- package/dist/components/FullScreenModal/FullScreenModal.d.ts +1 -1
- package/dist/components/FullScreenModal/FullScreenModal.d.ts.map +1 -1
- package/dist/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
- package/dist/components/Link/linkStyle.d.ts.map +1 -1
- package/dist/components/Menu/MenuItem.d.ts.map +1 -1
- package/dist/components/Modal/Modal.d.ts +6 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/ModalBase/ModalBase.d.ts +1 -1
- package/dist/components/ModalBase/ModalBase.d.ts.map +1 -1
- package/dist/components/RichTextEditor/Element.d.ts.map +1 -1
- package/dist/components/RichTextEditor/serializers.d.ts.map +1 -1
- package/dist/hooks/useFocusTrap/helpers.d.ts.map +1 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts +2 -1
- package/dist/hooks/useFocusTrap/useFocusTrap.d.ts.map +1 -1
- package/dist/index.cjs +527 -514
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +540 -527
- package/dist/index.mjs.map +4 -4
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.0",
|
|
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",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"styled-components": "^5.0 || ^6.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
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
|
-
"framer-motion": "^11.13.1",
|
|
72
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
+
"motion": "^11.15.0",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
@@ -80,8 +80,8 @@
|
|
|
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": "^
|
|
83
|
+
"type-fest": "^4.31.0",
|
|
84
|
+
"uuid": "^11.0.3"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@repo/config": "workspace:*",
|
|
@@ -101,24 +101,24 @@
|
|
|
101
101
|
"@testing-library/react": "^16.1.0",
|
|
102
102
|
"@testing-library/user-event": "^14.5.2",
|
|
103
103
|
"@types/is-hotkey": "^0.1.10",
|
|
104
|
-
"@types/node": "^22.10.
|
|
105
|
-
"@types/react": "^18.3.
|
|
104
|
+
"@types/node": "^22.10.2",
|
|
105
|
+
"@types/react": "^18.3.18",
|
|
106
106
|
"@types/react-aria-live": "^2.0.6",
|
|
107
|
-
"@types/react-dom": "^18.3.
|
|
107
|
+
"@types/react-dom": "^18.3.5",
|
|
108
108
|
"@types/react-slider": "^1.3.6",
|
|
109
109
|
"@types/styled-components": "^5.1.34",
|
|
110
110
|
"@types/throttle-debounce": "^5.0.2",
|
|
111
111
|
"@types/uuid": "^10.0.0",
|
|
112
112
|
"@vitejs/plugin-react": "^4.3.4",
|
|
113
113
|
"@vitest/coverage-istanbul": "^2.1.8",
|
|
114
|
-
"browserslist": "^4.24.
|
|
115
|
-
"chromatic": "^11.20.
|
|
116
|
-
"concurrently": "^9.1.
|
|
114
|
+
"browserslist": "^4.24.3",
|
|
115
|
+
"chromatic": "^11.20.2",
|
|
116
|
+
"concurrently": "^9.1.2",
|
|
117
117
|
"cross-env": "^7.0.3",
|
|
118
118
|
"depcheck": "^1.4.7",
|
|
119
|
-
"esbuild": "^0.24.
|
|
119
|
+
"esbuild": "^0.24.2",
|
|
120
120
|
"esbuild-plugin-browserslist": "^0.15.0",
|
|
121
|
-
"esbuild-visualizer": "^0.
|
|
121
|
+
"esbuild-visualizer": "^0.7.0",
|
|
122
122
|
"globby": "^14.0.2",
|
|
123
123
|
"jsdoc-to-markdown": "^9.1.1",
|
|
124
124
|
"jsdom": "^25.0.1",
|
|
@@ -133,13 +133,13 @@
|
|
|
133
133
|
"storybook": "^8.4.7",
|
|
134
134
|
"styled-components": "^5.3.11",
|
|
135
135
|
"tsx": "^4.19.2",
|
|
136
|
-
"typescript": "5.
|
|
137
|
-
"vite": "^6.0.
|
|
136
|
+
"typescript": "^5.7.2",
|
|
137
|
+
"vite": "^6.0.6",
|
|
138
138
|
"vitest": "^2.1.8",
|
|
139
139
|
"vitest-axe": "^1.0.0-pre.3",
|
|
140
140
|
"vitest-canvas-mock": "^0.3.3",
|
|
141
141
|
"vitest-console": "^0.1.1",
|
|
142
|
-
"yup": "^1.
|
|
142
|
+
"yup": "^1.6.1"
|
|
143
143
|
},
|
|
144
144
|
"author": "Wistia Engineering",
|
|
145
145
|
"license": "UNLICENSED",
|