@wistia/vhs 5.0.0-beta.c198dcef.645d027 → 5.0.0
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.js +4 -9
- package/dist/index.js.map +1 -1
- package/package.json +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
"exports": {
|
|
10
10
|
"./package.json": "./package.json",
|
|
11
11
|
".": {
|
|
12
|
-
"
|
|
13
|
-
|
|
12
|
+
"import": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"default": "./dist/index.js"
|
|
15
|
+
}
|
|
14
16
|
}
|
|
15
17
|
},
|
|
16
18
|
"files": [
|
|
@@ -37,7 +39,6 @@
|
|
|
37
39
|
"generate:icon": "node ./scripts/generators/generateIcon.mjs",
|
|
38
40
|
"link:test": "node ./scripts/watchAndCopyBuild.mjs",
|
|
39
41
|
"prepack": "yarn run build",
|
|
40
|
-
"publint:export": "check-export-map",
|
|
41
42
|
"publint_": "publint-check",
|
|
42
43
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host 127.0.0.1 --port 6007 $([ -n \"${CLOUD_DEV_TUNNEL:-}\" ] && echo '--no-open')",
|
|
43
44
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
@@ -64,7 +65,6 @@
|
|
|
64
65
|
"is-hotkey": "^0.2.0",
|
|
65
66
|
"motion": "^12.23.25",
|
|
66
67
|
"polished": "^4.3.1",
|
|
67
|
-
"prettier": "^3.7.4",
|
|
68
68
|
"react-aria-live": "^2.0.5",
|
|
69
69
|
"react-fast-compare": "^3.2.2",
|
|
70
70
|
"react-slider": "^2.0.6",
|
|
@@ -94,12 +94,10 @@
|
|
|
94
94
|
"@types/react-aria-live": "^2.0.6",
|
|
95
95
|
"@types/react-dom": "^19.2.3",
|
|
96
96
|
"@types/react-slider": "^1.3.6",
|
|
97
|
-
"@types/signale": "^1.4.7",
|
|
98
97
|
"@types/throttle-debounce": "^5.0.2",
|
|
99
98
|
"@vitejs/plugin-react": "^5.1.1",
|
|
100
99
|
"@vitest/coverage-istanbul": "^4.0.15",
|
|
101
100
|
"browserslist": "^4.28.1",
|
|
102
|
-
"check-export-map": "^1.3.1",
|
|
103
101
|
"chromatic": "^13.3.4",
|
|
104
102
|
"concurrently": "^9.2.1",
|
|
105
103
|
"cross-env": "^10.1.0",
|