@max-ts/components 0.3.1 → 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.
Files changed (64) hide show
  1. package/lib/components/Accordion/styles.d.ts +2 -2
  2. package/lib/components/Accordion/styles.mjs +10 -19
  3. package/lib/components/ActionCell/styles.mjs +3 -12
  4. package/lib/components/ActionGroup/MainActions/styles.mjs +4 -9
  5. package/lib/components/ActionGroup/styles.mjs +2 -11
  6. package/lib/components/Autocomplete/styles.mjs +4 -13
  7. package/lib/components/Badge/styles.d.ts +1 -1
  8. package/lib/components/BottomDrawer/styles.d.ts +3 -3
  9. package/lib/components/Button/styles.d.ts +1 -1
  10. package/lib/components/CheckboxField/styles.mjs +4 -13
  11. package/lib/components/Chevron/styles.mjs +2 -11
  12. package/lib/components/ConfirmAction/styles.d.ts +2 -2
  13. package/lib/components/ConfirmAction/styles.mjs +6 -15
  14. package/lib/components/ConfirmDialog/styles.mjs +2 -7
  15. package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
  16. package/lib/components/ContentState/styles.mjs +2 -11
  17. package/lib/components/CopyTypography/styles.d.ts +2 -2
  18. package/lib/components/CopyTypography/styles.mjs +5 -14
  19. package/lib/components/DataGrid/Body/styles.mjs +2 -11
  20. package/lib/components/DataGrid/Cell/styles.mjs +6 -15
  21. package/lib/components/DataGrid/Head/styles.mjs +10 -19
  22. package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
  23. package/lib/components/DataGrid/HeadCell/styles.mjs +7 -16
  24. package/lib/components/DataGrid/Row/styles.mjs +9 -18
  25. package/lib/components/DataGrid/styles.mjs +10 -19
  26. package/lib/components/DataGridActionCell/styles.mjs +3 -12
  27. package/lib/components/DataGridOld/Cell/styles.d.ts +1 -1
  28. package/lib/components/DataGridOld/HeadCell/styles.d.ts +1 -1
  29. package/lib/components/DataGridPagination/styles.d.ts +2 -2
  30. package/lib/components/DataGridPagination/styles.mjs +12 -21
  31. package/lib/components/Description/Name/styles.mjs +5 -14
  32. package/lib/components/Description/Value/styles.d.ts +4 -4
  33. package/lib/components/Description/Value/styles.mjs +6 -10
  34. package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
  35. package/lib/components/DescriptionTooltip/styles.mjs +3 -12
  36. package/lib/components/DialogContentText/styles.d.ts +1 -1
  37. package/lib/components/DialogHeader/styles.mjs +12 -21
  38. package/lib/components/Filename/styles.d.ts +2 -2
  39. package/lib/components/Filename/styles.mjs +6 -15
  40. package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +16 -25
  41. package/lib/components/FormLabel/styles.d.ts +1 -1
  42. package/lib/components/IconButton/styles.mjs +13 -18
  43. package/lib/components/Link/Link.d.ts +1 -1
  44. package/lib/components/Link/styles.d.ts +1 -1
  45. package/lib/components/ListItem/styles.d.ts +1 -1
  46. package/lib/components/MenuList/styles.d.ts +1 -1
  47. package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
  48. package/lib/components/OverflowTypography/styles.d.ts +4 -4
  49. package/lib/components/OverflowTypography/styles.mjs +5 -14
  50. package/lib/components/Placeholder/styles.d.ts +4 -4
  51. package/lib/components/Placeholder/styles.mjs +21 -30
  52. package/lib/components/SearchField/styles.mjs +11 -20
  53. package/lib/components/Select/styles.d.ts +1 -1
  54. package/lib/components/Skeleton/styles.d.ts +1 -1
  55. package/lib/components/Slider/styles.d.ts +1 -1
  56. package/lib/components/Slider/styles.mjs +15 -24
  57. package/lib/components/Tab/styles.d.ts +1 -1
  58. package/lib/components/Tabs/styles.mjs +5 -14
  59. package/lib/components/Tag/styles.d.ts +1 -1
  60. package/lib/components/TagBadge/styles.mjs +2 -11
  61. package/lib/components/TagsList/Tag/styles.d.ts +1 -1
  62. package/lib/components/TagsList/Tag/styles.mjs +2 -11
  63. package/lib/components/TagsList/styles.mjs +2 -11
  64. package/package.json +1 -1
@@ -1,31 +1,22 @@
1
- import { CircleCheck as n, OctagonAlert as p } from "lucide-react";
2
- import { styled as t } from "@mui/material";
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 i = (r) => `display: inline-flex;
1
+ import { CircleCheck as o, OctagonAlert as s } from "lucide-react";
2
+ import { styled as r } from "@mui/material";
3
+ const n = (e) => `display: inline-flex;
13
4
  justify-content: center;
14
- font-size: ${r.typography.h5.fontSize};
15
- vertical-align: middle;`, h = t("span")`
5
+ font-size: ${e.typography.h5.fontSize};
6
+ vertical-align: middle;`, l = r("span")`
16
7
  display: flex;
17
- gap: ${({ theme: r }) => r.spacing(1)};
18
- color: ${({ success: r, error: o, theme: e }) => r ? e.palette.success.dark : o ? e.palette.error.dark : "inherit"};
19
- `, k = t(n)`
20
- ${({ theme: r }) => i(r)}
21
- `, x = t(p)`
22
- ${({ theme: r }) => i(r)}
23
- `, S = t("span")`
8
+ gap: ${({ theme: e }) => e.spacing(1)};
9
+ color: ${({ success: e, error: i, theme: t }) => e ? t.palette.success.dark : i ? t.palette.error.dark : "inherit"};
10
+ `, p = r(o)`
11
+ ${({ theme: e }) => n(e)}
12
+ `, d = r(s)`
13
+ ${({ theme: e }) => n(e)}
14
+ `, f = r("span")`
24
15
  vertical-align: middle;
25
16
  `;
26
17
  export {
27
- x as ErrorIcon,
28
- S as Message,
29
- k as SuccessIcon,
30
- h as Wrapper
18
+ d as ErrorIcon,
19
+ f as Message,
20
+ p as SuccessIcon,
21
+ l as Wrapper
31
22
  };
@@ -1 +1 @@
1
- export declare const StyledFormLabel: import('@emotion/styled').StyledComponent<import('@mui/material').FormLabelBaseProps & import('@mui/material').FormLabelOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "sx" | "error" | "disabled" | "filled" | "color" | "content" | "translate" | keyof import('@mui/material/OverridableComponent').CommonProps | "children" | "form" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "focused" | "required" | "htmlFor"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
1
+ export declare const StyledFormLabel: import('@emotion/styled').StyledComponent<import('@mui/material').FormLabelBaseProps & import('@mui/material').FormLabelOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "sx" | "suppressHydrationWarning" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "content" | "translate" | keyof import('@mui/material/OverridableComponent').CommonProps | "form" | "slot" | "title" | "disabled" | "error" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "filled" | "focused" | "required" | "htmlFor"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,38 +1,33 @@
1
1
  import { styled as s } from "@mui/material";
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({
2
+ import { Button as a } from "../Button/Button.mjs";
3
+ import { ButtonSizes as n } from "../Button/enums.mjs";
4
+ const i = ({ type: t, values: r, defaultValue: e }) => t && r[t] || e, o = (t) => i({
10
5
  type: t.size,
11
6
  values: {
12
- [i.Large]: "40px"
7
+ [n.Large]: "40px"
13
8
  },
14
9
  defaultValue: "32px"
15
- }), a = (t) => n({
10
+ }), u = (t) => i({
16
11
  type: t.size,
17
12
  values: {
18
- [i.Small]: "36px"
13
+ [n.Small]: "36px"
19
14
  },
20
15
  defaultValue: "48px"
21
- }), f = s(p, {
16
+ }), p = s(a, {
22
17
  shouldForwardProp: (t) => t !== "startIcon" && t !== "endIcon" && t !== "loading"
23
18
  })`
24
19
  pointer-events: ${({ loading: t }) => t && "none"};
25
20
 
26
- width: ${e};
27
- height: ${e};
21
+ width: ${o};
22
+ height: ${o};
28
23
  padding: ${({ theme: t }) => t.spacing(1)};
29
24
 
30
25
  ${({ theme: t }) => t.breakpoints.down("sm")} {
31
- width: ${a};
26
+ width: ${u};
32
27
  }
33
28
  `;
34
29
  export {
35
- f as StyledButton,
36
- e as getButtonHeight,
37
- a as getButtonHeightMobile
30
+ p as StyledButton,
31
+ o as getButtonHeight,
32
+ u as getButtonHeightMobile
38
33
  };
@@ -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>, "classes" | "className" | "style" | "children" | "key" | "rel" | "href" | "target"> & {
14
+ export declare const Link: import('react').ForwardRefExoticComponent<Pick<WithoutEmotionSpecific<MuiLinkProps>, "className" | "style" | "target" | "href" | "children" | "key" | "classes" | "rel"> & {
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" | "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>, {}, {}>;
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" | "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" | "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" | "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, {}, {}>;
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" | "className" | "style" | "children" | "alignItems" | "classes" | "divider" | "components" | "componentsProps" | "slots" | "slotProps" | "dense" | "disableGutters" | "disablePadding" | "secondaryAction" | "ContainerComponent" | "ContainerProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & ListItemProps, {}, {}>;
11
11
  export {};
@@ -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" | keyof import('@mui/material/OverridableComponent').CommonProps | "children" | "variant" | "autoFocus" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
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" | "children" | keyof import('@mui/material/OverridableComponent').CommonProps | "autoFocus" | "variant" | "dense" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap" | "disablePadding" | "subheader"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -8,62 +8,15 @@ 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;
20
11
  ref?: import('react').Ref<unknown> | undefined;
21
- defaultChecked?: boolean | undefined | undefined;
22
- defaultValue?: string | number | readonly string[] | undefined;
23
- suppressContentEditableWarning?: boolean | undefined | undefined;
24
12
  suppressHydrationWarning?: boolean | undefined | undefined;
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;
13
+ className?: string | undefined | undefined;
14
+ color?: string | undefined | undefined;
34
15
  id?: string | undefined | undefined;
35
16
  lang?: string | undefined | undefined;
36
- nonce?: string | undefined | undefined;
37
- spellCheck?: (boolean | "true" | "false") | undefined;
38
- tabIndex?: number | undefined | undefined;
39
- radioGroup?: string | undefined | undefined;
17
+ style?: import('react').CSSProperties | undefined;
40
18
  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;
19
+ tabIndex?: number | undefined | undefined;
67
20
  "aria-activedescendant"?: string | undefined | undefined;
68
21
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
69
22
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
@@ -117,6 +70,7 @@ export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComp
117
70
  "aria-valuemin"?: number | undefined | undefined;
118
71
  "aria-valuenow"?: number | undefined | undefined;
119
72
  "aria-valuetext"?: string | undefined | undefined;
73
+ children?: import('react').ReactNode;
120
74
  dangerouslySetInnerHTML?: {
121
75
  __html: string | TrustedHTML;
122
76
  } | undefined | undefined;
@@ -288,70 +242,63 @@ export declare const NavMenuItemButtonIcon: import('@emotion/styled').StyledComp
288
242
  onTransitionRunCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
289
243
  onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
290
244
  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
- components?: {
295
- Popper?: React.ElementType<import('@mui/material').PopperProps>;
296
- Transition?: React.ElementType;
297
- Tooltip?: React.ElementType;
298
- Arrow?: React.ElementType;
299
- } | undefined;
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
294
  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;
295
+ className?: string | undefined | undefined;
296
+ color?: string | undefined | undefined;
322
297
  id?: string | undefined;
323
298
  lang?: string | undefined | undefined;
324
- nonce?: string | undefined | undefined;
325
- spellCheck?: (boolean | "true" | "false") | undefined;
326
- tabIndex?: number | undefined | undefined;
327
- radioGroup?: string | undefined | undefined;
299
+ style?: import('react').CSSProperties | undefined;
328
300
  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;
301
+ tabIndex?: number | undefined | undefined;
355
302
  "aria-activedescendant"?: string | undefined | undefined;
356
303
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
357
304
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
@@ -405,6 +352,7 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
405
352
  "aria-valuemin"?: number | undefined | undefined;
406
353
  "aria-valuenow"?: number | undefined | undefined;
407
354
  "aria-valuetext"?: string | undefined | undefined;
355
+ children: React.ReactElement<unknown, any>;
408
356
  dangerouslySetInnerHTML?: {
409
357
  __html: string | TrustedHTML;
410
358
  } | undefined | undefined;
@@ -577,27 +525,66 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
577
525
  onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
578
526
  onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
579
527
  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;
580
582
  componentsProps?: {
581
583
  popper?: Partial<import('@mui/material').PopperProps> & import('@mui/material').TooltipComponentsPropsOverrides;
582
584
  transition?: import('@mui/material/transitions').TransitionProps & import('@mui/material').TooltipComponentsPropsOverrides;
583
585
  tooltip?: React.HTMLProps<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps & import('@mui/material').TooltipComponentsPropsOverrides;
584
586
  arrow?: React.HTMLProps<HTMLSpanElement> & import('@mui/system').MUIStyledCommonProps & import('@mui/material').TooltipComponentsPropsOverrides;
585
587
  } | 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;
601
588
  describeChild?: boolean | undefined;
602
589
  disableFocusListener?: boolean | undefined;
603
590
  disableHoverListener?: boolean | undefined;
@@ -609,17 +596,30 @@ export declare const NavMenuItemButtonText: import('@emotion/styled').StyledComp
609
596
  followCursor?: boolean | undefined;
610
597
  leaveDelay?: number | undefined;
611
598
  leaveTouchDelay?: number | undefined;
599
+ onClose?: ((event: React.SyntheticEvent | Event) => void) | undefined;
612
600
  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;
613
602
  PopperComponent?: React.JSXElementConstructor<import('@mui/material').PopperProps> | undefined;
614
603
  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
- children?: import('react').ReactNode;
622
621
  ref?: import('react').Ref<HTMLSpanElement> | undefined;
622
+ children?: import('react').ReactNode;
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" | "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>;
631
+ 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";
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
- children?: import('react').ReactNode;
7
6
  ref?: import('react').Ref<HTMLSpanElement> | undefined;
7
+ children?: import('react').ReactNode;
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" | "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>;
16
+ 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";
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
- children?: import('react').ReactNode;
21
20
  ref?: import('react').Ref<HTMLSpanElement> | undefined;
21
+ children?: import('react').ReactNode;
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" | "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>;
30
+ 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";
31
31
  isUpperCase?: boolean;
32
32
  } & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
33
33
  $align: string;