@wistia/vhs 3.0.1-beta.88c76a64.3b8594a → 3.0.1-beta.cd0ec91c.fd8df29
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.cjs +145 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +205 -64
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.cd0ec91c.fd8df29",
|
|
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",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"date-fns": "^4.1.0",
|
|
69
69
|
"formik": "^2.4.6",
|
|
70
70
|
"is-hotkey": "^0.2.0",
|
|
71
|
-
"motion": "^12.23.
|
|
71
|
+
"motion": "^12.23.13",
|
|
72
72
|
"polished": "^4.3.1",
|
|
73
73
|
"react-aria-live": "^2.0.5",
|
|
74
74
|
"react-fast-compare": "^3.2.2",
|
|
@@ -78,22 +78,22 @@
|
|
|
78
78
|
"slate-hyperscript": "^0.100.0",
|
|
79
79
|
"slate-react": "0.99.0",
|
|
80
80
|
"throttle-debounce": "^5.0.2",
|
|
81
|
-
"type-fest": "^5.0.
|
|
81
|
+
"type-fest": "^5.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@karibash/pixel-units": "^2.3.0",
|
|
85
85
|
"@repo/config": "workspace:*",
|
|
86
|
-
"@storybook/addon-a11y": "^9.1.
|
|
87
|
-
"@storybook/addon-docs": "^9.1.
|
|
88
|
-
"@storybook/addon-links": "^9.1.
|
|
89
|
-
"@storybook/react-vite": "^9.1.
|
|
86
|
+
"@storybook/addon-a11y": "^9.1.6",
|
|
87
|
+
"@storybook/addon-docs": "^9.1.6",
|
|
88
|
+
"@storybook/addon-links": "^9.1.6",
|
|
89
|
+
"@storybook/react-vite": "^9.1.6",
|
|
90
90
|
"@testing-library/dom": "^10.4.1",
|
|
91
91
|
"@testing-library/jest-dom": "^6.8.0",
|
|
92
92
|
"@testing-library/react": "^16.3.0",
|
|
93
93
|
"@testing-library/user-event": "^14.6.1",
|
|
94
94
|
"@types/is-hotkey": "^0.1.10",
|
|
95
95
|
"@types/jest-axe": "^3.5.9",
|
|
96
|
-
"@types/node": "^24.5.
|
|
96
|
+
"@types/node": "^24.5.1",
|
|
97
97
|
"@types/react": "^18.3.24",
|
|
98
98
|
"@types/react-aria-live": "^2.0.6",
|
|
99
99
|
"@types/react-dom": "^18.3.7",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@vitejs/plugin-react": "^5.0.3",
|
|
103
103
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
104
104
|
"browserslist": "^4.26.2",
|
|
105
|
-
"chromatic": "^13.
|
|
105
|
+
"chromatic": "^13.1.5",
|
|
106
106
|
"concurrently": "^9.2.1",
|
|
107
107
|
"cross-env": "^10.0.0",
|
|
108
108
|
"depcheck": "^1.4.7",
|
|
@@ -119,19 +119,19 @@
|
|
|
119
119
|
"remark-gfm": "^4.0.1",
|
|
120
120
|
"shx": "^0.4.0",
|
|
121
121
|
"signale": "^1.4.0",
|
|
122
|
-
"storybook": "^9.1.
|
|
122
|
+
"storybook": "^9.1.6",
|
|
123
123
|
"styled-components": "^6.1.19",
|
|
124
124
|
"tsup": "^8.5.0",
|
|
125
125
|
"tsx": "^4.20.5",
|
|
126
126
|
"typescript": "^5.9.2",
|
|
127
|
-
"vite": "^7.1.
|
|
127
|
+
"vite": "^7.1.5",
|
|
128
128
|
"vitest": "^3.2.4",
|
|
129
129
|
"vitest-axe": "^1.0.0-pre.5",
|
|
130
130
|
"vitest-canvas-mock": "^0.3.3",
|
|
131
|
-
"yup": "^1.7.
|
|
131
|
+
"yup": "^1.7.0"
|
|
132
132
|
},
|
|
133
133
|
"resolutions": {
|
|
134
|
-
"styled-components": "^6.1.
|
|
134
|
+
"styled-components": "^6.1.18"
|
|
135
135
|
},
|
|
136
136
|
"author": "Wistia Engineering",
|
|
137
137
|
"license": "UNLICENSED",
|