@max-ts/components 0.2.4 → 0.3.1
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/MainAction/MainAction.d.ts +1 -4
- package/lib/components/ActionCell/MainAction/MainAction.mjs +110 -44
- package/lib/components/ActionCell/SecondaryAction/SecondaryActions.d.ts +0 -3
- package/lib/components/ActionCell/styles.mjs +12 -3
- package/lib/components/ActionGroup/ActionGroup.d.ts +23 -0
- package/lib/components/ActionGroup/ActionGroup.mjs +17 -0
- package/lib/components/ActionGroup/MainActions/MainActions.d.ts +65 -0
- package/lib/components/ActionGroup/MainActions/MainActions.mjs +129 -0
- package/lib/components/ActionGroup/MainActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/MainActions/styles.d.ts +13 -0
- package/lib/components/ActionGroup/MainActions/styles.mjs +17 -0
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.d.ts +21 -0
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.mjs +97 -0
- package/lib/components/ActionGroup/SecondaryActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.d.ts +19 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.mjs +103 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +9 -0
- package/lib/components/ActionGroup/index.d.ts +1 -0
- package/lib/components/ActionGroup/styles.d.ts +1 -0
- package/lib/components/ActionGroup/styles.mjs +17 -0
- package/lib/components/ActionGroup/useLogic/index.d.ts +1 -0
- package/lib/components/ActionGroup/useLogic/useLogic.d.ts +7 -0
- package/lib/components/ActionGroup/useLogic/useLogic.mjs +9 -0
- 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/Breadcrumbs/index.d.ts +1 -0
- package/lib/components/Button/Button.mjs +17 -17
- package/lib/components/Button/constants.d.ts +1 -1
- package/lib/components/Button/constants.mjs +2 -2
- package/lib/components/Button/styles.d.ts +1 -1
- package/lib/components/ButtonBase/ButtonBase.d.ts +1 -0
- package/lib/components/ButtonBase/index.d.ts +1 -0
- package/lib/components/ButtonGroup/index.d.ts +1 -0
- package/lib/components/Card/index.d.ts +1 -0
- package/lib/components/CardActions/index.d.ts +1 -0
- package/lib/components/CardContent/index.d.ts +1 -0
- package/lib/components/CardHeader/index.d.ts +1 -0
- package/lib/components/CheckboxField/styles.mjs +13 -4
- package/lib/components/Chevron/styles.mjs +13 -4
- 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/Container/styles.d.ts +1 -0
- package/lib/components/Container/styles.mjs +16 -13
- package/lib/components/ContentState/styles.mjs +11 -2
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +15 -6
- 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 +10 -10
- package/lib/components/Description/Value/styles.mjs +81 -8
- package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
- package/lib/components/Description/styles.mjs +11 -2
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionList/styles.mjs +18 -9
- package/lib/components/DescriptionTooltip/DescriptionTooltip.d.ts +9 -0
- package/lib/components/DescriptionTooltip/DescriptionTooltip.mjs +14 -0
- package/lib/components/DescriptionTooltip/index.d.ts +1 -0
- package/lib/components/DescriptionTooltip/styles.d.ts +4 -0
- package/lib/components/DescriptionTooltip/styles.mjs +26 -0
- 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/MaskField/MaskField.d.ts +6 -0
- package/lib/components/MaskField/MaskField.mjs +10 -0
- package/lib/components/MaskField/index.d.ts +1 -0
- 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/Image/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/Skeleton/styles.mjs +7 -10
- package/lib/components/Slider/Slider.d.ts +2 -0
- package/lib/components/Slider/Slider.mjs +6 -0
- package/lib/components/Slider/index.d.ts +1 -0
- package/lib/components/Slider/styles.d.ts +1 -0
- package/lib/components/Slider/styles.mjs +39 -0
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +14 -5
- package/lib/components/Tag/Tag.mjs +18 -15
- 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/components/ThemeProvider/ThemeProvider.d.ts +11 -0
- package/lib/components/ThemeProvider/ThemeProvider.mjs +9 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/index.d.ts +12 -0
- package/lib/components.css +1 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/index.mjs +221 -198
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/Input.mjs +55 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/SyntheticChangeError.mjs +11 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/createProxy.mjs +8 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/helpers-C8k3UfPS.mjs +129 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/Mask.mjs +90 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/helpers-BtaZ0NTN.mjs +226 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs +12 -0
- package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +9 -9
- package/lib/theme/baseTheme/baseTheme.d.ts +1 -3
- package/lib/theme/baseTheme/baseTheme.mjs +21 -21
- package/lib/theme/components/MuiButton.mjs +5 -5
- package/lib/theme/components/MuiSwitch.mjs +1 -1
- package/lib/theme/components/components.d.ts +1 -19
- package/lib/theme/components/components.mjs +71 -108
- package/lib/theme/index.d.ts +1 -1
- package/lib/theme/palette/palette.mjs +20 -20
- package/lib/theme/typography.mjs +6 -2
- package/package.json +3 -1
- package/lib/theme/hooks/index.d.ts +0 -1
- package/lib/theme/hooks/useTheme/index.d.ts +0 -2
- package/lib/theme/hooks/useTheme/index.mjs +0 -5
|
@@ -1,33 +1,38 @@
|
|
|
1
1
|
import { styled as s } from "@mui/material";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
2
|
+
import "remeda";
|
|
3
|
+
import { Button as p } from "../Button/Button.mjs";
|
|
4
|
+
import { ButtonSizes as i } from "../Button/enums.mjs";
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
const n = ({ type: t, values: r, defaultValue: o }) => t && r[t] || o, e = (t) => n({
|
|
5
10
|
type: t.size,
|
|
6
11
|
values: {
|
|
7
|
-
[
|
|
12
|
+
[i.Large]: "40px"
|
|
8
13
|
},
|
|
9
14
|
defaultValue: "32px"
|
|
10
|
-
}),
|
|
15
|
+
}), a = (t) => n({
|
|
11
16
|
type: t.size,
|
|
12
17
|
values: {
|
|
13
|
-
[
|
|
18
|
+
[i.Small]: "36px"
|
|
14
19
|
},
|
|
15
20
|
defaultValue: "48px"
|
|
16
|
-
}),
|
|
21
|
+
}), f = s(p, {
|
|
17
22
|
shouldForwardProp: (t) => t !== "startIcon" && t !== "endIcon" && t !== "loading"
|
|
18
23
|
})`
|
|
19
24
|
pointer-events: ${({ loading: t }) => t && "none"};
|
|
20
25
|
|
|
21
|
-
width: ${
|
|
22
|
-
height: ${
|
|
26
|
+
width: ${e};
|
|
27
|
+
height: ${e};
|
|
23
28
|
padding: ${({ theme: t }) => t.spacing(1)};
|
|
24
29
|
|
|
25
30
|
${({ theme: t }) => t.breakpoints.down("sm")} {
|
|
26
|
-
width: ${
|
|
31
|
+
width: ${a};
|
|
27
32
|
}
|
|
28
33
|
`;
|
|
29
34
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
35
|
+
f as StyledButton,
|
|
36
|
+
e as getButtonHeight,
|
|
37
|
+
a as getButtonHeightMobile
|
|
33
38
|
};
|
|
@@ -11,7 +11,7 @@ export type LinkProps = Pick<WithoutEmotionSpecific<MuiLinkProps>, 'rel' | 'href
|
|
|
11
11
|
*/
|
|
12
12
|
isDownload?: boolean;
|
|
13
13
|
};
|
|
14
|
-
export declare const Link: import('react').ForwardRefExoticComponent<Pick<WithoutEmotionSpecific<MuiLinkProps>, "
|
|
14
|
+
export declare const Link: import('react').ForwardRefExoticComponent<Pick<WithoutEmotionSpecific<MuiLinkProps>, "classes" | "className" | "style" | "children" | "key" | "rel" | "href" | "target"> & {
|
|
15
15
|
/**
|
|
16
16
|
* Добавление иконки
|
|
17
17
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledLink: import('@emotion/styled').StyledComponent<import('@mui/material').LinkOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "sx" | "
|
|
1
|
+
export declare const StyledLink: import('@emotion/styled').StyledComponent<import('@mui/material').LinkOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "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" | "TypographyClasses" | "underline"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -7,5 +7,5 @@ type StyledListItemThemeProps = ListItemProps & {
|
|
|
7
7
|
export declare const getColor: ({ theme, listItemState, }: StyledListItemThemeProps & {
|
|
8
8
|
listItemState: ListItemStates;
|
|
9
9
|
}) => string;
|
|
10
|
-
export declare const StyledListItem: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "sx" | "
|
|
10
|
+
export declare const StyledListItem: import('@emotion/styled').StyledComponent<import('@mui/material').ListItemOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "sx" | "divider" | "components" | "alignItems" | "classes" | "className" | "style" | "children" | "componentsProps" | "slots" | "slotProps" | "dense" | "disableGutters" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "secondaryAction"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListItemProps, {}, {}>;
|
|
11
11
|
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { MaskOptions } from '@react-input/mask';
|
|
2
|
+
import { TextFieldProps } from '../TextField';
|
|
3
|
+
export type MaskFieldProps = TextFieldProps & {
|
|
4
|
+
maskProps: MaskOptions;
|
|
5
|
+
};
|
|
6
|
+
export declare const MaskField: ({ maskProps, ...textFieldProps }: MaskFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { j as e } from "../../_virtual/jsx-runtime.mjs";
|
|
2
|
+
import { TextField as i } from "../TextField/TextField.mjs";
|
|
3
|
+
import m from "../../node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs";
|
|
4
|
+
const x = ({ maskProps: t, ...o }) => {
|
|
5
|
+
const r = m(t);
|
|
6
|
+
return /* @__PURE__ */ e.jsx(i, { inputRef: r, ...o });
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
x as MaskField
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MaskField';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledMenuList: import('@emotion/styled').StyledComponent<import('@mui/material').MenuListOwnProps & import('@mui/material').ListOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "sx" |
|
|
1
|
+
export declare const StyledMenuList: import('@emotion/styled').StyledComponent<import('@mui/material').MenuListOwnProps & import('@mui/material').ListOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "sx" | keyof import('@mui/material/OverridableComponent').CommonProps | "children" | "variant" | "autoFocus" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -8,15 +8,62 @@ export declare const StyledListItemButton: import('@emotion/styled').StyledCompo
|
|
|
8
8
|
$isGroupTitleItem: boolean;
|
|
9
9
|
}, {}, {}>;
|
|
10
10
|
export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComponent<Omit<{
|
|
11
|
+
color?: string | undefined | undefined;
|
|
12
|
+
content?: string | undefined | undefined;
|
|
13
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
14
|
+
classes?: Partial<import('@mui/material').ListItemIconClasses> | undefined;
|
|
15
|
+
className?: string | undefined | undefined;
|
|
16
|
+
style?: import('react').CSSProperties | undefined;
|
|
17
|
+
children?: import('react').ReactNode;
|
|
18
|
+
slot?: string | undefined | undefined;
|
|
19
|
+
title?: string | undefined | undefined;
|
|
11
20
|
ref?: import('react').Ref<unknown> | undefined;
|
|
21
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
22
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
23
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
12
24
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
13
|
-
|
|
14
|
-
|
|
25
|
+
accessKey?: string | undefined | undefined;
|
|
26
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
27
|
+
autoFocus?: boolean | undefined | undefined;
|
|
28
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
29
|
+
contextMenu?: string | undefined | undefined;
|
|
30
|
+
dir?: string | undefined | undefined;
|
|
31
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
32
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
33
|
+
hidden?: boolean | undefined | undefined;
|
|
15
34
|
id?: string | undefined | undefined;
|
|
16
35
|
lang?: string | undefined | undefined;
|
|
17
|
-
|
|
18
|
-
|
|
36
|
+
nonce?: string | undefined | undefined;
|
|
37
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
19
38
|
tabIndex?: number | undefined | undefined;
|
|
39
|
+
radioGroup?: string | undefined | undefined;
|
|
40
|
+
role?: import('react').AriaRole | undefined;
|
|
41
|
+
about?: string | undefined | undefined;
|
|
42
|
+
datatype?: string | undefined | undefined;
|
|
43
|
+
inlist?: any;
|
|
44
|
+
prefix?: string | undefined | undefined;
|
|
45
|
+
property?: string | undefined | undefined;
|
|
46
|
+
rel?: string | undefined | undefined;
|
|
47
|
+
resource?: string | undefined | undefined;
|
|
48
|
+
rev?: string | undefined | undefined;
|
|
49
|
+
typeof?: string | undefined | undefined;
|
|
50
|
+
vocab?: string | undefined | undefined;
|
|
51
|
+
autoCorrect?: string | undefined | undefined;
|
|
52
|
+
autoSave?: string | undefined | undefined;
|
|
53
|
+
itemProp?: string | undefined | undefined;
|
|
54
|
+
itemScope?: boolean | undefined | undefined;
|
|
55
|
+
itemType?: string | undefined | undefined;
|
|
56
|
+
itemID?: string | undefined | undefined;
|
|
57
|
+
itemRef?: string | undefined | undefined;
|
|
58
|
+
results?: number | undefined | undefined;
|
|
59
|
+
security?: string | undefined | undefined;
|
|
60
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
61
|
+
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
62
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
63
|
+
popoverTarget?: string | undefined | undefined;
|
|
64
|
+
inert?: boolean | undefined | undefined;
|
|
65
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
66
|
+
is?: string | undefined | undefined;
|
|
20
67
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
21
68
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
22
69
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -70,7 +117,6 @@ export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComp
|
|
|
70
117
|
"aria-valuemin"?: number | undefined | undefined;
|
|
71
118
|
"aria-valuenow"?: number | undefined | undefined;
|
|
72
119
|
"aria-valuetext"?: string | undefined | undefined;
|
|
73
|
-
children?: import('react').ReactNode;
|
|
74
120
|
dangerouslySetInnerHTML?: {
|
|
75
121
|
__html: string | TrustedHTML;
|
|
76
122
|
} | undefined | undefined;
|
|
@@ -242,63 +288,70 @@ export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComp
|
|
|
242
288
|
onTransitionRunCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
243
289
|
onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
244
290
|
onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
content?: string | undefined | undefined;
|
|
246
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
247
|
-
classes?: Partial<import('@mui/material').ListItemIconClasses> | undefined;
|
|
248
|
-
slot?: string | undefined | undefined;
|
|
249
|
-
title?: string | undefined | undefined;
|
|
250
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
251
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
252
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
253
|
-
accessKey?: string | undefined | undefined;
|
|
254
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
255
|
-
autoFocus?: boolean | undefined | undefined;
|
|
256
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
257
|
-
contextMenu?: string | undefined | undefined;
|
|
258
|
-
dir?: string | undefined | undefined;
|
|
259
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
260
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
261
|
-
hidden?: boolean | undefined | undefined;
|
|
262
|
-
nonce?: string | undefined | undefined;
|
|
263
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
264
|
-
radioGroup?: string | undefined | undefined;
|
|
265
|
-
about?: string | undefined | undefined;
|
|
266
|
-
datatype?: string | undefined | undefined;
|
|
267
|
-
inlist?: any;
|
|
268
|
-
prefix?: string | undefined | undefined;
|
|
269
|
-
property?: string | undefined | undefined;
|
|
270
|
-
rel?: string | undefined | undefined;
|
|
271
|
-
resource?: string | undefined | undefined;
|
|
272
|
-
rev?: string | undefined | undefined;
|
|
273
|
-
typeof?: string | undefined | undefined;
|
|
274
|
-
vocab?: string | undefined | undefined;
|
|
275
|
-
autoCorrect?: string | undefined | undefined;
|
|
276
|
-
autoSave?: string | undefined | undefined;
|
|
277
|
-
itemProp?: string | undefined | undefined;
|
|
278
|
-
itemScope?: boolean | undefined | undefined;
|
|
279
|
-
itemType?: string | undefined | undefined;
|
|
280
|
-
itemID?: string | undefined | undefined;
|
|
281
|
-
itemRef?: string | undefined | undefined;
|
|
282
|
-
results?: number | undefined | undefined;
|
|
283
|
-
security?: string | undefined | undefined;
|
|
284
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
285
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
286
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
287
|
-
popoverTarget?: string | undefined | undefined;
|
|
288
|
-
inert?: boolean | undefined | undefined;
|
|
289
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
290
|
-
is?: string | undefined | undefined;
|
|
291
291
|
}, "ref"> & import('react').RefAttributes<HTMLLIElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
292
292
|
export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComponent<import('../../../OverflowTypography').OverflowedProps & {
|
|
293
293
|
tooltipProps?: Omit<{
|
|
294
|
-
|
|
295
|
-
|
|
294
|
+
components?: {
|
|
295
|
+
Popper?: React.ElementType<import('@mui/material').PopperProps>;
|
|
296
|
+
Transition?: React.ElementType;
|
|
297
|
+
Tooltip?: React.ElementType;
|
|
298
|
+
Arrow?: React.ElementType;
|
|
299
|
+
} | undefined;
|
|
296
300
|
color?: string | undefined | undefined;
|
|
301
|
+
content?: string | undefined | undefined;
|
|
302
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
303
|
+
classes?: Partial<import('@mui/material').TooltipClasses> | undefined;
|
|
304
|
+
className?: string | undefined | undefined;
|
|
305
|
+
style?: import('react').CSSProperties | undefined;
|
|
306
|
+
children: React.ReactElement<unknown, any>;
|
|
307
|
+
slot?: string | undefined | undefined;
|
|
308
|
+
title: React.ReactNode;
|
|
309
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
310
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
311
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
312
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
313
|
+
accessKey?: string | undefined | undefined;
|
|
314
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
315
|
+
autoFocus?: boolean | undefined | undefined;
|
|
316
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
317
|
+
contextMenu?: string | undefined | undefined;
|
|
318
|
+
dir?: string | undefined | undefined;
|
|
319
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
320
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
321
|
+
hidden?: boolean | undefined | undefined;
|
|
297
322
|
id?: string | undefined;
|
|
298
323
|
lang?: string | undefined | undefined;
|
|
299
|
-
|
|
300
|
-
|
|
324
|
+
nonce?: string | undefined | undefined;
|
|
325
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
301
326
|
tabIndex?: number | undefined | undefined;
|
|
327
|
+
radioGroup?: string | undefined | undefined;
|
|
328
|
+
role?: import('react').AriaRole | undefined;
|
|
329
|
+
about?: string | undefined | undefined;
|
|
330
|
+
datatype?: string | undefined | undefined;
|
|
331
|
+
inlist?: any;
|
|
332
|
+
prefix?: string | undefined | undefined;
|
|
333
|
+
property?: string | undefined | undefined;
|
|
334
|
+
rel?: string | undefined | undefined;
|
|
335
|
+
resource?: string | undefined | undefined;
|
|
336
|
+
rev?: string | undefined | undefined;
|
|
337
|
+
typeof?: string | undefined | undefined;
|
|
338
|
+
vocab?: string | undefined | undefined;
|
|
339
|
+
autoCorrect?: string | undefined | undefined;
|
|
340
|
+
autoSave?: string | undefined | undefined;
|
|
341
|
+
itemProp?: string | undefined | undefined;
|
|
342
|
+
itemScope?: boolean | undefined | undefined;
|
|
343
|
+
itemType?: string | undefined | undefined;
|
|
344
|
+
itemID?: string | undefined | undefined;
|
|
345
|
+
itemRef?: string | undefined | undefined;
|
|
346
|
+
results?: number | undefined | undefined;
|
|
347
|
+
security?: string | undefined | undefined;
|
|
348
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
349
|
+
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
350
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
351
|
+
popoverTarget?: string | undefined | undefined;
|
|
352
|
+
inert?: boolean | undefined | undefined;
|
|
353
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
354
|
+
is?: string | undefined | undefined;
|
|
302
355
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
303
356
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
304
357
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -352,7 +405,6 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
352
405
|
"aria-valuemin"?: number | undefined | undefined;
|
|
353
406
|
"aria-valuenow"?: number | undefined | undefined;
|
|
354
407
|
"aria-valuetext"?: string | undefined | undefined;
|
|
355
|
-
children: React.ReactElement<unknown, any>;
|
|
356
408
|
dangerouslySetInnerHTML?: {
|
|
357
409
|
__html: string | TrustedHTML;
|
|
358
410
|
} | undefined | undefined;
|
|
@@ -525,66 +577,27 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
525
577
|
onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
526
578
|
onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
527
579
|
size?: import('../../..').TooltipSize | undefined;
|
|
528
|
-
content?: string | undefined | undefined;
|
|
529
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
530
|
-
classes?: Partial<import('@mui/material').TooltipClasses> | undefined;
|
|
531
|
-
slot?: string | undefined | undefined;
|
|
532
|
-
title: React.ReactNode;
|
|
533
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
534
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
535
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
536
|
-
accessKey?: string | undefined | undefined;
|
|
537
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
538
|
-
autoFocus?: boolean | undefined | undefined;
|
|
539
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
540
|
-
contextMenu?: string | undefined | undefined;
|
|
541
|
-
dir?: string | undefined | undefined;
|
|
542
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
543
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
544
|
-
hidden?: boolean | undefined | undefined;
|
|
545
|
-
nonce?: string | undefined | undefined;
|
|
546
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
547
|
-
radioGroup?: string | undefined | undefined;
|
|
548
|
-
about?: string | undefined | undefined;
|
|
549
|
-
datatype?: string | undefined | undefined;
|
|
550
|
-
inlist?: any;
|
|
551
|
-
prefix?: string | undefined | undefined;
|
|
552
|
-
property?: string | undefined | undefined;
|
|
553
|
-
rel?: string | undefined | undefined;
|
|
554
|
-
resource?: string | undefined | undefined;
|
|
555
|
-
rev?: string | undefined | undefined;
|
|
556
|
-
typeof?: string | undefined | undefined;
|
|
557
|
-
vocab?: string | undefined | undefined;
|
|
558
|
-
autoCorrect?: string | undefined | undefined;
|
|
559
|
-
autoSave?: string | undefined | undefined;
|
|
560
|
-
itemProp?: string | undefined | undefined;
|
|
561
|
-
itemScope?: boolean | undefined | undefined;
|
|
562
|
-
itemType?: string | undefined | undefined;
|
|
563
|
-
itemID?: string | undefined | undefined;
|
|
564
|
-
itemRef?: string | undefined | undefined;
|
|
565
|
-
results?: number | undefined | undefined;
|
|
566
|
-
security?: string | undefined | undefined;
|
|
567
|
-
unselectable?: "on" | "off" | undefined | undefined;
|
|
568
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
569
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
570
|
-
popoverTarget?: string | undefined | undefined;
|
|
571
|
-
inert?: boolean | undefined | undefined;
|
|
572
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
573
|
-
is?: string | undefined | undefined;
|
|
574
|
-
open?: boolean | undefined;
|
|
575
|
-
arrow?: boolean | undefined;
|
|
576
|
-
components?: {
|
|
577
|
-
Popper?: React.ElementType<import('@mui/material').PopperProps>;
|
|
578
|
-
Transition?: React.ElementType;
|
|
579
|
-
Tooltip?: React.ElementType;
|
|
580
|
-
Arrow?: React.ElementType;
|
|
581
|
-
} | undefined;
|
|
582
580
|
componentsProps?: {
|
|
583
581
|
popper?: Partial<import('@mui/material').PopperProps> & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
584
582
|
transition?: import('@mui/material/transitions').TransitionProps & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
585
583
|
tooltip?: React.HTMLProps<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
586
584
|
arrow?: React.HTMLProps<HTMLSpanElement> & import('@mui/system').MUIStyledCommonProps & import('@mui/material').TooltipComponentsPropsOverrides;
|
|
587
585
|
} | undefined;
|
|
586
|
+
onClose?: ((event: React.SyntheticEvent | Event) => void) | undefined;
|
|
587
|
+
open?: boolean | undefined;
|
|
588
|
+
slots?: Partial<import('@mui/material').TooltipSlots> | undefined;
|
|
589
|
+
slotProps?: {
|
|
590
|
+
popper?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material').PopperProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipPopperSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
591
|
+
transition?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material/transitions').TransitionProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTransitionSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
592
|
+
tooltip?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTooltipSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
593
|
+
arrow?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLSpanElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipArrowSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
594
|
+
} | undefined;
|
|
595
|
+
TransitionComponent?: React.JSXElementConstructor<import('@mui/material/transitions').TransitionProps & {
|
|
596
|
+
children: React.ReactElement<unknown, any>;
|
|
597
|
+
}> | undefined;
|
|
598
|
+
TransitionProps?: import('@mui/material/transitions').TransitionProps | undefined;
|
|
599
|
+
placement?: "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top-start" | "top" | undefined;
|
|
600
|
+
arrow?: boolean | undefined;
|
|
588
601
|
describeChild?: boolean | undefined;
|
|
589
602
|
disableFocusListener?: boolean | undefined;
|
|
590
603
|
disableHoverListener?: boolean | undefined;
|
|
@@ -596,30 +609,17 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
596
609
|
followCursor?: boolean | undefined;
|
|
597
610
|
leaveDelay?: number | undefined;
|
|
598
611
|
leaveTouchDelay?: number | undefined;
|
|
599
|
-
onClose?: ((event: React.SyntheticEvent | Event) => void) | undefined;
|
|
600
612
|
onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
|
|
601
|
-
placement?: "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top-start" | "top" | undefined;
|
|
602
613
|
PopperComponent?: React.JSXElementConstructor<import('@mui/material').PopperProps> | undefined;
|
|
603
614
|
PopperProps?: Partial<import('@mui/material').PopperProps> | undefined;
|
|
604
|
-
TransitionComponent?: React.JSXElementConstructor<import('@mui/material/transitions').TransitionProps & {
|
|
605
|
-
children: React.ReactElement<unknown, any>;
|
|
606
|
-
}> | undefined;
|
|
607
|
-
TransitionProps?: import('@mui/material/transitions').TransitionProps | undefined;
|
|
608
|
-
slots?: Partial<import('@mui/material').TooltipSlots> | undefined;
|
|
609
|
-
slotProps?: {
|
|
610
|
-
popper?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material').PopperProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipPopperSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
611
|
-
transition?: import('@mui/material').SlotProps<import('react').ElementType<import('@mui/material/transitions').TransitionProps, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTransitionSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
612
|
-
tooltip?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipTooltipSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
613
|
-
arrow?: import('@mui/material').SlotProps<import('react').ElementType<import('react').HTMLProps<HTMLSpanElement>, keyof import("react").JSX.IntrinsicElements>, import('@mui/material').TooltipArrowSlotPropsOverrides, import('@mui/material').TooltipOwnerState> | undefined;
|
|
614
|
-
} | undefined;
|
|
615
615
|
withoutContainer?: boolean | undefined;
|
|
616
616
|
}, "children" | "title"> & {
|
|
617
617
|
title?: import('react').ReactNode;
|
|
618
618
|
};
|
|
619
619
|
visibleLastSymbolsCount?: number;
|
|
620
620
|
} & {
|
|
621
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
622
621
|
children?: import('react').ReactNode;
|
|
622
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
623
623
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
624
624
|
gutterBottom?: boolean | undefined;
|
|
625
625
|
noWrap?: boolean | undefined;
|
|
@@ -628,7 +628,7 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
|
|
|
628
628
|
color?: import('../../..').TypographyColor;
|
|
629
629
|
variant?: import('../../..').TypographyVariant;
|
|
630
630
|
colorIntensity?: import('../../..').Intensity;
|
|
631
|
-
component?: "symbol" | "object" | "
|
|
631
|
+
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>;
|
|
632
632
|
isUpperCase?: boolean;
|
|
633
633
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & {
|
|
634
634
|
children?: import('react').ReactNode | undefined;
|
|
@@ -3,8 +3,8 @@ type OverflowTypographyWrapperProps = {
|
|
|
3
3
|
rowsCount: number;
|
|
4
4
|
};
|
|
5
5
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
6
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
7
6
|
children?: import('react').ReactNode;
|
|
7
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
8
8
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
9
9
|
gutterBottom?: boolean | undefined;
|
|
10
10
|
noWrap?: boolean | undefined;
|
|
@@ -13,12 +13,12 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
|
|
|
13
13
|
color?: import('../Typography').TypographyColor;
|
|
14
14
|
variant?: import('../Typography').TypographyVariant;
|
|
15
15
|
colorIntensity?: import('../Typography').Intensity;
|
|
16
|
-
component?: "symbol" | "object" | "
|
|
16
|
+
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>;
|
|
17
17
|
isUpperCase?: boolean;
|
|
18
18
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & OverflowTypographyWrapperProps, {}, {}>;
|
|
19
19
|
export declare const Wrapper: import('@emotion/styled').StyledComponent<{
|
|
20
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
21
20
|
children?: import('react').ReactNode;
|
|
21
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
22
22
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
23
23
|
gutterBottom?: boolean | undefined;
|
|
24
24
|
noWrap?: boolean | undefined;
|
|
@@ -27,7 +27,7 @@ export declare const Wrapper: import('@emotion/styled').StyledComponent<{
|
|
|
27
27
|
color?: import('../Typography').TypographyColor;
|
|
28
28
|
variant?: import('../Typography').TypographyVariant;
|
|
29
29
|
colorIntensity?: import('../Typography').Intensity;
|
|
30
|
-
component?: "symbol" | "object" | "
|
|
30
|
+
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>;
|
|
31
31
|
isUpperCase?: boolean;
|
|
32
32
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
33
33
|
$align: string;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { styled as i } 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 o } from "../Typography/Typography.mjs";
|
|
12
|
+
const h = i(o, {
|
|
4
13
|
shouldForwardProp: (t) => t !== "rowsCount" && t !== "hasMultipleRows"
|
|
5
14
|
})`
|
|
6
15
|
/* stylelint-disable-next-line */
|
|
@@ -14,7 +23,7 @@ const r = i(e, {
|
|
|
14
23
|
white-space: ${({ hasMultipleRows: t }) => t ? "initial" : "nowrap"};
|
|
15
24
|
-webkit-box-orient: ${({ hasMultipleRows: t }) => t ? "vertical" : ""};
|
|
16
25
|
-webkit-line-clamp: ${({ rowsCount: t }) => t};
|
|
17
|
-
`,
|
|
26
|
+
`, c = i(o, {
|
|
18
27
|
shouldForwardProp: (t) => !["$align"].includes(t.toString())
|
|
19
28
|
})`
|
|
20
29
|
display: flex;
|
|
@@ -25,6 +34,6 @@ const r = i(e, {
|
|
|
25
34
|
white-space: nowrap;
|
|
26
35
|
`;
|
|
27
36
|
export {
|
|
28
|
-
|
|
29
|
-
|
|
37
|
+
h as StyledTypography,
|
|
38
|
+
c as Wrapper
|
|
30
39
|
};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import
|
|
3
|
-
|
|
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
|
+
import { SIZE as r } from "../constants.mjs";
|
|
12
|
+
const $ = i("img", {
|
|
4
13
|
shouldForwardProp: (o) => o !== "size"
|
|
5
14
|
})`
|
|
6
15
|
display: block;
|
|
@@ -9,7 +18,7 @@ const n = t("img", {
|
|
|
9
18
|
max-width: 100%;
|
|
10
19
|
height: ${({ height: o }) => o || "auto"};
|
|
11
20
|
margin: auto auto
|
|
12
|
-
${({ theme: o, size:
|
|
21
|
+
${({ theme: o, size: t }) => t === r.Small ? o.spacing(4) : o.spacing(6)};
|
|
13
22
|
|
|
14
23
|
color: ${({ theme: o }) => o.palette.grey[900]};
|
|
15
24
|
|
|
@@ -20,5 +29,5 @@ const n = t("img", {
|
|
|
20
29
|
}
|
|
21
30
|
`;
|
|
22
31
|
export {
|
|
23
|
-
|
|
32
|
+
$ as Wrapper
|
|
24
33
|
};
|