@wistia/ui 0.22.7 → 0.22.9-beta.014159f2.bdc0210
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 +281 -51
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +585 -354
- package/dist/index.js.map +1 -1
- package/package.json +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.9-beta.014159f2.bdc0210",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prepack": "vp run build",
|
|
33
33
|
"publint": "publint-check",
|
|
34
34
|
"publint:export": "check-export-map",
|
|
35
|
-
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
35
|
+
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider STORYBOOK_PRIVATE_STORIES=true storybook dev --host 127.0.0.1 --port 6006 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
36
36
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
37
37
|
"test:ci": "vitest run --coverage",
|
|
38
38
|
"test:coverage": "vitest --coverage --ui",
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
"styled-components": "^6.0.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@ariakit/react": "^0.4.
|
|
52
|
+
"@ariakit/react": "^0.4.25",
|
|
53
|
+
"@base-ui/react": "^1.3.0",
|
|
53
54
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
54
55
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
55
56
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"culori": "^4.0.2",
|
|
67
68
|
"match-sorter": "^8.2.0",
|
|
68
69
|
"polished": "^4.3.1",
|
|
69
|
-
"react-day-picker": "^9.
|
|
70
|
+
"react-day-picker": "^9.14.0",
|
|
70
71
|
"react-markdown": "^10.1.0",
|
|
71
72
|
"sonner": "^2.0.7",
|
|
72
73
|
"throttle-debounce": "^5.0.2",
|
|
@@ -74,14 +75,14 @@
|
|
|
74
75
|
"yup": "^1.7.1"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
|
-
"@figma/code-connect": "^1.4.
|
|
78
|
+
"@figma/code-connect": "^1.4.3",
|
|
78
79
|
"@mdx-js/mdx": "^3.1.1",
|
|
79
80
|
"@mdx-js/react": "^3.1.1",
|
|
80
81
|
"@repo/config": "workspace:*",
|
|
81
|
-
"@storybook/addon-a11y": "^10.3.
|
|
82
|
-
"@storybook/addon-docs": "^10.3.
|
|
83
|
-
"@storybook/addon-links": "^10.3.
|
|
84
|
-
"@storybook/react-vite": "^10.3.
|
|
82
|
+
"@storybook/addon-a11y": "^10.3.5",
|
|
83
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
84
|
+
"@storybook/addon-links": "^10.3.5",
|
|
85
|
+
"@storybook/react-vite": "^10.3.5",
|
|
85
86
|
"@testing-library/dom": "^10.4.1",
|
|
86
87
|
"@testing-library/jest-dom": "^6.9.1",
|
|
87
88
|
"@testing-library/react": "^16.3.2",
|
|
@@ -90,37 +91,37 @@
|
|
|
90
91
|
"@types/jest-axe": "^3.5.9",
|
|
91
92
|
"@types/jsdom": "^28.0.1",
|
|
92
93
|
"@types/mdx": "^2.0.13",
|
|
93
|
-
"@types/node": "^25.
|
|
94
|
+
"@types/node": "^25.6.0",
|
|
94
95
|
"@types/react": "^19.2.14",
|
|
95
96
|
"@types/react-dom": "^19.2.3",
|
|
96
97
|
"@types/throttle-debounce": "^5.0.2",
|
|
97
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
98
|
+
"@typescript/native-preview": "^7.0.0-dev.20260417.1",
|
|
98
99
|
"@vitejs/plugin-react": "^6.0.1",
|
|
99
|
-
"@vitest/coverage-istanbul": "^4.1.
|
|
100
|
-
"@vitest/ui": "^4.1.
|
|
100
|
+
"@vitest/coverage-istanbul": "^4.1.4",
|
|
101
|
+
"@vitest/ui": "^4.1.4",
|
|
101
102
|
"browserslist": "^4.28.2",
|
|
102
103
|
"check-export-map": "^1.3.1",
|
|
103
|
-
"chromatic": "^16.
|
|
104
|
+
"chromatic": "^16.3.0",
|
|
104
105
|
"cross-env": "^10.1.0",
|
|
105
106
|
"glob": "^13.0.6",
|
|
106
|
-
"jsdom": "^29.0.
|
|
107
|
+
"jsdom": "^29.0.2",
|
|
107
108
|
"minimist": "^1.2.8",
|
|
108
109
|
"pascalcase": "^2.0.0",
|
|
109
|
-
"prettier": "^3.8.
|
|
110
|
-
"react": "^19.2.
|
|
110
|
+
"prettier": "^3.8.2",
|
|
111
|
+
"react": "^19.2.5",
|
|
111
112
|
"react-docgen-typescript": "^2.4.0",
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"react-router": "^7.
|
|
113
|
+
"react-dom": "^19.2.5",
|
|
114
|
+
"react-router": "^7.14.0",
|
|
114
115
|
"remark-gfm": "^4.0.1",
|
|
115
|
-
"rolldown": "^1.0.0-rc.
|
|
116
|
+
"rolldown": "^1.0.0-rc.16",
|
|
116
117
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
117
118
|
"signale": "^1.4.0",
|
|
118
|
-
"storybook": "^10.3.
|
|
119
|
+
"storybook": "^10.3.5",
|
|
119
120
|
"styled-components": "6.2.0",
|
|
120
|
-
"tsdown": "^0.21.
|
|
121
|
+
"tsdown": "^0.21.9",
|
|
121
122
|
"typescript": "^6.0.2",
|
|
122
|
-
"vite": "^8.0.
|
|
123
|
-
"vitest": "^4.1.
|
|
123
|
+
"vite": "^8.0.8",
|
|
124
|
+
"vitest": "^4.1.4",
|
|
124
125
|
"vitest-axe": "^1.0.0-pre.5",
|
|
125
126
|
"vitest-canvas-mock": "^1.1.4"
|
|
126
127
|
},
|