@wistia/vhs 2.51.0 → 2.52.0-beta.0dd54611.5bf59f0
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/Icon/iconMap.d.ts +1 -0
- package/dist/components/Icon/iconMap.d.ts.map +1 -1
- package/dist/components/Icon/icons/InviteIcon.d.ts +3 -0
- package/dist/components/Icon/icons/InviteIcon.d.ts.map +1 -0
- package/dist/components/Icon/icons/index.d.ts +1 -0
- package/dist/components/Icon/icons/index.d.ts.map +1 -1
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/index.cjs +457 -457
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +406 -406
- package/dist/index.mjs.map +4 -4
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.0-beta.0dd54611.5bf59f0",
|
|
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",
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"exports": {
|
|
12
12
|
"./package.json": "./package.json",
|
|
13
13
|
".": {
|
|
14
|
-
"require": {
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"default": "./dist/index.cjs"
|
|
17
|
-
},
|
|
18
14
|
"import": {
|
|
19
15
|
"types": "./dist/index.d.ts",
|
|
20
16
|
"default": "./dist/index.mjs"
|
|
17
|
+
},
|
|
18
|
+
"require": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"default": "./dist/index.cjs"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -87,26 +87,26 @@
|
|
|
87
87
|
"slate-hyperscript": "^0.100.0",
|
|
88
88
|
"slate-react": "^0.99.0",
|
|
89
89
|
"throttle-debounce": "^5.0.0",
|
|
90
|
-
"type-fest": "^4.18.
|
|
90
|
+
"type-fest": "^4.18.3",
|
|
91
91
|
"uuid": "^9.0.1"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@storybook/addon-a11y": "^8.1.
|
|
95
|
-
"@storybook/addon-controls": "^8.1.
|
|
96
|
-
"@storybook/addon-docs": "^8.1.
|
|
97
|
-
"@storybook/addon-links": "^8.1.
|
|
98
|
-
"@storybook/addon-mdx-gfm": "^8.1.
|
|
99
|
-
"@storybook/blocks": "^8.1.
|
|
100
|
-
"@storybook/manager-api": "^8.1.
|
|
101
|
-
"@storybook/react": "^8.1.
|
|
102
|
-
"@storybook/react-vite": "^8.1.
|
|
103
|
-
"@storybook/theming": "^8.1.
|
|
94
|
+
"@storybook/addon-a11y": "^8.1.5",
|
|
95
|
+
"@storybook/addon-controls": "^8.1.5",
|
|
96
|
+
"@storybook/addon-docs": "^8.1.5",
|
|
97
|
+
"@storybook/addon-links": "^8.1.5",
|
|
98
|
+
"@storybook/addon-mdx-gfm": "^8.1.5",
|
|
99
|
+
"@storybook/blocks": "^8.1.5",
|
|
100
|
+
"@storybook/manager-api": "^8.1.5",
|
|
101
|
+
"@storybook/react": "^8.1.5",
|
|
102
|
+
"@storybook/react-vite": "^8.1.5",
|
|
103
|
+
"@storybook/theming": "^8.1.5",
|
|
104
104
|
"@testing-library/dom": "10.1.0",
|
|
105
105
|
"@testing-library/jest-dom": "6.4.5",
|
|
106
|
-
"@testing-library/react": "^
|
|
106
|
+
"@testing-library/react": "^16.0.0",
|
|
107
107
|
"@testing-library/user-event": "^14.5.2",
|
|
108
|
-
"@types/node": "^20.
|
|
109
|
-
"@types/react": "^18.3.
|
|
108
|
+
"@types/node": "^20.14.0",
|
|
109
|
+
"@types/react": "^18.3.3",
|
|
110
110
|
"@types/react-aria-live": "^2.0.6",
|
|
111
111
|
"@types/react-dom": "^18.3.0",
|
|
112
112
|
"@types/react-slider": "^1.3.6",
|
|
@@ -119,29 +119,29 @@
|
|
|
119
119
|
"@wistia/eslint-config": "^0.33.0",
|
|
120
120
|
"browserslist": "^4.23.0",
|
|
121
121
|
"bundlewatch": "^0.3.3",
|
|
122
|
-
"chromatic": "^11.
|
|
122
|
+
"chromatic": "^11.5.0",
|
|
123
123
|
"concurrently": "^8.2.2",
|
|
124
124
|
"cross-env": "^7.0.3",
|
|
125
125
|
"depcheck": "^1.4.7",
|
|
126
|
-
"esbuild": "^0.21.
|
|
126
|
+
"esbuild": "^0.21.4",
|
|
127
127
|
"esbuild-plugin-browserslist": "^0.12.0",
|
|
128
128
|
"esbuild-visualizer": "^0.6.0",
|
|
129
129
|
"eslint": "^8.57.0",
|
|
130
130
|
"globby": "^14.0.1",
|
|
131
131
|
"jsdoc-to-markdown": "^8.0.1",
|
|
132
|
-
"jsdom": "^24.
|
|
132
|
+
"jsdom": "^24.1.0",
|
|
133
133
|
"minimist": "^1.2.8",
|
|
134
134
|
"pascalcase": "^2.0.0",
|
|
135
135
|
"publint": "^0.2.8",
|
|
136
136
|
"react": "^18.3.1",
|
|
137
137
|
"react-dom": "^18.3.1",
|
|
138
138
|
"shx": "^0.3.4",
|
|
139
|
-
"storybook": "^8.1.
|
|
139
|
+
"storybook": "^8.1.5",
|
|
140
140
|
"styled-components": "^5.3.11",
|
|
141
|
-
"stylelint": "^16.
|
|
142
|
-
"tsx": "^4.11.
|
|
141
|
+
"stylelint": "^16.6.1",
|
|
142
|
+
"tsx": "^4.11.2",
|
|
143
143
|
"typescript": "5.4.5",
|
|
144
|
-
"vite": "^5.2.
|
|
144
|
+
"vite": "^5.2.12",
|
|
145
145
|
"vitest": "^1.6.0",
|
|
146
146
|
"vitest-axe": "^1.0.0-pre.3",
|
|
147
147
|
"vitest-canvas-mock": "^0.3.3",
|