@dartech/arsenal-ui 1.0.2 → 1.0.3
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/index.js +1 -1
- package/package.json +1 -1
- package/src/lib/Sidebar/Sidebar.styled.d.ts +4 -3
package/package.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
+
export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
2
3
|
export declare const Drawer: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
3
4
|
export declare const Header: import("@emotion/styled").StyledComponent<{
|
4
5
|
children?: import("react").ReactNode;
|
@@ -36,7 +37,7 @@ export declare const ListItem: import("@emotion/styled").StyledComponent<{
|
|
36
37
|
};
|
37
38
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
38
39
|
ref?: import("react").Ref<HTMLLIElement>;
|
39
|
-
}, "
|
40
|
+
}, "button" | "style" | "alignItems" | "classes" | "slotProps" | "children" | "slots" | "className" | "components" | "componentsProps" | "sx" | "disableGutters" | "dense" | "disabled" | "disablePadding" | "autoFocus" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
40
41
|
export declare const ListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemButton").ListItemButtonBaseProps & Omit<{
|
41
42
|
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
42
43
|
centerRipple?: boolean;
|
@@ -55,7 +56,7 @@ export declare const ListItemButton: import("@emotion/styled").StyledComponent<i
|
|
55
56
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
56
57
|
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
57
58
|
ref?: import("react").Ref<HTMLDivElement>;
|
58
|
-
}, "
|
59
|
+
}, "style" | "alignItems" | "classes" | "children" | "className" | "tabIndex" | "sx" | "disableGutters" | "dense" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "divider" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
59
60
|
export declare const ListItemIcon: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemIcon").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
60
61
|
export declare const ListSubheader: import("@emotion/styled").StyledComponent<{
|
61
62
|
children?: import("react").ReactNode;
|
@@ -67,7 +68,7 @@ export declare const ListSubheader: import("@emotion/styled").StyledComponent<{
|
|
67
68
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
68
69
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
69
70
|
ref?: import("react").Ref<HTMLLIElement>;
|
70
|
-
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "
|
71
|
+
}, "color" | "inset" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
71
72
|
export declare const ListItemText: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemText").ListItemTextProps<import("react").ElementType<any>, import("react").ElementType<any>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
72
73
|
export declare const ChildrenList: import("@emotion/styled").StyledComponent<{
|
73
74
|
children?: import("react").ReactNode;
|