@wistia/ui 0.22.1 → 0.22.2-beta.021a5dde.62f2042
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 +396 -396
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -25
- package/dist/index.js.map +1 -1
- package/package.json +26 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.2-beta.021a5dde.62f2042",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "tsdown && node scripts/generateCssCustomData.mjs",
|
|
25
|
-
"build:analyze": "
|
|
25
|
+
"build:analyze": "cross-env ANALYZE=true yarn build && open ./dist/bundle-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",
|
|
28
28
|
"clean": "rm -rf ./dist && echo 'dist directory has been removed'",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"publint:export": "check-export-map",
|
|
36
36
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
37
37
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
38
|
-
"test": "vitest",
|
|
39
38
|
"test:ci": "vitest run --coverage",
|
|
40
39
|
"test:coverage": "vitest --coverage --ui",
|
|
41
40
|
"test:debug": "echo 'open chrome://inspect/#devices' && vitest --inspect-brk --no-file-parallelism",
|
|
42
|
-
"
|
|
41
|
+
"test:watch": "vitest",
|
|
42
|
+
"typecheck": "tsgo"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@types/react": "^19.0.0",
|
|
@@ -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.24",
|
|
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",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
64
64
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
65
65
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
66
|
-
"@wistia/type-guards": "^0.
|
|
66
|
+
"@wistia/type-guards": "^0.10.0",
|
|
67
67
|
"culori": "^4.0.2",
|
|
68
68
|
"match-sorter": "^8.2.0",
|
|
69
69
|
"polished": "^4.3.1",
|
|
@@ -74,34 +74,34 @@
|
|
|
74
74
|
"yup": "^1.7.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@figma/code-connect": "^1.4.
|
|
77
|
+
"@figma/code-connect": "^1.4.2",
|
|
78
78
|
"@mdx-js/mdx": "^3.1.1",
|
|
79
79
|
"@mdx-js/react": "^3.1.1",
|
|
80
80
|
"@repo/config": "workspace:*",
|
|
81
|
-
"@storybook/addon-a11y": "^10.
|
|
82
|
-
"@storybook/addon-docs": "^10.
|
|
83
|
-
"@storybook/addon-links": "^10.
|
|
84
|
-
"@storybook/react-vite": "^10.
|
|
81
|
+
"@storybook/addon-a11y": "^10.3.3",
|
|
82
|
+
"@storybook/addon-docs": "^10.3.3",
|
|
83
|
+
"@storybook/addon-links": "^10.3.3",
|
|
84
|
+
"@storybook/react-vite": "^10.3.3",
|
|
85
85
|
"@testing-library/dom": "^10.4.1",
|
|
86
86
|
"@testing-library/jest-dom": "^6.9.1",
|
|
87
87
|
"@testing-library/react": "^16.3.2",
|
|
88
88
|
"@testing-library/user-event": "^14.6.1",
|
|
89
89
|
"@types/culori": "^4.0.1",
|
|
90
90
|
"@types/jest-axe": "^3.5.9",
|
|
91
|
-
"@types/jsdom": "^28.0.
|
|
91
|
+
"@types/jsdom": "^28.0.1",
|
|
92
92
|
"@types/mdx": "^2.0.13",
|
|
93
93
|
"@types/node": "^25.5.0",
|
|
94
94
|
"@types/react": "^19.2.14",
|
|
95
95
|
"@types/react-dom": "^19.2.3",
|
|
96
96
|
"@types/throttle-debounce": "^5.0.2",
|
|
97
|
+
"@typescript/native-preview": "^7.0.0-dev.20260331.1",
|
|
97
98
|
"@vitejs/plugin-react": "^6.0.1",
|
|
98
|
-
"@vitest/coverage-istanbul": "^4.1.
|
|
99
|
-
"@vitest/ui": "^4.1.
|
|
100
|
-
"browserslist": "^4.28.
|
|
99
|
+
"@vitest/coverage-istanbul": "^4.1.2",
|
|
100
|
+
"@vitest/ui": "^4.1.2",
|
|
101
|
+
"browserslist": "^4.28.2",
|
|
101
102
|
"check-export-map": "^1.3.1",
|
|
102
|
-
"chromatic": "^
|
|
103
|
+
"chromatic": "^16.0.0",
|
|
103
104
|
"cross-env": "^10.1.0",
|
|
104
|
-
"esbuild-visualizer": "^0.7.0",
|
|
105
105
|
"glob": "^13.0.6",
|
|
106
106
|
"jsdom": "^29.0.1",
|
|
107
107
|
"minimist": "^1.2.8",
|
|
@@ -110,18 +110,19 @@
|
|
|
110
110
|
"react": "^19.2.4",
|
|
111
111
|
"react-docgen-typescript": "^2.4.0",
|
|
112
112
|
"react-dom": "^19.2.4",
|
|
113
|
-
"react-router": "^7.13.
|
|
113
|
+
"react-router": "^7.13.2",
|
|
114
114
|
"remark-gfm": "^4.0.1",
|
|
115
|
-
"rolldown": "^1.0.0-rc.
|
|
115
|
+
"rolldown": "^1.0.0-rc.12",
|
|
116
|
+
"rollup-plugin-visualizer": "^7.0.1",
|
|
116
117
|
"signale": "^1.4.0",
|
|
117
|
-
"storybook": "^10.
|
|
118
|
+
"storybook": "^10.3.3",
|
|
118
119
|
"styled-components": "6.2.0",
|
|
119
|
-
"tsdown": "^0.21.
|
|
120
|
-
"typescript": "^
|
|
121
|
-
"vite": "^8.0.
|
|
122
|
-
"vitest": "^4.1.
|
|
120
|
+
"tsdown": "^0.21.7",
|
|
121
|
+
"typescript": "^6.0.2",
|
|
122
|
+
"vite": "^8.0.3",
|
|
123
|
+
"vitest": "^4.1.2",
|
|
123
124
|
"vitest-axe": "^1.0.0-pre.5",
|
|
124
|
-
"vitest-canvas-mock": "^1.1.
|
|
125
|
+
"vitest-canvas-mock": "^1.1.4"
|
|
125
126
|
},
|
|
126
127
|
"author": "Wistia Engineering",
|
|
127
128
|
"license": "UNLICENSED",
|