@max-ts/components 1.0.0 → 1.1.0
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/lib/components/ActionGroup/ActionGroup.d.ts +1 -0
- package/lib/components/ActionGroup/MainActions/MainActions.d.ts +2 -1
- package/lib/components/ActionGroup/MainActions/styles.d.ts +0 -1
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.d.ts +2 -1
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.d.ts +2 -1
- package/lib/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +0 -1
- package/lib/components/Alert/styles.d.ts +0 -1
- package/lib/components/Button/Button.d.ts +0 -4
- package/lib/components/ConfirmDialog/styles.d.ts +0 -1
- package/lib/components/DashboardLayout/DashboardLayout.d.ts +1 -1
- package/lib/components/DashboardLayout/Sidebar/Sidebar.d.ts +2 -3
- package/lib/components/DashboardLayout/Sidebar/styles.d.ts +0 -1
- package/lib/components/DataGrid/HeadCell/styles.d.ts +0 -1
- package/lib/components/DatePicker/DayButton/styles.d.ts +0 -1
- package/lib/components/DatePicker/styles.d.ts +0 -1
- package/lib/components/IconButton/styles.d.ts +1 -10
- package/lib/components/PageLayout/Header/Header.d.ts +15 -36
- package/lib/components/PageLayout/PageLayout.d.ts +1 -1
- package/lib/components/SearchField/styles.d.ts +0 -1
- package/lib/components/Select/styles.d.ts +0 -1
- package/lib/components/SidebarNav/SidebarNav.d.ts +1 -2
- package/lib/components/SidebarProduct/styles.d.ts +0 -1
- package/lib/index.mjs +1992 -2041
- package/package.json +1 -1
- package/lib/components/PageLayout/Header/styles.d.ts +0 -45
package/package.json
CHANGED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { ActionGroup } from '../../ActionGroup';
|
|
2
|
-
export declare const Wrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
3
|
-
export declare const StyledBreadcrumbs: import('@emotion/styled').StyledComponent<import('@mui/material').BreadcrumbsOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, "sx" | "classes" | "className" | "style" | "children" | "separator" | "slots" | "slotProps" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
-
export declare const BackButton: import('@emotion/styled').StyledComponent<Omit<import('../../types').WithoutEmotionSpecific<import('@mui/material').ButtonProps<import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>>>, "color" | "variant"> & {
|
|
5
|
-
variant?: `${import('../..').ButtonVariants}`;
|
|
6
|
-
loading?: boolean;
|
|
7
|
-
loadingIndicator?: import('react').ReactNode;
|
|
8
|
-
loadingPosition?: "start" | "end" | "center";
|
|
9
|
-
color?: `${import('../..').ButtonColors}`;
|
|
10
|
-
component?: import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
11
|
-
selected?: boolean;
|
|
12
|
-
} & {
|
|
13
|
-
loading?: boolean;
|
|
14
|
-
} & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
15
|
-
export declare const PageSubheader: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
|
-
export declare const Description: import('@emotion/styled').StyledComponent<{
|
|
17
|
-
children?: import('react').ReactNode;
|
|
18
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
19
|
-
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
20
|
-
gutterBottom?: boolean | undefined;
|
|
21
|
-
noWrap?: boolean | undefined;
|
|
22
|
-
paragraph?: boolean | undefined;
|
|
23
|
-
} & {
|
|
24
|
-
color?: import('../../Typography').TypographyColor;
|
|
25
|
-
variant?: import('../../Typography').TypographyVariant;
|
|
26
|
-
colorIntensity?: import('../../Typography').Intensity;
|
|
27
|
-
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
28
|
-
isUpperCase?: boolean;
|
|
29
|
-
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
30
|
-
export declare const Title: import('@emotion/styled').StyledComponent<{
|
|
31
|
-
children?: import('react').ReactNode;
|
|
32
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
33
|
-
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
34
|
-
gutterBottom?: boolean | undefined;
|
|
35
|
-
noWrap?: boolean | undefined;
|
|
36
|
-
paragraph?: boolean | undefined;
|
|
37
|
-
} & {
|
|
38
|
-
color?: import('../../Typography').TypographyColor;
|
|
39
|
-
variant?: import('../../Typography').TypographyVariant;
|
|
40
|
-
colorIntensity?: import('../../Typography').Intensity;
|
|
41
|
-
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
42
|
-
isUpperCase?: boolean;
|
|
43
|
-
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
44
|
-
export declare const Actions: typeof ActionGroup;
|
|
45
|
-
export declare const MobileWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|