@evoke-platform/ui-components 1.8.1 → 1.8.2-dev.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/components/custom/BuilderGrid/BuilderGridToolbar.js +5 -5
- package/dist/published/components/custom/BuilderGrid/ToolbarActions.js +1 -1
- package/dist/published/stories/Accordion.stories.d.ts +36 -4
- package/dist/published/stories/Alert.stories.d.ts +2 -4
- package/dist/published/stories/AlertTitle.stories.d.ts +2 -4
- package/dist/published/stories/Appbar.stories.d.ts +10 -3
- package/dist/published/stories/Autocomplete.stories.d.ts +22 -4
- package/dist/published/stories/Avatar.stories.d.ts +16 -3
- package/dist/published/stories/Backdrop.stories.d.ts +10 -4
- package/dist/published/stories/Badge.stories.d.ts +10 -4
- package/dist/published/stories/Box.stories.d.ts +2 -3
- package/dist/published/stories/Breadcrumbs.stories.d.ts +10 -4
- package/dist/published/stories/BuilderGrid.stories.d.ts +54 -5
- package/dist/published/stories/BuilderGrid.stories.js +1 -0
- package/dist/published/stories/Button.stories.d.ts +10 -4
- package/dist/published/stories/ButtonGroup.stories.d.ts +10 -4
- package/dist/published/stories/Card.stories.d.ts +10 -4
- package/dist/published/stories/Checkbox.stories.d.ts +2 -4
- package/dist/published/stories/Chip.stories.d.ts +10 -4
- package/dist/published/stories/CircularProgress.stories.d.ts +2 -4
- package/dist/published/stories/Collapse.stories.d.ts +2 -4
- package/dist/published/stories/Container.stories.d.ts +10 -4
- package/dist/published/stories/CriteriaBuilder.stories.d.ts +6 -8
- package/dist/published/stories/DataGrid.stories.d.ts +40 -4
- package/dist/published/stories/DatePicker.stories.d.ts +7 -4
- package/dist/published/stories/Dialog.stories.d.ts +2 -4
- package/dist/published/stories/Divider.stories.d.ts +10 -4
- package/dist/published/stories/Drawer.stories.d.ts +2 -4
- package/dist/published/stories/Form.stories.d.ts +4 -5
- package/dist/published/stories/FormControl.stories.d.ts +10 -4
- package/dist/published/stories/FormControlLabel.stories.d.ts +2 -4
- package/dist/published/stories/FormField.stories.d.ts +11 -13
- package/dist/published/stories/FormGroup.stories.d.ts +2 -4
- package/dist/published/stories/FormHelperText.stories.d.ts +10 -4
- package/dist/published/stories/FormLabel.stories.d.ts +10 -4
- package/dist/published/stories/FormRenderer.stories.d.ts +69 -6
- package/dist/published/stories/FormRendererContainer.stories.d.ts +89 -6
- package/dist/published/stories/Grid.stories.d.ts +10 -4
- package/dist/published/stories/HistoryLog.stories.d.ts +2 -4
- package/dist/published/stories/IconButton.stories.d.ts +10 -4
- package/dist/published/stories/LinearProgress.stories.d.ts +2 -4
- package/dist/published/stories/Link.stories.d.ts +10 -4
- package/dist/published/stories/List.stories.d.ts +10 -4
- package/dist/published/stories/Menu.stories.d.ts +2 -4
- package/dist/published/stories/MenuBar.stories.d.ts +3 -4
- package/dist/published/stories/MultiSelect.stories.d.ts +3 -4
- package/dist/published/stories/OverflowTextField.stories.d.ts +2 -4
- package/dist/published/stories/Palette.stories.d.ts +2 -3
- package/dist/published/stories/Paper.stories.d.ts +10 -4
- package/dist/published/stories/RadioGroup.stories.d.ts +2 -4
- package/dist/published/stories/RepeatableField.stories.d.ts +3 -4
- package/dist/published/stories/ResponsiveOverflow.stories.d.ts +3 -4
- package/dist/published/stories/RichTextViewer.stories.d.ts +2 -4
- package/dist/published/stories/Skeleton.stories.d.ts +10 -4
- package/dist/published/stories/Snackbar.stories.d.ts +9 -3
- package/dist/published/stories/Stack.stories.d.ts +10 -4
- package/dist/published/stories/StaticDatePicker.stories.d.ts +10 -5
- package/dist/published/stories/Stepper.stories.d.ts +12 -6
- package/dist/published/stories/Switch.stories.d.ts +2 -4
- package/dist/published/stories/Table.stories.d.ts +10 -4
- package/dist/published/stories/Tabs.stories.d.ts +10 -4
- package/dist/published/stories/TextField.stories.d.ts +6 -8
- package/dist/published/stories/TimePicker.stories.d.ts +2 -7
- package/dist/published/stories/TimePickerSelect.stories.d.ts +4 -6
- package/dist/published/stories/ToggleButton.stories.d.ts +10 -4
- package/dist/published/stories/Typography.stories.d.ts +2 -4
- package/package.json +16 -16
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
declare const _default: ComponentMeta<typeof CustomRepeatableField>;
|
|
1
|
+
import { RepeatableFieldProps } from '../components/custom/RepeatableField/RepeatableField';
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RepeatableFieldProps>;
|
|
4
3
|
export default _default;
|
|
5
|
-
export declare const RepeatableField:
|
|
4
|
+
export declare const RepeatableField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RepeatableFieldProps>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Meta, Story } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { ResponsiveOverflowProps } from '../components/custom/ResponsiveOverflow';
|
|
4
|
-
declare const _default:
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
|
|
5
4
|
export default _default;
|
|
6
5
|
export declare const ResizableDemo: () => React.JSX.Element;
|
|
7
|
-
export declare const WithLinks:
|
|
8
|
-
export declare const WithCustomMoreButton:
|
|
6
|
+
export declare const WithLinks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ResponsiveOverflowProps>;
|
|
7
|
+
export declare const WithCustomMoreButton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ResponsiveOverflowProps>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentStory, ComponentMeta } from '@storybook/react';
|
|
3
1
|
import { RichTextViewerProps } from '../components/custom/RichTextViewer';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RichTextViewerProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const RichTextViewer:
|
|
4
|
+
export declare const RichTextViewer: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RichTextViewerProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { SkeletonProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").SkeletonOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Skeleton:
|
|
8
|
+
export declare const Skeleton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").SkeletonOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SnackbarProps } from '@mui/material';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SnackbarProps & {
|
|
4
|
+
handleClose: (event?: Event | React.SyntheticEvent<Element, Event> | undefined, reason?: string | undefined) => void;
|
|
5
|
+
error?: boolean | undefined;
|
|
6
|
+
}>;
|
|
4
7
|
export default _default;
|
|
5
|
-
export declare const Snackbar:
|
|
8
|
+
export declare const Snackbar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SnackbarProps & {
|
|
9
|
+
handleClose: (event?: Event | React.SyntheticEvent<Element, Event> | undefined, reason?: string | undefined) => void;
|
|
10
|
+
error?: boolean | undefined;
|
|
11
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { StackProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Stack:
|
|
8
|
+
export declare const Stack: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
declare const _default:
|
|
2
|
+
import { CalendarDate } from '../index';
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").StaticDatePickerProps<string | CalendarDate, CalendarDate>, "renderInput"> & {
|
|
4
|
+
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
5
|
+
}>;
|
|
5
6
|
export default _default;
|
|
6
|
-
export declare const Desktop:
|
|
7
|
-
|
|
7
|
+
export declare const Desktop: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, Omit<import("@mui/x-date-pickers").StaticDatePickerProps<string | CalendarDate, CalendarDate>, "renderInput"> & {
|
|
8
|
+
renderInput?: ((props: import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined;
|
|
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
|
+
}>;
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import { StepperProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
5
3
|
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
6
|
-
}
|
|
4
|
+
} & import("@mui/material").StepperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
7
9
|
export default _default;
|
|
8
|
-
export declare const Stepper:
|
|
10
|
+
export declare const Stepper: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
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"> & {
|
|
9
15
|
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
10
|
-
}
|
|
16
|
+
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { SwitchProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare const _default: ComponentMeta<(props: SwitchProps) => React.JSX.Element>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SwitchProps>;
|
|
5
3
|
export default _default;
|
|
6
|
-
export declare const Switch:
|
|
4
|
+
export declare const Switch: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SwitchProps>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { TableProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").TableOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Table:
|
|
8
|
+
export declare const Table: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").TableOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { TabsProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").TabsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const Tabs:
|
|
8
|
+
export declare const Tabs: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").TabsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
3
|
-
declare const _default: ComponentMeta<(props: (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
1
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
4
2
|
labelPlacement?: string | undefined;
|
|
5
3
|
readOnly?: boolean | undefined;
|
|
6
4
|
instructionText?: string | undefined;
|
|
7
5
|
errorMessage?: string | undefined;
|
|
8
|
-
}
|
|
6
|
+
}>;
|
|
9
7
|
export default _default;
|
|
10
|
-
export declare const TextField:
|
|
8
|
+
export declare const TextField: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
11
9
|
labelPlacement?: string | undefined;
|
|
12
10
|
readOnly?: boolean | undefined;
|
|
13
11
|
instructionText?: string | undefined;
|
|
14
12
|
errorMessage?: string | undefined;
|
|
15
|
-
}
|
|
16
|
-
export declare const TextFieldReadOnly:
|
|
13
|
+
}>;
|
|
14
|
+
export declare const TextFieldReadOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
|
|
17
15
|
labelPlacement?: string | undefined;
|
|
18
16
|
readOnly?: boolean | undefined;
|
|
19
17
|
instructionText?: string | undefined;
|
|
20
18
|
errorMessage?: string | undefined;
|
|
21
|
-
}
|
|
19
|
+
}>;
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
declare const _default:
|
|
4
|
-
propTypes?: any;
|
|
5
|
-
}>;
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/x-date-pickers").TimePickerProps<unknown, unknown> & React.RefAttributes<HTMLDivElement>>;
|
|
6
3
|
export default _default;
|
|
7
|
-
export declare const DatePicker:
|
|
8
|
-
propTypes?: any;
|
|
9
|
-
}>;
|
|
4
|
+
export declare const DatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/x-date-pickers").TimePickerProps<unknown, unknown> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
3
|
-
declare const _default: ComponentMeta<(props: import("../components/custom/FormField/FormField").FormFieldProps & {
|
|
1
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormField/FormField").FormFieldProps & {
|
|
4
2
|
id: string;
|
|
5
|
-
}
|
|
3
|
+
}>;
|
|
6
4
|
export default _default;
|
|
7
|
-
export declare const TimePicker:
|
|
5
|
+
export declare const TimePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("../components/custom/FormField/FormField").FormFieldProps & {
|
|
8
6
|
id: string;
|
|
9
|
-
}
|
|
7
|
+
}>;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ToggleButtonProps } from '@mui/material';
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
1
|
import React from 'react';
|
|
4
|
-
declare const _default:
|
|
2
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ToggleButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
5
7
|
export default _default;
|
|
6
|
-
export declare const ToggleButton:
|
|
8
|
+
export declare const ToggleButton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@mui/material").ToggleButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
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
|
+
}>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
3
|
-
declare const _default: ComponentMeta<(props: any) => React.JSX.Element>;
|
|
1
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, any>;
|
|
4
2
|
export default _default;
|
|
5
|
-
export declare const Typography:
|
|
3
|
+
export declare const Typography: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evoke-platform/ui-components",
|
|
3
|
-
"version": "1.8.1",
|
|
3
|
+
"version": "1.8.2-dev.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 &&
|
|
28
|
-
"build-storybook": "build
|
|
27
|
+
"storybook": "npx msw init .storybook/public --save && storybook dev -p 6006",
|
|
28
|
+
"build-storybook": "storybook build",
|
|
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,16 +44,15 @@
|
|
|
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": "^6.
|
|
48
|
-
"@storybook/addon-essentials": "^6.
|
|
49
|
-
"@storybook/addon-interactions": "^6.
|
|
50
|
-
"@storybook/addon-links": "^6.
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/react": "^6.5.8",
|
|
47
|
+
"@storybook/addon-actions": "^7.6.20",
|
|
48
|
+
"@storybook/addon-essentials": "^7.6.20",
|
|
49
|
+
"@storybook/addon-interactions": "^7.6.20",
|
|
50
|
+
"@storybook/addon-links": "^7.6.20",
|
|
51
|
+
"@storybook/react": "^7.6.20",
|
|
52
|
+
"@storybook/react-webpack5": "^7.6.20",
|
|
54
53
|
"@storybook/testing-library": "^0.0.11",
|
|
55
|
-
"@testing-library/jest-dom": "^6.
|
|
56
|
-
"@testing-library/react": "^14.
|
|
54
|
+
"@testing-library/jest-dom": "^6.8.0",
|
|
55
|
+
"@testing-library/react": "^14.3.1",
|
|
57
56
|
"@testing-library/user-event": "^14.5.2",
|
|
58
57
|
"@types/flat": "^5.0.5",
|
|
59
58
|
"@types/jest": "^28.1.4",
|
|
@@ -79,20 +78,21 @@
|
|
|
79
78
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
80
79
|
"husky": "^8.0.3",
|
|
81
80
|
"is-ci": "^3.0.1",
|
|
82
|
-
"lint-staged": "^
|
|
81
|
+
"lint-staged": "^16.2.1",
|
|
83
82
|
"msw": "^2.10.4",
|
|
84
83
|
"msw-storybook-addon": "^2.0.5",
|
|
85
84
|
"prettier": "^3.0.0",
|
|
86
85
|
"react": "^18.1.0",
|
|
87
86
|
"react-dom": "^18.1.0",
|
|
88
87
|
"rimraf": "^3.0.2",
|
|
88
|
+
"storybook": "^7.6.20",
|
|
89
89
|
"typescript": "^4.7.3",
|
|
90
|
-
"vitest": "^1.
|
|
90
|
+
"vitest": "^1.6.0",
|
|
91
91
|
"webpack": "^5.74.0",
|
|
92
92
|
"yalc": "^1.0.0-pre.53"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@evoke-platform/context": "^1.
|
|
95
|
+
"@evoke-platform/context": "^1.4.0-dev.5",
|
|
96
96
|
"react": "^18.1.0",
|
|
97
97
|
"react-dom": "^18.1.0"
|
|
98
98
|
},
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"pluralize": "^8.0.0",
|
|
131
131
|
"pretty-bytes": "^6.1.1",
|
|
132
132
|
"react-dropzone": "^14.2.2",
|
|
133
|
-
"react-hook-form": "^7.
|
|
133
|
+
"react-hook-form": "^7.63.0",
|
|
134
134
|
"react-input-mask": "^2.0.4",
|
|
135
135
|
"react-number-format": "^4.9.3",
|
|
136
136
|
"react-querybuilder": "^6.0.2",
|