@galaxy-ds/core 2.0.23 → 2.0.25
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/Accordion/Accordion.styled.d.ts +1 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +1 -1
- package/dist/AppBar/AppBar.styled.d.ts +2 -2
- package/dist/Autocomplete/Autocomplete.stories.d.ts +6 -6
- package/dist/Autocomplete/Autocomplete.styled.d.ts +2 -2
- package/dist/Avatar/Avatar.styled.d.ts +1 -1
- package/dist/BottomListButton/BottomListButton.styled.d.ts +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -285
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +1 -1
- package/dist/Button/Button.styled.d.ts +1 -1
- package/dist/Card/Card.styled.d.ts +1 -1
- package/dist/Chip/Chip.styled.d.ts +1 -1
- package/dist/Drawer/Drawer.stories.d.ts +6 -6
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +3 -3
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +1 -1
- package/dist/Dropdown/Dropdown.stories.d.ts +16 -16
- package/dist/EmptyState/EmptyState.styled.d.ts +1 -1
- package/dist/FooterActions/FooterActions.styled.d.ts +1 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +2 -2
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +1 -1
- package/dist/Icon/Icon.stories.d.ts +6 -6
- package/dist/IconButton/IconButton.stories.d.ts +2 -2
- package/dist/Icons/doctype-icons.stories.d.ts +8 -8
- package/dist/Icons/leap-icons.stories.d.ts +10 -10
- package/dist/Input/Input.stories.d.ts +17 -17
- package/dist/Input/Input.styled.d.ts +1 -1
- package/dist/Loader/Loader.styled.d.ts +1 -1
- package/dist/MenuHeader/MenuHeader.styled.d.ts +1 -1
- package/dist/RibbonButton/RibbonButton.styled.d.ts +1 -1
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +2 -2
- package/dist/Tab/Tab.styled.d.ts +1 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +1 -1
- package/dist/Tabs/Tabs.styled.d.ts +1 -1
- package/dist/Tag/Tag.styled.d.ts +1 -1
- package/dist/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/ThemeProvider/index.d.ts +0 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/stories/Typography.stories.d.ts +1 -16
- package/dist/stories/resources/desktopTypography.d.ts +119 -0
- package/dist/stories/resources/webTypography.d.ts +119 -0
- package/package.json +5 -3
- package/dist/ThemeProvider/ThemeProvider.types.d.ts +0 -5
|
@@ -69,11 +69,11 @@ export declare const Default: {
|
|
|
69
69
|
size?: ("medium" | "large") | undefined;
|
|
70
70
|
width?: number | undefined;
|
|
71
71
|
variant?: ("dropdown" | "select") | undefined;
|
|
72
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
73
72
|
children?: import("react").ReactNode;
|
|
73
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
74
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
74
75
|
className?: string | undefined;
|
|
75
76
|
style?: import("react").CSSProperties | undefined;
|
|
76
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
77
77
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
78
78
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
79
79
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -427,11 +427,11 @@ export declare const AlignLeft: {
|
|
|
427
427
|
size?: ("medium" | "large") | undefined;
|
|
428
428
|
width?: number | undefined;
|
|
429
429
|
variant?: ("dropdown" | "select") | undefined;
|
|
430
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
431
430
|
children?: import("react").ReactNode;
|
|
431
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
432
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
432
433
|
className?: string | undefined;
|
|
433
434
|
style?: import("react").CSSProperties | undefined;
|
|
434
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
435
435
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
436
436
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
437
437
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -785,11 +785,11 @@ export declare const WithLabel: {
|
|
|
785
785
|
size?: ("medium" | "large") | undefined;
|
|
786
786
|
width?: number | undefined;
|
|
787
787
|
variant?: ("dropdown" | "select") | undefined;
|
|
788
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
789
788
|
children?: import("react").ReactNode;
|
|
789
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
790
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
790
791
|
className?: string | undefined;
|
|
791
792
|
style?: import("react").CSSProperties | undefined;
|
|
792
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
793
793
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
794
794
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
795
795
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -1142,11 +1142,11 @@ export declare const DisplayEmpty: {
|
|
|
1142
1142
|
size?: ("medium" | "large") | undefined;
|
|
1143
1143
|
width?: number | undefined;
|
|
1144
1144
|
variant?: ("dropdown" | "select") | undefined;
|
|
1145
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
1146
1145
|
children?: import("react").ReactNode;
|
|
1146
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1147
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
1147
1148
|
className?: string | undefined;
|
|
1148
1149
|
style?: import("react").CSSProperties | undefined;
|
|
1149
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1150
1150
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1151
1151
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1152
1152
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -1520,11 +1520,11 @@ export declare const PrependedIcon: {
|
|
|
1520
1520
|
size?: ("medium" | "large") | undefined;
|
|
1521
1521
|
width?: number | undefined;
|
|
1522
1522
|
variant?: ("dropdown" | "select") | undefined;
|
|
1523
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
1524
1523
|
children?: import("react").ReactNode;
|
|
1524
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1525
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
1525
1526
|
className?: string | undefined;
|
|
1526
1527
|
style?: import("react").CSSProperties | undefined;
|
|
1527
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1528
1528
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1529
1529
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1530
1530
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -1877,11 +1877,11 @@ export declare const FullWidth: {
|
|
|
1877
1877
|
size?: ("medium" | "large") | undefined;
|
|
1878
1878
|
width?: number | undefined;
|
|
1879
1879
|
variant?: ("dropdown" | "select") | undefined;
|
|
1880
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
1881
1880
|
children?: import("react").ReactNode;
|
|
1881
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1882
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
1882
1883
|
className?: string | undefined;
|
|
1883
1884
|
style?: import("react").CSSProperties | undefined;
|
|
1884
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1885
1885
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1886
1886
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1887
1887
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -2235,11 +2235,11 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2235
2235
|
size?: ("medium" | "large") | undefined;
|
|
2236
2236
|
width?: number | undefined;
|
|
2237
2237
|
variant?: ("dropdown" | "select") | undefined;
|
|
2238
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
2239
2238
|
children?: import("react").ReactNode;
|
|
2239
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2240
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
2240
2241
|
className?: string | undefined;
|
|
2241
2242
|
style?: import("react").CSSProperties | undefined;
|
|
2242
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2243
2243
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
2244
2244
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2245
2245
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -2590,11 +2590,11 @@ export declare const SelectStyle: {
|
|
|
2590
2590
|
size?: ("medium" | "large") | undefined;
|
|
2591
2591
|
width?: number | undefined;
|
|
2592
2592
|
variant?: ("dropdown" | "select") | undefined;
|
|
2593
|
-
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
2594
2593
|
children?: import("react").ReactNode;
|
|
2594
|
+
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2595
|
+
ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
|
|
2595
2596
|
className?: string | undefined;
|
|
2596
2597
|
style?: import("react").CSSProperties | undefined;
|
|
2597
|
-
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2598
2598
|
color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
2599
2599
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2600
2600
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
@@ -3,4 +3,4 @@ export declare const EmptyStateContainer: import("@emotion/styled").StyledCompon
|
|
|
3
3
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
4
4
|
export declare const EmptyStateTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
5
5
|
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
6
|
-
}, "children" | "
|
|
6
|
+
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "lineHeight" | "textTransform" | "variant" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const FooterActionsContainer: import("@emotion/styled").StyledComponent<import("@mui/material").GridOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "direction" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "spacing" | "visibility" | "lineHeight" | "textTransform" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "wrap" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -3,9 +3,9 @@ export declare const FormHeaderBox: import("@emotion/styled").StyledComponent<im
|
|
|
3
3
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
4
4
|
export declare const FormHeaderDetail: import("@emotion/styled").StyledComponent<import("@mui/material").GridOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
5
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
-
}, "children" | "
|
|
6
|
+
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "direction" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "spacing" | "visibility" | "lineHeight" | "textTransform" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "wrap" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
7
7
|
export declare const FormHeaderInfo: import("@emotion/styled").StyledComponent<import("@mui/material").GridOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
8
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
-
}, "children" | "
|
|
9
|
+
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "direction" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "spacing" | "visibility" | "lineHeight" | "textTransform" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "wrap" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
10
10
|
export declare const FormHeaderAccent: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
11
|
export declare const FormHeaderContent: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StyledToolbar: import("@emotion/styled").StyledComponent<import("@mui/material/Toolbar").ToolbarOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
4
|
bgImageURL?: string;
|
|
5
5
|
bgSize?: string;
|
|
6
6
|
bgPosition?: string;
|
|
@@ -27,14 +27,14 @@ export declare const Default: {
|
|
|
27
27
|
render: (args: {
|
|
28
28
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
29
29
|
string?: number | string | undefined;
|
|
30
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
31
30
|
children?: import("react").ReactNode;
|
|
31
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
32
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
32
33
|
path?: string | undefined;
|
|
33
34
|
clipPath?: string | undefined;
|
|
34
35
|
mask?: string | undefined;
|
|
35
36
|
className?: string | undefined;
|
|
36
37
|
style?: import("react").CSSProperties | undefined;
|
|
37
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
38
38
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
39
39
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
40
40
|
htmlColor?: string | undefined;
|
|
@@ -529,14 +529,14 @@ export declare const Color: {
|
|
|
529
529
|
render: (args: {
|
|
530
530
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
531
531
|
string?: number | string | undefined;
|
|
532
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
533
532
|
children?: import("react").ReactNode;
|
|
533
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
534
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
534
535
|
path?: string | undefined;
|
|
535
536
|
clipPath?: string | undefined;
|
|
536
537
|
mask?: string | undefined;
|
|
537
538
|
className?: string | undefined;
|
|
538
539
|
style?: import("react").CSSProperties | undefined;
|
|
539
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
540
540
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
541
541
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
542
542
|
htmlColor?: string | undefined;
|
|
@@ -1031,14 +1031,14 @@ export declare const Size: {
|
|
|
1031
1031
|
render: (args: {
|
|
1032
1032
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
1033
1033
|
string?: number | string | undefined;
|
|
1034
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1035
1034
|
children?: import("react").ReactNode;
|
|
1035
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1036
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1036
1037
|
path?: string | undefined;
|
|
1037
1038
|
clipPath?: string | undefined;
|
|
1038
1039
|
mask?: string | undefined;
|
|
1039
1040
|
className?: string | undefined;
|
|
1040
1041
|
style?: import("react").CSSProperties | undefined;
|
|
1041
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1042
1042
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
1043
1043
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
1044
1044
|
htmlColor?: string | undefined;
|
|
@@ -23,9 +23,9 @@ export declare const Default: {
|
|
|
23
23
|
};
|
|
24
24
|
render: (args: {
|
|
25
25
|
children?: import("react").ReactNode;
|
|
26
|
+
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
26
27
|
className?: string | undefined;
|
|
27
28
|
style?: import("react").CSSProperties | undefined;
|
|
28
|
-
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
29
29
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
30
30
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
31
31
|
form?: string | undefined;
|
|
@@ -337,9 +337,9 @@ export declare const Sizes: {
|
|
|
337
337
|
};
|
|
338
338
|
render: (args: {
|
|
339
339
|
children?: import("react").ReactNode;
|
|
340
|
+
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
340
341
|
className?: string | undefined;
|
|
341
342
|
style?: import("react").CSSProperties | undefined;
|
|
342
|
-
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
343
343
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
344
344
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
345
345
|
form?: string | undefined;
|
|
@@ -33,14 +33,14 @@ export declare const Default: {
|
|
|
33
33
|
render: (args: {
|
|
34
34
|
name?: ((props: SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
35
35
|
string?: number | string | undefined;
|
|
36
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
37
36
|
children?: import("react").ReactNode;
|
|
37
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
38
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
38
39
|
path?: string | undefined;
|
|
39
40
|
clipPath?: string | undefined;
|
|
40
41
|
mask?: string | undefined;
|
|
41
42
|
className?: string | undefined;
|
|
42
43
|
style?: import("react").CSSProperties | undefined;
|
|
43
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
44
44
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
45
45
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
46
46
|
htmlColor?: string | undefined;
|
|
@@ -530,14 +530,14 @@ export declare const DefaultCore: {
|
|
|
530
530
|
render: (args: {
|
|
531
531
|
name?: ((props: SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
532
532
|
string?: number | string | undefined;
|
|
533
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
534
533
|
children?: import("react").ReactNode;
|
|
534
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
535
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
535
536
|
path?: string | undefined;
|
|
536
537
|
clipPath?: string | undefined;
|
|
537
538
|
mask?: string | undefined;
|
|
538
539
|
className?: string | undefined;
|
|
539
540
|
style?: import("react").CSSProperties | undefined;
|
|
540
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
541
541
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
542
542
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
543
543
|
htmlColor?: string | undefined;
|
|
@@ -1027,14 +1027,14 @@ export declare const Small: {
|
|
|
1027
1027
|
render: (args: {
|
|
1028
1028
|
name?: ((props: SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
1029
1029
|
string?: number | string | undefined;
|
|
1030
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1031
1030
|
children?: import("react").ReactNode;
|
|
1031
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1032
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1032
1033
|
path?: string | undefined;
|
|
1033
1034
|
clipPath?: string | undefined;
|
|
1034
1035
|
mask?: string | undefined;
|
|
1035
1036
|
className?: string | undefined;
|
|
1036
1037
|
style?: import("react").CSSProperties | undefined;
|
|
1037
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1038
1038
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
1039
1039
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
1040
1040
|
htmlColor?: string | undefined;
|
|
@@ -1524,14 +1524,14 @@ export declare const SmallCore: {
|
|
|
1524
1524
|
render: (args: {
|
|
1525
1525
|
name?: ((props: SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
1526
1526
|
string?: number | string | undefined;
|
|
1527
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1528
1527
|
children?: import("react").ReactNode;
|
|
1528
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1529
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1529
1530
|
path?: string | undefined;
|
|
1530
1531
|
clipPath?: string | undefined;
|
|
1531
1532
|
mask?: string | undefined;
|
|
1532
1533
|
className?: string | undefined;
|
|
1533
1534
|
style?: import("react").CSSProperties | undefined;
|
|
1534
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1535
1535
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
1536
1536
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
1537
1537
|
htmlColor?: string | undefined;
|
|
@@ -15,14 +15,14 @@ export declare const Icons: {
|
|
|
15
15
|
render: (args: {
|
|
16
16
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
17
17
|
string?: number | string | undefined;
|
|
18
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
19
18
|
children?: import("react").ReactNode;
|
|
19
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
20
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
20
21
|
path?: string | undefined;
|
|
21
22
|
clipPath?: string | undefined;
|
|
22
23
|
mask?: string | undefined;
|
|
23
24
|
className?: string | undefined;
|
|
24
25
|
style?: import("react").CSSProperties | undefined;
|
|
25
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
26
26
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
27
27
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
28
28
|
htmlColor?: string | undefined;
|
|
@@ -512,14 +512,14 @@ export declare const Ribbon: {
|
|
|
512
512
|
render: (args: {
|
|
513
513
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
514
514
|
string?: number | string | undefined;
|
|
515
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
516
515
|
children?: import("react").ReactNode;
|
|
516
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
517
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
517
518
|
path?: string | undefined;
|
|
518
519
|
clipPath?: string | undefined;
|
|
519
520
|
mask?: string | undefined;
|
|
520
521
|
className?: string | undefined;
|
|
521
522
|
style?: import("react").CSSProperties | undefined;
|
|
522
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
523
523
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
524
524
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
525
525
|
htmlColor?: string | undefined;
|
|
@@ -1012,14 +1012,14 @@ export declare const Small: {
|
|
|
1012
1012
|
render: (args: {
|
|
1013
1013
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
1014
1014
|
string?: number | string | undefined;
|
|
1015
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1016
1015
|
children?: import("react").ReactNode;
|
|
1016
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1017
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1017
1018
|
path?: string | undefined;
|
|
1018
1019
|
clipPath?: string | undefined;
|
|
1019
1020
|
mask?: string | undefined;
|
|
1020
1021
|
className?: string | undefined;
|
|
1021
1022
|
style?: import("react").CSSProperties | undefined;
|
|
1022
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1023
1023
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
1024
1024
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
1025
1025
|
htmlColor?: string | undefined;
|
|
@@ -1516,14 +1516,14 @@ export declare const DarkTheme: {
|
|
|
1516
1516
|
render: (args: {
|
|
1517
1517
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
1518
1518
|
string?: number | string | undefined;
|
|
1519
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1520
1519
|
children?: import("react").ReactNode;
|
|
1520
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1521
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
1521
1522
|
path?: string | undefined;
|
|
1522
1523
|
clipPath?: string | undefined;
|
|
1523
1524
|
mask?: string | undefined;
|
|
1524
1525
|
className?: string | undefined;
|
|
1525
1526
|
style?: import("react").CSSProperties | undefined;
|
|
1526
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1527
1527
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
1528
1528
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
1529
1529
|
htmlColor?: string | undefined;
|
|
@@ -2020,14 +2020,14 @@ export declare const LightTheme: {
|
|
|
2020
2020
|
render: (args: {
|
|
2021
2021
|
name?: ((props: import("@mui/material").SvgIconProps) => import("react").JSX.Element) | undefined;
|
|
2022
2022
|
string?: number | string | undefined;
|
|
2023
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
2024
2023
|
children?: import("react").ReactNode;
|
|
2024
|
+
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2025
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
2025
2026
|
path?: string | undefined;
|
|
2026
2027
|
clipPath?: string | undefined;
|
|
2027
2028
|
mask?: string | undefined;
|
|
2028
2029
|
className?: string | undefined;
|
|
2029
2030
|
style?: import("react").CSSProperties | undefined;
|
|
2030
|
-
classes?: (Partial<import("@mui/material").SvgIconClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2031
2031
|
color?: import("@mui/types").OverridableStringUnion<"inherit" | "action" | "disabled" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined;
|
|
2032
2032
|
fontSize?: import("@mui/types").OverridableStringUnion<"inherit" | "large" | "medium" | "small", import("@mui/material").SvgIconPropsSizeOverrides> | undefined;
|
|
2033
2033
|
htmlColor?: string | undefined;
|