@evoke-platform/ui-components 1.9.0-dev.0 → 1.9.0-testing.1
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/published/stories/Accordion.stories.d.ts +4 -36
- package/dist/published/stories/Alert.stories.d.ts +4 -2
- package/dist/published/stories/AlertTitle.stories.d.ts +4 -2
- package/dist/published/stories/Appbar.stories.d.ts +3 -10
- package/dist/published/stories/Autocomplete.stories.d.ts +4 -22
- package/dist/published/stories/Avatar.stories.d.ts +3 -16
- package/dist/published/stories/Backdrop.stories.d.ts +4 -10
- package/dist/published/stories/Badge.stories.d.ts +4 -10
- package/dist/published/stories/Box.stories.d.ts +3 -2
- package/dist/published/stories/Breadcrumbs.stories.d.ts +4 -10
- package/dist/published/stories/BuilderGrid.stories.d.ts +5 -54
- package/dist/published/stories/Button.stories.d.ts +4 -10
- package/dist/published/stories/ButtonGroup.stories.d.ts +4 -10
- package/dist/published/stories/Card.stories.d.ts +4 -10
- package/dist/published/stories/Checkbox.stories.d.ts +4 -2
- package/dist/published/stories/Chip.stories.d.ts +4 -10
- package/dist/published/stories/CircularProgress.stories.d.ts +4 -2
- package/dist/published/stories/Collapse.stories.d.ts +4 -2
- package/dist/published/stories/Container.stories.d.ts +4 -10
- package/dist/published/stories/CriteriaBuilder.stories.d.ts +8 -6
- package/dist/published/stories/DataGrid.stories.d.ts +4 -40
- package/dist/published/stories/DatePicker.stories.d.ts +4 -7
- package/dist/published/stories/Dialog.stories.d.ts +4 -2
- package/dist/published/stories/Divider.stories.d.ts +4 -10
- package/dist/published/stories/Drawer.stories.d.ts +4 -2
- package/dist/published/stories/Form.stories.d.ts +5 -4
- package/dist/published/stories/FormControl.stories.d.ts +4 -10
- package/dist/published/stories/FormControlLabel.stories.d.ts +4 -2
- package/dist/published/stories/FormField.stories.d.ts +13 -11
- package/dist/published/stories/FormGroup.stories.d.ts +4 -2
- package/dist/published/stories/FormHelperText.stories.d.ts +4 -10
- package/dist/published/stories/FormLabel.stories.d.ts +4 -10
- package/dist/published/stories/FormRenderer.stories.d.ts +6 -69
- package/dist/published/stories/FormRendererContainer.stories.d.ts +7 -111
- package/dist/published/stories/Grid.stories.d.ts +4 -10
- package/dist/published/stories/HistoryLog.stories.d.ts +4 -2
- package/dist/published/stories/IconButton.stories.d.ts +4 -10
- package/dist/published/stories/LinearProgress.stories.d.ts +4 -2
- package/dist/published/stories/Link.stories.d.ts +4 -10
- package/dist/published/stories/List.stories.d.ts +4 -10
- package/dist/published/stories/Menu.stories.d.ts +4 -2
- package/dist/published/stories/MenuBar.stories.d.ts +4 -3
- package/dist/published/stories/MultiSelect.stories.d.ts +4 -3
- package/dist/published/stories/OverflowTextField.stories.d.ts +4 -2
- package/dist/published/stories/Palette.stories.d.ts +3 -2
- package/dist/published/stories/Paper.stories.d.ts +4 -10
- package/dist/published/stories/RadioGroup.stories.d.ts +4 -2
- package/dist/published/stories/RepeatableField.stories.d.ts +4 -3
- package/dist/published/stories/ResponsiveOverflow.stories.d.ts +4 -3
- package/dist/published/stories/RichTextViewer.stories.d.ts +4 -2
- package/dist/published/stories/Skeleton.stories.d.ts +4 -10
- package/dist/published/stories/Snackbar.stories.d.ts +3 -9
- package/dist/published/stories/Stack.stories.d.ts +4 -10
- package/dist/published/stories/StaticDatePicker.stories.d.ts +5 -10
- package/dist/published/stories/Stepper.stories.d.ts +6 -12
- package/dist/published/stories/Switch.stories.d.ts +4 -2
- package/dist/published/stories/Table.stories.d.ts +4 -10
- package/dist/published/stories/Tabs.stories.d.ts +4 -10
- package/dist/published/stories/TextField.stories.d.ts +8 -6
- package/dist/published/stories/TimePicker.stories.d.ts +7 -2
- package/dist/published/stories/TimePickerSelect.stories.d.ts +6 -4
- package/dist/published/stories/ToggleButton.stories.d.ts +4 -10
- package/dist/published/stories/Typography.stories.d.ts +4 -2
- package/package.json +16 -16
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
1
3
|
import { RichTextViewerProps } from '../components/custom/RichTextViewer';
|
|
2
|
-
declare const _default:
|
|
4
|
+
declare const _default: ComponentMeta<(props: RichTextViewerProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const RichTextViewer:
|
|
6
|
+
export declare const RichTextViewer: ComponentStory<(props: RichTextViewerProps) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { SkeletonProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
4
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & {
|
|
5
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: SkeletonProps<"span", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Skeleton:
|
|
9
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
10
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "height" | "width" | "animation"> & {
|
|
11
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
-
}>;
|
|
6
|
+
export declare const Skeleton: ComponentStory<(props: SkeletonProps<"span", {}>) => React.JSX.Element>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
declare const _default:
|
|
4
|
-
handleClose: (event?: Event | React.SyntheticEvent<Element, Event> | undefined, reason?: string | undefined) => void;
|
|
5
|
-
error?: boolean | undefined;
|
|
6
|
-
}>;
|
|
3
|
+
declare const _default: ComponentMeta<(props: import("../components/core/Snackbar/Snackbar").SnackbarAlertProps) => React.JSX.Element>;
|
|
7
4
|
export default _default;
|
|
8
|
-
export declare const Snackbar:
|
|
9
|
-
handleClose: (event?: Event | React.SyntheticEvent<Element, Event> | undefined, reason?: string | undefined) => void;
|
|
10
|
-
error?: boolean | undefined;
|
|
11
|
-
}>;
|
|
5
|
+
export declare const Snackbar: ComponentStory<(props: import("../components/core/Snackbar/Snackbar").SnackbarAlertProps) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { StackProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & {
|
|
5
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: StackProps<"div", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Stack:
|
|
9
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & {
|
|
11
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
-
}>;
|
|
6
|
+
export declare const Stack: ComponentStory<(props: StackProps<"div", {}>) => React.JSX.Element>;
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
2
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
declare const _default:
|
|
4
|
-
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
5
|
-
}>;
|
|
3
|
+
import { StaticDatePickerProps } from '../index';
|
|
4
|
+
declare const _default: ComponentMeta<(props: StaticDatePickerProps) => React.JSX.Element>;
|
|
6
5
|
export default _default;
|
|
7
|
-
export declare const Desktop:
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
-
export declare const Mobile: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").StaticDatePickerProps<string | CalendarDate, CalendarDate>, "renderInput"> & {
|
|
11
|
-
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
12
|
-
}>;
|
|
6
|
+
export declare const Desktop: ComponentStory<(props: StaticDatePickerProps) => React.JSX.Element>;
|
|
7
|
+
export declare const Mobile: ComponentStory<(props: StaticDatePickerProps) => React.JSX.Element>;
|
|
@@ -1,16 +1,10 @@
|
|
|
1
|
+
import { StepperProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
4
|
+
declare const _default: ComponentMeta<(props: StepperProps<"div", {
|
|
3
5
|
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
4
|
-
}
|
|
5
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "component" | "elevation" | "square" | "orientation" | "activeStep" | "alternativeLabel" | "connector" | "nonLinear"> & {
|
|
7
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
8
|
-
}>;
|
|
6
|
+
}>) => React.JSX.Element>;
|
|
9
7
|
export default _default;
|
|
10
|
-
export declare const Stepper:
|
|
11
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
-
} & import("@mui/material").StepperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "variant" | "component" | "elevation" | "square" | "orientation" | "activeStep" | "alternativeLabel" | "connector" | "nonLinear"> & {
|
|
8
|
+
export declare const Stepper: ComponentStory<(props: StepperProps<"div", {
|
|
15
9
|
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
16
|
-
}>;
|
|
10
|
+
}>) => React.JSX.Element>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SwitchProps } from '@mui/material';
|
|
2
|
-
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
declare const _default: ComponentMeta<(props: SwitchProps) => React.JSX.Element>;
|
|
3
5
|
export default _default;
|
|
4
|
-
export declare const Switch:
|
|
6
|
+
export declare const Switch: ComponentStory<(props: SwitchProps) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { TableProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
-
ref?: ((instance: HTMLTableElement | null) => void) | React.RefObject<HTMLTableElement> | null | undefined;
|
|
4
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "size" | "padding" | "stickyHeader"> & {
|
|
5
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: TableProps<"table", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Table:
|
|
9
|
-
ref?: ((instance: HTMLTableElement | null) => void) | React.RefObject<HTMLTableElement> | null | undefined;
|
|
10
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "size" | "padding" | "stickyHeader"> & {
|
|
11
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
-
}>;
|
|
6
|
+
export declare const Table: ComponentStory<(props: TableProps<"table", {}>) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { TabsProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "className" | "style" | "classes" | "children" | "aria-label" | "aria-labelledby" | "onChange" | "sx" | "variant" | "slotProps" | "slots" | "value" | "action" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
|
|
5
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: TabsProps<"div", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const Tabs:
|
|
9
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
-
}, "className" | "style" | "classes" | "children" | "aria-label" | "aria-labelledby" | "onChange" | "sx" | "variant" | "slotProps" | "slots" | "value" | "action" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
|
|
11
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
-
}>;
|
|
6
|
+
export declare const Tabs: ComponentStory<(props: TabsProps<"div", {}>) => React.JSX.Element>;
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const _default: ComponentMeta<(props: (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
2
4
|
labelPlacement?: string | undefined;
|
|
3
5
|
readOnly?: boolean | undefined;
|
|
4
6
|
instructionText?: string | undefined;
|
|
5
7
|
errorMessage?: string | undefined;
|
|
6
|
-
}>;
|
|
8
|
+
}) => React.JSX.Element>;
|
|
7
9
|
export default _default;
|
|
8
|
-
export declare const TextField:
|
|
10
|
+
export declare const TextField: ComponentStory<(props: (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
9
11
|
labelPlacement?: string | undefined;
|
|
10
12
|
readOnly?: boolean | undefined;
|
|
11
13
|
instructionText?: string | undefined;
|
|
12
14
|
errorMessage?: string | undefined;
|
|
13
|
-
}>;
|
|
14
|
-
export declare const TextFieldReadOnly:
|
|
15
|
+
}) => React.JSX.Element>;
|
|
16
|
+
export declare const TextFieldReadOnly: ComponentStory<(props: (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
15
17
|
labelPlacement?: string | undefined;
|
|
16
18
|
readOnly?: boolean | undefined;
|
|
17
19
|
instructionText?: string | undefined;
|
|
18
20
|
errorMessage?: string | undefined;
|
|
19
|
-
}>;
|
|
21
|
+
}) => React.JSX.Element>;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
2
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
+
declare const _default: ComponentMeta<(<TInputDate, TDate = TInputDate>(props: import("@mui/x-date-pickers").TimePickerProps<TInputDate, TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
4
|
+
propTypes?: any;
|
|
5
|
+
}>;
|
|
3
6
|
export default _default;
|
|
4
|
-
export declare const DatePicker:
|
|
7
|
+
export declare const DatePicker: ComponentStory<(<TInputDate, TDate = TInputDate>(props: import("@mui/x-date-pickers").TimePickerProps<TInputDate, TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
8
|
+
propTypes?: any;
|
|
9
|
+
}>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const _default: ComponentMeta<(props: import("../components/custom/FormField/FormField").FormFieldProps & {
|
|
2
4
|
id: string;
|
|
3
|
-
}>;
|
|
5
|
+
}) => React.JSX.Element>;
|
|
4
6
|
export default _default;
|
|
5
|
-
export declare const TimePicker:
|
|
7
|
+
export declare const TimePicker: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps & {
|
|
6
8
|
id: string;
|
|
7
|
-
}>;
|
|
9
|
+
}) => React.JSX.Element>;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
|
+
import { ToggleButtonProps } from '@mui/material';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
1
3
|
import React from 'react';
|
|
2
|
-
declare const _default:
|
|
3
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
4
|
-
}, "color" | "className" | "style" | "classes" | "children" | "tabIndex" | "onChange" | "onClick" | "disabled" | "sx" | "size" | "fullWidth" | "value" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "selected"> & {
|
|
5
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}>;
|
|
4
|
+
declare const _default: ComponentMeta<(props: ToggleButtonProps<"button", {}>) => React.JSX.Element>;
|
|
7
5
|
export default _default;
|
|
8
|
-
export declare const ToggleButton:
|
|
9
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
10
|
-
}, "color" | "className" | "style" | "classes" | "children" | "tabIndex" | "onChange" | "onClick" | "disabled" | "sx" | "size" | "fullWidth" | "value" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "selected"> & {
|
|
11
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
12
|
-
}>;
|
|
6
|
+
export declare const ToggleButton: ComponentStory<(props: ToggleButtonProps<"button", {}>) => React.JSX.Element>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const _default: ComponentMeta<(props: any) => React.JSX.Element>;
|
|
2
4
|
export default _default;
|
|
3
|
-
export declare const Typography:
|
|
5
|
+
export declare const Typography: ComponentStory<(props: any) => React.JSX.Element>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evoke-platform/ui-components",
|
|
3
|
-
"version": "1.9.0-
|
|
3
|
+
"version": "1.9.0-testing.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/published/index.js",
|
|
6
6
|
"module": "dist/published/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"build": "rm -rf ./dist && tsc && npm run copy-styles",
|
|
25
25
|
"build:cjs": "tsc --module CommonJS --outDir dist/cjs",
|
|
26
26
|
"prepublish": "rm -rf ./dist && tsc && npm run copy-styles",
|
|
27
|
-
"storybook": "npx msw init .storybook/public --save && storybook
|
|
28
|
-
"build-storybook": "storybook
|
|
27
|
+
"storybook": "npx msw init .storybook/public --save && start-storybook -p 6006",
|
|
28
|
+
"build-storybook": "build-storybook",
|
|
29
29
|
"lint": "npm run prettier:check && npm run eslint",
|
|
30
30
|
"lint:fix": "npm run eslint:fix && npm run prettier:fix",
|
|
31
31
|
"prettier:cli": "prettier \"**/*.tsx\" \"**/*.js\" \"**/*.json\" \"**/*.md\"",
|
|
@@ -44,15 +44,16 @@
|
|
|
44
44
|
"@babel/preset-env": "^7.18.6",
|
|
45
45
|
"@commitlint/cli": "^17.8.1",
|
|
46
46
|
"@commitlint/config-conventional": "^17.8.1",
|
|
47
|
-
"@storybook/addon-actions": "^
|
|
48
|
-
"@storybook/addon-essentials": "^
|
|
49
|
-
"@storybook/addon-interactions": "^
|
|
50
|
-
"@storybook/addon-links": "^
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/
|
|
47
|
+
"@storybook/addon-actions": "^6.5.8",
|
|
48
|
+
"@storybook/addon-essentials": "^6.5.8",
|
|
49
|
+
"@storybook/addon-interactions": "^6.5.8",
|
|
50
|
+
"@storybook/addon-links": "^6.5.8",
|
|
51
|
+
"@storybook/builder-webpack5": "^6.5.8",
|
|
52
|
+
"@storybook/manager-webpack5": "^6.5.8",
|
|
53
|
+
"@storybook/react": "^6.5.8",
|
|
53
54
|
"@storybook/testing-library": "^0.0.11",
|
|
54
|
-
"@testing-library/jest-dom": "^6.
|
|
55
|
-
"@testing-library/react": "^14.
|
|
55
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
56
|
+
"@testing-library/react": "^14.2.2",
|
|
56
57
|
"@testing-library/user-event": "^14.5.2",
|
|
57
58
|
"@types/flat": "^5.0.5",
|
|
58
59
|
"@types/jest": "^28.1.4",
|
|
@@ -78,21 +79,20 @@
|
|
|
78
79
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
79
80
|
"husky": "^8.0.3",
|
|
80
81
|
"is-ci": "^3.0.1",
|
|
81
|
-
"lint-staged": "^
|
|
82
|
+
"lint-staged": "^13.0.1",
|
|
82
83
|
"msw": "^2.10.4",
|
|
83
84
|
"msw-storybook-addon": "^2.0.5",
|
|
84
85
|
"prettier": "^3.0.0",
|
|
85
86
|
"react": "^18.1.0",
|
|
86
87
|
"react-dom": "^18.1.0",
|
|
87
88
|
"rimraf": "^3.0.2",
|
|
88
|
-
"storybook": "^7.6.20",
|
|
89
89
|
"typescript": "^4.7.3",
|
|
90
|
-
"vitest": "^1.
|
|
90
|
+
"vitest": "^1.5.3",
|
|
91
91
|
"webpack": "^5.74.0",
|
|
92
92
|
"yalc": "^1.0.0-pre.53"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@evoke-platform/context": "^1.4.0-
|
|
95
|
+
"@evoke-platform/context": "^1.4.0-testing.0",
|
|
96
96
|
"react": "^18.1.0",
|
|
97
97
|
"react-dom": "^18.1.0"
|
|
98
98
|
},
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"pluralize": "^8.0.0",
|
|
132
132
|
"pretty-bytes": "^6.1.1",
|
|
133
133
|
"react-dropzone": "^14.2.2",
|
|
134
|
-
"react-hook-form": "^7.
|
|
134
|
+
"react-hook-form": "^7.60.0",
|
|
135
135
|
"react-input-mask": "^2.0.4",
|
|
136
136
|
"react-number-format": "^4.9.3",
|
|
137
137
|
"react-querybuilder": "^6.0.2",
|