@wistia/vhs 3.0.1 → 3.0.2-beta.71a34500.ddfe1bb
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 +34 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +34 -40
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-beta.71a34500.ddfe1bb",
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
70
70
|
"formik": "^2.4.6",
|
|
71
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"motion": "^12.23.
|
|
72
|
+
"motion": "^12.23.19",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
@@ -80,32 +80,32 @@
|
|
|
80
80
|
"slate-hyperscript": "^0.100.0",
|
|
81
81
|
"slate-react": "0.99.0",
|
|
82
82
|
"throttle-debounce": "^5.0.2",
|
|
83
|
-
"type-fest": "^5.0.
|
|
83
|
+
"type-fest": "^5.0.1"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@karibash/pixel-units": "^2.3.0",
|
|
87
87
|
"@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.
|
|
88
|
+
"@storybook/addon-a11y": "^9.1.7",
|
|
89
|
+
"@storybook/addon-docs": "^9.1.7",
|
|
90
|
+
"@storybook/addon-links": "^9.1.7",
|
|
91
|
+
"@storybook/react-vite": "^9.1.7",
|
|
92
92
|
"@testing-library/dom": "^10.4.1",
|
|
93
93
|
"@testing-library/jest-dom": "^6.8.0",
|
|
94
94
|
"@testing-library/react": "^16.3.0",
|
|
95
95
|
"@testing-library/user-event": "^14.6.1",
|
|
96
96
|
"@types/is-hotkey": "^0.1.10",
|
|
97
97
|
"@types/jest-axe": "^3.5.9",
|
|
98
|
-
"@types/node": "^24.5.
|
|
99
|
-
"@types/react": "^
|
|
98
|
+
"@types/node": "^24.5.2",
|
|
99
|
+
"@types/react": "^19.1.5",
|
|
100
100
|
"@types/react-aria-live": "^2.0.6",
|
|
101
|
-
"@types/react-dom": "^
|
|
101
|
+
"@types/react-dom": "^19.1.5",
|
|
102
102
|
"@types/react-slider": "^1.3.6",
|
|
103
103
|
"@types/styled-components": "^5.1.34",
|
|
104
104
|
"@types/throttle-debounce": "^5.0.2",
|
|
105
105
|
"@vitejs/plugin-react": "^5.0.3",
|
|
106
106
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
107
107
|
"browserslist": "^4.26.2",
|
|
108
|
-
"chromatic": "^13.
|
|
108
|
+
"chromatic": "^13.2.0",
|
|
109
109
|
"concurrently": "^9.2.1",
|
|
110
110
|
"cross-env": "^10.0.0",
|
|
111
111
|
"depcheck": "^1.4.7",
|
|
@@ -116,22 +116,25 @@
|
|
|
116
116
|
"minimist": "^1.2.8",
|
|
117
117
|
"pascalcase": "^2.0.0",
|
|
118
118
|
"prettier": "^3.6.2",
|
|
119
|
-
"react": "^
|
|
119
|
+
"react": "^19.1.1",
|
|
120
120
|
"react-docgen-typescript": "^2.4.0",
|
|
121
|
-
"react-dom": "^
|
|
121
|
+
"react-dom": "^19.1.1",
|
|
122
122
|
"remark-gfm": "^4.0.1",
|
|
123
123
|
"shx": "^0.4.0",
|
|
124
124
|
"signale": "^1.4.0",
|
|
125
|
-
"storybook": "^9.1.
|
|
125
|
+
"storybook": "^9.1.7",
|
|
126
126
|
"styled-components": "^5.3.11",
|
|
127
127
|
"tsup": "^8.5.0",
|
|
128
128
|
"tsx": "^4.20.5",
|
|
129
129
|
"typescript": "^5.9.2",
|
|
130
|
-
"vite": "^7.1.
|
|
130
|
+
"vite": "^7.1.7",
|
|
131
131
|
"vitest": "^3.2.4",
|
|
132
132
|
"vitest-axe": "^1.0.0-pre.5",
|
|
133
133
|
"vitest-canvas-mock": "^0.3.3",
|
|
134
|
-
"yup": "^1.7.
|
|
134
|
+
"yup": "^1.7.1"
|
|
135
|
+
},
|
|
136
|
+
"resolutions": {
|
|
137
|
+
"styled-components": "^5.3.11"
|
|
135
138
|
},
|
|
136
139
|
"author": "Wistia Engineering",
|
|
137
140
|
"license": "UNLICENSED",
|