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