@wistia/vhs 3.0.2-beta.ea641c58.c6a1f4e → 3.0.2-beta.f2d5834d.a2660dd
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 +8 -11
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.f2d5834d.a2660dd",
|
|
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",
|
|
@@ -73,7 +72,6 @@
|
|
|
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",
|
|
@@ -96,11 +94,10 @@
|
|
|
96
94
|
"@types/is-hotkey": "^0.1.10",
|
|
97
95
|
"@types/jest-axe": "^3.5.9",
|
|
98
96
|
"@types/node": "^24.5.2",
|
|
99
|
-
"@types/react": "^
|
|
97
|
+
"@types/react": "^18.3.24",
|
|
100
98
|
"@types/react-aria-live": "^2.0.6",
|
|
101
|
-
"@types/react-dom": "^
|
|
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
102
|
"@vitejs/plugin-react": "^5.0.3",
|
|
106
103
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
@@ -116,14 +113,14 @@
|
|
|
116
113
|
"minimist": "^1.2.8",
|
|
117
114
|
"pascalcase": "^2.0.0",
|
|
118
115
|
"prettier": "^3.6.2",
|
|
119
|
-
"react": "^
|
|
116
|
+
"react": "^18.3.1",
|
|
120
117
|
"react-docgen-typescript": "^2.4.0",
|
|
121
|
-
"react-dom": "^
|
|
118
|
+
"react-dom": "^18.3.1",
|
|
122
119
|
"remark-gfm": "^4.0.1",
|
|
123
120
|
"shx": "^0.4.0",
|
|
124
121
|
"signale": "^1.4.0",
|
|
125
122
|
"storybook": "^9.1.7",
|
|
126
|
-
"styled-components": "^
|
|
123
|
+
"styled-components": "^6.1.19",
|
|
127
124
|
"tsup": "^8.5.0",
|
|
128
125
|
"tsx": "^4.20.5",
|
|
129
126
|
"typescript": "^5.9.2",
|
|
@@ -134,7 +131,7 @@
|
|
|
134
131
|
"yup": "^1.7.1"
|
|
135
132
|
},
|
|
136
133
|
"resolutions": {
|
|
137
|
-
"styled-components": "^
|
|
134
|
+
"styled-components": "^6.1.19"
|
|
138
135
|
},
|
|
139
136
|
"author": "Wistia Engineering",
|
|
140
137
|
"license": "UNLICENSED",
|