@wistia/vhs 4.0.2 → 5.0.0-beta.5c8f6fa33d415.febfc22
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 → index.js} +2 -2
- package/dist/{index.mjs.map → index.js.map} +1 -1
- package/package.json +12 -17
- package/dist/index.cjs +0 -14070
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -3487
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-beta.5c8f6fa33d415.febfc22",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
|
-
"type": "
|
|
6
|
-
"
|
|
7
|
-
"module": "dist/index.mjs",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "dist/index.js",
|
|
8
7
|
"types": "dist/index.d.ts",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"exports": {
|
|
@@ -12,11 +11,7 @@
|
|
|
12
11
|
".": {
|
|
13
12
|
"import": {
|
|
14
13
|
"types": "./dist/index.d.ts",
|
|
15
|
-
"default": "./dist/index.
|
|
16
|
-
},
|
|
17
|
-
"require": {
|
|
18
|
-
"types": "./dist/index.d.ts",
|
|
19
|
-
"default": "./dist/index.cjs"
|
|
14
|
+
"default": "./dist/index.js"
|
|
20
15
|
}
|
|
21
16
|
}
|
|
22
17
|
},
|
|
@@ -55,16 +50,16 @@
|
|
|
55
50
|
"typecheck": "tsc"
|
|
56
51
|
},
|
|
57
52
|
"peerDependencies": {
|
|
58
|
-
"@types/react": "^
|
|
59
|
-
"@types/react-dom": "^
|
|
60
|
-
"react": "^
|
|
61
|
-
"react-dom": "^
|
|
53
|
+
"@types/react": "^19.0.0",
|
|
54
|
+
"@types/react-dom": "^19.0.0",
|
|
55
|
+
"react": "^19.0.0",
|
|
56
|
+
"react-dom": "^19.0.0",
|
|
62
57
|
"styled-components": "^6.0.0"
|
|
63
58
|
},
|
|
64
59
|
"dependencies": {
|
|
65
60
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
66
61
|
"@wistia/type-guards": "^0.9.1",
|
|
67
|
-
"@wistia/vhs-design-tokens": "^3.0.
|
|
62
|
+
"@wistia/vhs-design-tokens": "^3.0.1",
|
|
68
63
|
"date-fns": "^4.1.0",
|
|
69
64
|
"formik": "^2.4.9",
|
|
70
65
|
"is-hotkey": "^0.2.0",
|
|
@@ -102,7 +97,7 @@
|
|
|
102
97
|
"@types/throttle-debounce": "^5.0.2",
|
|
103
98
|
"@vitejs/plugin-react": "^5.1.1",
|
|
104
99
|
"@vitest/coverage-istanbul": "^4.0.15",
|
|
105
|
-
"browserslist": "^4.28.
|
|
100
|
+
"browserslist": "^4.28.1",
|
|
106
101
|
"chromatic": "^13.3.4",
|
|
107
102
|
"concurrently": "^9.2.1",
|
|
108
103
|
"cross-env": "^10.1.0",
|
|
@@ -114,9 +109,9 @@
|
|
|
114
109
|
"minimist": "^1.2.8",
|
|
115
110
|
"pascalcase": "^2.0.0",
|
|
116
111
|
"prettier": "^3.7.4",
|
|
117
|
-
"react": "^19.2.
|
|
112
|
+
"react": "^19.2.1",
|
|
118
113
|
"react-docgen-typescript": "^2.4.0",
|
|
119
|
-
"react-dom": "^19.2.
|
|
114
|
+
"react-dom": "^19.2.1",
|
|
120
115
|
"remark-gfm": "^4.0.1",
|
|
121
116
|
"shx": "^0.4.0",
|
|
122
117
|
"signale": "^1.4.0",
|