@wistia/vhs 2.59.2-beta.153287f5.c142599 → 2.59.2-beta.adb221f2.17cbba7
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/ThumbnailCollage/ThumbnailCollage.d.ts +1 -6
- package/dist/components/ThumbnailCollage/ThumbnailCollage.d.ts.map +1 -1
- package/dist/index.cjs +428 -429
- package/dist/index.cjs.map +3 -3
- package/dist/index.mjs +395 -396
- package/dist/index.mjs.map +3 -3
- package/package.json +4 -1
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import type { JSX } from 'react';
|
|
2
|
-
import type { GradientNameType } from '../../helpers/getBackgroundGradient/getBackgroundGradient';
|
|
3
2
|
type ThumbnailCollageProps = {
|
|
4
3
|
/**
|
|
5
4
|
* An array of image urls to show in the thumbnail. Supports up to 3 images
|
|
6
5
|
*/
|
|
7
6
|
thumbnailUrls: string[];
|
|
8
|
-
/**
|
|
9
|
-
* The type of gradient to show when there are no thumbnail urls
|
|
10
|
-
*/
|
|
11
|
-
gradientBackground?: GradientNameType;
|
|
12
7
|
};
|
|
13
|
-
declare const ThumbnailCollage: ({ thumbnailUrls,
|
|
8
|
+
declare const ThumbnailCollage: ({ thumbnailUrls, ...props }: ThumbnailCollageProps) => JSX.Element;
|
|
14
9
|
export { ThumbnailCollage };
|
|
15
10
|
//# sourceMappingURL=ThumbnailCollage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbnailCollage.d.ts","sourceRoot":"","sources":["../../../src/components/ThumbnailCollage/ThumbnailCollage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ThumbnailCollage.d.ts","sourceRoot":"","sources":["../../../src/components/ThumbnailCollage/ThumbnailCollage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAyCjC,KAAK,qBAAqB,GAAG;IAC3B;;OAEG;IACH,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,gBAAgB,gCAAiC,qBAAqB,KAAG,GAAG,CAAC,OAclF,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|