@wistia/vhs 2.53.0-beta.cc8ca710.c59d5b3 → 2.53.0-beta.f0f0e5e9.356ba02
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/LinkButton/LinkButton.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toast/ToastAnimation.d.ts +4 -3
- package/dist/components/Toast/ToastAnimation.d.ts.map +1 -1
- package/dist/helpers/copyToClipboard/copyToClipboard.d.ts.map +1 -1
- package/dist/hooks/useFocusTrap/helpers.d.ts +1 -1
- package/dist/hooks/useFocusTrap/helpers.d.ts.map +1 -1
- package/dist/index.cjs +508 -554
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +501 -547
- package/dist/index.mjs.map +4 -4
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.53.0-beta.
|
|
3
|
+
"version": "2.53.0-beta.f0f0e5e9.356ba02",
|
|
4
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
|
|
50
50
|
"outdated": "yarn upgrade-interactive",
|
|
51
51
|
"prepublishOnly": "yarn run build",
|
|
52
|
-
"publint": "
|
|
52
|
+
"publint": "publint",
|
|
53
53
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
54
54
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
55
55
|
"test": "cross-env NODE_ENV=test vitest run",
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"esbuild-plugin-browserslist": "^0.12.0",
|
|
128
128
|
"esbuild-visualizer": "^0.6.0",
|
|
129
129
|
"eslint": "^8.57.0",
|
|
130
|
-
"eslint-plugin-deprecation": "^3.0.0",
|
|
131
130
|
"globby": "^14.0.1",
|
|
132
131
|
"jsdoc-to-markdown": "^8.0.1",
|
|
133
132
|
"jsdom": "^24.1.0",
|