@max-ts/components 0.3.3 → 0.3.4
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/Accordion/styles.d.ts +2 -2
- package/lib/components/Accordion/styles.mjs +19 -10
- package/lib/components/ActionCell/styles.mjs +12 -3
- package/lib/components/ActionGroup/MainActions/styles.mjs +9 -4
- package/lib/components/ActionGroup/styles.mjs +11 -2
- package/lib/components/Autocomplete/styles.mjs +13 -4
- package/lib/components/Badge/styles.d.ts +1 -1
- package/lib/components/BottomDrawer/styles.d.ts +3 -3
- package/lib/components/Button/styles.d.ts +1 -1
- package/lib/components/CheckboxField/styles.mjs +13 -4
- package/lib/components/Chevron/styles.mjs +11 -2
- package/lib/components/ConfirmAction/styles.d.ts +2 -2
- package/lib/components/ConfirmAction/styles.mjs +15 -6
- package/lib/components/ConfirmDialog/styles.mjs +7 -2
- package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
- package/lib/components/ContentState/styles.mjs +11 -2
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +14 -5
- package/lib/components/DataGrid/Body/styles.mjs +11 -2
- package/lib/components/DataGrid/Cell/styles.mjs +15 -6
- package/lib/components/DataGrid/Head/styles.mjs +19 -10
- package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
- package/lib/components/DataGrid/HeadCell/styles.mjs +16 -7
- package/lib/components/DataGrid/Row/styles.mjs +18 -9
- package/lib/components/DataGrid/styles.mjs +19 -10
- package/lib/components/DataGridActionCell/styles.mjs +12 -3
- package/lib/components/DataGridOld/Cell/styles.d.ts +1 -1
- package/lib/components/DataGridOld/HeadCell/styles.d.ts +1 -1
- package/lib/components/DataGridPagination/styles.d.ts +2 -2
- package/lib/components/DataGridPagination/styles.mjs +21 -12
- package/lib/components/Description/Name/styles.mjs +14 -5
- package/lib/components/Description/Value/styles.d.ts +4 -4
- package/lib/components/Description/Value/styles.mjs +10 -6
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionList/DescriptionList.mjs +5 -10
- package/lib/components/DescriptionList/styles.d.ts +1 -1
- package/lib/components/DescriptionList/styles.mjs +8 -6
- package/lib/components/DescriptionTooltip/styles.mjs +12 -3
- package/lib/components/DialogContentText/styles.d.ts +1 -1
- package/lib/components/DialogHeader/styles.mjs +21 -12
- package/lib/components/Filename/styles.d.ts +2 -2
- package/lib/components/Filename/styles.mjs +15 -6
- package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +25 -16
- package/lib/components/FormLabel/styles.d.ts +1 -1
- package/lib/components/IconButton/styles.mjs +18 -13
- package/lib/components/Link/Link.d.ts +1 -1
- package/lib/components/Link/styles.d.ts +1 -1
- package/lib/components/ListItem/styles.d.ts +1 -1
- package/lib/components/MenuList/styles.d.ts +1 -1
- package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
- package/lib/components/OverflowTypography/styles.d.ts +4 -4
- package/lib/components/OverflowTypography/styles.mjs +14 -5
- package/lib/components/Placeholder/styles.d.ts +4 -4
- package/lib/components/Placeholder/styles.mjs +30 -21
- package/lib/components/SearchField/styles.mjs +20 -11
- package/lib/components/Select/styles.d.ts +1 -1
- package/lib/components/Skeleton/styles.d.ts +1 -1
- package/lib/components/Slider/styles.d.ts +1 -1
- package/lib/components/Slider/styles.mjs +24 -15
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +14 -5
- package/lib/components/Tag/styles.d.ts +1 -1
- package/lib/components/TagBadge/styles.mjs +11 -2
- package/lib/components/TagsList/Tag/styles.d.ts +1 -1
- package/lib/components/TagsList/Tag/styles.mjs +11 -2
- package/lib/components/TagsList/styles.mjs +11 -2
- package/lib/index.mjs +200 -199
- package/lib/theme/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5,8 +5,8 @@ export declare const ContentWrapper: import('@emotion/styled').StyledComponent<i
|
|
|
5
5
|
withStartAdorment: boolean;
|
|
6
6
|
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
7
|
export declare const Summary: import('@emotion/styled').StyledComponent<{
|
|
8
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
9
8
|
children?: import('react').ReactNode;
|
|
9
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
10
10
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
11
11
|
gutterBottom?: boolean | undefined;
|
|
12
12
|
noWrap?: boolean | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const Summary: import('@emotion/styled').StyledComponent<{
|
|
|
15
15
|
color?: import('../Typography').TypographyColor;
|
|
16
16
|
variant?: import('../Typography').TypographyVariant;
|
|
17
17
|
colorIntensity?: import('../Typography').Intensity;
|
|
18
|
-
component?: "symbol" | "object" | "
|
|
18
|
+
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>;
|
|
19
19
|
isUpperCase?: boolean;
|
|
20
20
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
21
21
|
export declare const ChevronWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,25 +1,34 @@
|
|
|
1
1
|
import { styled as p } from "@mui/material";
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { Typography as i } from "../Typography/Typography.mjs";
|
|
12
|
+
const h = p("header")`
|
|
4
13
|
cursor: pointer;
|
|
5
14
|
|
|
6
15
|
display: grid;
|
|
7
16
|
grid-column-gap: ${({ theme: r }) => r.spacing(2)};
|
|
8
17
|
grid-template-columns: ${({ withStartAdornment: r }) => r ? "24px 1fr 24px" : " 1fr 24px"};
|
|
9
|
-
`,
|
|
10
|
-
margin-left: ${({ theme: r, withStartAdorment:
|
|
18
|
+
`, x = p("div")`
|
|
19
|
+
margin-left: ${({ theme: r, withStartAdorment: o }) => r.spacing(o ? 8 : 0)};
|
|
11
20
|
padding-top: ${({ theme: r }) => r.spacing(2)};
|
|
12
|
-
`,
|
|
21
|
+
`, y = p(i)`
|
|
13
22
|
align-self: center;
|
|
14
|
-
`,
|
|
23
|
+
`, u = p("div")`
|
|
15
24
|
overflow: hidden;
|
|
16
25
|
|
|
17
26
|
width: 24px;
|
|
18
27
|
height: 24px;
|
|
19
28
|
`;
|
|
20
29
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
30
|
+
u as ChevronWrapper,
|
|
31
|
+
x as ContentWrapper,
|
|
32
|
+
h as Header,
|
|
33
|
+
y as Summary
|
|
25
34
|
};
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
|
|
1
|
+
import { styled as i } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
const d = i("div")`
|
|
3
12
|
display: inline-flex;
|
|
4
13
|
align-items: center;
|
|
5
14
|
`;
|
|
6
15
|
export {
|
|
7
|
-
|
|
16
|
+
d as Wrapper
|
|
8
17
|
};
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { styled as o } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
2
3
|
import { Button as t } from "../../Button/Button.mjs";
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
3
8
|
import { DropdownButton as r } from "../../DropdownButton/DropdownButton.mjs";
|
|
4
|
-
const
|
|
9
|
+
const u = o(t)`
|
|
5
10
|
flex-grow: 1;
|
|
6
|
-
`,
|
|
11
|
+
`, w = o(r)`
|
|
7
12
|
flex-grow: 1;
|
|
8
13
|
`;
|
|
9
14
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
u as StyledButton,
|
|
16
|
+
w as StyledDropdownButton
|
|
12
17
|
};
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import { styled as r } from "@mui/material";
|
|
2
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
const f = r("div")`
|
|
3
12
|
display: flex;
|
|
4
13
|
gap: ${({ theme: p }) => p.spacing(1)};
|
|
5
14
|
`;
|
|
6
15
|
export {
|
|
7
|
-
|
|
16
|
+
f as Wrapper
|
|
8
17
|
};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { styled as m } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { MenuItem as o } from "../MenuItem/MenuItem.mjs";
|
|
12
|
+
const x = m(o)`
|
|
4
13
|
max-height: ${({ theme: t }) => t.spacing(13)};
|
|
5
14
|
|
|
6
15
|
${({ theme: t }) => t.breakpoints.down("sm")} {
|
|
@@ -8,5 +17,5 @@ const i = e(m)`
|
|
|
8
17
|
}
|
|
9
18
|
`;
|
|
10
19
|
export {
|
|
11
|
-
|
|
20
|
+
x as StyledMenuItem
|
|
12
21
|
};
|
|
@@ -4,5 +4,5 @@ type StyledBadgeProps = {
|
|
|
4
4
|
$withBorder?: boolean;
|
|
5
5
|
$variantColor: BadgeVariantsColor;
|
|
6
6
|
};
|
|
7
|
-
export declare const StyledBadge: import('@emotion/styled').StyledComponent<import('@mui/material').BadgeOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "
|
|
7
|
+
export declare const StyledBadge: import('@emotion/styled').StyledComponent<import('@mui/material').BadgeOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "components" | "color" | "classes" | "className" | "style" | "children" | "variant" | "componentsProps" | "slots" | "slotProps" | "anchorOrigin" | "max" | "invisible" | "badgeContent" | "overlap" | "showZero"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledBadgeProps, {}, {}>;
|
|
8
8
|
export {};
|
|
@@ -3,9 +3,9 @@ export declare const StyledDrawer: import('@emotion/styled').StyledComponent<Dra
|
|
|
3
3
|
export declare const Header: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
4
4
|
drawerHeaderHeight: number;
|
|
5
5
|
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
6
|
-
export declare const HeaderTitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "
|
|
7
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
6
|
+
export declare const HeaderTitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "classes" | "className" | "style" | "children" | "variant" | "p" | "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> & {
|
|
8
7
|
children?: import('react').ReactNode;
|
|
8
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
9
9
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
10
10
|
gutterBottom?: boolean | undefined;
|
|
11
11
|
noWrap?: boolean | undefined;
|
|
@@ -14,7 +14,7 @@ export declare const HeaderTitle: import('@emotion/styled').StyledComponent<impo
|
|
|
14
14
|
color?: import('../Typography').TypographyColor;
|
|
15
15
|
variant?: import('../Typography').TypographyVariant;
|
|
16
16
|
colorIntensity?: import('../Typography').Intensity;
|
|
17
|
-
component?: "symbol" | "object" | "
|
|
17
|
+
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>;
|
|
18
18
|
isUpperCase?: boolean;
|
|
19
19
|
} & import('react').HTMLAttributes<HTMLParagraphElement>, {}, {}>;
|
|
20
20
|
export declare const Body: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledButton: import('@emotion/styled').StyledComponent<import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "sx" | "
|
|
1
|
+
export declare const StyledButton: import('@emotion/styled').StyledComponent<import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "sx" | "action" | "disabled" | "color" | "classes" | "className" | "style" | "children" | "variant" | "tabIndex" | "fullWidth" | "loading" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "disableElevation" | "disableFocusRipple" | "endIcon" | "loadingIndicator" | "loadingPosition" | "startIcon"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
2
2
|
export declare const StyledCircularProgress: import('@emotion/styled').StyledComponent<import('../types').WithoutEmotionSpecific<Omit<import('../types').WithoutEmotionSpecific<import('@mui/material').CircularProgressProps>, "color" | "size">> & {
|
|
3
3
|
color?: "primary" | "inverted";
|
|
4
4
|
size?: "small" | "medium";
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
import { styled as o } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
2
11
|
import { Checkbox as t } from "../Checkbox/Checkbox.mjs";
|
|
3
12
|
import { FormControlLabel as r } from "../FormControlLabel/FormControlLabel.mjs";
|
|
4
|
-
const
|
|
13
|
+
const f = o(r)`
|
|
5
14
|
align-items: flex-start;
|
|
6
|
-
`,
|
|
15
|
+
`, C = o(t)`
|
|
7
16
|
padding-top: 3px;
|
|
8
17
|
`;
|
|
9
18
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
19
|
+
C as StyledCheckbox,
|
|
20
|
+
f as StyledFormControlledLabel
|
|
12
21
|
};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { ChevronDown as o } from "lucide-react";
|
|
2
2
|
import { styled as t } from "@mui/material";
|
|
3
|
-
|
|
3
|
+
import "remeda";
|
|
4
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "../Button/styles.mjs";
|
|
7
|
+
import "react";
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
const g = t(o, {
|
|
4
13
|
shouldForwardProp: (r) => r !== "isActive"
|
|
5
14
|
})`
|
|
6
15
|
transform: rotateZ(${({ isActive: r }) => r ? 180 : 0}deg);
|
|
@@ -12,5 +21,5 @@ const s = t(o, {
|
|
|
12
21
|
})};
|
|
13
22
|
`;
|
|
14
23
|
export {
|
|
15
|
-
|
|
24
|
+
g as ChevronIcon
|
|
16
25
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const Wrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
2
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
3
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
4
3
|
children?: import('react').ReactNode;
|
|
4
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
5
5
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
6
6
|
gutterBottom?: boolean | undefined;
|
|
7
7
|
noWrap?: boolean | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
|
|
|
10
10
|
color?: import('../Typography').TypographyColor;
|
|
11
11
|
variant?: import('../Typography').TypographyVariant;
|
|
12
12
|
colorIntensity?: import('../Typography').Intensity;
|
|
13
|
-
component?: "symbol" | "object" | "
|
|
13
|
+
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>;
|
|
14
14
|
isUpperCase?: boolean;
|
|
15
15
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
16
16
|
export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
2
11
|
import { Typography as o } from "../Typography/Typography.mjs";
|
|
3
|
-
const
|
|
12
|
+
const f = t("div")`
|
|
4
13
|
max-width: 380px;
|
|
5
14
|
padding: ${({ theme: p }) => p.spacing(4)};
|
|
6
|
-
`,
|
|
15
|
+
`, l = t(o)`
|
|
7
16
|
margin-bottom: ${({ theme: p }) => p.spacing(3)};
|
|
8
|
-
`,
|
|
17
|
+
`, x = t("div")`
|
|
9
18
|
display: flex;
|
|
10
19
|
gap: ${({ theme: p }) => p.spacing(3)};
|
|
11
20
|
justify-content: end;
|
|
12
21
|
`;
|
|
13
22
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
23
|
+
x as Actions,
|
|
24
|
+
l as StyledTypography,
|
|
25
|
+
f as Wrapper
|
|
17
26
|
};
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
2
3
|
import { Button as r } from "../Button/Button.mjs";
|
|
3
|
-
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
const a = t(r)`
|
|
4
9
|
${({ theme: o }) => o.breakpoints.down("sm")} {
|
|
5
10
|
order: 1;
|
|
6
11
|
}
|
|
7
12
|
`;
|
|
8
13
|
export {
|
|
9
|
-
|
|
14
|
+
a as CancelButton
|
|
10
15
|
};
|
|
@@ -3,7 +3,7 @@ type UseLogicParams = ConfirmDialogProps;
|
|
|
3
3
|
export declare const useLogic: ({ actions, onClose }: UseLogicParams) => {
|
|
4
4
|
isShowCancelButton: boolean;
|
|
5
5
|
cancelButtonProps: {
|
|
6
|
-
variant: "
|
|
6
|
+
variant: "text" | "light" | "link" | "contained";
|
|
7
7
|
onClick: import('react').MouseEventHandler<HTMLButtonElement>;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
const a = t("div")`
|
|
3
12
|
display: flex;
|
|
4
13
|
flex-grow: 1;
|
|
5
14
|
align-items: center;
|
|
@@ -9,5 +18,5 @@ const i = t("div")`
|
|
|
9
18
|
height: 100%;
|
|
10
19
|
`;
|
|
11
20
|
export {
|
|
12
|
-
|
|
21
|
+
a as LoadingContainer
|
|
13
22
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Wrapper: import('@emotion/styled').StyledComponent<{
|
|
2
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
3
2
|
children?: import('react').ReactNode;
|
|
3
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
4
4
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
5
5
|
gutterBottom?: boolean | undefined;
|
|
6
6
|
noWrap?: boolean | undefined;
|
|
@@ -9,7 +9,7 @@ export declare const Wrapper: import('@emotion/styled').StyledComponent<{
|
|
|
9
9
|
color?: import('../Typography').TypographyColor;
|
|
10
10
|
variant?: import('../Typography').TypographyVariant;
|
|
11
11
|
colorIntensity?: import('../Typography').Intensity;
|
|
12
|
-
component?: "symbol" | "object" | "
|
|
12
|
+
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>;
|
|
13
13
|
isUpperCase?: boolean;
|
|
14
14
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
15
15
|
export declare const StyledCopyIcon: import('@emotion/styled').StyledComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import { Copy as i } from "lucide-react";
|
|
2
2
|
import { styled as t } from "@mui/material";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import "remeda";
|
|
4
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "../Button/styles.mjs";
|
|
7
|
+
import "react";
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
import { Typography as p } from "../Typography/Typography.mjs";
|
|
13
|
+
const x = t(p)`
|
|
5
14
|
cursor: pointer;
|
|
6
15
|
|
|
7
16
|
display: flex;
|
|
@@ -10,7 +19,7 @@ const s = t(e)`
|
|
|
10
19
|
&:hover {
|
|
11
20
|
text-decoration: underline;
|
|
12
21
|
}
|
|
13
|
-
`,
|
|
22
|
+
`, u = t(i, {
|
|
14
23
|
shouldForwardProp: (o) => !["$copyPosition"].includes(o.toString())
|
|
15
24
|
})`
|
|
16
25
|
margin-right: ${({ $copyPosition: o, theme: r }) => o === "left" ? r.spacing(1) : ""};
|
|
@@ -22,6 +31,6 @@ const s = t(e)`
|
|
|
22
31
|
fill: ${({ color: o }) => o};
|
|
23
32
|
`;
|
|
24
33
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
34
|
+
u as StyledCopyIcon,
|
|
35
|
+
x as Wrapper
|
|
27
36
|
};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
2
11
|
import { MIN_ROW_HEIGHT as i } from "../constants.mjs";
|
|
3
|
-
const
|
|
12
|
+
const $ = t("ul", {
|
|
4
13
|
shouldForwardProp: (o) => !["$isEmpty", "$minDisplayRows"].includes(o.toString())
|
|
5
14
|
})`
|
|
6
15
|
overflow-y: auto;
|
|
@@ -12,5 +21,5 @@ const s = t("ul", {
|
|
|
12
21
|
list-style-type: none;
|
|
13
22
|
`;
|
|
14
23
|
export {
|
|
15
|
-
|
|
24
|
+
$ as Wrapper
|
|
16
25
|
};
|
|
@@ -1,19 +1,28 @@
|
|
|
1
1
|
import { styled as o } from "@mui/material";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { MIN_ROW_HEIGHT as r } from "../constants.mjs";
|
|
12
|
+
import { alignToJustifyContent as p } from "../utils/alignToJustifyContent/alignToJustifyContent.mjs";
|
|
13
|
+
const h = o("div", {
|
|
5
14
|
shouldForwardProp: (i) => !["$align", "$isDisabled", "$hasStartAdornment"].includes(i.toString())
|
|
6
15
|
})`
|
|
7
16
|
overflow: hidden;
|
|
8
17
|
display: flex;
|
|
9
18
|
align-items: center;
|
|
10
|
-
justify-content: ${({ $align: i }) =>
|
|
19
|
+
justify-content: ${({ $align: i }) => p(i)};
|
|
11
20
|
|
|
12
|
-
min-height: ${
|
|
21
|
+
min-height: ${r}px;
|
|
13
22
|
padding: ${({ theme: i, $hasStartAdornment: t }) => t ? i.spacing(1, 2, 1, 0) : i.spacing(1, 2)};
|
|
14
23
|
|
|
15
24
|
opacity: ${({ $isDisabled: i }) => i ? 0.5 : 1};
|
|
16
25
|
`;
|
|
17
26
|
export {
|
|
18
|
-
|
|
27
|
+
h as Wrapper
|
|
19
28
|
};
|
|
@@ -1,20 +1,29 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { styled as r } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { ROOT_ACTION_CELL_WIDTH as o } from "../constants.mjs";
|
|
12
|
+
const u = r("header", {
|
|
13
|
+
shouldForwardProp: (t) => !["$gridColumns"].includes(t.toString())
|
|
5
14
|
})`
|
|
6
15
|
display: grid;
|
|
7
|
-
grid-template-columns: ${({ $gridColumns:
|
|
16
|
+
grid-template-columns: ${({ $gridColumns: t }) => t};
|
|
8
17
|
|
|
9
|
-
border-bottom: 2px solid ${({ theme:
|
|
10
|
-
`,
|
|
18
|
+
border-bottom: 2px solid ${({ theme: t }) => t.palette.divider};
|
|
19
|
+
`, x = r("div")`
|
|
11
20
|
display: flex;
|
|
12
21
|
align-items: center;
|
|
13
22
|
justify-content: center;
|
|
14
23
|
|
|
15
|
-
width: ${
|
|
24
|
+
width: ${o}px;
|
|
16
25
|
`;
|
|
17
26
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
27
|
+
x as CheckboxCell,
|
|
28
|
+
u as Wrapper
|
|
20
29
|
};
|