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