@wistia/vhs 2.77.2-beta.37b2c53f.d1b121c → 2.77.2-beta.646ff043.64a8f30

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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ export { React };
3
+ //# sourceMappingURL=reactShim.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactShim.d.ts","sourceRoot":"","sources":["../src/reactShim.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.77.2-beta.37b2c53f.d1b121c",
3
+ "version": "2.77.2-beta.646ff043.64a8f30",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -1,39 +0,0 @@
1
- import type { ComponentPropsWithoutRef } from 'react';
2
- export type WistiaLogoNewProps = Omit<ComponentPropsWithoutRef<'svg'>, 'href'> & {
3
- /**
4
- * An optional accessible description for the logo
5
- */
6
- description?: string;
7
- /**
8
- * Height, in pixels, of the logo
9
- */
10
- height?: number;
11
- /**
12
- * @ignore
13
- * Change the color when hovering over the logo
14
- */
15
- hoverColor?: string;
16
- /**
17
- * Display just the icon portion of the logo (ie. hide `Wistia` text)
18
- * note: there is no analogue to this because by brand guidelines, the
19
- * `Wistia` text must not be displayed without the "flags" iconography
20
- */
21
- iconOnly?: boolean;
22
- /**
23
- * If provided, will wrap the logo in a link
24
- */
25
- href?: string;
26
- /**
27
- * An accessible title for the logo (defaults to "Wistia Logo")
28
- */
29
- title?: string;
30
- /**
31
- * Style of the logo
32
- */
33
- variant?: 'dark' | 'light' | 'standard';
34
- };
35
- export declare const WistiaLogoNew: {
36
- ({ description, height, hoverColor, href, iconOnly, title, variant, ...otherProps }: WistiaLogoNewProps): import("react/jsx-runtime").JSX.Element;
37
- displayName: string;
38
- };
39
- //# sourceMappingURL=WistiaLogoNew.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WistiaLogoNew.d.ts","sourceRoot":"","sources":["../../../src/components/WistiaLogoNew/WistiaLogoNew.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AA8DtD,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,GAAG;IAC/E;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,aAAa;yFASvB,kBAAkB;;CAyCpB,CAAC"}
@@ -1,3 +0,0 @@
1
- export type { WistiaLogoNewProps } from './WistiaLogoNew';
2
- export { WistiaLogoNew } from './WistiaLogoNew';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/WistiaLogoNew/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}