@wistia/ui 0.19.2 → 0.19.3
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 +32 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +32 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.3",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"@mdx-js/mdx": "^3.1.1",
|
|
82
82
|
"@mdx-js/react": "^3.1.1",
|
|
83
83
|
"@repo/config": "workspace:*",
|
|
84
|
-
"@storybook/addon-a11y": "^10.0.
|
|
85
|
-
"@storybook/addon-docs": "^10.0.
|
|
86
|
-
"@storybook/addon-links": "^10.0.
|
|
87
|
-
"@storybook/react-vite": "^10.0.
|
|
84
|
+
"@storybook/addon-a11y": "^10.0.8",
|
|
85
|
+
"@storybook/addon-docs": "^10.0.8",
|
|
86
|
+
"@storybook/addon-links": "^10.0.8",
|
|
87
|
+
"@storybook/react-vite": "^10.0.8",
|
|
88
88
|
"@testing-library/dom": "^10.4.1",
|
|
89
89
|
"@testing-library/jest-dom": "^6.9.1",
|
|
90
90
|
"@testing-library/react": "^16.3.0",
|
|
@@ -92,33 +92,33 @@
|
|
|
92
92
|
"@types/culori": "^4.0.1",
|
|
93
93
|
"@types/jest-axe": "^3.5.9",
|
|
94
94
|
"@types/node": "^24.10.1",
|
|
95
|
-
"@types/react": "^19.2.
|
|
95
|
+
"@types/react": "^19.2.6",
|
|
96
96
|
"@types/react-dom": "^19.2.3",
|
|
97
97
|
"@types/throttle-debounce": "^5.0.2",
|
|
98
98
|
"@vitejs/plugin-react": "^5.1.1",
|
|
99
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
100
|
-
"@vitest/ui": "^4.0.
|
|
99
|
+
"@vitest/coverage-istanbul": "^4.0.13",
|
|
100
|
+
"@vitest/ui": "^4.0.13",
|
|
101
101
|
"browserslist": "^4.28.0",
|
|
102
|
-
"chromatic": "^13.3.
|
|
102
|
+
"chromatic": "^13.3.4",
|
|
103
103
|
"cross-env": "^10.1.0",
|
|
104
104
|
"depcheck": "^1.4.7",
|
|
105
105
|
"esbuild-visualizer": "^0.7.0",
|
|
106
|
-
"glob": "^11.0
|
|
106
|
+
"glob": "^11.1.0",
|
|
107
107
|
"minimist": "^1.2.8",
|
|
108
108
|
"pascalcase": "^2.0.0",
|
|
109
109
|
"prettier": "^3.6.2",
|
|
110
110
|
"react": "^19.2.0",
|
|
111
111
|
"react-docgen-typescript": "^2.4.0",
|
|
112
112
|
"react-dom": "^19.2.0",
|
|
113
|
-
"react-router": "^7.9.
|
|
113
|
+
"react-router": "^7.9.6",
|
|
114
114
|
"remark-gfm": "^4.0.1",
|
|
115
115
|
"signale": "^1.4.0",
|
|
116
|
-
"storybook": "^10.0.
|
|
116
|
+
"storybook": "^10.0.8",
|
|
117
117
|
"styled-components": "^6.1.19",
|
|
118
|
-
"tsup": "^8.5.
|
|
118
|
+
"tsup": "^8.5.1",
|
|
119
119
|
"typescript": "^5.9.3",
|
|
120
|
-
"vite": "^7.2.
|
|
121
|
-
"vitest": "^4.0.
|
|
120
|
+
"vite": "^7.2.4",
|
|
121
|
+
"vitest": "^4.0.13",
|
|
122
122
|
"vitest-axe": "^1.0.0-pre.5",
|
|
123
123
|
"vitest-canvas-mock": "^0.3.3"
|
|
124
124
|
},
|