@wistia/vhs 3.0.1-beta.a963c7a8.8b7d153 → 3.0.1-beta.de727c7e.149ab3d
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 +266 -269
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +34 -35
- package/dist/index.d.ts +34 -35
- package/dist/index.mjs +104 -107
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.de727c7e.149ab3d",
|
|
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",
|
|
@@ -72,6 +73,7 @@
|
|
|
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.1.1",
|
|
75
77
|
"react-slider": "^2.0.6",
|
|
76
78
|
"slate": "0.94.1",
|
|
77
79
|
"slate-history": "^0.100.0",
|
|
@@ -98,6 +100,7 @@
|
|
|
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
105
|
"@vitejs/plugin-react": "^5.0.3",
|
|
103
106
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
@@ -120,7 +123,7 @@
|
|
|
120
123
|
"shx": "^0.4.0",
|
|
121
124
|
"signale": "^1.4.0",
|
|
122
125
|
"storybook": "^9.1.7",
|
|
123
|
-
"styled-components": "^
|
|
126
|
+
"styled-components": "^5.3.11",
|
|
124
127
|
"tsup": "^8.5.0",
|
|
125
128
|
"tsx": "^4.20.5",
|
|
126
129
|
"typescript": "^5.9.2",
|
|
@@ -130,6 +133,9 @@
|
|
|
130
133
|
"vitest-canvas-mock": "^0.3.3",
|
|
131
134
|
"yup": "^1.7.1"
|
|
132
135
|
},
|
|
136
|
+
"resolutions": {
|
|
137
|
+
"styled-components": "^5.3.11"
|
|
138
|
+
},
|
|
133
139
|
"author": "Wistia Engineering",
|
|
134
140
|
"license": "UNLICENSED",
|
|
135
141
|
"repository": {
|