@wistia/vhs 2.48.1-beta.1841520.8a30c3b → 2.48.1-beta.3788478f.5b063f4
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 +517 -517
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +517 -517
- package/dist/index.mjs.map +4 -4
- package/dist/src/hooks/useKeyPressOnce/UseKeyPressOnceExample.d.ts.map +1 -1
- package/dist/src/hooks/usePreventScroll/UsePreventScrollExample.d.ts.map +1 -1
- package/dist/src/private/components/HideInVisualRegressionTests/HideInVisualRegressionTests.d.ts.map +1 -0
- package/dist/src/private/components/HideInVisualRegressionTests/index.d.ts +2 -0
- package/dist/src/private/components/HideInVisualRegressionTests/index.d.ts.map +1 -0
- package/package.json +6 -5
- package/dist/.storybook/components/HideInVisualRegressionTests.d.ts.map +0 -1
- package/dist/.storybook/helpers/getRandomEmoji.d.ts +0 -2
- package/dist/.storybook/helpers/getRandomEmoji.d.ts.map +0 -1
- package/dist/.storybook/helpers/placeholderText.d.ts +0 -8
- package/dist/.storybook/helpers/placeholderText.d.ts.map +0 -1
- /package/dist/{.storybook/components → src/private/components/HideInVisualRegressionTests}/HideInVisualRegressionTests.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UseKeyPressOnceExample.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useKeyPressOnce/UseKeyPressOnceExample.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UseKeyPressOnceExample.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useKeyPressOnce/UseKeyPressOnceExample.tsx"],"names":[],"mappings":"AAoDA,eAAO,MAAM,sBAAsB,+CAmClC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UsePreventScrollExample.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePreventScroll/UsePreventScrollExample.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UsePreventScrollExample.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePreventScroll/UsePreventScrollExample.tsx"],"names":[],"mappings":"AAgBA,eAAO,MAAM,uBAAuB,+CAsBnC,CAAC"}
|
package/dist/src/private/components/HideInVisualRegressionTests/HideInVisualRegressionTests.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HideInVisualRegressionTests.d.ts","sourceRoot":"","sources":["../../../../../src/private/components/HideInVisualRegressionTests/HideInVisualRegressionTests.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,gCAAgC,GAAG;IACtC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAIF,eAAO,MAAM,2BAA2B,kBAErC,gCAAgC,KAAG,WAOrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/private/components/HideInVisualRegressionTests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.48.1-beta.
|
|
3
|
+
"version": "2.48.1-beta.3788478f.5b063f4",
|
|
4
4
|
"packageManager": "yarn@4.1.1",
|
|
5
5
|
"description": "Visual Hype System",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
28
|
+
"node": ">=18.0.0 || >=20.0.0"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"browsers": "./scripts/browserSupport.mjs",
|
|
@@ -49,6 +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": "publint",
|
|
52
53
|
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev --host localhost --port 6006",
|
|
53
54
|
"storybook:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet",
|
|
54
55
|
"test": "cross-env NODE_ENV=test vitest run",
|
|
@@ -56,8 +57,7 @@
|
|
|
56
57
|
"test:coverage": "yarn run test --coverage=true && open ./coverage/lcov-report/index.html",
|
|
57
58
|
"test:debug": "echo 'open chrome://inspect/#devices' && cross-env NODE_ENV=test vitest --inspect-brk --no-file-parallelism",
|
|
58
59
|
"ts:check": "tsc",
|
|
59
|
-
"ts:generate": "tsx ./scripts/generateTypes.ts"
|
|
60
|
-
"ts:progress": "node ./scripts/typescriptMigrationProgress.mjs"
|
|
60
|
+
"ts:generate": "tsx ./scripts/generateTypes.ts"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@types/react": "^17.0 || ^18.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"date-fns": "^3.6.0",
|
|
76
76
|
"formik": "^2.4.5",
|
|
77
77
|
"is-hotkey": "^0.2.0",
|
|
78
|
-
"lodash.isequal": "^4.5.0",
|
|
79
78
|
"polished": "^4.3.1",
|
|
80
79
|
"react-aria-live": "^2.0.5",
|
|
80
|
+
"react-fast-compare": "^3.2.2",
|
|
81
81
|
"react-is": "^18.2.0",
|
|
82
82
|
"react-slider": "^2.0.6",
|
|
83
83
|
"react-transition-group": "^4.4.5",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"jsdom": "^24.0.0",
|
|
129
129
|
"minimist": "^1.2.8",
|
|
130
130
|
"pascalcase": "^2.0.0",
|
|
131
|
+
"publint": "^0.2.7",
|
|
131
132
|
"react": "^18.2.0",
|
|
132
133
|
"react-dom": "^18.2.0",
|
|
133
134
|
"shx": "^0.3.4",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HideInVisualRegressionTests.d.ts","sourceRoot":"","sources":["../../../.storybook/components/HideInVisualRegressionTests.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,gCAAgC,GAAG;IACtC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAIF,eAAO,MAAM,2BAA2B,kBAErC,gCAAgC,KAAG,WAOrC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRandomEmoji.d.ts","sourceRoot":"","sources":["../../../.storybook/helpers/getRandomEmoji.ts"],"names":[],"mappings":"AAuCA,eAAO,MAAM,cAAc,sBAAgB,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,GAAG,MAAM,GAAG,SAO5E,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
type dictType = keyof typeof dictionary;
|
|
2
|
-
declare const dictionary: {
|
|
3
|
-
default: string[];
|
|
4
|
-
marketing: string[];
|
|
5
|
-
};
|
|
6
|
-
export declare const placeholderText: (wordCount?: number, dictionaryType?: dictType, addPeriod?: boolean, noSpaces?: boolean) => string;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=placeholderText.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"placeholderText.d.ts","sourceRoot":"","sources":["../../../.storybook/helpers/placeholderText.ts"],"names":[],"mappings":"AAEA,KAAK,QAAQ,GAAG,MAAM,OAAO,UAAU,CAAC;AAGxC,QAAA,MAAM,UAAU;;;CAGf,CAAC;AAMF,eAAO,MAAM,eAAe,wCAEV,QAAQ,oDAgBzB,CAAC"}
|