@wistia/vhs 3.0.2-beta.57c0c601.a2660dd → 3.0.2-beta.bd1fe70b.ee5496a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "3.0.2-beta.57c0c601.a2660dd",
3
+ "version": "3.0.2-beta.bd1fe70b.ee5496a",
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": "^6.1.19",
126
+ "styled-components": "^5.3.11",
124
127
  "tsup": "^8.5.0",
125
128
  "tsx": "^4.20.5",
126
129
  "typescript": "^5.9.2",
@@ -131,7 +134,7 @@
131
134
  "yup": "^1.7.1"
132
135
  },
133
136
  "resolutions": {
134
- "styled-components": "^6.1.19"
137
+ "styled-components": "^5.3.11"
135
138
  },
136
139
  "author": "Wistia Engineering",
137
140
  "license": "UNLICENSED",