@wistia/vhs 4.0.3 → 5.0.0-beta.506996c2.9d230eb
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} +10 -5
- package/dist/index.js.map +1 -0
- package/package.json +17 -20
- package/dist/index.cjs +0 -14070
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.mts +0 -3487
- package/dist/index.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-beta.506996c2.9d230eb",
|
|
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": {
|
|
11
10
|
"./package.json": "./package.json",
|
|
12
11
|
".": {
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"default": "./dist/index.mjs"
|
|
16
|
-
},
|
|
17
|
-
"require": {
|
|
18
|
-
"types": "./dist/index.d.ts",
|
|
19
|
-
"default": "./dist/index.cjs"
|
|
20
|
-
}
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js"
|
|
21
14
|
}
|
|
22
15
|
},
|
|
23
16
|
"files": [
|
|
@@ -44,6 +37,7 @@
|
|
|
44
37
|
"generate:icon": "node ./scripts/generators/generateIcon.mjs",
|
|
45
38
|
"link:test": "node ./scripts/watchAndCopyBuild.mjs",
|
|
46
39
|
"prepack": "yarn run build",
|
|
40
|
+
"publint:export": "check-export-map",
|
|
47
41
|
"publint_": "publint-check",
|
|
48
42
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6007 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
49
43
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
@@ -55,21 +49,22 @@
|
|
|
55
49
|
"typecheck": "tsc"
|
|
56
50
|
},
|
|
57
51
|
"peerDependencies": {
|
|
58
|
-
"@types/react": "^
|
|
59
|
-
"@types/react-dom": "^
|
|
60
|
-
"react": "^
|
|
61
|
-
"react-dom": "^
|
|
52
|
+
"@types/react": "^19.0.0",
|
|
53
|
+
"@types/react-dom": "^19.0.0",
|
|
54
|
+
"react": "^19.0.0",
|
|
55
|
+
"react-dom": "^19.0.0",
|
|
62
56
|
"styled-components": "^6.0.0"
|
|
63
57
|
},
|
|
64
58
|
"dependencies": {
|
|
65
59
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
66
60
|
"@wistia/type-guards": "^0.9.1",
|
|
67
|
-
"@wistia/vhs-design-tokens": "^3.0.
|
|
61
|
+
"@wistia/vhs-design-tokens": "^3.0.1",
|
|
68
62
|
"date-fns": "^4.1.0",
|
|
69
63
|
"formik": "^2.4.9",
|
|
70
64
|
"is-hotkey": "^0.2.0",
|
|
71
65
|
"motion": "^12.23.25",
|
|
72
66
|
"polished": "^4.3.1",
|
|
67
|
+
"prettier": "^3.7.4",
|
|
73
68
|
"react-aria-live": "^2.0.5",
|
|
74
69
|
"react-fast-compare": "^3.2.2",
|
|
75
70
|
"react-slider": "^2.0.6",
|
|
@@ -99,10 +94,12 @@
|
|
|
99
94
|
"@types/react-aria-live": "^2.0.6",
|
|
100
95
|
"@types/react-dom": "^19.2.3",
|
|
101
96
|
"@types/react-slider": "^1.3.6",
|
|
97
|
+
"@types/signale": "^1.4.7",
|
|
102
98
|
"@types/throttle-debounce": "^5.0.2",
|
|
103
99
|
"@vitejs/plugin-react": "^5.1.1",
|
|
104
100
|
"@vitest/coverage-istanbul": "^4.0.15",
|
|
105
|
-
"browserslist": "^4.28.
|
|
101
|
+
"browserslist": "^4.28.1",
|
|
102
|
+
"check-export-map": "^1.3.1",
|
|
106
103
|
"chromatic": "^13.3.4",
|
|
107
104
|
"concurrently": "^9.2.1",
|
|
108
105
|
"cross-env": "^10.1.0",
|
|
@@ -114,9 +111,9 @@
|
|
|
114
111
|
"minimist": "^1.2.8",
|
|
115
112
|
"pascalcase": "^2.0.0",
|
|
116
113
|
"prettier": "^3.7.4",
|
|
117
|
-
"react": "^19.2.
|
|
114
|
+
"react": "^19.2.1",
|
|
118
115
|
"react-docgen-typescript": "^2.4.0",
|
|
119
|
-
"react-dom": "^19.2.
|
|
116
|
+
"react-dom": "^19.2.1",
|
|
120
117
|
"remark-gfm": "^4.0.1",
|
|
121
118
|
"shx": "^0.4.0",
|
|
122
119
|
"signale": "^1.4.0",
|