@wistia/vhs 2.48.1-beta.59ffb4fc.302785b → 2.48.1-beta.5e5160e5.4aabc75

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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.48.1-beta.59ffb4fc.302785b
3
+ * @license VHS v2.48.1-beta.5e5160e5.4aabc75
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.48.1-beta.59ffb4fc.302785b
3
+ * @license VHS v2.48.1-beta.5e5160e5.4aabc75
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"UseKeyPressOnceExample.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useKeyPressOnce/UseKeyPressOnceExample.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB,+CAmClC,CAAC"}
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":"AAcA,eAAO,MAAM,uBAAuB,+CAsBnC,CAAC"}
1
+ {"version":3,"file":"UsePreventScrollExample.d.ts","sourceRoot":"","sources":["../../../../src/hooks/usePreventScroll/UsePreventScrollExample.tsx"],"names":[],"mappings":"AAgBA,eAAO,MAAM,uBAAuB,+CAsBnC,CAAC"}
@@ -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,2 @@
1
+ export { HideInVisualRegressionTests } from './HideInVisualRegressionTests';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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.59ffb4fc.302785b",
3
+ "version": "2.48.1-beta.5e5160e5.4aabc75",
4
4
  "packageManager": "yarn@4.1.1",
5
5
  "description": "Visual Hype System",
6
6
  "type": "commonjs",
@@ -8,6 +8,19 @@
8
8
  "module": "dist/index.mjs",
9
9
  "types": "dist/src/index.d.ts",
10
10
  "sideEffects": false,
11
+ "exports": {
12
+ "./package.json": "./package.json",
13
+ ".": {
14
+ "require": {
15
+ "types": "./dist/src/index.d.ts",
16
+ "default": "./dist/index.cjs"
17
+ },
18
+ "import": {
19
+ "types": "./dist/src/index.d.ts",
20
+ "default": "./dist/index.mjs"
21
+ }
22
+ }
23
+ },
11
24
  "files": [
12
25
  "dist"
13
26
  ],
@@ -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,2 +0,0 @@
1
- export declare const getRandomEmoji: (count?: number) => (string | undefined)[] | string | undefined;
2
- //# sourceMappingURL=getRandomEmoji.d.ts.map
@@ -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"}