@wistia/vhs 2.75.2-beta.e3cc0bd6.49b4300 → 2.75.3-beta.065560d1.c3a598c
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/components/ActionModal/getModalBackgroundGradient.d.ts +1 -1
- package/dist/components/ActionModal/getModalBackgroundGradient.d.ts.map +1 -1
- package/dist/components/Backdrop/Backdrop.d.ts +4 -4
- package/dist/components/Backdrop/Backdrop.d.ts.map +1 -1
- package/dist/components/Box/Box.d.ts +0 -103
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/components/Breakline/Breakline.d.ts +1 -1
- package/dist/components/Breakline/Breakline.d.ts.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +2 -2
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -1
- package/dist/components/Checkbox/OptionStyledComponent.d.ts +5 -5
- package/dist/components/Checkbox/OptionStyledComponent.d.ts.map +1 -1
- package/dist/components/Divider/Divider.d.ts +3 -3
- package/dist/components/Divider/Divider.d.ts.map +1 -1
- package/dist/components/Image/Image.d.ts +3 -3
- package/dist/components/Image/Image.d.ts.map +1 -1
- package/dist/components/Input/ClickToCopy.d.ts.map +1 -1
- package/dist/components/Input/InputStyledComponent.d.ts +5 -5
- package/dist/components/Input/InputStyledComponent.d.ts.map +1 -1
- package/dist/components/Label/Label.d.ts +4 -4
- package/dist/components/Label/Label.d.ts.map +1 -1
- package/dist/components/MenuButton/MenuButton.d.ts +6 -6
- package/dist/components/MenuButton/MenuButton.d.ts.map +1 -1
- package/dist/components/Modal/Dialog.d.ts +2 -2
- package/dist/components/Modal/Dialog.d.ts.map +1 -1
- package/dist/helpers/getBackgroundGradient/getBackgroundGradient.d.ts +18 -18
- package/dist/helpers/getBackgroundGradient/getBackgroundGradient.d.ts.map +1 -1
- package/dist/index.cjs +494 -494
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +508 -508
- package/dist/index.mjs.map +4 -4
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.75.
|
|
3
|
+
"version": "2.75.3-beta.065560d1.c3a598c",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"styled-components": "^5.0.0 || ^6.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
67
67
|
"@wistia/type-guards": "^0.9.1",
|
|
68
68
|
"@wistia/vhs-design-tokens": "2.1.3",
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
@@ -80,44 +80,44 @@
|
|
|
80
80
|
"slate-hyperscript": "^0.100.0",
|
|
81
81
|
"slate-react": "0.99.0",
|
|
82
82
|
"throttle-debounce": "^5.0.2",
|
|
83
|
-
"type-fest": "^4.
|
|
83
|
+
"type-fest": "^4.41.0",
|
|
84
84
|
"uuid": "^11.1.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^8.6.
|
|
89
|
-
"@storybook/addon-backgrounds": "^8.6.
|
|
90
|
-
"@storybook/addon-controls": "^8.6.
|
|
91
|
-
"@storybook/addon-docs": "^8.6.
|
|
92
|
-
"@storybook/addon-links": "^8.6.
|
|
93
|
-
"@storybook/addon-mdx-gfm": "^8.6.
|
|
94
|
-
"@storybook/blocks": "^8.6.
|
|
95
|
-
"@storybook/manager-api": "^8.6.
|
|
96
|
-
"@storybook/react": "^8.6.
|
|
97
|
-
"@storybook/react-vite": "^8.6.
|
|
98
|
-
"@storybook/theming": "^8.6.
|
|
88
|
+
"@storybook/addon-a11y": "^8.6.14",
|
|
89
|
+
"@storybook/addon-backgrounds": "^8.6.14",
|
|
90
|
+
"@storybook/addon-controls": "^8.6.14",
|
|
91
|
+
"@storybook/addon-docs": "^8.6.14",
|
|
92
|
+
"@storybook/addon-links": "^8.6.14",
|
|
93
|
+
"@storybook/addon-mdx-gfm": "^8.6.14",
|
|
94
|
+
"@storybook/blocks": "^8.6.14",
|
|
95
|
+
"@storybook/manager-api": "^8.6.14",
|
|
96
|
+
"@storybook/react": "^8.6.14",
|
|
97
|
+
"@storybook/react-vite": "^8.6.14",
|
|
98
|
+
"@storybook/theming": "^8.6.14",
|
|
99
99
|
"@testing-library/dom": "^10.4.0",
|
|
100
100
|
"@testing-library/jest-dom": "^6.6.3",
|
|
101
101
|
"@testing-library/react": "^16.3.0",
|
|
102
102
|
"@testing-library/user-event": "^14.6.1",
|
|
103
103
|
"@types/is-hotkey": "^0.1.10",
|
|
104
104
|
"@types/jest-axe": "^3.5.9",
|
|
105
|
-
"@types/node": "^22.15.
|
|
106
|
-
"@types/react": "^18.3.
|
|
105
|
+
"@types/node": "^22.15.19",
|
|
106
|
+
"@types/react": "^18.3.21",
|
|
107
107
|
"@types/react-aria-live": "^2.0.6",
|
|
108
|
-
"@types/react-dom": "^18.3.
|
|
108
|
+
"@types/react-dom": "^18.3.7",
|
|
109
109
|
"@types/react-slider": "^1.3.6",
|
|
110
110
|
"@types/styled-components": "^5.1.34",
|
|
111
111
|
"@types/throttle-debounce": "^5.0.2",
|
|
112
112
|
"@vitejs/plugin-react": "^4.4.1",
|
|
113
|
-
"@vitest/coverage-istanbul": "^3.1.
|
|
114
|
-
"browserslist": "^4.24.
|
|
113
|
+
"@vitest/coverage-istanbul": "^3.1.4",
|
|
114
|
+
"browserslist": "^4.24.5",
|
|
115
115
|
"chromatic": "^11.28.2",
|
|
116
116
|
"concurrently": "^9.1.2",
|
|
117
117
|
"cross-env": "^7.0.3",
|
|
118
118
|
"depcheck": "^1.4.7",
|
|
119
|
-
"esbuild": "^0.25.
|
|
120
|
-
"esbuild-plugin-browserslist": "^1.0.
|
|
119
|
+
"esbuild": "^0.25.4",
|
|
120
|
+
"esbuild-plugin-browserslist": "^1.0.1",
|
|
121
121
|
"esbuild-visualizer": "^0.7.0",
|
|
122
122
|
"globby": "^14.1.0",
|
|
123
123
|
"jsdoc-to-markdown": "^9.1.1",
|
|
@@ -130,12 +130,12 @@
|
|
|
130
130
|
"react-dom": "^18.3.1",
|
|
131
131
|
"shx": "^0.4.0",
|
|
132
132
|
"signale": "^1.4.0",
|
|
133
|
-
"storybook": "^8.6.
|
|
133
|
+
"storybook": "^8.6.14",
|
|
134
134
|
"styled-components": "^5.3.11",
|
|
135
|
-
"tsx": "^4.19.
|
|
135
|
+
"tsx": "^4.19.4",
|
|
136
136
|
"typescript": "^5.8.3",
|
|
137
|
-
"vite": "^6.3.
|
|
138
|
-
"vitest": "^3.1.
|
|
137
|
+
"vite": "^6.3.5",
|
|
138
|
+
"vitest": "^3.1.4",
|
|
139
139
|
"vitest-axe": "^1.0.0-pre.5",
|
|
140
140
|
"vitest-canvas-mock": "^0.3.3",
|
|
141
141
|
"yup": "^1.6.1"
|