@wistia/ui 0.0.19 → 0.0.21
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 +182 -53
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +88 -1
- package/dist/index.d.ts +88 -1
- package/dist/index.mjs +178 -50
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/styled-components": "^5.0 || ^6.0",
|
|
51
51
|
"react": "^18.0 || ^19.0",
|
|
52
52
|
"react-dom": "^18.0 || ^19.0",
|
|
53
|
-
"react-router-dom": "^6.0",
|
|
53
|
+
"react-router-dom": "^6.0 || ^7.0",
|
|
54
54
|
"styled-components": "^5.0 || ^6.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
@@ -61,51 +61,51 @@
|
|
|
61
61
|
"polished": "^4.3.1",
|
|
62
62
|
"react-is": "^18.3.1",
|
|
63
63
|
"throttle-debounce": "^5.0.2",
|
|
64
|
-
"type-fest": "^4.
|
|
64
|
+
"type-fest": "^4.30.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@mdx-js/react": "^3.1.0",
|
|
68
68
|
"@repo/config": "workspace:*",
|
|
69
|
-
"@storybook/addon-a11y": "^8.4.
|
|
70
|
-
"@storybook/addon-backgrounds": "^8.4.
|
|
71
|
-
"@storybook/addon-controls": "^8.4.
|
|
72
|
-
"@storybook/addon-docs": "^8.4.
|
|
73
|
-
"@storybook/addon-links": "^8.4.
|
|
74
|
-
"@storybook/blocks": "^8.4.
|
|
75
|
-
"@storybook/manager-api": "^8.4.
|
|
76
|
-
"@storybook/react": "^8.4.
|
|
77
|
-
"@storybook/react-vite": "^8.4.
|
|
78
|
-
"@storybook/theming": "^8.4.
|
|
69
|
+
"@storybook/addon-a11y": "^8.4.7",
|
|
70
|
+
"@storybook/addon-backgrounds": "^8.4.7",
|
|
71
|
+
"@storybook/addon-controls": "^8.4.7",
|
|
72
|
+
"@storybook/addon-docs": "^8.4.7",
|
|
73
|
+
"@storybook/addon-links": "^8.4.7",
|
|
74
|
+
"@storybook/blocks": "^8.4.7",
|
|
75
|
+
"@storybook/manager-api": "^8.4.7",
|
|
76
|
+
"@storybook/react": "^8.4.7",
|
|
77
|
+
"@storybook/react-vite": "^8.4.7",
|
|
78
|
+
"@storybook/theming": "^8.4.7",
|
|
79
79
|
"@testing-library/dom": "^10.4.0",
|
|
80
80
|
"@testing-library/jest-dom": "^6.6.3",
|
|
81
|
-
"@testing-library/react": "^16.0
|
|
81
|
+
"@testing-library/react": "^16.1.0",
|
|
82
82
|
"@testing-library/user-event": "^14.5.2",
|
|
83
83
|
"@types/node": "^22.10.1",
|
|
84
|
-
"@types/react": "^18.3.
|
|
85
|
-
"@types/react-dom": "^18.3.
|
|
84
|
+
"@types/react": "^18.3.14",
|
|
85
|
+
"@types/react-dom": "^18.3.2",
|
|
86
86
|
"@types/styled-components": "^5.1.34",
|
|
87
87
|
"@types/throttle-debounce": "^5.0.2",
|
|
88
88
|
"@vitejs/plugin-react": "^4.3.4",
|
|
89
|
-
"@vitest/coverage-istanbul": "^2.1.
|
|
90
|
-
"@vitest/ui": "^2.1.
|
|
89
|
+
"@vitest/coverage-istanbul": "^2.1.8",
|
|
90
|
+
"@vitest/ui": "^2.1.8",
|
|
91
91
|
"browserslist": "^4.24.2",
|
|
92
|
-
"chromatic": "^11.
|
|
92
|
+
"chromatic": "^11.20.0",
|
|
93
93
|
"cross-env": "^7.0.3",
|
|
94
94
|
"depcheck": "^1.4.7",
|
|
95
95
|
"minimist": "^1.2.8",
|
|
96
96
|
"pascalcase": "^2.0.0",
|
|
97
|
-
"prettier": "^3.4.
|
|
97
|
+
"prettier": "^3.4.2",
|
|
98
98
|
"react": "^18.3.1",
|
|
99
99
|
"react-docgen-typescript": "^2.2.2",
|
|
100
100
|
"react-dom": "^18.3.1",
|
|
101
|
-
"react-router-dom": "^
|
|
101
|
+
"react-router-dom": "^7.0.1",
|
|
102
102
|
"signale": "^1.4.0",
|
|
103
|
-
"storybook": "^8.4.
|
|
103
|
+
"storybook": "^8.4.7",
|
|
104
104
|
"styled-components": "^5.3.11",
|
|
105
105
|
"tsup": "^8.3.5",
|
|
106
|
-
"typescript": "5.
|
|
107
|
-
"vite": "^
|
|
108
|
-
"vitest": "^2.1.
|
|
106
|
+
"typescript": "^5.7.2",
|
|
107
|
+
"vite": "^6.0.3",
|
|
108
|
+
"vitest": "^2.1.8",
|
|
109
109
|
"vitest-axe": "^1.0.0-pre.3",
|
|
110
110
|
"vitest-canvas-mock": "^0.3.3",
|
|
111
111
|
"vitest-console": "^0.1.1"
|