@wistia/ui 0.17.1 → 0.18.0-beta.1c9fd927.fd83b0d
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 +304 -304
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +155 -155
- package/dist/index.d.ts +155 -155
- package/dist/index.mjs +112 -112
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0-beta.1c9fd927.fd83b0d",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"engines": {
|
|
27
|
-
"node": ">=22.
|
|
27
|
+
"node": ">=22.16.0 || >=24.0.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "tsup --config tsup.config.mts",
|
|
@@ -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",
|
|
@@ -94,9 +92,8 @@
|
|
|
94
92
|
"@types/culori": "^4.0.1",
|
|
95
93
|
"@types/jest-axe": "^3.5.9",
|
|
96
94
|
"@types/node": "^24.7.0",
|
|
97
|
-
"@types/react": "^18.3.
|
|
95
|
+
"@types/react": "^18.3.26",
|
|
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",
|
|
@@ -114,11 +111,11 @@
|
|
|
114
111
|
"react": "^18.3.1",
|
|
115
112
|
"react-docgen-typescript": "^2.4.0",
|
|
116
113
|
"react-dom": "^18.3.1",
|
|
117
|
-
"react-router": "^7.9.
|
|
114
|
+
"react-router": "^7.9.4",
|
|
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": {
|