@max-ts/components 0.3.2 → 0.3.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/lib/components/Accordion/styles.d.ts +2 -2
- package/lib/components/Accordion/styles.mjs +10 -19
- package/lib/components/ActionCell/styles.mjs +3 -12
- package/lib/components/ActionGroup/MainActions/styles.mjs +4 -9
- package/lib/components/ActionGroup/styles.mjs +2 -11
- package/lib/components/Autocomplete/styles.mjs +4 -13
- 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 +4 -13
- package/lib/components/Chevron/styles.mjs +2 -11
- package/lib/components/ConfirmAction/styles.d.ts +2 -2
- package/lib/components/ConfirmAction/styles.mjs +6 -15
- package/lib/components/ConfirmDialog/styles.mjs +2 -7
- package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
- package/lib/components/ContentState/styles.mjs +2 -11
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +5 -14
- package/lib/components/DataGrid/Body/styles.mjs +2 -11
- package/lib/components/DataGrid/Cell/styles.mjs +6 -15
- package/lib/components/DataGrid/Head/styles.mjs +10 -19
- package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
- package/lib/components/DataGrid/HeadCell/styles.mjs +7 -16
- package/lib/components/DataGrid/Row/styles.mjs +9 -18
- package/lib/components/DataGrid/styles.mjs +10 -19
- package/lib/components/DataGridActionCell/styles.mjs +3 -12
- 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 +12 -21
- package/lib/components/Description/Name/styles.mjs +5 -14
- package/lib/components/Description/Value/styles.d.ts +4 -4
- package/lib/components/Description/Value/styles.mjs +6 -10
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionTooltip/styles.mjs +3 -12
- package/lib/components/DialogContentText/styles.d.ts +1 -1
- package/lib/components/DialogHeader/styles.mjs +12 -21
- package/lib/components/Filename/styles.d.ts +2 -2
- package/lib/components/Filename/styles.mjs +6 -15
- package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +16 -25
- package/lib/components/FormLabel/styles.d.ts +1 -1
- package/lib/components/IconButton/styles.mjs +13 -18
- 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 +5 -14
- package/lib/components/Placeholder/styles.d.ts +4 -4
- package/lib/components/Placeholder/styles.mjs +21 -30
- package/lib/components/SearchField/styles.mjs +11 -20
- 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 +15 -24
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +5 -14
- package/lib/components/Tag/styles.d.ts +1 -1
- package/lib/components/TagBadge/styles.mjs +2 -11
- package/lib/components/TagsList/Tag/styles.d.ts +1 -1
- package/lib/components/TagsList/Tag/styles.mjs +2 -11
- package/lib/components/TagsList/styles.mjs +2 -11
- package/package.json +1 -1
|
@@ -6,8 +6,8 @@ type HeadCellProps = {
|
|
|
6
6
|
};
|
|
7
7
|
export declare const Wrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & HeadCellProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
8
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
9
|
-
children?: import('react').ReactNode;
|
|
10
9
|
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
10
|
+
children?: import('react').ReactNode;
|
|
11
11
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
12
12
|
gutterBottom?: boolean | undefined;
|
|
13
13
|
noWrap?: boolean | undefined;
|
|
@@ -16,7 +16,7 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
|
|
|
16
16
|
color?: import('../../Typography').TypographyColor;
|
|
17
17
|
variant?: import('../../Typography').TypographyVariant;
|
|
18
18
|
colorIntensity?: import('../../Typography').Intensity;
|
|
19
|
-
component?: "symbol" | "object" | "
|
|
19
|
+
component?: "symbol" | "object" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "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" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "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" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
|
|
20
20
|
isUpperCase?: boolean;
|
|
21
21
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
22
22
|
export {};
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import { styled as i } from "@mui/material";
|
|
2
|
-
import "
|
|
3
|
-
import "
|
|
4
|
-
|
|
5
|
-
import "../../Button/styles.mjs";
|
|
6
|
-
import "react";
|
|
7
|
-
/* empty css */
|
|
8
|
-
/* empty css */
|
|
9
|
-
/* empty css */
|
|
10
|
-
/* empty css */
|
|
11
|
-
import { Typography as o } from "../../Typography/Typography.mjs";
|
|
12
|
-
import { alignToJustifyContent as p } from "../utils/alignToJustifyContent/alignToJustifyContent.mjs";
|
|
13
|
-
const f = i("div", {
|
|
2
|
+
import { Typography as e } from "../../Typography/Typography.mjs";
|
|
3
|
+
import { alignToJustifyContent as o } from "../utils/alignToJustifyContent/alignToJustifyContent.mjs";
|
|
4
|
+
const s = i("div", {
|
|
14
5
|
shouldForwardProp: (t) => !["$align", "$isSortable", "$hasStartAdornment"].includes(t.toString())
|
|
15
6
|
})`
|
|
16
7
|
cursor: ${({ $isSortable: t }) => t ? "pointer" : "initial"};
|
|
@@ -18,13 +9,13 @@ const f = i("div", {
|
|
|
18
9
|
|
|
19
10
|
display: flex;
|
|
20
11
|
align-items: center;
|
|
21
|
-
justify-content: ${({ $align: t }) =>
|
|
12
|
+
justify-content: ${({ $align: t }) => o(t)};
|
|
22
13
|
|
|
23
14
|
height: 40px;
|
|
24
15
|
padding: ${({ theme: t, $hasStartAdornment: r }) => r ? t.spacing(1, 2, 1, 0) : t.spacing(1, 2)};
|
|
25
16
|
|
|
26
17
|
color: ${({ theme: t }) => t.palette.grey[700]};
|
|
27
|
-
`,
|
|
18
|
+
`, l = i(e)`
|
|
28
19
|
display: flex;
|
|
29
20
|
align-items: center;
|
|
30
21
|
gap: ${({ theme: t }) => t.spacing(1)};
|
|
@@ -35,6 +26,6 @@ const f = i("div", {
|
|
|
35
26
|
}
|
|
36
27
|
`;
|
|
37
28
|
export {
|
|
38
|
-
|
|
39
|
-
|
|
29
|
+
l as StyledTypography,
|
|
30
|
+
s as Wrapper
|
|
40
31
|
};
|
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
import { ROOT_ACTION_CELL_WIDTH as
|
|
2
|
-
import { styled as
|
|
3
|
-
|
|
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 = o("li")`
|
|
1
|
+
import { ROOT_ACTION_CELL_WIDTH as o } from "../constants.mjs";
|
|
2
|
+
import { styled as e } from "@mui/material";
|
|
3
|
+
const a = e("li")`
|
|
13
4
|
position: relative;
|
|
14
5
|
&:not(:last-of-type)::before,
|
|
15
|
-
`,
|
|
6
|
+
`, l = e("div")`
|
|
16
7
|
position: relative;
|
|
17
8
|
|
|
18
9
|
display: grid;
|
|
@@ -29,16 +20,16 @@ const g = o("li")`
|
|
|
29
20
|
|
|
30
21
|
background-color: ${({ theme: t, $isHovered: r }) => r ? t.palette.background.elementHover : "transparent"};
|
|
31
22
|
}
|
|
32
|
-
`,
|
|
23
|
+
`, s = e("div")`
|
|
33
24
|
display: flex;
|
|
34
25
|
align-items: center;
|
|
35
26
|
align-self: center;
|
|
36
27
|
justify-content: center;
|
|
37
28
|
|
|
38
|
-
width: ${
|
|
29
|
+
width: ${o}px;
|
|
39
30
|
`;
|
|
40
31
|
export {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
32
|
+
s as CheckboxCell,
|
|
33
|
+
l as ContentWrapper,
|
|
34
|
+
a as Wrapper
|
|
44
35
|
};
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
|
|
3
|
-
|
|
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 c = o("div", {
|
|
12
|
-
shouldForwardProp: (i) => i !== "$maxHeight"
|
|
1
|
+
import { styled as i } from "@mui/material";
|
|
2
|
+
const n = i("div", {
|
|
3
|
+
shouldForwardProp: (e) => e !== "$maxHeight"
|
|
13
4
|
})`
|
|
14
5
|
position: relative;
|
|
15
6
|
|
|
@@ -19,21 +10,21 @@ const c = o("div", {
|
|
|
19
10
|
|
|
20
11
|
width: 100%;
|
|
21
12
|
height: 100%;
|
|
22
|
-
max-height: ${({ $maxHeight:
|
|
23
|
-
`,
|
|
13
|
+
max-height: ${({ $maxHeight: e }) => e ? `${e}px` : "initial"};
|
|
14
|
+
`, o = i("div")`
|
|
24
15
|
overflow: hidden;
|
|
25
16
|
display: flex;
|
|
26
17
|
flex-direction: column;
|
|
27
18
|
|
|
28
19
|
height: 100%;
|
|
29
|
-
`,
|
|
20
|
+
`, d = i(o)`
|
|
30
21
|
pointer-events: none;
|
|
31
22
|
|
|
32
|
-
background: ${({ theme:
|
|
23
|
+
background: ${({ theme: e }) => e.palette.background.element};
|
|
33
24
|
mix-blend-mode: luminosity;
|
|
34
25
|
`;
|
|
35
26
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
n as Container,
|
|
28
|
+
o as DataGridWrapper,
|
|
29
|
+
d as DisabledDataGridWrapper
|
|
39
30
|
};
|
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
|
|
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")`
|
|
1
|
+
import { styled as e } from "@mui/material";
|
|
2
|
+
const r = e("div")`
|
|
12
3
|
display: inline-flex;
|
|
13
4
|
align-items: center;
|
|
14
5
|
`;
|
|
15
6
|
export {
|
|
16
|
-
|
|
7
|
+
r as Wrapper
|
|
17
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const StyledCell: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
2
2
|
$align?: "left" | "center" | "right" | "justify";
|
|
3
3
|
$disabled?: boolean;
|
|
4
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
4
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const StyledHeadCell: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
2
2
|
$align?: "left" | "center" | "right" | "justify";
|
|
3
|
-
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').
|
|
3
|
+
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const PaginationWrapper: 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 Range: import('@emotion/styled').StyledComponent<{
|
|
3
|
-
children?: import('react').ReactNode;
|
|
4
3
|
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
4
|
+
children?: import('react').ReactNode;
|
|
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 Range: 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" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "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" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "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" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
|
|
14
14
|
isUpperCase?: boolean;
|
|
15
15
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
16
16
|
export declare const RangeWrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,34 +1,25 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import "
|
|
3
|
-
|
|
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 p } from "../Typography/Typography.mjs";
|
|
12
|
-
const y = o("div")`
|
|
1
|
+
import { styled as t, formControlClasses as n } from "@mui/material";
|
|
2
|
+
import { Typography as o } from "../Typography/Typography.mjs";
|
|
3
|
+
const a = t("div")`
|
|
13
4
|
display: flex;
|
|
14
5
|
align-items: center;
|
|
15
6
|
justify-content: space-between;
|
|
16
7
|
|
|
17
8
|
height: 48px;
|
|
18
|
-
padding-top: ${({ theme:
|
|
19
|
-
`,
|
|
20
|
-
color: ${({ theme:
|
|
21
|
-
`,
|
|
9
|
+
padding-top: ${({ theme: e }) => e.spacing(4)};
|
|
10
|
+
`, r = t(o)`
|
|
11
|
+
color: ${({ theme: e }) => e.palette.grey[700]};
|
|
12
|
+
`, s = t("div")`
|
|
22
13
|
display: flex;
|
|
23
|
-
gap: ${({ theme:
|
|
14
|
+
gap: ${({ theme: e }) => e.spacing(3)};
|
|
24
15
|
align-items: center;
|
|
25
16
|
|
|
26
|
-
.${
|
|
17
|
+
.${n.root} {
|
|
27
18
|
flex-direction: unset;
|
|
28
19
|
}
|
|
29
20
|
`;
|
|
30
21
|
export {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
22
|
+
a as PaginationWrapper,
|
|
23
|
+
r as Range,
|
|
24
|
+
s as RangeWrapper
|
|
34
25
|
};
|
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
|
|
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 l = t("dt", {
|
|
1
|
+
import { styled as a } from "@mui/material";
|
|
2
|
+
const t = a("dt", {
|
|
12
3
|
shouldForwardProp: (r) => r !== "$leader"
|
|
13
4
|
})`
|
|
14
5
|
flex-shrink: 0;
|
|
15
6
|
|
|
16
7
|
max-width: ${({ $leader: r }) => r ? "calc(100% - 36px)" : "calc(100% - 12px)"};
|
|
17
8
|
margin-right: ${({ theme: r }) => r.spacing(2)};
|
|
18
|
-
`,
|
|
9
|
+
`, p = a("div")`
|
|
19
10
|
flex: 1;
|
|
20
11
|
|
|
21
12
|
min-width: 12px;
|
|
@@ -29,6 +20,6 @@ const l = t("dt", {
|
|
|
29
20
|
}
|
|
30
21
|
`;
|
|
31
22
|
export {
|
|
32
|
-
|
|
33
|
-
|
|
23
|
+
p as DashedSeparator,
|
|
24
|
+
t as Wrapper
|
|
34
25
|
};
|
|
@@ -8,8 +8,8 @@ type StyledCopyTypographyProps = {
|
|
|
8
8
|
$direction: string;
|
|
9
9
|
};
|
|
10
10
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
11
|
-
children?: import('react').ReactNode;
|
|
12
11
|
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
12
|
+
children?: import('react').ReactNode;
|
|
13
13
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
14
14
|
gutterBottom?: boolean | undefined;
|
|
15
15
|
noWrap?: boolean | undefined;
|
|
@@ -18,12 +18,12 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
|
|
|
18
18
|
color?: import('../..').TypographyColor;
|
|
19
19
|
variant?: import('../..').TypographyVariant;
|
|
20
20
|
colorIntensity?: import('../..').Intensity;
|
|
21
|
-
component?: "symbol" | "object" | "
|
|
21
|
+
component?: "symbol" | "object" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "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" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "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" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
|
|
22
22
|
isUpperCase?: boolean;
|
|
23
23
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledTypographyProps, {}, {}>;
|
|
24
24
|
export declare const StyledCopyTypography: import('@emotion/styled').StyledComponent<{
|
|
25
|
-
children?: import('react').ReactNode;
|
|
26
25
|
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
26
|
+
children?: import('react').ReactNode;
|
|
27
27
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
28
28
|
gutterBottom?: boolean | undefined;
|
|
29
29
|
noWrap?: boolean | undefined;
|
|
@@ -32,7 +32,7 @@ export declare const StyledCopyTypography: import('@emotion/styled').StyledCompo
|
|
|
32
32
|
color?: import('../..').TypographyColor;
|
|
33
33
|
variant?: import('../..').TypographyVariant;
|
|
34
34
|
colorIntensity?: import('../..').Intensity;
|
|
35
|
-
component?: "symbol" | "object" | "
|
|
35
|
+
component?: "symbol" | "object" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "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" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "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" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
|
|
36
36
|
isUpperCase?: boolean;
|
|
37
37
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & {
|
|
38
38
|
copyText?: string;
|
|
@@ -70,11 +70,7 @@ import "../../Switch/Switch.mjs";
|
|
|
70
70
|
import "../../Tab/styles.mjs";
|
|
71
71
|
import "../../Tabs/styles.mjs";
|
|
72
72
|
import "../../TagBadge/styles.mjs";
|
|
73
|
-
|
|
74
|
-
/* empty css */
|
|
75
|
-
/* empty css */
|
|
76
|
-
/* empty css */
|
|
77
|
-
const Fo = r(t, {
|
|
73
|
+
const ko = r(t, {
|
|
78
74
|
shouldForwardProp: (o) => !["$canCopy", "$leader", "$direction"].includes(o.toString())
|
|
79
75
|
})`
|
|
80
76
|
cursor: ${({ $canCopy: o }) => o ? "pointer" : "default"};
|
|
@@ -92,7 +88,7 @@ const Fo = r(t, {
|
|
|
92
88
|
&:hover {
|
|
93
89
|
text-decoration: ${({ $canCopy: o }) => o ? "underline" : "none"};
|
|
94
90
|
}
|
|
95
|
-
`,
|
|
91
|
+
`, So = r(i, {
|
|
96
92
|
shouldForwardProp: (o) => !["$leader", "$direction"].includes(o.toString())
|
|
97
93
|
})`
|
|
98
94
|
display: unset;
|
|
@@ -108,13 +104,13 @@ const Fo = r(t, {
|
|
|
108
104
|
& > svg {
|
|
109
105
|
margin-bottom: ${({ theme: o }) => o.spacing(-1)};
|
|
110
106
|
}
|
|
111
|
-
`,
|
|
107
|
+
`, To = r("dd")`
|
|
112
108
|
overflow: hidden;
|
|
113
109
|
|
|
114
110
|
margin: 0;
|
|
115
111
|
`;
|
|
116
112
|
export {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
113
|
+
So as StyledCopyTypography,
|
|
114
|
+
ko as StyledTypography,
|
|
115
|
+
To as Wrapper
|
|
120
116
|
};
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
import { tooltipClasses as t, styled as p } from "@mui/material";
|
|
2
|
-
import "
|
|
3
|
-
|
|
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 { Tooltip as i } from "../Tooltip/Tooltip.mjs";
|
|
12
|
-
const n = p(i)`
|
|
2
|
+
import { Tooltip as a } from "../Tooltip/Tooltip.mjs";
|
|
3
|
+
const d = p(a)`
|
|
13
4
|
.${t.tooltip} {
|
|
14
5
|
background-color: ${({ theme: o }) => o.palette.common.white};
|
|
15
6
|
color: ${({ theme: o }) => o.palette.text.primary};
|
|
@@ -22,5 +13,5 @@ const n = p(i)`
|
|
|
22
13
|
}
|
|
23
14
|
`;
|
|
24
15
|
export {
|
|
25
|
-
|
|
16
|
+
d as StyledTooltip
|
|
26
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledDialogContentText: import('@emotion/styled').StyledComponent<import('@mui/material').DialogContentTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "
|
|
1
|
+
export declare const StyledDialogContentText: import('@emotion/styled').StyledComponent<import('@mui/material').DialogContentTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "className" | "color" | "height" | "style" | "width" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "children" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "lineHeight" | "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" | "textTransform" | "top" | "whiteSpace" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "classes" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "typography" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -1,40 +1,31 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
|
|
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 s = i("div", {
|
|
1
|
+
import { styled as t } from "@mui/material";
|
|
2
|
+
const i = t("div", {
|
|
12
3
|
label: "DialogHeader-root",
|
|
13
|
-
shouldForwardProp: (
|
|
4
|
+
shouldForwardProp: (e) => !["hasTitle", "hasOnClose"].includes(e.toString())
|
|
14
5
|
})`
|
|
15
6
|
overflow: hidden;
|
|
16
7
|
display: grid;
|
|
17
|
-
grid-template-columns: ${({ hasTitle:
|
|
18
|
-
column-gap: ${({ theme:
|
|
8
|
+
grid-template-columns: ${({ hasTitle: e, hasOnClose: n }) => e && n ? "max-content 1fr 32px" : e ? "max-content 1fr" : n ? "1fr 32px" : "1fr"};
|
|
9
|
+
column-gap: ${({ theme: e }) => e.spacing(2)};
|
|
19
10
|
align-items: center;
|
|
20
11
|
|
|
21
12
|
height: auto;
|
|
22
|
-
padding: ${({ theme:
|
|
23
|
-
`,
|
|
24
|
-
shouldForwardProp: (
|
|
13
|
+
padding: ${({ theme: e }) => e.spacing(4, 6)};
|
|
14
|
+
`, o = t("div", {
|
|
15
|
+
shouldForwardProp: (e) => !["justifyContent", "columnSpacing"].includes(e.toString()),
|
|
25
16
|
label: "DialogHeader-content"
|
|
26
17
|
})`
|
|
27
18
|
overflow: hidden;
|
|
28
19
|
display: flex;
|
|
29
|
-
column-gap: ${({ columnSpacing:
|
|
20
|
+
column-gap: ${({ columnSpacing: e, theme: n }) => n.spacing(e)};
|
|
30
21
|
align-items: center;
|
|
31
|
-
justify-content: ${({ justifyContent:
|
|
22
|
+
justify-content: ${({ justifyContent: e }) => e};
|
|
32
23
|
|
|
33
24
|
width: 100%;
|
|
34
25
|
height: 100%;
|
|
35
26
|
padding: 0;
|
|
36
27
|
`;
|
|
37
28
|
export {
|
|
38
|
-
|
|
39
|
-
|
|
29
|
+
o as HeaderContent,
|
|
30
|
+
i as Wrapper
|
|
40
31
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const FileBaseName: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
2
2
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
3
|
-
children?: import('react').ReactNode;
|
|
4
3
|
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
4
|
+
children?: import('react').ReactNode;
|
|
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" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "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" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "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" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
|
|
14
14
|
isUpperCase?: boolean;
|
|
15
15
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
16
16
|
$align: string;
|
|
@@ -1,28 +1,19 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import "
|
|
3
|
-
|
|
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 r } from "../Typography/Typography.mjs";
|
|
12
|
-
const h = t("span")`
|
|
1
|
+
import { styled as e } from "@mui/material";
|
|
2
|
+
import { Typography as t } from "../Typography/Typography.mjs";
|
|
3
|
+
const p = e("span")`
|
|
13
4
|
overflow: hidden;
|
|
14
5
|
|
|
15
6
|
max-width: 100%;
|
|
16
7
|
|
|
17
8
|
text-overflow: ellipsis;
|
|
18
9
|
white-space: nowrap;
|
|
19
|
-
`,
|
|
10
|
+
`, l = e(t, {
|
|
20
11
|
shouldForwardProp: (o) => !["$align"].includes(o.toString())
|
|
21
12
|
})`
|
|
22
13
|
display: flex;
|
|
23
14
|
justify-content: ${({ $align: o }) => o};
|
|
24
15
|
`;
|
|
25
16
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
p as FileBaseName,
|
|
18
|
+
l as StyledTypography
|
|
28
19
|
};
|