@wistia/vhs 2.75.3-beta.da2566aa.bcdb51e → 2.75.3-beta.ec6a3a3b.32d35d4
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/ActionModal/getModalBackgroundGradient.d.ts +1 -1
- package/dist/components/ActionModal/getModalBackgroundGradient.d.ts.map +1 -1
- package/dist/components/Button/ButtonStyledComponent.d.ts +8 -8
- package/dist/components/Button/ButtonStyledComponent.d.ts.map +1 -1
- package/dist/components/ButtonLink/ButtonLink.d.ts +2 -2
- package/dist/components/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/Checkbox/OptionStyledComponent.d.ts +10 -10
- package/dist/components/Checkbox/OptionStyledComponent.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
- package/dist/components/Ellipsis/Ellipsis.d.ts +2 -2
- package/dist/components/Ellipsis/Ellipsis.d.ts.map +1 -1
- package/dist/components/FormField/FormField.d.ts.map +1 -1
- package/dist/components/Input/InputStyledComponent.d.ts +1 -1
- package/dist/components/Input/InputStyledComponent.d.ts.map +1 -1
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/linkStyle.d.ts +4 -4
- package/dist/components/Link/linkStyle.d.ts.map +1 -1
- package/dist/components/Menu/Menu.d.ts +1 -1
- package/dist/components/Menu/Menu.d.ts.map +1 -1
- package/dist/components/Menu/MenuItem.d.ts.map +1 -1
- package/dist/components/MenuButton/MenuHeader.d.ts.map +1 -1
- package/dist/components/Modal/Dialog.d.ts +1 -1
- package/dist/components/Modal/Dialog.d.ts.map +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/ModalParts.d.ts +3 -3
- package/dist/components/Modal/ModalParts.d.ts.map +1 -1
- package/dist/components/RangeSelectorInput/ErrorMessages.d.ts.map +1 -1
- package/dist/components/RichTextEditor/Element.d.ts +1 -1
- package/dist/components/RichTextEditor/Element.d.ts.map +1 -1
- package/dist/components/ScreenReaderOnly/ScreenReaderOnly.d.ts +1 -1
- package/dist/components/ScreenReaderOnly/ScreenReaderOnly.d.ts.map +1 -1
- package/dist/components/Select/SelectStyledComponent.d.ts +1 -1
- package/dist/components/Select/SelectStyledComponent.d.ts.map +1 -1
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Text/Text.d.ts +10 -10
- package/dist/components/Thumbnail/Thumbnail.d.ts +1 -1
- package/dist/components/Thumbnail/Thumbnail.d.ts.map +1 -1
- package/dist/css/GlobalStyle.d.ts +1 -1
- package/dist/css/GlobalStyle.d.ts.map +1 -1
- package/dist/css/baseline.d.ts +1 -1
- package/dist/css/baseline.d.ts.map +1 -1
- package/dist/css/normalize.d.ts +1 -1
- package/dist/css/normalize.d.ts.map +1 -1
- package/dist/helpers/getBackgroundGradient/getBackgroundGradient.d.ts +16 -16
- package/dist/index.cjs +704 -600
- package/dist/index.cjs.map +4 -4
- package/dist/index.mjs +716 -612
- package/dist/index.mjs.map +4 -4
- package/dist/private/components/Calendar/Calendar.d.ts +2 -2
- package/dist/private/components/Calendar/Calendar.d.ts.map +1 -1
- package/dist/private/components/FormConnectorCheckboxGroup/FormConnectorCheckboxGroup.d.ts +7 -1
- package/dist/private/components/FormConnectorCheckboxGroup/FormConnectorCheckboxGroup.d.ts.map +1 -1
- package/dist/private/components/FormConnectorCustomField/FormConnectorCustomField.d.ts +7 -2
- package/dist/private/components/FormConnectorCustomField/FormConnectorCustomField.d.ts.map +1 -1
- package/dist/private/components/FormConnectorHidden/FormConnectorHidden.d.ts +7 -2
- package/dist/private/components/FormConnectorHidden/FormConnectorHidden.d.ts.map +1 -1
- package/dist/private/components/FormConnectorInput/FormConnectorInput.d.ts +7 -2
- package/dist/private/components/FormConnectorInput/FormConnectorInput.d.ts.map +1 -1
- package/dist/private/components/FormConnectorRadioGroup/FormConnectorRadioGroup.d.ts +7 -1
- package/dist/private/components/FormConnectorRadioGroup/FormConnectorRadioGroup.d.ts.map +1 -1
- package/dist/private/components/FormConnectorRichTextEditor/FormConnectorRichTextEditor.d.ts +7 -2
- package/dist/private/components/FormConnectorRichTextEditor/FormConnectorRichTextEditor.d.ts.map +1 -1
- package/dist/private/components/FormConnectorSelect/FormConnectorSelect.d.ts +7 -2
- package/dist/private/components/FormConnectorSelect/FormConnectorSelect.d.ts.map +1 -1
- package/dist/private/components/Table/TableStyle.d.ts +1 -1
- package/dist/private/components/Table/TableStyle.d.ts.map +1 -1
- package/package.json +22 -28
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { JSX } from 'react';
|
|
2
|
-
export declare const Day: import("styled-components").
|
|
3
|
-
export declare const DayNumber: import("styled-components").
|
|
2
|
+
export declare const Day: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
3
|
+
export declare const DayNumber: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
4
|
type RenderDayProps = {
|
|
5
5
|
day: Date;
|
|
6
6
|
isDisabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../../src/private/components/Calendar/Calendar.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AA8DjC,eAAO,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../../src/private/components/Calendar/Calendar.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AA8DjC,eAAO,MAAM,GAAG,yOAmBf,CAAC;AAcF,eAAO,MAAM,SAAS,+NAGrB,CAAC;AAcF,KAAK,cAAc,GAAG;IACpB,GAAG,EAAE,IAAI,CAAC;IACV,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,WAAW,EAAE,IAAI,CAAC;IAClB,YAAY,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAChC,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC9B,mBAAmB,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,KAAK,OAAO,CAAC;IAC5C,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,GAAG,CAAC,OAAO,CAAC;IAClD,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,eAAO,MAAM,QAAQ;oHAQlB,aAAa,GAAG,GAAG,CAAC,OAAO;;CAmL7B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Ref } from 'react';
|
|
1
2
|
import type { CheckboxGroupProps } from '../../../components/CheckboxGroup/CheckboxGroup';
|
|
2
3
|
export type FormConnectorCheckboxGroupProps = {
|
|
3
4
|
/**
|
|
@@ -23,6 +24,11 @@ export type FormConnectorCheckboxGroupProps = {
|
|
|
23
24
|
setFieldValue: (name: string, optionValue: unknown) => unknown;
|
|
24
25
|
values?: Record<string, string> | undefined;
|
|
25
26
|
};
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
* Ref passed from Formik
|
|
30
|
+
*/
|
|
31
|
+
innerRef?: Ref<HTMLFieldSetElement>;
|
|
26
32
|
/**
|
|
27
33
|
* The label for the form field
|
|
28
34
|
*/
|
|
@@ -52,7 +58,7 @@ export type FormConnectorCheckboxGroupProps = {
|
|
|
52
58
|
}[];
|
|
53
59
|
};
|
|
54
60
|
export declare const FormConnectorCheckboxGroup: {
|
|
55
|
-
({ direction, disabled, field: { name, value }, form: { errors, setFieldValue }, label, labelDescription, labelProps, onChangeCustom, options, }: FormConnectorCheckboxGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
({ direction, disabled, field: { name, value }, form: { errors, setFieldValue }, innerRef, label, labelDescription, labelProps, onChangeCustom, options, ...otherProps }: FormConnectorCheckboxGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
56
62
|
displayName: string;
|
|
57
63
|
};
|
|
58
64
|
//# sourceMappingURL=FormConnectorCheckboxGroup.d.ts.map
|
package/dist/private/components/FormConnectorCheckboxGroup/FormConnectorCheckboxGroup.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorCheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorCheckboxGroup/FormConnectorCheckboxGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormConnectorCheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorCheckboxGroup/FormConnectorCheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAe,GAAG,EAAE,MAAM,OAAO,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AAE1F,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC;KAC5B,CAAC;IACF;;OAEG;IACH,IAAI,EAAE;QACJ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;QAC5C,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,KAAK,OAAO,CAAC;QAC/D,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;KAC7C,CAAC;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,mBAAmB,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAC,OAAO,CAAC,CAAC;IACpC;;OAEG;IACH,gBAAgB,CAAC,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,CAAC;IAC1D;;OAEG;IACH,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,gBAAgB,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACzE,CAAC;AAEF,eAAO,MAAM,0BAA0B;8KAYpC,+BAA+B;;CA8CjC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ReactNode, JSX } from 'react';
|
|
1
|
+
import type { ReactNode, JSX, Ref } from 'react';
|
|
2
2
|
export type CustomComponentClass = {
|
|
3
3
|
field: {
|
|
4
4
|
name: string;
|
|
@@ -30,6 +30,11 @@ export type FormConnectorCustomFieldProps = {
|
|
|
30
30
|
setFieldValue?: ((name: string, optionValue: string) => unknown) | undefined;
|
|
31
31
|
values?: Record<string, string> | undefined;
|
|
32
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
* Ref passed from Formik
|
|
36
|
+
*/
|
|
37
|
+
innerRef?: Ref<HTMLElement>;
|
|
33
38
|
/**
|
|
34
39
|
* The label for the form field
|
|
35
40
|
*/
|
|
@@ -47,7 +52,7 @@ export type FormConnectorCustomFieldProps = {
|
|
|
47
52
|
};
|
|
48
53
|
};
|
|
49
54
|
export declare const FormConnectorCustomField: {
|
|
50
|
-
({ customComponent: Element, field, form, label, labelDescription, labelProps, ...otherProps }: FormConnectorCustomFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
({ customComponent: Element, field, form, innerRef, label, labelDescription, labelProps, ...otherProps }: FormConnectorCustomFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
51
56
|
displayName: string;
|
|
52
57
|
};
|
|
53
58
|
//# sourceMappingURL=FormConnectorCustomField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorCustomField.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorCustomField/FormConnectorCustomField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FormConnectorCustomField.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorCustomField/FormConnectorCustomField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,GAAG,EAAa,MAAM,OAAO,CAAC;AAI5D,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,IAAI,EAAE;QACJ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;QAC5C,aAAa,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,SAAS,CAAC;QAC7E,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;KAC7C,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;OAEG;IACH,eAAe,EAAE,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,OAAO,CAAC,CAAC;IAClF;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;IACF;;OAEG;IACH,IAAI,EAAE;QACJ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;QAC5C,aAAa,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,SAAS,CAAC;QAC7E,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;KAC7C,CAAC;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAClD;;OAEG;IACH,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,wBAAwB;8GASlC,6BAA6B;;CAwB/B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEvent } from 'react';
|
|
1
|
+
import type { ChangeEvent, Ref } from 'react';
|
|
2
2
|
export type FormConnectorHiddenProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Field passed from Formik lib
|
|
@@ -16,6 +16,11 @@ export type FormConnectorHiddenProps = {
|
|
|
16
16
|
setFieldValue?: ((name: string, optionValue: string) => unknown) | undefined;
|
|
17
17
|
values?: Record<string, string> | undefined;
|
|
18
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* @ignore
|
|
21
|
+
* Ref passed from Formik
|
|
22
|
+
*/
|
|
23
|
+
innerRef?: Ref<HTMLInputElement>;
|
|
19
24
|
/**
|
|
20
25
|
* Custom onChange callback add-on. args: "value"
|
|
21
26
|
*/
|
|
@@ -26,7 +31,7 @@ export type FormConnectorHiddenProps = {
|
|
|
26
31
|
valueState?: string;
|
|
27
32
|
};
|
|
28
33
|
export declare const FormConnectorHidden: {
|
|
29
|
-
({ field: { name, value, onChange }, form: { setFieldValue }, onChangeCustom, valueState, ...otherProps }: FormConnectorHiddenProps): import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
({ field: { name, value, onChange }, form: { setFieldValue }, innerRef, onChangeCustom, valueState, ...otherProps }: FormConnectorHiddenProps): import("react/jsx-runtime").JSX.Element;
|
|
30
35
|
displayName: string;
|
|
31
36
|
};
|
|
32
37
|
//# sourceMappingURL=FormConnectorHidden.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorHidden.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorHidden/FormConnectorHidden.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FormConnectorHidden.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorHidden/FormConnectorHidden.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAK9C,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC;QAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;KACrC,CAAC;IACF;;OAEG;IACH,IAAI,CAAC,EAAE;QACL,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;QAC5C,aAAa,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,SAAS,CAAC;QAC7E,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;KAC7C,CAAC;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IACjC;;OAEG;IACH,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAC3C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,mBAAmB;yHAO7B,wBAAwB;;CA+B1B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEvent, ReactNode } from 'react';
|
|
1
|
+
import type { ChangeEvent, ReactNode, Ref } from 'react';
|
|
2
2
|
type FormInterface = {
|
|
3
3
|
errors: Record<string, string> | undefined;
|
|
4
4
|
setFieldValue: (name: string, optionValue: string) => unknown;
|
|
@@ -19,6 +19,11 @@ export type FormConnectorInputProps = {
|
|
|
19
19
|
* Form passed from Formik lib
|
|
20
20
|
*/
|
|
21
21
|
form: FormInterface;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
* Ref passed from Formik
|
|
25
|
+
*/
|
|
26
|
+
innerRef?: Ref<HTMLInputElement>;
|
|
22
27
|
/**
|
|
23
28
|
* The label for the form field
|
|
24
29
|
*/
|
|
@@ -43,7 +48,7 @@ export type FormConnectorInputProps = {
|
|
|
43
48
|
type: string;
|
|
44
49
|
};
|
|
45
50
|
export declare const FormConnectorInput: {
|
|
46
|
-
({ disabled, field: { name, value, onChange, onBlur }, form: { errors, setFieldValue }, label, labelDescription, labelProps, onChangeCustom, placeholder, type, onFocusToSelectValue, ...otherProps }: FormConnectorInputProps): import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
({ disabled, field: { name, value, onChange, onBlur }, form: { errors, setFieldValue }, innerRef, label, labelDescription, labelProps, onChangeCustom, placeholder, type, onFocusToSelectValue, ...otherProps }: FormConnectorInputProps): import("react/jsx-runtime").JSX.Element;
|
|
47
52
|
displayName: string;
|
|
48
53
|
};
|
|
49
54
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorInput.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorInput/FormConnectorInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FormConnectorInput.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorInput/FormConnectorInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAQzD,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;IAC3C,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC;IAC9D,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC;QACxC,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC;QAC1C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KACzB,CAAC;IACF;;OAEG;IACH,IAAI,EAAE,aAAa,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAClD;;OAEG;IACH,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAC5C;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,kBAAkB;qNAa5B,uBAAuB;;CA8CzB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { Ref } from 'react';
|
|
1
2
|
import type { RadioGroupProps } from '../../../components/RadioGroup/RadioGroup';
|
|
2
3
|
import type { RadioProps } from '../../../components/Radio/Radio';
|
|
3
4
|
export type FormConnectorRadioGroupProps = {
|
|
@@ -23,6 +24,11 @@ export type FormConnectorRadioGroupProps = {
|
|
|
23
24
|
setFieldValue: (name: string, optionValue: RadioProps['value']) => unknown;
|
|
24
25
|
values: Record<string, string>;
|
|
25
26
|
};
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
* Ref passed from Formik
|
|
30
|
+
*/
|
|
31
|
+
innerRef?: Ref<HTMLFieldSetElement>;
|
|
26
32
|
/**
|
|
27
33
|
* The label for the form field
|
|
28
34
|
*/
|
|
@@ -53,7 +59,7 @@ export type FormConnectorRadioGroupProps = {
|
|
|
53
59
|
}[];
|
|
54
60
|
};
|
|
55
61
|
export declare const FormConnectorRadioGroup: {
|
|
56
|
-
({ direction, disabled, field: { name }, form: { errors, values, setFieldValue }, label, labelDescription, labelProps, onChangeCustom, options, }: FormConnectorRadioGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
62
|
+
({ direction, disabled, field: { name }, form: { errors, values, setFieldValue }, innerRef, label, labelDescription, labelProps, onChangeCustom, options, ...otherProps }: FormConnectorRadioGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
57
63
|
displayName: string;
|
|
58
64
|
};
|
|
59
65
|
//# sourceMappingURL=FormConnectorRadioGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorRadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorRadioGroup/FormConnectorRadioGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormConnectorRadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorRadioGroup/FormConnectorRadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGlE,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF;;OAEG;IAEH,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC/B,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,OAAO,CAAC;QAC3E,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAChC,CAAC;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,mBAAmB,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACjC;;OAEG;IACH,gBAAgB,CAAC,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAC;IACvD;;OAEG;IACH,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,OAAO,CAAC;IAC/D;;OAEG;IACH,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;CAC5F,CAAC;AAEF,eAAO,MAAM,uBAAuB;+KAYjC,4BAA4B;;CA2B9B,CAAC"}
|
package/dist/private/components/FormConnectorRichTextEditor/FormConnectorRichTextEditor.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEvent, ReactNode } from 'react';
|
|
1
|
+
import type { ChangeEvent, ReactNode, Ref } from 'react';
|
|
2
2
|
import { rteFormatTypes } from '../../../components/RichTextEditor';
|
|
3
3
|
export type FormConnectorRichTextEditorProps = {
|
|
4
4
|
disabled?: boolean;
|
|
@@ -23,6 +23,11 @@ export type FormConnectorRichTextEditorProps = {
|
|
|
23
23
|
setFieldValue?: (name: string, optionValue: string) => unknown;
|
|
24
24
|
values?: Record<string, string>;
|
|
25
25
|
};
|
|
26
|
+
/**
|
|
27
|
+
* @ignore
|
|
28
|
+
* Ref passed from Formik
|
|
29
|
+
*/
|
|
30
|
+
innerRef?: Ref<HTMLDivElement>;
|
|
26
31
|
/**
|
|
27
32
|
* The label for the form field
|
|
28
33
|
*/
|
|
@@ -49,7 +54,7 @@ export type FormConnectorRichTextEditorProps = {
|
|
|
49
54
|
height?: string | undefined;
|
|
50
55
|
};
|
|
51
56
|
export declare const FormConnectorRichTextEditor: {
|
|
52
|
-
({ field: { name, value, onChange }, form: { errors }, label, labelDescription, labelProps, placeholder, disabled, enabledFormats, useExternalValue, height, ...otherProps }: FormConnectorRichTextEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
({ field: { name, value, onChange }, form: { errors }, innerRef, label, labelDescription, labelProps, placeholder, disabled, enabledFormats, useExternalValue, height, ...otherProps }: FormConnectorRichTextEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
53
58
|
displayName: string;
|
|
54
59
|
};
|
|
55
60
|
//# sourceMappingURL=FormConnectorRichTextEditor.d.ts.map
|
package/dist/private/components/FormConnectorRichTextEditor/FormConnectorRichTextEditor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorRichTextEditor.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorRichTextEditor/FormConnectorRichTextEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FormConnectorRichTextEditor.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorRichTextEditor/FormConnectorRichTextEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAMzD,OAAO,EAEL,cAAc,EAGf,MAAM,oCAAoC,CAAC;AAO5C,MAAM,MAAM,gCAAgC,GAAG;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,MAAM,OAAO,cAAc,CAAC,EAAE,CAAC;IACjD;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC;QAC3D,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,CAAC,eAAe,EAAE,OAAO,KAAK,OAAO,CAAC;QAClE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KACzB,CAAC;IACF;;OAEG;IACH,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC/B,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC;QAC/D,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACjC,CAAC;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;OAEG;IACH,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IAGF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,2BAA2B;4LAarC,gCAAgC;;CA6ClC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEvent, ReactNode } from 'react';
|
|
1
|
+
import type { ChangeEvent, ReactNode, Ref } from 'react';
|
|
2
2
|
export type FormConnectorSelectProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Disables form control
|
|
@@ -21,6 +21,11 @@ export type FormConnectorSelectProps = {
|
|
|
21
21
|
setFieldValue?: (name: string, optionValue: string) => unknown;
|
|
22
22
|
values?: Record<string, string>;
|
|
23
23
|
};
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
* Ref passed from Formik
|
|
27
|
+
*/
|
|
28
|
+
innerRef?: Ref<HTMLSelectElement>;
|
|
24
29
|
/**
|
|
25
30
|
* The label for the form field
|
|
26
31
|
*/
|
|
@@ -53,7 +58,7 @@ export type FormConnectorSelectProps = {
|
|
|
53
58
|
placeholder?: string;
|
|
54
59
|
};
|
|
55
60
|
export declare const FormConnectorSelect: {
|
|
56
|
-
({ disabled, field: { name, value, onChange, onBlur }, form: { errors }, label, labelDescription, labelProps, options, placeholder, onChangeCustom, ...otherProps }: FormConnectorSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
({ disabled, field: { name, value, onChange, onBlur }, form: { errors }, innerRef, label, labelDescription, labelProps, options, placeholder, onChangeCustom, ...otherProps }: FormConnectorSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
57
62
|
displayName: string;
|
|
58
63
|
};
|
|
59
64
|
//# sourceMappingURL=FormConnectorSelect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormConnectorSelect.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorSelect/FormConnectorSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FormConnectorSelect.d.ts","sourceRoot":"","sources":["../../../../src/private/components/FormConnectorSelect/FormConnectorSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAMzD,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,OAAO,CAAC;QACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC;QAC1C,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;KACnC,CAAC;IACF;;OAEG;IACH,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC/B,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,OAAO,CAAC;QAC/D,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACjC,CAAC;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAC;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;OAEG;IACH,UAAU,CAAC,EAAE;QACX,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAC5C;;OAEG;IACH,OAAO,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAAE,CAAC;IACvD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,mBAAmB;mLAY7B,wBAAwB;;CAuC1B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TableStyle: import("styled-components").
|
|
1
|
+
export declare const TableStyle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
|
|
2
2
|
//# sourceMappingURL=TableStyle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableStyle.d.ts","sourceRoot":"","sources":["../../../../src/private/components/Table/TableStyle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"TableStyle.d.ts","sourceRoot":"","sources":["../../../../src/private/components/Table/TableStyle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,sOAiCtB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/vhs",
|
|
3
|
-
"version": "2.75.3-beta.
|
|
3
|
+
"version": "2.75.3-beta.ec6a3a3b.32d35d4",
|
|
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",
|
|
@@ -57,13 +57,12 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
59
59
|
"@types/react-dom": "^17.0.0 || ^18.0.0",
|
|
60
|
-
"@types/styled-components": "^5.0.0",
|
|
61
60
|
"react": "^17.0.0 || ^18.0.0",
|
|
62
61
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
63
|
-
"styled-components": "^
|
|
62
|
+
"styled-components": "^6.0.0"
|
|
64
63
|
},
|
|
65
64
|
"dependencies": {
|
|
66
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
65
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
67
66
|
"@wistia/type-guards": "^0.9.1",
|
|
68
67
|
"@wistia/vhs-design-tokens": "2.1.3",
|
|
69
68
|
"date-fns": "^4.1.0",
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
"polished": "^4.3.1",
|
|
74
73
|
"react-aria-live": "^2.0.5",
|
|
75
74
|
"react-fast-compare": "^3.2.2",
|
|
76
|
-
"react-is": "^18.3.1",
|
|
77
75
|
"react-slider": "^2.0.6",
|
|
78
76
|
"slate": "0.94.1",
|
|
79
77
|
"slate-history": "^0.100.0",
|
|
@@ -85,38 +83,30 @@
|
|
|
85
83
|
},
|
|
86
84
|
"devDependencies": {
|
|
87
85
|
"@repo/config": "workspace:*",
|
|
88
|
-
"@storybook/addon-a11y": "^
|
|
89
|
-
"@storybook/addon-
|
|
90
|
-
"@storybook/addon-
|
|
91
|
-
"@storybook/
|
|
92
|
-
"@storybook/addon-links": "^8.6.14",
|
|
93
|
-
"@storybook/addon-mdx-gfm": "^8.6.14",
|
|
94
|
-
"@storybook/blocks": "^8.6.14",
|
|
95
|
-
"@storybook/manager-api": "^8.6.14",
|
|
96
|
-
"@storybook/react": "^8.6.14",
|
|
97
|
-
"@storybook/react-vite": "^8.6.14",
|
|
98
|
-
"@storybook/theming": "^8.6.14",
|
|
86
|
+
"@storybook/addon-a11y": "^9.0.6",
|
|
87
|
+
"@storybook/addon-docs": "^9.0.6",
|
|
88
|
+
"@storybook/addon-links": "^9.0.6",
|
|
89
|
+
"@storybook/react-vite": "^9.0.6",
|
|
99
90
|
"@testing-library/dom": "^10.4.0",
|
|
100
91
|
"@testing-library/jest-dom": "^6.6.3",
|
|
101
92
|
"@testing-library/react": "^16.3.0",
|
|
102
93
|
"@testing-library/user-event": "^14.6.1",
|
|
103
94
|
"@types/is-hotkey": "^0.1.10",
|
|
104
95
|
"@types/jest-axe": "^3.5.9",
|
|
105
|
-
"@types/node": "^22.15.
|
|
106
|
-
"@types/react": "^18.3.
|
|
96
|
+
"@types/node": "^22.15.30",
|
|
97
|
+
"@types/react": "^18.3.23",
|
|
107
98
|
"@types/react-aria-live": "^2.0.6",
|
|
108
99
|
"@types/react-dom": "^18.3.7",
|
|
109
100
|
"@types/react-slider": "^1.3.6",
|
|
110
|
-
"@types/styled-components": "^5.1.34",
|
|
111
101
|
"@types/throttle-debounce": "^5.0.2",
|
|
112
|
-
"@vitejs/plugin-react": "^4.
|
|
113
|
-
"@vitest/coverage-istanbul": "^3.
|
|
114
|
-
"browserslist": "^4.
|
|
115
|
-
"chromatic": "^
|
|
102
|
+
"@vitejs/plugin-react": "^4.5.1",
|
|
103
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
104
|
+
"browserslist": "^4.25.0",
|
|
105
|
+
"chromatic": "^12.2.0",
|
|
116
106
|
"concurrently": "^9.1.2",
|
|
117
107
|
"cross-env": "^7.0.3",
|
|
118
108
|
"depcheck": "^1.4.7",
|
|
119
|
-
"esbuild": "^0.25.
|
|
109
|
+
"esbuild": "^0.25.5",
|
|
120
110
|
"esbuild-plugin-browserslist": "^1.0.1",
|
|
121
111
|
"esbuild-visualizer": "^0.7.0",
|
|
122
112
|
"globby": "^14.1.0",
|
|
@@ -126,20 +116,24 @@
|
|
|
126
116
|
"pascalcase": "^2.0.0",
|
|
127
117
|
"prettier": "^3.5.3",
|
|
128
118
|
"react": "^18.3.1",
|
|
129
|
-
"react-docgen-typescript": "^2.
|
|
119
|
+
"react-docgen-typescript": "^2.3.0",
|
|
130
120
|
"react-dom": "^18.3.1",
|
|
121
|
+
"remark-gfm": "^4.0.1",
|
|
131
122
|
"shx": "^0.4.0",
|
|
132
123
|
"signale": "^1.4.0",
|
|
133
|
-
"storybook": "^
|
|
134
|
-
"styled-components": "^
|
|
124
|
+
"storybook": "^9.0.6",
|
|
125
|
+
"styled-components": "^6.1.18",
|
|
135
126
|
"tsx": "^4.19.4",
|
|
136
127
|
"typescript": "^5.8.3",
|
|
137
128
|
"vite": "^6.3.5",
|
|
138
|
-
"vitest": "^3.
|
|
129
|
+
"vitest": "^3.2.3",
|
|
139
130
|
"vitest-axe": "^1.0.0-pre.5",
|
|
140
131
|
"vitest-canvas-mock": "^0.3.3",
|
|
141
132
|
"yup": "^1.6.1"
|
|
142
133
|
},
|
|
134
|
+
"resolutions": {
|
|
135
|
+
"styled-components": "^6.1.18"
|
|
136
|
+
},
|
|
143
137
|
"author": "Wistia Engineering",
|
|
144
138
|
"license": "UNLICENSED",
|
|
145
139
|
"repository": {
|