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