@wistia/vhs 2.55.1-beta.3a1b1beb.44a1051 → 2.55.1-beta.604eeba7.9ba5efd
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.mjs +538 -538
- package/dist/index.mjs.map +4 -4
- package/package.json +23 -28
- package/dist/index.cjs +0 -2891
- package/dist/index.cjs.map +0 -7
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.55.1-beta.
|
|
3
|
+
"version": "2.55.1-beta.604eeba7.9ba5efd",
|
|
4
4
|
"packageManager": "yarn@4.2.2",
|
|
5
5
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
6
6
|
"type": "commonjs",
|
|
7
|
-
"main": "dist/index.cjs",
|
|
8
7
|
"module": "dist/index.mjs",
|
|
9
8
|
"types": "dist/index.d.ts",
|
|
10
9
|
"sideEffects": false,
|
|
@@ -14,10 +13,6 @@
|
|
|
14
13
|
"import": {
|
|
15
14
|
"types": "./dist/index.d.ts",
|
|
16
15
|
"default": "./dist/index.mjs"
|
|
17
|
-
},
|
|
18
|
-
"require": {
|
|
19
|
-
"types": "./dist/index.d.ts",
|
|
20
|
-
"default": "./dist/index.cjs"
|
|
21
16
|
}
|
|
22
17
|
}
|
|
23
18
|
},
|
|
@@ -68,12 +63,12 @@
|
|
|
68
63
|
"styled-components": "^5.0 || ^6.0"
|
|
69
64
|
},
|
|
70
65
|
"dependencies": {
|
|
71
|
-
"@radix-ui/react-dropdown-menu": "^2.0
|
|
66
|
+
"@radix-ui/react-dropdown-menu": "^2.1.0",
|
|
72
67
|
"@wistia/type-guards": "^0.0.8",
|
|
73
68
|
"@wistia/vhs-design-tokens": "^2.1.0",
|
|
74
69
|
"date-fns": "^3.6.0",
|
|
75
70
|
"formik": "^2.4.6",
|
|
76
|
-
"framer-motion": "^11.2.
|
|
71
|
+
"framer-motion": "^11.2.11",
|
|
77
72
|
"is-hotkey": "^0.2.0",
|
|
78
73
|
"polished": "^4.3.1",
|
|
79
74
|
"react-aria-live": "^2.0.5",
|
|
@@ -85,25 +80,25 @@
|
|
|
85
80
|
"slate-hyperscript": "^0.100.0",
|
|
86
81
|
"slate-react": "^0.99.0",
|
|
87
82
|
"throttle-debounce": "^5.0.0",
|
|
88
|
-
"type-fest": "^4.20.
|
|
89
|
-
"uuid": "^
|
|
83
|
+
"type-fest": "^4.20.1",
|
|
84
|
+
"uuid": "^10.0.0"
|
|
90
85
|
},
|
|
91
86
|
"devDependencies": {
|
|
92
|
-
"@storybook/addon-a11y": "^8.1.
|
|
93
|
-
"@storybook/addon-controls": "^8.1.
|
|
94
|
-
"@storybook/addon-docs": "^8.1.
|
|
95
|
-
"@storybook/addon-links": "^8.1.
|
|
96
|
-
"@storybook/addon-mdx-gfm": "^8.1.
|
|
97
|
-
"@storybook/blocks": "^8.1.
|
|
98
|
-
"@storybook/manager-api": "^8.1.
|
|
99
|
-
"@storybook/react": "^8.1.
|
|
100
|
-
"@storybook/react-vite": "^8.1.
|
|
101
|
-
"@storybook/theming": "^8.1.
|
|
87
|
+
"@storybook/addon-a11y": "^8.1.10",
|
|
88
|
+
"@storybook/addon-controls": "^8.1.10",
|
|
89
|
+
"@storybook/addon-docs": "^8.1.10",
|
|
90
|
+
"@storybook/addon-links": "^8.1.10",
|
|
91
|
+
"@storybook/addon-mdx-gfm": "^8.1.10",
|
|
92
|
+
"@storybook/blocks": "^8.1.10",
|
|
93
|
+
"@storybook/manager-api": "^8.1.10",
|
|
94
|
+
"@storybook/react": "^8.1.10",
|
|
95
|
+
"@storybook/react-vite": "^8.1.10",
|
|
96
|
+
"@storybook/theming": "^8.1.10",
|
|
102
97
|
"@testing-library/dom": "10.1.0",
|
|
103
98
|
"@testing-library/jest-dom": "6.4.6",
|
|
104
99
|
"@testing-library/react": "^16.0.0",
|
|
105
100
|
"@testing-library/user-event": "^14.5.2",
|
|
106
|
-
"@types/node": "^20.14.
|
|
101
|
+
"@types/node": "^20.14.6",
|
|
107
102
|
"@types/react": "^18.3.3",
|
|
108
103
|
"@types/react-aria-live": "^2.0.6",
|
|
109
104
|
"@types/react-dom": "^18.3.0",
|
|
@@ -113,10 +108,10 @@
|
|
|
113
108
|
"@types/uuid": "^9.0.8",
|
|
114
109
|
"@vitejs/plugin-react": "^4.3.1",
|
|
115
110
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
116
|
-
"@wistia/eslint-config": "^0.
|
|
111
|
+
"@wistia/eslint-config": "^0.34.0",
|
|
117
112
|
"browserslist": "^4.23.1",
|
|
118
113
|
"bundlewatch": "^0.3.3",
|
|
119
|
-
"chromatic": "^11.5.
|
|
114
|
+
"chromatic": "^11.5.4",
|
|
120
115
|
"concurrently": "^8.2.2",
|
|
121
116
|
"cross-env": "^7.0.3",
|
|
122
117
|
"depcheck": "^1.4.7",
|
|
@@ -124,7 +119,6 @@
|
|
|
124
119
|
"esbuild-plugin-browserslist": "^0.12.1",
|
|
125
120
|
"esbuild-visualizer": "^0.6.0",
|
|
126
121
|
"eslint": "^8.57.0",
|
|
127
|
-
"eslint-plugin-deprecation": "^3.0.0",
|
|
128
122
|
"globby": "^14.0.1",
|
|
129
123
|
"jsdoc-to-markdown": "^8.0.1",
|
|
130
124
|
"jsdom": "^24.1.0",
|
|
@@ -134,12 +128,12 @@
|
|
|
134
128
|
"react": "^18.3.1",
|
|
135
129
|
"react-dom": "^18.3.1",
|
|
136
130
|
"shx": "^0.3.4",
|
|
137
|
-
"storybook": "^8.1.
|
|
131
|
+
"storybook": "^8.1.10",
|
|
138
132
|
"styled-components": "^5.3.11",
|
|
139
133
|
"stylelint": "^16.6.1",
|
|
140
|
-
"tsx": "^4.15.
|
|
134
|
+
"tsx": "^4.15.6",
|
|
141
135
|
"typescript": "5.4.5",
|
|
142
|
-
"vite": "^5.
|
|
136
|
+
"vite": "^5.3.1",
|
|
143
137
|
"vitest": "^1.6.0",
|
|
144
138
|
"vitest-axe": "^1.0.0-pre.3",
|
|
145
139
|
"vitest-canvas-mock": "^0.3.3",
|
|
@@ -148,7 +142,8 @@
|
|
|
148
142
|
},
|
|
149
143
|
"resolutions": {
|
|
150
144
|
"axios": "0.28.0",
|
|
151
|
-
"braces": "3.0.3"
|
|
145
|
+
"braces": "3.0.3",
|
|
146
|
+
"ws": "8.17.1"
|
|
152
147
|
},
|
|
153
148
|
"author": "Wistia Engineering",
|
|
154
149
|
"license": "UNLICENSED",
|