@max-ts/components 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/lib/components/Accordion/styles.d.ts +2 -2
  2. package/lib/components/Accordion/styles.mjs +19 -10
  3. package/lib/components/ActionCell/styles.mjs +12 -3
  4. package/lib/components/ActionGroup/MainActions/styles.mjs +9 -4
  5. package/lib/components/ActionGroup/styles.mjs +11 -2
  6. package/lib/components/Autocomplete/styles.mjs +13 -4
  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 +13 -4
  11. package/lib/components/Chevron/styles.mjs +11 -2
  12. package/lib/components/ConfirmAction/styles.d.ts +2 -2
  13. package/lib/components/ConfirmAction/styles.mjs +15 -6
  14. package/lib/components/ConfirmDialog/styles.mjs +7 -2
  15. package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
  16. package/lib/components/ContentState/styles.mjs +11 -2
  17. package/lib/components/CopyTypography/styles.d.ts +2 -2
  18. package/lib/components/CopyTypography/styles.mjs +14 -5
  19. package/lib/components/DataGrid/Body/styles.mjs +11 -2
  20. package/lib/components/DataGrid/Cell/styles.mjs +15 -6
  21. package/lib/components/DataGrid/Head/styles.mjs +19 -10
  22. package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
  23. package/lib/components/DataGrid/HeadCell/styles.mjs +16 -7
  24. package/lib/components/DataGrid/Row/styles.mjs +18 -9
  25. package/lib/components/DataGrid/styles.mjs +19 -10
  26. package/lib/components/DataGridActionCell/styles.mjs +12 -3
  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 +21 -12
  31. package/lib/components/Description/Name/styles.mjs +14 -5
  32. package/lib/components/Description/Value/styles.d.ts +4 -4
  33. package/lib/components/Description/Value/styles.mjs +10 -6
  34. package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
  35. package/lib/components/DescriptionList/DescriptionList.mjs +5 -10
  36. package/lib/components/DescriptionList/styles.d.ts +1 -1
  37. package/lib/components/DescriptionList/styles.mjs +8 -6
  38. package/lib/components/DescriptionTooltip/styles.mjs +12 -3
  39. package/lib/components/DialogContentText/styles.d.ts +1 -1
  40. package/lib/components/DialogHeader/styles.mjs +21 -12
  41. package/lib/components/Filename/styles.d.ts +2 -2
  42. package/lib/components/Filename/styles.mjs +15 -6
  43. package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +25 -16
  44. package/lib/components/FormLabel/styles.d.ts +1 -1
  45. package/lib/components/IconButton/styles.mjs +18 -13
  46. package/lib/components/Link/Link.d.ts +1 -1
  47. package/lib/components/Link/styles.d.ts +1 -1
  48. package/lib/components/ListItem/styles.d.ts +1 -1
  49. package/lib/components/MenuList/styles.d.ts +1 -1
  50. package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
  51. package/lib/components/OverflowTypography/styles.d.ts +4 -4
  52. package/lib/components/OverflowTypography/styles.mjs +14 -5
  53. package/lib/components/Placeholder/styles.d.ts +4 -4
  54. package/lib/components/Placeholder/styles.mjs +30 -21
  55. package/lib/components/SearchField/styles.mjs +20 -11
  56. package/lib/components/Select/styles.d.ts +1 -1
  57. package/lib/components/Skeleton/styles.d.ts +1 -1
  58. package/lib/components/Slider/styles.d.ts +1 -1
  59. package/lib/components/Slider/styles.mjs +24 -15
  60. package/lib/components/Tab/styles.d.ts +1 -1
  61. package/lib/components/Tabs/styles.mjs +14 -5
  62. package/lib/components/Tag/styles.d.ts +1 -1
  63. package/lib/components/TagBadge/styles.mjs +11 -2
  64. package/lib/components/TagsList/Tag/styles.d.ts +1 -1
  65. package/lib/components/TagsList/Tag/styles.mjs +11 -2
  66. package/lib/components/TagsList/styles.mjs +11 -2
  67. package/lib/index.mjs +200 -199
  68. package/lib/theme/index.d.ts +1 -1
  69. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  export declare const FileBaseName: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
2
2
  export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
3
- ref?: import('react').Ref<HTMLSpanElement> | undefined;
4
3
  children?: import('react').ReactNode;
4
+ ref?: import('react').Ref<HTMLSpanElement> | undefined;
5
5
  align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
6
6
  gutterBottom?: boolean | undefined;
7
7
  noWrap?: boolean | undefined;
@@ -10,7 +10,7 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
10
10
  color?: import('../Typography').TypographyColor;
11
11
  variant?: import('../Typography').TypographyVariant;
12
12
  colorIntensity?: import('../Typography').Intensity;
13
- component?: "symbol" | "object" | "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";
13
+ component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
14
14
  isUpperCase?: boolean;
15
15
  } & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
16
16
  $align: string;
@@ -1,19 +1,28 @@
1
- import { styled as e } from "@mui/material";
2
- import { Typography as t } from "../Typography/Typography.mjs";
3
- const p = e("span")`
1
+ import { styled as t } from "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import { Typography as r } from "../Typography/Typography.mjs";
12
+ const h = t("span")`
4
13
  overflow: hidden;
5
14
 
6
15
  max-width: 100%;
7
16
 
8
17
  text-overflow: ellipsis;
9
18
  white-space: nowrap;
10
- `, l = e(t, {
19
+ `, w = t(r, {
11
20
  shouldForwardProp: (o) => !["$align"].includes(o.toString())
12
21
  })`
13
22
  display: flex;
14
23
  justify-content: ${({ $align: o }) => o};
15
24
  `;
16
25
  export {
17
- p as FileBaseName,
18
- l as StyledTypography
26
+ h as FileBaseName,
27
+ w as StyledTypography
19
28
  };
@@ -1,22 +1,31 @@
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;
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;
4
13
  justify-content: center;
5
- font-size: ${e.typography.h5.fontSize};
6
- vertical-align: middle;`, l = r("span")`
14
+ font-size: ${r.typography.h5.fontSize};
15
+ vertical-align: middle;`, h = t("span")`
7
16
  display: flex;
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")`
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")`
15
24
  vertical-align: middle;
16
25
  `;
17
26
  export {
18
- d as ErrorIcon,
19
- f as Message,
20
- p as SuccessIcon,
21
- l as Wrapper
27
+ x as ErrorIcon,
28
+ S as Message,
29
+ k as SuccessIcon,
30
+ h as Wrapper
22
31
  };
@@ -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" | "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
+ 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,33 +1,38 @@
1
1
  import { styled as s } from "@mui/material";
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({
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
- [n.Large]: "40px"
12
+ [i.Large]: "40px"
8
13
  },
9
14
  defaultValue: "32px"
10
- }), u = (t) => i({
15
+ }), a = (t) => n({
11
16
  type: t.size,
12
17
  values: {
13
- [n.Small]: "36px"
18
+ [i.Small]: "36px"
14
19
  },
15
20
  defaultValue: "48px"
16
- }), p = s(a, {
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: ${o};
22
- height: ${o};
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: ${u};
31
+ width: ${a};
27
32
  }
28
33
  `;
29
34
  export {
30
- p as StyledButton,
31
- o as getButtonHeight,
32
- u as getButtonHeightMobile
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>, "className" | "style" | "target" | "href" | "children" | "key" | "classes" | "rel"> & {
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" | "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>, {}, {}>;
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" | "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, {}, {}>;
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 {};
@@ -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" | "children" | keyof import('@mui/material/OverridableComponent').CommonProps | "autoFocus" | "variant" | "dense" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap" | "disablePadding" | "subheader"> & 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" | 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
- className?: string | undefined | undefined;
14
- color?: string | 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;
15
34
  id?: string | undefined | undefined;
16
35
  lang?: string | undefined | undefined;
17
- style?: import('react').CSSProperties | undefined;
18
- role?: import('react').AriaRole | undefined;
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
- suppressHydrationWarning?: boolean | undefined | undefined;
295
- className?: string | undefined | undefined;
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
- style?: import('react').CSSProperties | undefined;
300
- role?: import('react').AriaRole | undefined;
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" | "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";
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;