@wistia/vhs 2.50.0 → 2.51.0-beta.4396db3b.6b63b17
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/index.cjs +551 -566
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +551 -566
- package/dist/index.mjs.map +4 -4
- package/dist/private/components/EnterTransition/EnterTransition.d.ts.map +1 -1
- package/package.json +27 -26
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnterTransition.d.ts","sourceRoot":"","sources":["../../../../src/private/components/EnterTransition/EnterTransition.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAgB,GAAG,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"EnterTransition.d.ts","sourceRoot":"","sources":["../../../../src/private/components/EnterTransition/EnterTransition.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAgB,GAAG,EAAE,MAAM,OAAO,CAAC;AAc1D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,eAAe,iBAAkB,oBAAoB,KAAG,WAwBpE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"packageManager": "yarn@4.
|
|
3
|
+
"version": "2.51.0-beta.4396db3b.6b63b17",
|
|
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
7
|
"main": "dist/index.cjs",
|
|
@@ -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
|
},
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"@wistia/vhs-design-tokens": "^2.1.0",
|
|
75
75
|
"date-fns": "^3.6.0",
|
|
76
76
|
"formik": "^2.4.6",
|
|
77
|
+
"framer-motion": "^11.2.10",
|
|
77
78
|
"is-hotkey": "^0.2.0",
|
|
78
79
|
"polished": "^4.3.1",
|
|
79
80
|
"react-aria-live": "^2.0.5",
|
|
@@ -86,26 +87,26 @@
|
|
|
86
87
|
"slate-hyperscript": "^0.100.0",
|
|
87
88
|
"slate-react": "^0.99.0",
|
|
88
89
|
"throttle-debounce": "^5.0.0",
|
|
89
|
-
"type-fest": "^4.18.
|
|
90
|
+
"type-fest": "^4.18.3",
|
|
90
91
|
"uuid": "^9.0.1"
|
|
91
92
|
},
|
|
92
93
|
"devDependencies": {
|
|
93
|
-
"@storybook/addon-a11y": "^8.1.
|
|
94
|
-
"@storybook/addon-controls": "^8.1.
|
|
95
|
-
"@storybook/addon-docs": "^8.1.
|
|
96
|
-
"@storybook/addon-links": "^8.1.
|
|
97
|
-
"@storybook/addon-mdx-gfm": "^8.1.
|
|
98
|
-
"@storybook/blocks": "^8.1.
|
|
99
|
-
"@storybook/manager-api": "^8.1.
|
|
100
|
-
"@storybook/react": "^8.1.
|
|
101
|
-
"@storybook/react-vite": "^8.1.
|
|
102
|
-
"@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",
|
|
103
104
|
"@testing-library/dom": "10.1.0",
|
|
104
105
|
"@testing-library/jest-dom": "6.4.5",
|
|
105
106
|
"@testing-library/react": "^15.0.7",
|
|
106
107
|
"@testing-library/user-event": "^14.5.2",
|
|
107
|
-
"@types/node": "^20.
|
|
108
|
-
"@types/react": "^18.3.
|
|
108
|
+
"@types/node": "^20.14.0",
|
|
109
|
+
"@types/react": "^18.3.3",
|
|
109
110
|
"@types/react-aria-live": "^2.0.6",
|
|
110
111
|
"@types/react-dom": "^18.3.0",
|
|
111
112
|
"@types/react-slider": "^1.3.6",
|
|
@@ -118,29 +119,29 @@
|
|
|
118
119
|
"@wistia/eslint-config": "^0.33.0",
|
|
119
120
|
"browserslist": "^4.23.0",
|
|
120
121
|
"bundlewatch": "^0.3.3",
|
|
121
|
-
"chromatic": "^11.
|
|
122
|
+
"chromatic": "^11.5.0",
|
|
122
123
|
"concurrently": "^8.2.2",
|
|
123
124
|
"cross-env": "^7.0.3",
|
|
124
125
|
"depcheck": "^1.4.7",
|
|
125
|
-
"esbuild": "^0.21.
|
|
126
|
+
"esbuild": "^0.21.4",
|
|
126
127
|
"esbuild-plugin-browserslist": "^0.12.0",
|
|
127
128
|
"esbuild-visualizer": "^0.6.0",
|
|
128
129
|
"eslint": "^8.57.0",
|
|
129
130
|
"globby": "^14.0.1",
|
|
130
131
|
"jsdoc-to-markdown": "^8.0.1",
|
|
131
|
-
"jsdom": "^24.
|
|
132
|
+
"jsdom": "^24.1.0",
|
|
132
133
|
"minimist": "^1.2.8",
|
|
133
134
|
"pascalcase": "^2.0.0",
|
|
134
135
|
"publint": "^0.2.8",
|
|
135
136
|
"react": "^18.3.1",
|
|
136
137
|
"react-dom": "^18.3.1",
|
|
137
138
|
"shx": "^0.3.4",
|
|
138
|
-
"storybook": "^8.1.
|
|
139
|
+
"storybook": "^8.1.5",
|
|
139
140
|
"styled-components": "^5.3.11",
|
|
140
|
-
"stylelint": "^16.
|
|
141
|
-
"tsx": "^4.11.
|
|
141
|
+
"stylelint": "^16.6.1",
|
|
142
|
+
"tsx": "^4.11.2",
|
|
142
143
|
"typescript": "5.4.5",
|
|
143
|
-
"vite": "^5.2.
|
|
144
|
+
"vite": "^5.2.12",
|
|
144
145
|
"vitest": "^1.6.0",
|
|
145
146
|
"vitest-axe": "^1.0.0-pre.3",
|
|
146
147
|
"vitest-canvas-mock": "^0.3.3",
|