@wistia/ui 0.16.0 → 0.16.1-beta.050f1228.4a2561c
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 +344 -309
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +62 -62
- package/dist/index.d.ts +62 -62
- package/dist/index.mjs +152 -117
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1-beta.050f1228.4a2561c",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -49,14 +49,13 @@
|
|
|
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
|
-
"@ariakit/react": "^0.4.
|
|
58
|
+
"@ariakit/react": "^0.4.19",
|
|
60
59
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
61
60
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
62
61
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -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.1.1",
|
|
76
74
|
"sonner": "^2.0.7",
|
|
77
75
|
"throttle-debounce": "^5.0.2",
|
|
78
76
|
"type-fest": "^5.0.1",
|
|
@@ -83,27 +81,26 @@
|
|
|
83
81
|
"@mdx-js/mdx": "^3.1.1",
|
|
84
82
|
"@mdx-js/react": "^3.1.1",
|
|
85
83
|
"@repo/config": "workspace:*",
|
|
86
|
-
"@storybook/addon-a11y": "^9.1.
|
|
87
|
-
"@storybook/addon-docs": "^9.1.
|
|
88
|
-
"@storybook/addon-links": "^9.1.
|
|
89
|
-
"@storybook/react-vite": "^9.1.
|
|
84
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
85
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
86
|
+
"@storybook/addon-links": "^9.1.10",
|
|
87
|
+
"@storybook/react-vite": "^9.1.10",
|
|
90
88
|
"@testing-library/dom": "^10.4.1",
|
|
91
|
-
"@testing-library/jest-dom": "^6.
|
|
89
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
92
90
|
"@testing-library/react": "^16.3.0",
|
|
93
91
|
"@testing-library/user-event": "^14.6.1",
|
|
94
92
|
"@types/culori": "^4.0.1",
|
|
95
93
|
"@types/jest-axe": "^3.5.9",
|
|
96
|
-
"@types/node": "^24.
|
|
97
|
-
"@types/react": "^18.3.
|
|
94
|
+
"@types/node": "^24.7.0",
|
|
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
|
-
"@vitejs/plugin-react": "^5.0.
|
|
98
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
102
99
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
103
100
|
"@vitest/ui": "^3.2.4",
|
|
104
|
-
"browserslist": "^4.26.
|
|
105
|
-
"chromatic": "^13.
|
|
106
|
-
"cross-env": "^10.
|
|
101
|
+
"browserslist": "^4.26.3",
|
|
102
|
+
"chromatic": "^13.3.0",
|
|
103
|
+
"cross-env": "^10.1.0",
|
|
107
104
|
"depcheck": "^1.4.7",
|
|
108
105
|
"esbuild-visualizer": "^0.7.0",
|
|
109
106
|
"glob": "^11.0.3",
|
|
@@ -114,20 +111,20 @@
|
|
|
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.3",
|
|
118
115
|
"remark-gfm": "^4.0.1",
|
|
119
116
|
"signale": "^1.4.0",
|
|
120
|
-
"storybook": "^9.1.
|
|
121
|
-
"styled-components": "^
|
|
117
|
+
"storybook": "^9.1.10",
|
|
118
|
+
"styled-components": "^6.1.19",
|
|
122
119
|
"tsup": "^8.5.0",
|
|
123
|
-
"typescript": "^5.9.
|
|
124
|
-
"vite": "^7.1.
|
|
120
|
+
"typescript": "^5.9.3",
|
|
121
|
+
"vite": "^7.1.9",
|
|
125
122
|
"vitest": "^3.2.4",
|
|
126
123
|
"vitest-axe": "^1.0.0-pre.5",
|
|
127
124
|
"vitest-canvas-mock": "^0.3.3"
|
|
128
125
|
},
|
|
129
126
|
"resolutions": {
|
|
130
|
-
"styled-components": "^
|
|
127
|
+
"styled-components": "^6.1.19"
|
|
131
128
|
},
|
|
132
129
|
"author": "Wistia Engineering",
|
|
133
130
|
"license": "UNLICENSED",
|