@wistia/vhs 2.54.0-beta.e57168de.69da880 → 2.55.0-beta.1bb351df.61442df
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/MenuButton/MenuButton.d.ts +3 -0
- package/dist/components/MenuButton/MenuButton.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toast/ToastAnimation.d.ts +4 -3
- package/dist/components/Toast/ToastAnimation.d.ts.map +1 -1
- package/dist/index.cjs +507 -555
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +500 -548
- package/dist/index.mjs.map +4 -4
- package/package.json +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0-beta.1bb351df.61442df",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@types/react": "^17.0 || ^18.0",
|
|
64
64
|
"@types/react-dom": "^17.0 || ^18.0",
|
|
65
|
-
"@types/react-transition-group": "^4.0",
|
|
66
65
|
"@types/styled-components": "^5.0 || ^6.0",
|
|
67
66
|
"react": "^17.0 || ^18.0",
|
|
68
67
|
"react-dom": "^17.0 || ^18.0",
|
|
@@ -81,7 +80,6 @@
|
|
|
81
80
|
"react-fast-compare": "^3.2.2",
|
|
82
81
|
"react-is": "^18.3.1",
|
|
83
82
|
"react-slider": "^2.0.6",
|
|
84
|
-
"react-transition-group": "^4.4.5",
|
|
85
83
|
"slate": "0.94.1",
|
|
86
84
|
"slate-history": "^0.100.0",
|
|
87
85
|
"slate-hyperscript": "^0.100.0",
|
|
@@ -102,7 +100,7 @@
|
|
|
102
100
|
"@storybook/react-vite": "^8.1.6",
|
|
103
101
|
"@storybook/theming": "^8.1.6",
|
|
104
102
|
"@testing-library/dom": "10.1.0",
|
|
105
|
-
"@testing-library/jest-dom": "6.4.
|
|
103
|
+
"@testing-library/jest-dom": "6.4.6",
|
|
106
104
|
"@testing-library/react": "^16.0.0",
|
|
107
105
|
"@testing-library/user-event": "^14.5.2",
|
|
108
106
|
"@types/node": "^20.14.2",
|
|
@@ -110,13 +108,12 @@
|
|
|
110
108
|
"@types/react-aria-live": "^2.0.6",
|
|
111
109
|
"@types/react-dom": "^18.3.0",
|
|
112
110
|
"@types/react-slider": "^1.3.6",
|
|
113
|
-
"@types/react-transition-group": "^4.4.10",
|
|
114
111
|
"@types/styled-components": "^5.1.34",
|
|
115
112
|
"@types/throttle-debounce": "^5.0.2",
|
|
116
113
|
"@types/uuid": "^9.0.8",
|
|
117
114
|
"@vitejs/plugin-react": "^4.3.1",
|
|
118
115
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
119
|
-
"@wistia/eslint-config": "^0.33.
|
|
116
|
+
"@wistia/eslint-config": "^0.33.1",
|
|
120
117
|
"browserslist": "^4.23.1",
|
|
121
118
|
"bundlewatch": "^0.3.3",
|
|
122
119
|
"chromatic": "^11.5.3",
|
|
@@ -140,7 +137,7 @@
|
|
|
140
137
|
"storybook": "^8.1.6",
|
|
141
138
|
"styled-components": "^5.3.11",
|
|
142
139
|
"stylelint": "^16.6.1",
|
|
143
|
-
"tsx": "^4.15.
|
|
140
|
+
"tsx": "^4.15.2",
|
|
144
141
|
"typescript": "5.4.5",
|
|
145
142
|
"vite": "^5.2.13",
|
|
146
143
|
"vitest": "^1.6.0",
|
|
@@ -150,7 +147,8 @@
|
|
|
150
147
|
"yup": "^1.4.0"
|
|
151
148
|
},
|
|
152
149
|
"resolutions": {
|
|
153
|
-
"axios": "0.28.0"
|
|
150
|
+
"axios": "0.28.0",
|
|
151
|
+
"braces": "3.0.3"
|
|
154
152
|
},
|
|
155
153
|
"author": "Wistia Engineering",
|
|
156
154
|
"license": "UNLICENSED",
|