@wistia/vhs 2.61.0 → 2.62.0-beta.8b159dd5.e739534
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/Button/Button.d.ts +1 -1
- package/dist/components/ButtonLink/ButtonLink.d.ts +10 -0
- package/dist/components/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/ClickArea/ClickArea.d.ts +13 -0
- package/dist/components/ClickArea/ClickArea.d.ts.map +1 -1
- package/dist/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
- package/dist/components/Menu/Menu.d.ts +13 -5
- package/dist/components/Menu/Menu.d.ts.map +1 -1
- package/dist/components/Menu/MenuItem.d.ts +3 -1
- package/dist/components/Menu/MenuItem.d.ts.map +1 -1
- package/dist/hooks/useThemeColor/useThemeColor.d.ts.map +1 -1
- package/dist/index.cjs +557 -557
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +519 -519
- package/dist/index.mjs.map +4 -4
- package/package.json +22 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.0-beta.8b159dd5.e739534",
|
|
4
4
|
"packageManager": "yarn@4.3.1",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
74
|
-
"@wistia/type-guards": "^0.0
|
|
74
|
+
"@wistia/type-guards": "^0.3.0",
|
|
75
75
|
"@wistia/vhs-design-tokens": "^2.1.3",
|
|
76
76
|
"date-fns": "^3.6.0",
|
|
77
77
|
"formik": "^2.4.6",
|
|
78
|
-
"framer-motion": "^11.3.
|
|
78
|
+
"framer-motion": "^11.3.21",
|
|
79
79
|
"is-hotkey": "^0.2.0",
|
|
80
80
|
"polished": "^4.3.1",
|
|
81
81
|
"react-aria-live": "^2.0.5",
|
|
@@ -91,23 +91,23 @@
|
|
|
91
91
|
"uuid": "^10.0.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@storybook/addon-a11y": "^8.2.
|
|
95
|
-
"@storybook/addon-backgrounds": "^8.2.
|
|
96
|
-
"@storybook/addon-controls": "^8.2.
|
|
97
|
-
"@storybook/addon-docs": "^8.2.
|
|
98
|
-
"@storybook/addon-links": "^8.2.
|
|
99
|
-
"@storybook/addon-mdx-gfm": "^8.2.
|
|
100
|
-
"@storybook/blocks": "^8.2.
|
|
101
|
-
"@storybook/manager-api": "^8.2.
|
|
102
|
-
"@storybook/react": "^8.2.
|
|
103
|
-
"@storybook/react-vite": "^8.2.
|
|
104
|
-
"@storybook/theming": "^8.2.
|
|
94
|
+
"@storybook/addon-a11y": "^8.2.7",
|
|
95
|
+
"@storybook/addon-backgrounds": "^8.2.7",
|
|
96
|
+
"@storybook/addon-controls": "^8.2.7",
|
|
97
|
+
"@storybook/addon-docs": "^8.2.7",
|
|
98
|
+
"@storybook/addon-links": "^8.2.7",
|
|
99
|
+
"@storybook/addon-mdx-gfm": "^8.2.7",
|
|
100
|
+
"@storybook/blocks": "^8.2.7",
|
|
101
|
+
"@storybook/manager-api": "^8.2.7",
|
|
102
|
+
"@storybook/react": "^8.2.7",
|
|
103
|
+
"@storybook/react-vite": "^8.2.7",
|
|
104
|
+
"@storybook/theming": "^8.2.7",
|
|
105
105
|
"@testing-library/dom": "^10.4.0",
|
|
106
106
|
"@testing-library/jest-dom": "^6.4.8",
|
|
107
107
|
"@testing-library/react": "^16.0.0",
|
|
108
108
|
"@testing-library/user-event": "^14.5.2",
|
|
109
109
|
"@types/is-hotkey": "^0.1.10",
|
|
110
|
-
"@types/node": "^20.14.
|
|
110
|
+
"@types/node": "^20.14.13",
|
|
111
111
|
"@types/react": "^18.3.3",
|
|
112
112
|
"@types/react-aria-live": "^2.0.6",
|
|
113
113
|
"@types/react-dom": "^18.3.0",
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
"@types/throttle-debounce": "^5.0.2",
|
|
117
117
|
"@types/uuid": "^10.0.0",
|
|
118
118
|
"@vitejs/plugin-react": "^4.3.1",
|
|
119
|
-
"@vitest/coverage-istanbul": "^2.0.
|
|
119
|
+
"@vitest/coverage-istanbul": "^2.0.5",
|
|
120
120
|
"@wistia/eslint-config": "^0.35.0",
|
|
121
121
|
"browserslist": "^4.23.2",
|
|
122
122
|
"bundlewatch": "^0.4.0",
|
|
123
|
-
"chromatic": "^11.
|
|
123
|
+
"chromatic": "^11.7.0",
|
|
124
124
|
"concurrently": "^8.2.2",
|
|
125
125
|
"cross-env": "^7.0.3",
|
|
126
126
|
"depcheck": "^1.4.7",
|
|
@@ -132,17 +132,18 @@
|
|
|
132
132
|
"jsdom": "^24.1.1",
|
|
133
133
|
"minimist": "^1.2.8",
|
|
134
134
|
"pascalcase": "^2.0.0",
|
|
135
|
+
"prettier": "^3.3.3",
|
|
135
136
|
"publint": "^0.2.9",
|
|
136
137
|
"react": "^18.3.1",
|
|
137
138
|
"react-dom": "^18.3.1",
|
|
138
139
|
"shx": "^0.3.4",
|
|
139
|
-
"storybook": "^8.2.
|
|
140
|
+
"storybook": "^8.2.7",
|
|
140
141
|
"styled-components": "^5.3.11",
|
|
141
|
-
"stylelint": "^16.
|
|
142
|
-
"tsx": "^4.16.
|
|
142
|
+
"stylelint": "^16.8.1",
|
|
143
|
+
"tsx": "^4.16.5",
|
|
143
144
|
"typescript": "^5.5.4",
|
|
144
145
|
"vite": "^5.3.5",
|
|
145
|
-
"vitest": "^2.0.
|
|
146
|
+
"vitest": "^2.0.5",
|
|
146
147
|
"vitest-axe": "^1.0.0-pre.3",
|
|
147
148
|
"vitest-canvas-mock": "^0.3.3",
|
|
148
149
|
"vitest-console": "^0.1.1",
|