@wistia/ui 0.16.1-beta.538b5a81.8732735 → 0.17.0

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/ui",
3
- "version": "0.16.1-beta.538b5a81.8732735",
3
+ "version": "0.17.0",
4
4
  "description": "Wistia UI React component library",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -49,10 +49,11 @@
49
49
  "peerDependencies": {
50
50
  "@types/react": "^18.0.0 || ^19.0.0",
51
51
  "@types/react-dom": "^18.0.0 || ^19.0.0",
52
+ "@types/styled-components": "^5.0.0",
52
53
  "react": "^18.0.0 || ^19.0.0",
53
54
  "react-dom": "^18.0.0 || ^19.0.0",
54
55
  "react-router": "^7.0.0",
55
- "styled-components": "^6.0.0"
56
+ "styled-components": "^5.0.0 || ^6.0.0"
56
57
  },
57
58
  "dependencies": {
58
59
  "@ariakit/react": "^0.4.19",
@@ -71,6 +72,7 @@
71
72
  "culori": "^4.0.2",
72
73
  "match-sorter": "^8.1.0",
73
74
  "polished": "^4.3.1",
75
+ "react-is": "^19.2.0",
74
76
  "sonner": "^2.0.7",
75
77
  "throttle-debounce": "^5.0.2",
76
78
  "type-fest": "^5.0.1",
@@ -94,6 +96,7 @@
94
96
  "@types/node": "^24.7.0",
95
97
  "@types/react": "^18.3.25",
96
98
  "@types/react-dom": "^18.3.7",
99
+ "@types/styled-components": "^5.1.34",
97
100
  "@types/throttle-debounce": "^5.0.2",
98
101
  "@vitejs/plugin-react": "^5.0.4",
99
102
  "@vitest/coverage-istanbul": "^3.2.4",
@@ -115,7 +118,7 @@
115
118
  "remark-gfm": "^4.0.1",
116
119
  "signale": "^1.4.0",
117
120
  "storybook": "^9.1.10",
118
- "styled-components": "^6.1.19",
121
+ "styled-components": "^5.3.11",
119
122
  "tsup": "^8.5.0",
120
123
  "typescript": "^5.9.3",
121
124
  "vite": "^7.1.9",
@@ -124,7 +127,7 @@
124
127
  "vitest-canvas-mock": "^0.3.3"
125
128
  },
126
129
  "resolutions": {
127
- "styled-components": "^6.1.19"
130
+ "styled-components": "^5.3.11"
128
131
  },
129
132
  "author": "Wistia Engineering",
130
133
  "license": "UNLICENSED",