@wistia/ui 0.21.8 → 0.21.9-beta.01bf64de.6d29d5a
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.d.ts +4979 -4338
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10177 -14401
- package/dist/index.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.9-beta.01bf64de.6d29d5a",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"node": ">=22.16.0 || >=24.0.0"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
-
"build": "
|
|
24
|
+
"build": "tsdown && node scripts/generateCssCustomData.mjs",
|
|
25
25
|
"build:analyze": "yarn build --metafile && esbuild-visualizer --metadata ./dist/metafile-esm.json --filename ./dist/esbuild-stats.html && open ./dist/esbuild-stats.html",
|
|
26
26
|
"build:watch": "yarn build --watch",
|
|
27
27
|
"chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"styled-components": "^6.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@ariakit/react": "^0.4.
|
|
53
|
+
"@ariakit/react": "^0.4.23",
|
|
54
54
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
55
55
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
56
56
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
"react-markdown": "^10.1.0",
|
|
71
71
|
"sonner": "^2.0.7",
|
|
72
72
|
"throttle-debounce": "^5.0.2",
|
|
73
|
-
"type-fest": "^5.4.4",
|
|
74
73
|
"use-file-picker": "2.1.2",
|
|
75
74
|
"yup": "^1.7.1"
|
|
76
75
|
},
|
|
@@ -79,10 +78,10 @@
|
|
|
79
78
|
"@mdx-js/mdx": "^3.1.1",
|
|
80
79
|
"@mdx-js/react": "^3.1.1",
|
|
81
80
|
"@repo/config": "workspace:*",
|
|
82
|
-
"@storybook/addon-a11y": "^10.2.
|
|
83
|
-
"@storybook/addon-docs": "^10.2.
|
|
84
|
-
"@storybook/addon-links": "^10.2.
|
|
85
|
-
"@storybook/react-vite": "^10.2.
|
|
81
|
+
"@storybook/addon-a11y": "^10.2.19",
|
|
82
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
83
|
+
"@storybook/addon-links": "^10.2.19",
|
|
84
|
+
"@storybook/react-vite": "^10.2.19",
|
|
86
85
|
"@testing-library/dom": "^10.4.1",
|
|
87
86
|
"@testing-library/jest-dom": "^6.9.1",
|
|
88
87
|
"@testing-library/react": "^16.3.2",
|
|
@@ -91,13 +90,13 @@
|
|
|
91
90
|
"@types/jest-axe": "^3.5.9",
|
|
92
91
|
"@types/jsdom": "^28.0.0",
|
|
93
92
|
"@types/mdx": "^2.0.13",
|
|
94
|
-
"@types/node": "^25.
|
|
93
|
+
"@types/node": "^25.5.0",
|
|
95
94
|
"@types/react": "^19.2.14",
|
|
96
95
|
"@types/react-dom": "^19.2.3",
|
|
97
96
|
"@types/throttle-debounce": "^5.0.2",
|
|
98
|
-
"@vitejs/plugin-react": "^5.
|
|
99
|
-
"@vitest/coverage-istanbul": "^4.0
|
|
100
|
-
"@vitest/ui": "^4.0
|
|
97
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
98
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
99
|
+
"@vitest/ui": "^4.1.0",
|
|
101
100
|
"browserslist": "^4.28.1",
|
|
102
101
|
"check-export-map": "^1.3.1",
|
|
103
102
|
"chromatic": "^15.2.0",
|
|
@@ -113,13 +112,14 @@
|
|
|
113
112
|
"react-dom": "^19.2.4",
|
|
114
113
|
"react-router": "^7.13.1",
|
|
115
114
|
"remark-gfm": "^4.0.1",
|
|
115
|
+
"rolldown": "^1.0.0-rc.9",
|
|
116
116
|
"signale": "^1.4.0",
|
|
117
|
-
"storybook": "^10.2.
|
|
117
|
+
"storybook": "^10.2.19",
|
|
118
118
|
"styled-components": "6.2.0",
|
|
119
|
-
"
|
|
120
|
-
"typescript": "
|
|
119
|
+
"tsdown": "^0.21.2",
|
|
120
|
+
"typescript": "6.0.0-dev.20260314",
|
|
121
121
|
"vite": "^7.3.1",
|
|
122
|
-
"vitest": "^4.0
|
|
122
|
+
"vitest": "^4.1.0",
|
|
123
123
|
"vitest-axe": "^1.0.0-pre.5",
|
|
124
124
|
"vitest-canvas-mock": "^1.1.3"
|
|
125
125
|
},
|