@wistia/ui 0.19.3 → 0.19.4-beta.0bc44fe8.e89e0f2
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 +78 -37
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +78 -37
- package/dist/index.mjs.map +1 -1
- package/package.json +24 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4-beta.0bc44fe8.e89e0f2",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -33,14 +33,15 @@
|
|
|
33
33
|
"chromatic": "chromatic --build-script-name=storybook:build --storybook-base-dir==packages/ui --allow-console-errors",
|
|
34
34
|
"clean": "rm -rf ./dist && echo 'dist directory has been removed'",
|
|
35
35
|
"depcheck": "depcheck",
|
|
36
|
+
"docgen-output": "node ../../scripts/test-docgen.mjs",
|
|
36
37
|
"generate": "node ./scripts/generators/generateComponent.mjs",
|
|
37
38
|
"generateIconMap": "node ./scripts/generators/generateIconMap.mjs",
|
|
38
39
|
"prepack": "yarn run build",
|
|
39
40
|
"publint": "publint-check",
|
|
41
|
+
"publint:export": "check-export-map",
|
|
40
42
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
41
43
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
42
44
|
"test": "vitest",
|
|
43
|
-
"docgen-output": "node ../../scripts/test-docgen.mjs",
|
|
44
45
|
"test:ci": "vitest run --coverage",
|
|
45
46
|
"test:coverage": "vitest --coverage --ui",
|
|
46
47
|
"test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
"styled-components": "^6.0.0"
|
|
56
57
|
},
|
|
57
58
|
"dependencies": {
|
|
58
|
-
"@ariakit/react": "^0.4.
|
|
59
|
+
"@ariakit/react": "^0.4.20",
|
|
59
60
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
60
61
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
61
62
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -69,11 +70,11 @@
|
|
|
69
70
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
70
71
|
"@wistia/type-guards": "^0.9.1",
|
|
71
72
|
"culori": "^4.0.2",
|
|
72
|
-
"match-sorter": "^8.
|
|
73
|
+
"match-sorter": "^8.2.0",
|
|
73
74
|
"polished": "^4.3.1",
|
|
74
75
|
"sonner": "^2.0.7",
|
|
75
76
|
"throttle-debounce": "^5.0.2",
|
|
76
|
-
"type-fest": "^5.
|
|
77
|
+
"type-fest": "^5.3.0",
|
|
77
78
|
"use-file-picker": "2.1.2",
|
|
78
79
|
"yup": "^1.7.1"
|
|
79
80
|
},
|
|
@@ -81,10 +82,10 @@
|
|
|
81
82
|
"@mdx-js/mdx": "^3.1.1",
|
|
82
83
|
"@mdx-js/react": "^3.1.1",
|
|
83
84
|
"@repo/config": "workspace:*",
|
|
84
|
-
"@storybook/addon-a11y": "^10.
|
|
85
|
-
"@storybook/addon-docs": "^10.
|
|
86
|
-
"@storybook/addon-links": "^10.
|
|
87
|
-
"@storybook/react-vite": "^10.
|
|
85
|
+
"@storybook/addon-a11y": "^10.1.4",
|
|
86
|
+
"@storybook/addon-docs": "^10.1.4",
|
|
87
|
+
"@storybook/addon-links": "^10.1.4",
|
|
88
|
+
"@storybook/react-vite": "^10.1.4",
|
|
88
89
|
"@testing-library/dom": "^10.4.1",
|
|
89
90
|
"@testing-library/jest-dom": "^6.9.1",
|
|
90
91
|
"@testing-library/react": "^16.3.0",
|
|
@@ -92,35 +93,36 @@
|
|
|
92
93
|
"@types/culori": "^4.0.1",
|
|
93
94
|
"@types/jest-axe": "^3.5.9",
|
|
94
95
|
"@types/node": "^24.10.1",
|
|
95
|
-
"@types/react": "^19.2.
|
|
96
|
+
"@types/react": "^19.2.7",
|
|
96
97
|
"@types/react-dom": "^19.2.3",
|
|
97
98
|
"@types/throttle-debounce": "^5.0.2",
|
|
98
99
|
"@vitejs/plugin-react": "^5.1.1",
|
|
99
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
100
|
-
"@vitest/ui": "^4.0.
|
|
101
|
-
"browserslist": "^4.28.
|
|
100
|
+
"@vitest/coverage-istanbul": "^4.0.15",
|
|
101
|
+
"@vitest/ui": "^4.0.15",
|
|
102
|
+
"browserslist": "^4.28.1",
|
|
103
|
+
"check-export-map": "^1.3.1",
|
|
102
104
|
"chromatic": "^13.3.4",
|
|
103
105
|
"cross-env": "^10.1.0",
|
|
104
106
|
"depcheck": "^1.4.7",
|
|
105
107
|
"esbuild-visualizer": "^0.7.0",
|
|
106
|
-
"glob": "^
|
|
108
|
+
"glob": "^13.0.0",
|
|
107
109
|
"minimist": "^1.2.8",
|
|
108
110
|
"pascalcase": "^2.0.0",
|
|
109
|
-
"prettier": "^3.
|
|
110
|
-
"react": "^19.2.
|
|
111
|
+
"prettier": "^3.7.4",
|
|
112
|
+
"react": "^19.2.1",
|
|
111
113
|
"react-docgen-typescript": "^2.4.0",
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"react-router": "^7.
|
|
114
|
+
"react-dom": "^19.2.1",
|
|
115
|
+
"react-router": "^7.10.0",
|
|
114
116
|
"remark-gfm": "^4.0.1",
|
|
115
117
|
"signale": "^1.4.0",
|
|
116
|
-
"storybook": "^10.
|
|
118
|
+
"storybook": "^10.1.4",
|
|
117
119
|
"styled-components": "^6.1.19",
|
|
118
120
|
"tsup": "^8.5.1",
|
|
119
121
|
"typescript": "^5.9.3",
|
|
120
|
-
"vite": "^7.2.
|
|
121
|
-
"vitest": "^4.0.
|
|
122
|
+
"vite": "^7.2.6",
|
|
123
|
+
"vitest": "^4.0.15",
|
|
122
124
|
"vitest-axe": "^1.0.0-pre.5",
|
|
123
|
-
"vitest-canvas-mock": "^
|
|
125
|
+
"vitest-canvas-mock": "^1.1.3"
|
|
124
126
|
},
|
|
125
127
|
"author": "Wistia Engineering",
|
|
126
128
|
"license": "UNLICENSED",
|