@wistia/vhs 2.60.0-beta.d2e0c845.c695da7 → 2.60.1-beta.04405c5b.617a4fa
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 +493 -493
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +493 -493
- package/dist/index.mjs.map +4 -4
- package/package.json +31 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.60.
|
|
3
|
+
"version": "2.60.1-beta.04405c5b.617a4fa",
|
|
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",
|
|
@@ -75,7 +75,7 @@
|
|
|
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.17",
|
|
79
79
|
"is-hotkey": "^0.2.0",
|
|
80
80
|
"polished": "^4.3.1",
|
|
81
81
|
"react-aria-live": "^2.0.5",
|
|
@@ -85,41 +85,44 @@
|
|
|
85
85
|
"slate": "0.94.1",
|
|
86
86
|
"slate-history": "^0.100.0",
|
|
87
87
|
"slate-hyperscript": "^0.100.0",
|
|
88
|
-
"slate-react": "
|
|
88
|
+
"slate-react": "0.99.0",
|
|
89
89
|
"throttle-debounce": "^5.0.2",
|
|
90
|
-
"type-fest": "^4.
|
|
90
|
+
"type-fest": "^4.23.0",
|
|
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.
|
|
105
|
-
"@testing-library/dom": "^10.
|
|
106
|
-
"@testing-library/jest-dom": "6.4.
|
|
94
|
+
"@storybook/addon-a11y": "^8.2.6",
|
|
95
|
+
"@storybook/addon-backgrounds": "^8.2.6",
|
|
96
|
+
"@storybook/addon-controls": "^8.2.6",
|
|
97
|
+
"@storybook/addon-docs": "^8.2.6",
|
|
98
|
+
"@storybook/addon-links": "^8.2.6",
|
|
99
|
+
"@storybook/addon-mdx-gfm": "^8.2.6",
|
|
100
|
+
"@storybook/blocks": "^8.2.6",
|
|
101
|
+
"@storybook/manager-api": "^8.2.6",
|
|
102
|
+
"@storybook/react": "^8.2.6",
|
|
103
|
+
"@storybook/react-vite": "^8.2.6",
|
|
104
|
+
"@storybook/theming": "^8.2.6",
|
|
105
|
+
"@testing-library/dom": "^10.4.0",
|
|
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
|
-
"@types/
|
|
109
|
+
"@types/is-hotkey": "^0.1.10",
|
|
110
|
+
"@types/minimist": "^1.2.5",
|
|
111
|
+
"@types/node": "^20.14.12",
|
|
110
112
|
"@types/react": "^18.3.3",
|
|
111
113
|
"@types/react-aria-live": "^2.0.6",
|
|
112
114
|
"@types/react-dom": "^18.3.0",
|
|
115
|
+
"@types/react-is": "^18.3.0",
|
|
113
116
|
"@types/react-slider": "^1.3.6",
|
|
114
117
|
"@types/styled-components": "^5.1.34",
|
|
115
118
|
"@types/throttle-debounce": "^5.0.2",
|
|
116
119
|
"@types/uuid": "^10.0.0",
|
|
117
120
|
"@vitejs/plugin-react": "^4.3.1",
|
|
118
|
-
"@vitest/coverage-istanbul": "^2.0.
|
|
121
|
+
"@vitest/coverage-istanbul": "^2.0.4",
|
|
119
122
|
"@wistia/eslint-config": "^0.35.0",
|
|
120
123
|
"browserslist": "^4.23.2",
|
|
121
|
-
"bundlewatch": "^0.
|
|
122
|
-
"chromatic": "^11.5.
|
|
124
|
+
"bundlewatch": "^0.4.0",
|
|
125
|
+
"chromatic": "^11.5.6",
|
|
123
126
|
"concurrently": "^8.2.2",
|
|
124
127
|
"cross-env": "^7.0.3",
|
|
125
128
|
"depcheck": "^1.4.7",
|
|
@@ -127,21 +130,21 @@
|
|
|
127
130
|
"esbuild-plugin-browserslist": "^0.14.0",
|
|
128
131
|
"esbuild-visualizer": "^0.6.0",
|
|
129
132
|
"globby": "^14.0.2",
|
|
130
|
-
"jsdoc-to-markdown": "^8.0.
|
|
131
|
-
"jsdom": "^24.1.
|
|
133
|
+
"jsdoc-to-markdown": "^8.0.3",
|
|
134
|
+
"jsdom": "^24.1.1",
|
|
132
135
|
"minimist": "^1.2.8",
|
|
133
136
|
"pascalcase": "^2.0.0",
|
|
134
|
-
"publint": "^0.2.
|
|
137
|
+
"publint": "^0.2.9",
|
|
135
138
|
"react": "^18.3.1",
|
|
136
139
|
"react-dom": "^18.3.1",
|
|
137
140
|
"shx": "^0.3.4",
|
|
138
|
-
"storybook": "^8.2.
|
|
141
|
+
"storybook": "^8.2.6",
|
|
139
142
|
"styled-components": "^5.3.11",
|
|
140
143
|
"stylelint": "^16.7.0",
|
|
141
144
|
"tsx": "^4.16.2",
|
|
142
|
-
"typescript": "5.5.
|
|
143
|
-
"vite": "^5.3.
|
|
144
|
-
"vitest": "^2.0.
|
|
145
|
+
"typescript": "^5.5.4",
|
|
146
|
+
"vite": "^5.3.5",
|
|
147
|
+
"vitest": "^2.0.4",
|
|
145
148
|
"vitest-axe": "^1.0.0-pre.3",
|
|
146
149
|
"vitest-canvas-mock": "^0.3.3",
|
|
147
150
|
"vitest-console": "^0.1.1",
|