@wistia/vhs 3.0.2-beta.f8fc5d46.2eece8b → 4.0.0-beta.0facbc0d.b39958a

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.d.mts CHANGED
@@ -7,6 +7,7 @@ import { FormikProps, FormikHelpers, FormikErrors, Field } from 'formik';
7
7
  export { useFormikContext } from 'formik';
8
8
  import { DropdownMenuProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuCheckboxItemProps, DropdownMenuRadioItemProps } from '@radix-ui/react-dropdown-menu';
9
9
  export { DropdownMenuRadioGroup as MenuRadioGroup } from '@radix-ui/react-dropdown-menu';
10
+ import * as styled_components_dist_types from 'styled-components/dist/types';
10
11
  import { Descendant } from 'slate';
11
12
  import { ReactEditor } from 'slate-react';
12
13
 
@@ -309,22 +310,22 @@ declare const datetimeHelpers: {
309
310
  };
310
311
 
311
312
  declare const gradients: {
312
- defaultDarkOne: styled_components.FlattenSimpleInterpolation;
313
- defaultDarkTwo: styled_components.FlattenSimpleInterpolation;
314
- defaultLightOne: styled_components.FlattenSimpleInterpolation;
315
- defaultLightTwo: styled_components.FlattenSimpleInterpolation;
316
- defaultMidOne: styled_components.FlattenSimpleInterpolation;
317
- defaultMidTwo: styled_components.FlattenSimpleInterpolation;
318
- green: styled_components.FlattenSimpleInterpolation;
319
- greenWithPop: styled_components.FlattenSimpleInterpolation;
320
- pink: styled_components.FlattenSimpleInterpolation;
321
- pinkWithPop: styled_components.FlattenSimpleInterpolation;
322
- playfulGradientOne: styled_components.FlattenSimpleInterpolation;
323
- playfulGradientTwo: styled_components.FlattenSimpleInterpolation;
324
- purple: styled_components.FlattenSimpleInterpolation;
325
- purpleWithPop: styled_components.FlattenSimpleInterpolation;
326
- yellow: styled_components.FlattenSimpleInterpolation;
327
- yellowWithPop: styled_components.FlattenSimpleInterpolation;
313
+ defaultDarkOne: styled_components.RuleSet<object>;
314
+ defaultDarkTwo: styled_components.RuleSet<object>;
315
+ defaultLightOne: styled_components.RuleSet<object>;
316
+ defaultLightTwo: styled_components.RuleSet<object>;
317
+ defaultMidOne: styled_components.RuleSet<object>;
318
+ defaultMidTwo: styled_components.RuleSet<object>;
319
+ green: styled_components.RuleSet<object>;
320
+ greenWithPop: styled_components.RuleSet<object>;
321
+ pink: styled_components.RuleSet<object>;
322
+ pinkWithPop: styled_components.RuleSet<object>;
323
+ playfulGradientOne: styled_components.RuleSet<object>;
324
+ playfulGradientTwo: styled_components.RuleSet<object>;
325
+ purple: styled_components.RuleSet<object>;
326
+ purpleWithPop: styled_components.RuleSet<object>;
327
+ yellow: styled_components.RuleSet<object>;
328
+ yellowWithPop: styled_components.RuleSet<object>;
328
329
  };
329
330
  type GradientNameType = keyof typeof gradients;
330
331
  type GetBackgroundGradientType = GradientNameType | undefined;
@@ -1696,8 +1697,8 @@ declare const Divider: {
1696
1697
  displayName: string;
1697
1698
  };
1698
1699
 
1699
- declare const ellipsisStyle: styled_components.FlattenSimpleInterpolation;
1700
- declare const ellipsisFlexParentStyle: styled_components.FlattenSimpleInterpolation;
1700
+ declare const ellipsisStyle: styled_components.RuleSet<object>;
1701
+ declare const ellipsisFlexParentStyle: styled_components.RuleSet<object>;
1701
1702
  type EllipsisProps = ComponentPropsWithoutRef<'div'> & {
1702
1703
  /**
1703
1704
  * The text that will be truncated with an ellipsis
@@ -2565,9 +2566,9 @@ declare const Modal: {
2565
2566
  displayName: string;
2566
2567
  };
2567
2568
 
2568
- declare const ModalHeader: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2569
- declare const ModalBody: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2570
- declare const ModalFooter: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2569
+ declare const ModalHeader: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2570
+ declare const ModalBody: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2571
+ declare const ModalFooter: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2571
2572
  type ModalCloseButtonProps = {
2572
2573
  /**
2573
2574
  * Callback invoked when the button is clicked
@@ -2914,7 +2915,7 @@ declare const RichTextEditor: {
2914
2915
  declare const rteSerializeToHTML: (value: Descendant[]) => string | null;
2915
2916
  declare const rteDeserializeHTML: (htmlString: string) => (Descendant | string | null)[] | Descendant | string | null | undefined;
2916
2917
 
2917
- declare const screenReaderOnlyStyle: styled_components.FlattenSimpleInterpolation;
2918
+ declare const screenReaderOnlyStyle: styled_components.RuleSet<object>;
2918
2919
  type ScreenReaderOnlyProps = ComponentPropsWithoutRef<'div'> & {
2919
2920
  /**
2920
2921
  * Pass an arbitrary child node
@@ -3127,16 +3128,16 @@ declare const renderMap: {
3127
3128
  span: string;
3128
3129
  };
3129
3130
  declare const variantStyleMap: {
3130
- headline1: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3131
- headline2: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3132
- headline3: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3133
- overline: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3134
- body1: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3135
- body2: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3136
- caption: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3137
- subtitle1: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3138
- subtitle2: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3139
- monospace: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3131
+ headline1: styled_components.RuleSet<object>;
3132
+ headline2: styled_components.RuleSet<object>;
3133
+ headline3: styled_components.RuleSet<object>;
3134
+ overline: styled_components.RuleSet<object>;
3135
+ body1: styled_components.RuleSet<object>;
3136
+ body2: styled_components.RuleSet<object>;
3137
+ caption: styled_components.RuleSet<object>;
3138
+ subtitle1: styled_components.RuleSet<object>;
3139
+ subtitle2: styled_components.RuleSet<object>;
3140
+ monospace: styled_components.RuleSet<object>;
3140
3141
  };
3141
3142
  type TextProps = ComponentPropsWithoutRef<'div'> & {
3142
3143
  /**
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ import { FormikProps, FormikHelpers, FormikErrors, Field } from 'formik';
7
7
  export { useFormikContext } from 'formik';
8
8
  import { DropdownMenuProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuCheckboxItemProps, DropdownMenuRadioItemProps } from '@radix-ui/react-dropdown-menu';
9
9
  export { DropdownMenuRadioGroup as MenuRadioGroup } from '@radix-ui/react-dropdown-menu';
10
+ import * as styled_components_dist_types from 'styled-components/dist/types';
10
11
  import { Descendant } from 'slate';
11
12
  import { ReactEditor } from 'slate-react';
12
13
 
@@ -309,22 +310,22 @@ declare const datetimeHelpers: {
309
310
  };
310
311
 
311
312
  declare const gradients: {
312
- defaultDarkOne: styled_components.FlattenSimpleInterpolation;
313
- defaultDarkTwo: styled_components.FlattenSimpleInterpolation;
314
- defaultLightOne: styled_components.FlattenSimpleInterpolation;
315
- defaultLightTwo: styled_components.FlattenSimpleInterpolation;
316
- defaultMidOne: styled_components.FlattenSimpleInterpolation;
317
- defaultMidTwo: styled_components.FlattenSimpleInterpolation;
318
- green: styled_components.FlattenSimpleInterpolation;
319
- greenWithPop: styled_components.FlattenSimpleInterpolation;
320
- pink: styled_components.FlattenSimpleInterpolation;
321
- pinkWithPop: styled_components.FlattenSimpleInterpolation;
322
- playfulGradientOne: styled_components.FlattenSimpleInterpolation;
323
- playfulGradientTwo: styled_components.FlattenSimpleInterpolation;
324
- purple: styled_components.FlattenSimpleInterpolation;
325
- purpleWithPop: styled_components.FlattenSimpleInterpolation;
326
- yellow: styled_components.FlattenSimpleInterpolation;
327
- yellowWithPop: styled_components.FlattenSimpleInterpolation;
313
+ defaultDarkOne: styled_components.RuleSet<object>;
314
+ defaultDarkTwo: styled_components.RuleSet<object>;
315
+ defaultLightOne: styled_components.RuleSet<object>;
316
+ defaultLightTwo: styled_components.RuleSet<object>;
317
+ defaultMidOne: styled_components.RuleSet<object>;
318
+ defaultMidTwo: styled_components.RuleSet<object>;
319
+ green: styled_components.RuleSet<object>;
320
+ greenWithPop: styled_components.RuleSet<object>;
321
+ pink: styled_components.RuleSet<object>;
322
+ pinkWithPop: styled_components.RuleSet<object>;
323
+ playfulGradientOne: styled_components.RuleSet<object>;
324
+ playfulGradientTwo: styled_components.RuleSet<object>;
325
+ purple: styled_components.RuleSet<object>;
326
+ purpleWithPop: styled_components.RuleSet<object>;
327
+ yellow: styled_components.RuleSet<object>;
328
+ yellowWithPop: styled_components.RuleSet<object>;
328
329
  };
329
330
  type GradientNameType = keyof typeof gradients;
330
331
  type GetBackgroundGradientType = GradientNameType | undefined;
@@ -1696,8 +1697,8 @@ declare const Divider: {
1696
1697
  displayName: string;
1697
1698
  };
1698
1699
 
1699
- declare const ellipsisStyle: styled_components.FlattenSimpleInterpolation;
1700
- declare const ellipsisFlexParentStyle: styled_components.FlattenSimpleInterpolation;
1700
+ declare const ellipsisStyle: styled_components.RuleSet<object>;
1701
+ declare const ellipsisFlexParentStyle: styled_components.RuleSet<object>;
1701
1702
  type EllipsisProps = ComponentPropsWithoutRef<'div'> & {
1702
1703
  /**
1703
1704
  * The text that will be truncated with an ellipsis
@@ -2565,9 +2566,9 @@ declare const Modal: {
2565
2566
  displayName: string;
2566
2567
  };
2567
2568
 
2568
- declare const ModalHeader: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2569
- declare const ModalBody: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2570
- declare const ModalFooter: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2569
+ declare const ModalHeader: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2570
+ declare const ModalBody: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2571
+ declare const ModalFooter: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2571
2572
  type ModalCloseButtonProps = {
2572
2573
  /**
2573
2574
  * Callback invoked when the button is clicked
@@ -2914,7 +2915,7 @@ declare const RichTextEditor: {
2914
2915
  declare const rteSerializeToHTML: (value: Descendant[]) => string | null;
2915
2916
  declare const rteDeserializeHTML: (htmlString: string) => (Descendant | string | null)[] | Descendant | string | null | undefined;
2916
2917
 
2917
- declare const screenReaderOnlyStyle: styled_components.FlattenSimpleInterpolation;
2918
+ declare const screenReaderOnlyStyle: styled_components.RuleSet<object>;
2918
2919
  type ScreenReaderOnlyProps = ComponentPropsWithoutRef<'div'> & {
2919
2920
  /**
2920
2921
  * Pass an arbitrary child node
@@ -3127,16 +3128,16 @@ declare const renderMap: {
3127
3128
  span: string;
3128
3129
  };
3129
3130
  declare const variantStyleMap: {
3130
- headline1: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3131
- headline2: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3132
- headline3: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3133
- overline: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3134
- body1: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3135
- body2: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3136
- caption: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3137
- subtitle1: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3138
- subtitle2: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3139
- monospace: styled_components.FlattenInterpolation<styled_components.ThemeProps<styled_components.DefaultTheme>>;
3131
+ headline1: styled_components.RuleSet<object>;
3132
+ headline2: styled_components.RuleSet<object>;
3133
+ headline3: styled_components.RuleSet<object>;
3134
+ overline: styled_components.RuleSet<object>;
3135
+ body1: styled_components.RuleSet<object>;
3136
+ body2: styled_components.RuleSet<object>;
3137
+ caption: styled_components.RuleSet<object>;
3138
+ subtitle1: styled_components.RuleSet<object>;
3139
+ subtitle2: styled_components.RuleSet<object>;
3140
+ monospace: styled_components.RuleSet<object>;
3140
3141
  };
3141
3142
  type TextProps = ComponentPropsWithoutRef<'div'> & {
3142
3143
  /**