@wistia/vhs 3.0.0-beta.7cada74a.82b5319 → 3.0.0-beta.8cc6ddc1.61c0e71
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.cjs +96 -105
- package/dist/index.cjs.map +1 -1
- package/dist/{index.d.cts → index.d.mts} +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +25 -34
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.8cc6ddc1.61c0e71",
|
|
4
4
|
"description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
|
|
5
|
-
"type": "
|
|
5
|
+
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"browsers": "node ./scripts/browserSupport.mjs",
|
|
31
31
|
"build": "tsup --config tsup.config.mts",
|
|
32
|
-
"build:analyze": "yarn build --metafile && esbuild-visualizer --metadata ./
|
|
32
|
+
"build:analyze": "yarn build --metafile && esbuild-visualizer --metadata ./dist/metafile-esm.json --filename ./dist/esbuild-stats.html && open ./dist/esbuild-stats.html",
|
|
33
33
|
"build:src": "cross-env NODE_ENV=production ./esbuild.config.mjs",
|
|
34
34
|
"build:types": "tsc --project tsconfig.build.json",
|
|
35
35
|
"build:types:debug": "tsc --project tsconfig.build.json --showConfig",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"link:test": "node ./scripts/watchAndCopyBuild.mjs",
|
|
46
46
|
"prepack": "yarn run build",
|
|
47
47
|
"publint_": "publint-check",
|
|
48
|
-
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host
|
|
48
|
+
"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
49
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
50
50
|
"test": "vitest",
|
|
51
51
|
"test:ci": "vitest run --coverage",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
70
70
|
"formik": "^2.4.6",
|
|
71
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"motion": "^12.23.
|
|
72
|
+
"motion": "^12.23.13",
|
|
73
73
|
"polished": "^4.3.1",
|
|
74
74
|
"react-aria-live": "^2.0.5",
|
|
75
75
|
"react-fast-compare": "^3.2.2",
|
|
@@ -80,39 +80,39 @@
|
|
|
80
80
|
"slate-hyperscript": "^0.100.0",
|
|
81
81
|
"slate-react": "0.99.0",
|
|
82
82
|
"throttle-debounce": "^5.0.2",
|
|
83
|
-
"type-fest": "^
|
|
83
|
+
"type-fest": "^5.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@karibash/pixel-units": "^2.3.0",
|
|
87
87
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^9.1.
|
|
89
|
-
"@storybook/addon-docs": "^9.1.
|
|
90
|
-
"@storybook/addon-links": "^9.1.
|
|
91
|
-
"@storybook/react-vite": "^9.1.
|
|
88
|
+
"@storybook/addon-a11y": "^9.1.6",
|
|
89
|
+
"@storybook/addon-docs": "^9.1.6",
|
|
90
|
+
"@storybook/addon-links": "^9.1.6",
|
|
91
|
+
"@storybook/react-vite": "^9.1.6",
|
|
92
92
|
"@testing-library/dom": "^10.4.1",
|
|
93
93
|
"@testing-library/jest-dom": "^6.8.0",
|
|
94
94
|
"@testing-library/react": "^16.3.0",
|
|
95
95
|
"@testing-library/user-event": "^14.6.1",
|
|
96
96
|
"@types/is-hotkey": "^0.1.10",
|
|
97
97
|
"@types/jest-axe": "^3.5.9",
|
|
98
|
-
"@types/node": "^24.
|
|
99
|
-
"@types/react": "^18.3.
|
|
98
|
+
"@types/node": "^24.5.1",
|
|
99
|
+
"@types/react": "^18.3.24",
|
|
100
100
|
"@types/react-aria-live": "^2.0.6",
|
|
101
101
|
"@types/react-dom": "^18.3.7",
|
|
102
102
|
"@types/react-slider": "^1.3.6",
|
|
103
103
|
"@types/styled-components": "^5.1.34",
|
|
104
104
|
"@types/throttle-debounce": "^5.0.2",
|
|
105
|
-
"@vitejs/plugin-react": "^5.0.
|
|
105
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
106
106
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
107
|
-
"browserslist": "^4.
|
|
108
|
-
"chromatic": "^13.1.
|
|
109
|
-
"concurrently": "^9.2.
|
|
107
|
+
"browserslist": "^4.26.2",
|
|
108
|
+
"chromatic": "^13.1.5",
|
|
109
|
+
"concurrently": "^9.2.1",
|
|
110
110
|
"cross-env": "^10.0.0",
|
|
111
111
|
"depcheck": "^1.4.7",
|
|
112
112
|
"esbuild-visualizer": "^0.7.0",
|
|
113
113
|
"globby": "^14.1.0",
|
|
114
114
|
"jsdoc-to-markdown": "^9.1.2",
|
|
115
|
-
"jsdom": "^
|
|
115
|
+
"jsdom": "^27.0.0",
|
|
116
116
|
"minimist": "^1.2.8",
|
|
117
117
|
"pascalcase": "^2.0.0",
|
|
118
118
|
"prettier": "^3.6.2",
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
"remark-gfm": "^4.0.1",
|
|
123
123
|
"shx": "^0.4.0",
|
|
124
124
|
"signale": "^1.4.0",
|
|
125
|
-
"storybook": "^9.1.
|
|
125
|
+
"storybook": "^9.1.6",
|
|
126
126
|
"styled-components": "^5.3.11",
|
|
127
127
|
"tsup": "^8.5.0",
|
|
128
|
-
"tsx": "^4.20.
|
|
128
|
+
"tsx": "^4.20.5",
|
|
129
129
|
"typescript": "^5.9.2",
|
|
130
|
-
"vite": "^7.1.
|
|
130
|
+
"vite": "^7.1.5",
|
|
131
131
|
"vitest": "^3.2.4",
|
|
132
132
|
"vitest-axe": "^1.0.0-pre.5",
|
|
133
133
|
"vitest-canvas-mock": "^0.3.3",
|