@wistia/vhs 3.0.2 → 4.0.0-beta.15b04477.c41d423
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 +235 -235
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +33 -32
- package/dist/index.d.ts +33 -32
- package/dist/index.mjs +73 -73
- package/dist/index.mjs.map +1 -1
- package/package.json +21 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta.15b04477.c41d423",
|
|
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",
|
|
@@ -57,10 +57,9 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
59
59
|
"@types/react-dom": "^18.0.0 || ^19.0.0",
|
|
60
|
-
"@types/styled-components": "^5.0.0",
|
|
61
60
|
"react": "^18.0.0 || ^19.0.0",
|
|
62
61
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
63
|
-
"styled-components": "^
|
|
62
|
+
"styled-components": "^6.0.0"
|
|
64
63
|
},
|
|
65
64
|
"dependencies": {
|
|
66
65
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -69,11 +68,10 @@
|
|
|
69
68
|
"date-fns": "^4.1.0",
|
|
70
69
|
"formik": "^2.4.6",
|
|
71
70
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"motion": "^12.23.
|
|
71
|
+
"motion": "^12.23.22",
|
|
73
72
|
"polished": "^4.3.1",
|
|
74
73
|
"react-aria-live": "^2.0.5",
|
|
75
74
|
"react-fast-compare": "^3.2.2",
|
|
76
|
-
"react-is": "^19.1.1",
|
|
77
75
|
"react-slider": "^2.0.6",
|
|
78
76
|
"slate": "0.94.1",
|
|
79
77
|
"slate-history": "^0.100.0",
|
|
@@ -85,33 +83,32 @@
|
|
|
85
83
|
"devDependencies": {
|
|
86
84
|
"@karibash/pixel-units": "^2.3.0",
|
|
87
85
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^9.1.
|
|
89
|
-
"@storybook/addon-docs": "^9.1.
|
|
90
|
-
"@storybook/addon-links": "^9.1.
|
|
91
|
-
"@storybook/react-vite": "^9.1.
|
|
86
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
87
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
88
|
+
"@storybook/addon-links": "^9.1.10",
|
|
89
|
+
"@storybook/react-vite": "^9.1.10",
|
|
92
90
|
"@testing-library/dom": "^10.4.1",
|
|
93
|
-
"@testing-library/jest-dom": "^6.
|
|
91
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
94
92
|
"@testing-library/react": "^16.3.0",
|
|
95
93
|
"@testing-library/user-event": "^14.6.1",
|
|
96
94
|
"@types/is-hotkey": "^0.1.10",
|
|
97
95
|
"@types/jest-axe": "^3.5.9",
|
|
98
|
-
"@types/node": "^24.
|
|
99
|
-
"@types/react": "^18.3.
|
|
96
|
+
"@types/node": "^24.7.0",
|
|
97
|
+
"@types/react": "^18.3.26",
|
|
100
98
|
"@types/react-aria-live": "^2.0.6",
|
|
101
99
|
"@types/react-dom": "^18.3.7",
|
|
102
100
|
"@types/react-slider": "^1.3.6",
|
|
103
|
-
"@types/styled-components": "^5.1.34",
|
|
104
101
|
"@types/throttle-debounce": "^5.0.2",
|
|
105
|
-
"@vitejs/plugin-react": "^5.0.
|
|
102
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
106
103
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
107
|
-
"browserslist": "^4.26.
|
|
108
|
-
"chromatic": "^13.
|
|
104
|
+
"browserslist": "^4.26.3",
|
|
105
|
+
"chromatic": "^13.3.0",
|
|
109
106
|
"concurrently": "^9.2.1",
|
|
110
|
-
"cross-env": "^10.
|
|
107
|
+
"cross-env": "^10.1.0",
|
|
111
108
|
"depcheck": "^1.4.7",
|
|
112
109
|
"esbuild-visualizer": "^0.7.0",
|
|
113
|
-
"globby": "^
|
|
114
|
-
"jsdoc-to-markdown": "^9.1.
|
|
110
|
+
"globby": "^15.0.0",
|
|
111
|
+
"jsdoc-to-markdown": "^9.1.3",
|
|
115
112
|
"jsdom": "^27.0.0",
|
|
116
113
|
"minimist": "^1.2.8",
|
|
117
114
|
"pascalcase": "^2.0.0",
|
|
@@ -122,20 +119,17 @@
|
|
|
122
119
|
"remark-gfm": "^4.0.1",
|
|
123
120
|
"shx": "^0.4.0",
|
|
124
121
|
"signale": "^1.4.0",
|
|
125
|
-
"storybook": "^9.1.
|
|
126
|
-
"styled-components": "^
|
|
122
|
+
"storybook": "^9.1.10",
|
|
123
|
+
"styled-components": "^6.1.19",
|
|
127
124
|
"tsup": "^8.5.0",
|
|
128
|
-
"tsx": "^4.20.
|
|
129
|
-
"typescript": "^5.9.
|
|
130
|
-
"vite": "^7.1.
|
|
125
|
+
"tsx": "^4.20.6",
|
|
126
|
+
"typescript": "^5.9.3",
|
|
127
|
+
"vite": "^7.1.9",
|
|
131
128
|
"vitest": "^3.2.4",
|
|
132
129
|
"vitest-axe": "^1.0.0-pre.5",
|
|
133
130
|
"vitest-canvas-mock": "^0.3.3",
|
|
134
131
|
"yup": "^1.7.1"
|
|
135
132
|
},
|
|
136
|
-
"resolutions": {
|
|
137
|
-
"styled-components": "^5.3.11"
|
|
138
|
-
},
|
|
139
133
|
"author": "Wistia Engineering",
|
|
140
134
|
"license": "UNLICENSED",
|
|
141
135
|
"repository": {
|