@wistia/vhs 3.0.2 → 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.cjs +235 -235
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +33 -32
- package/dist/index.d.ts +33 -32
- package/dist/index.mjs +73 -73
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -26
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.
|
|
313
|
-
defaultDarkTwo: styled_components.
|
|
314
|
-
defaultLightOne: styled_components.
|
|
315
|
-
defaultLightTwo: styled_components.
|
|
316
|
-
defaultMidOne: styled_components.
|
|
317
|
-
defaultMidTwo: styled_components.
|
|
318
|
-
green: styled_components.
|
|
319
|
-
greenWithPop: styled_components.
|
|
320
|
-
pink: styled_components.
|
|
321
|
-
pinkWithPop: styled_components.
|
|
322
|
-
playfulGradientOne: styled_components.
|
|
323
|
-
playfulGradientTwo: styled_components.
|
|
324
|
-
purple: styled_components.
|
|
325
|
-
purpleWithPop: styled_components.
|
|
326
|
-
yellow: styled_components.
|
|
327
|
-
yellowWithPop: styled_components.
|
|
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.
|
|
1700
|
-
declare const ellipsisFlexParentStyle: styled_components.
|
|
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:
|
|
2569
|
-
declare const ModalBody:
|
|
2570
|
-
declare const ModalFooter:
|
|
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.
|
|
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.
|
|
3131
|
-
headline2: styled_components.
|
|
3132
|
-
headline3: styled_components.
|
|
3133
|
-
overline: styled_components.
|
|
3134
|
-
body1: styled_components.
|
|
3135
|
-
body2: styled_components.
|
|
3136
|
-
caption: styled_components.
|
|
3137
|
-
subtitle1: styled_components.
|
|
3138
|
-
subtitle2: styled_components.
|
|
3139
|
-
monospace: styled_components.
|
|
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.
|
|
313
|
-
defaultDarkTwo: styled_components.
|
|
314
|
-
defaultLightOne: styled_components.
|
|
315
|
-
defaultLightTwo: styled_components.
|
|
316
|
-
defaultMidOne: styled_components.
|
|
317
|
-
defaultMidTwo: styled_components.
|
|
318
|
-
green: styled_components.
|
|
319
|
-
greenWithPop: styled_components.
|
|
320
|
-
pink: styled_components.
|
|
321
|
-
pinkWithPop: styled_components.
|
|
322
|
-
playfulGradientOne: styled_components.
|
|
323
|
-
playfulGradientTwo: styled_components.
|
|
324
|
-
purple: styled_components.
|
|
325
|
-
purpleWithPop: styled_components.
|
|
326
|
-
yellow: styled_components.
|
|
327
|
-
yellowWithPop: styled_components.
|
|
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.
|
|
1700
|
-
declare const ellipsisFlexParentStyle: styled_components.
|
|
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:
|
|
2569
|
-
declare const ModalBody:
|
|
2570
|
-
declare const ModalFooter:
|
|
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.
|
|
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.
|
|
3131
|
-
headline2: styled_components.
|
|
3132
|
-
headline3: styled_components.
|
|
3133
|
-
overline: styled_components.
|
|
3134
|
-
body1: styled_components.
|
|
3135
|
-
body2: styled_components.
|
|
3136
|
-
caption: styled_components.
|
|
3137
|
-
subtitle1: styled_components.
|
|
3138
|
-
subtitle2: styled_components.
|
|
3139
|
-
monospace: styled_components.
|
|
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
|
/**
|