@max-ts/components 0.2.4 → 0.3.0

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 (231) hide show
  1. package/lib/_virtual/_commonjsHelpers.mjs +6 -0
  2. package/lib/_virtual/index.mjs +5 -0
  3. package/lib/_virtual/index2.mjs +4 -0
  4. package/lib/_virtual/index3.mjs +4 -0
  5. package/lib/_virtual/index4.mjs +7 -0
  6. package/lib/_virtual/index5.mjs +4 -0
  7. package/lib/_virtual/react-is.development.mjs +4 -0
  8. package/lib/_virtual/react-is.development2.mjs +4 -0
  9. package/lib/_virtual/react-is.production.min.mjs +4 -0
  10. package/lib/_virtual/react-is.production.mjs +4 -0
  11. package/lib/components/Accordion/styles.d.ts +2 -2
  12. package/lib/components/Accordion/styles.mjs +21 -11
  13. package/lib/components/ActionCell/MainAction/MainAction.d.ts +1 -4
  14. package/lib/components/ActionCell/MainAction/MainAction.mjs +110 -44
  15. package/lib/components/ActionCell/SecondaryAction/SecondaryActions.d.ts +0 -3
  16. package/lib/components/ActionCell/styles.mjs +13 -3
  17. package/lib/components/ActionGroup/ActionGroup.d.ts +23 -0
  18. package/lib/components/ActionGroup/ActionGroup.mjs +17 -0
  19. package/lib/components/ActionGroup/MainActions/MainActions.d.ts +65 -0
  20. package/lib/components/ActionGroup/MainActions/MainActions.mjs +129 -0
  21. package/lib/components/ActionGroup/MainActions/index.d.ts +1 -0
  22. package/lib/components/ActionGroup/MainActions/styles.d.ts +13 -0
  23. package/lib/components/ActionGroup/MainActions/styles.mjs +18 -0
  24. package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.d.ts +21 -0
  25. package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.mjs +97 -0
  26. package/lib/components/ActionGroup/SecondaryActions/index.d.ts +1 -0
  27. package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.d.ts +19 -0
  28. package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.mjs +103 -0
  29. package/lib/components/ActionGroup/SecondaryVisibleActions/index.d.ts +1 -0
  30. package/lib/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +9 -0
  31. package/lib/components/ActionGroup/index.d.ts +1 -0
  32. package/lib/components/ActionGroup/styles.d.ts +1 -0
  33. package/lib/components/ActionGroup/styles.mjs +18 -0
  34. package/lib/components/ActionGroup/useLogic/index.d.ts +1 -0
  35. package/lib/components/ActionGroup/useLogic/useLogic.d.ts +7 -0
  36. package/lib/components/ActionGroup/useLogic/useLogic.mjs +9 -0
  37. package/lib/components/Autocomplete/styles.mjs +13 -3
  38. package/lib/components/Badge/styles.d.ts +1 -1
  39. package/lib/components/BottomDrawer/styles.d.ts +3 -3
  40. package/lib/components/Breadcrumbs/index.d.ts +1 -0
  41. package/lib/components/Button/Button.mjs +17 -17
  42. package/lib/components/Button/constants.d.ts +1 -1
  43. package/lib/components/Button/constants.mjs +2 -2
  44. package/lib/components/Button/styles.d.ts +1 -1
  45. package/lib/components/ButtonBase/ButtonBase.d.ts +1 -0
  46. package/lib/components/ButtonBase/index.d.ts +1 -0
  47. package/lib/components/ButtonGroup/index.d.ts +1 -0
  48. package/lib/components/Card/index.d.ts +1 -0
  49. package/lib/components/CardActions/index.d.ts +1 -0
  50. package/lib/components/CardContent/index.d.ts +1 -0
  51. package/lib/components/CardHeader/index.d.ts +1 -0
  52. package/lib/components/CheckboxField/styles.mjs +15 -5
  53. package/lib/components/Chevron/styles.mjs +14 -4
  54. package/lib/components/ConfirmAction/styles.d.ts +2 -2
  55. package/lib/components/ConfirmAction/styles.mjs +17 -7
  56. package/lib/components/ConfirmDialog/styles.mjs +10 -4
  57. package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
  58. package/lib/components/Container/styles.d.ts +1 -0
  59. package/lib/components/Container/styles.mjs +16 -13
  60. package/lib/components/ContentState/styles.mjs +13 -3
  61. package/lib/components/CopyTypography/styles.d.ts +2 -2
  62. package/lib/components/CopyTypography/styles.mjs +16 -6
  63. package/lib/components/DataGrid/Body/styles.mjs +15 -5
  64. package/lib/components/DataGrid/Cell/styles.mjs +15 -5
  65. package/lib/components/DataGrid/Head/styles.mjs +20 -10
  66. package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
  67. package/lib/components/DataGrid/HeadCell/styles.mjs +18 -8
  68. package/lib/components/DataGrid/Row/styles.mjs +19 -9
  69. package/lib/components/DataGrid/styles.mjs +20 -10
  70. package/lib/components/DataGridActionCell/styles.mjs +13 -3
  71. package/lib/components/DataGridOld/Cell/styles.d.ts +1 -1
  72. package/lib/components/DataGridOld/HeadCell/styles.d.ts +1 -1
  73. package/lib/components/DataGridPagination/styles.d.ts +2 -2
  74. package/lib/components/DataGridPagination/styles.mjs +22 -12
  75. package/lib/components/Description/Name/styles.mjs +15 -5
  76. package/lib/components/Description/Value/styles.d.ts +10 -10
  77. package/lib/components/Description/Value/styles.mjs +83 -9
  78. package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
  79. package/lib/components/Description/styles.mjs +13 -3
  80. package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
  81. package/lib/components/DescriptionList/styles.mjs +20 -10
  82. package/lib/components/DescriptionTooltip/DescriptionTooltip.d.ts +9 -0
  83. package/lib/components/DescriptionTooltip/DescriptionTooltip.mjs +14 -0
  84. package/lib/components/DescriptionTooltip/index.d.ts +1 -0
  85. package/lib/components/DescriptionTooltip/styles.d.ts +4 -0
  86. package/lib/components/DescriptionTooltip/styles.mjs +27 -0
  87. package/lib/components/DialogContentText/styles.d.ts +1 -1
  88. package/lib/components/DialogHeader/styles.mjs +22 -12
  89. package/lib/components/Filename/styles.d.ts +2 -2
  90. package/lib/components/Filename/styles.mjs +16 -6
  91. package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +26 -16
  92. package/lib/components/FormLabel/styles.d.ts +1 -1
  93. package/lib/components/IconButton/styles.mjs +20 -14
  94. package/lib/components/Link/Link.d.ts +1 -1
  95. package/lib/components/Link/styles.d.ts +1 -1
  96. package/lib/components/ListItem/styles.d.ts +1 -1
  97. package/lib/components/MaskField/MaskField.d.ts +6 -0
  98. package/lib/components/MaskField/MaskField.mjs +10 -0
  99. package/lib/components/MaskField/index.d.ts +1 -0
  100. package/lib/components/MenuList/styles.d.ts +1 -1
  101. package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
  102. package/lib/components/OverflowTypography/styles.d.ts +4 -4
  103. package/lib/components/OverflowTypography/styles.mjs +16 -6
  104. package/lib/components/Placeholder/Image/styles.mjs +14 -4
  105. package/lib/components/Placeholder/styles.d.ts +4 -4
  106. package/lib/components/Placeholder/styles.mjs +31 -21
  107. package/lib/components/SearchField/styles.mjs +22 -12
  108. package/lib/components/Select/styles.d.ts +1 -1
  109. package/lib/components/Skeleton/styles.d.ts +1 -1
  110. package/lib/components/Skeleton/styles.mjs +7 -10
  111. package/lib/components/Slider/Slider.d.ts +2 -0
  112. package/lib/components/Slider/Slider.mjs +6 -0
  113. package/lib/components/Slider/index.d.ts +1 -0
  114. package/lib/components/Slider/styles.d.ts +1 -0
  115. package/lib/components/Slider/styles.mjs +40 -0
  116. package/lib/components/Tab/styles.d.ts +1 -1
  117. package/lib/components/Tabs/styles.mjs +16 -6
  118. package/lib/components/Tag/Tag.mjs +27 -23
  119. package/lib/components/Tag/styles.d.ts +1 -1
  120. package/lib/components/TagBadge/styles.mjs +14 -4
  121. package/lib/components/TagsList/Tag/styles.d.ts +1 -1
  122. package/lib/components/TagsList/Tag/styles.mjs +14 -4
  123. package/lib/components/TagsList/styles.mjs +13 -3
  124. package/lib/components/ThemeProvider/ThemeProvider.d.ts +11 -0
  125. package/lib/components/ThemeProvider/ThemeProvider.mjs +9 -0
  126. package/lib/components/ThemeProvider/index.d.ts +1 -0
  127. package/lib/components/index.d.ts +12 -0
  128. package/lib/components.css +1 -0
  129. package/lib/icons/index.d.ts +1 -0
  130. package/lib/index.mjs +225 -200
  131. package/lib/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.mjs +22 -0
  132. package/lib/node_modules/.pnpm/@emotion_memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.mjs +9 -0
  133. package/lib/node_modules/.pnpm/@emotion_serialize@1.3.3/node_modules/@emotion/serialize/dist/emotion-serialize.esm.mjs +120 -0
  134. package/lib/node_modules/.pnpm/@emotion_unitless@0.10.0/node_modules/@emotion/unitless/dist/emotion-unitless.esm.mjs +53 -0
  135. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/blue.mjs +10 -0
  136. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/common.mjs +7 -0
  137. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/green.mjs +11 -0
  138. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/grey.mjs +19 -0
  139. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/lightBlue.mjs +10 -0
  140. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/orange.mjs +10 -0
  141. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/purple.mjs +11 -0
  142. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/red.mjs +10 -0
  143. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createColorScheme.mjs +44 -0
  144. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createGetSelector.mjs +41 -0
  145. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createMixins.mjs +19 -0
  146. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createPalette.mjs +261 -0
  147. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTheme.mjs +60 -0
  148. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeNoVars.mjs +75 -0
  149. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeWithVars.mjs +161 -0
  150. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTransitions.mjs +66 -0
  151. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTypography.mjs +80 -0
  152. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/defaultTheme.mjs +5 -0
  153. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/excludeVariablesFromRoot.mjs +4 -0
  154. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/getOverlayAlpha.mjs +7 -0
  155. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/identifier.mjs +4 -0
  156. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/rootShouldForwardProp.mjs +5 -0
  157. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shadows.mjs +7 -0
  158. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shouldSkipGeneratingVar.mjs +7 -0
  159. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/slotShouldForwardProp.mjs +6 -0
  160. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/stringifyTheme.mjs +29 -0
  161. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs +13 -0
  162. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/useTheme.mjs +11 -0
  163. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/zIndex.mjs +13 -0
  164. package/lib/node_modules/.pnpm/@mui_styled-engine@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emo_6faee6770fc007ef214af3c8aa5695a8/node_modules/@mui/styled-engine/index.mjs +33 -0
  165. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/borders/borders.mjs +45 -0
  166. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/breakpoints/breakpoints.mjs +67 -0
  167. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/colorManipulator/colorManipulator.mjs +145 -0
  168. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/compose/compose.mjs +10 -0
  169. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.mjs +62 -0
  170. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createStyled/createStyled.mjs +153 -0
  171. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/applyStyles.mjs +15 -0
  172. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createSpacing.mjs +15 -0
  173. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createTheme.mjs +44 -0
  174. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/shape.mjs +6 -0
  175. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.mjs +49 -0
  176. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssGrid/cssGrid.mjs +78 -0
  177. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/cssVarsParser.mjs +41 -0
  178. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.mjs +8 -0
  179. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareCssVars.mjs +117 -0
  180. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.mjs +10 -0
  181. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/memoize/memoize.mjs +7 -0
  182. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/merge/merge.mjs +10 -0
  183. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/palette/palette.mjs +26 -0
  184. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/preprocessStyles.mjs +17 -0
  185. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/responsivePropType/responsivePropType.mjs +5 -0
  186. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/sizing/sizing.mjs +63 -0
  187. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/spacing/spacing.mjs +84 -0
  188. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/style/style.mjs +43 -0
  189. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.mjs +296 -0
  190. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.mjs +92 -0
  191. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.mjs +17 -0
  192. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/capitalize/capitalize.mjs +9 -0
  193. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/clamp/clamp.mjs +6 -0
  194. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/deepmerge/deepmerge.mjs +31 -0
  195. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.mjs +7 -0
  196. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.mjs +23 -0
  197. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.mjs +28 -0
  198. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/Input.mjs +55 -0
  199. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/SyntheticChangeError.mjs +11 -0
  200. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/createProxy.mjs +8 -0
  201. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/helpers-C8k3UfPS.mjs +129 -0
  202. package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/Mask.mjs +90 -0
  203. package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/helpers-BtaZ0NTN.mjs +226 -0
  204. package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs +12 -0
  205. package/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.mjs +54 -0
  206. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.mjs +54 -0
  207. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.mjs +52 -0
  208. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.mjs +329 -0
  209. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.mjs +17 -0
  210. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +10 -0
  211. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.mjs +7 -0
  212. package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.mjs +95 -0
  213. package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.mjs +78 -0
  214. package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.mjs +10 -0
  215. package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.development.mjs +76 -0
  216. package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.production.mjs +76 -0
  217. package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/index.mjs +10 -0
  218. package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +18 -18
  219. package/lib/theme/baseTheme/baseTheme.d.ts +1 -3
  220. package/lib/theme/baseTheme/baseTheme.mjs +21 -21
  221. package/lib/theme/components/MuiButton.mjs +5 -5
  222. package/lib/theme/components/MuiSwitch.mjs +1 -1
  223. package/lib/theme/components/components.d.ts +1 -19
  224. package/lib/theme/components/components.mjs +71 -108
  225. package/lib/theme/index.d.ts +1 -1
  226. package/lib/theme/palette/palette.mjs +20 -20
  227. package/lib/theme/typography.mjs +6 -2
  228. package/package.json +3 -1
  229. package/lib/theme/hooks/index.d.ts +0 -1
  230. package/lib/theme/hooks/useTheme/index.d.ts +0 -2
  231. package/lib/theme/hooks/useTheme/index.mjs +0 -5
@@ -1,22 +1,32 @@
1
- import { styled as r } from "@mui/material";
2
- import { CircleCheck as o, OctagonAlert as s } from "lucide-react";
3
- const n = (e) => `display: inline-flex;
1
+ import { CircleCheck as n, OctagonAlert as p } from "lucide-react";
2
+ import "@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
+ import t from "../../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
13
+ const i = (r) => `display: inline-flex;
4
14
  justify-content: center;
5
- font-size: ${e.typography.h5.fontSize};
6
- vertical-align: middle;`, l = r("span")`
15
+ font-size: ${r.typography.h5.fontSize};
16
+ vertical-align: middle;`, k = t("span")`
7
17
  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")`
18
+ gap: ${({ theme: r }) => r.spacing(1)};
19
+ color: ${({ success: r, error: o, theme: e }) => r ? e.palette.success.dark : o ? e.palette.error.dark : "inherit"};
20
+ `, x = t(n)`
21
+ ${({ theme: r }) => i(r)}
22
+ `, S = t(p)`
23
+ ${({ theme: r }) => i(r)}
24
+ `, v = t("span")`
15
25
  vertical-align: middle;
16
26
  `;
17
27
  export {
18
- d as ErrorIcon,
19
- f as Message,
20
- p as SuccessIcon,
21
- l as Wrapper
28
+ S as ErrorIcon,
29
+ v as Message,
30
+ x as SuccessIcon,
31
+ k as Wrapper
22
32
  };
@@ -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,39 @@
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({
1
+ import "@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
+ import s from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
10
+ const n = ({ type: t, values: r, defaultValue: o }) => t && r[t] || o, e = (t) => n({
5
11
  type: t.size,
6
12
  values: {
7
- [n.Large]: "40px"
13
+ [i.Large]: "40px"
8
14
  },
9
15
  defaultValue: "32px"
10
- }), u = (t) => i({
16
+ }), m = (t) => n({
11
17
  type: t.size,
12
18
  values: {
13
- [n.Small]: "36px"
19
+ [i.Small]: "36px"
14
20
  },
15
21
  defaultValue: "48px"
16
- }), p = s(a, {
22
+ }), x = s(p, {
17
23
  shouldForwardProp: (t) => t !== "startIcon" && t !== "endIcon" && t !== "loading"
18
24
  })`
19
25
  pointer-events: ${({ loading: t }) => t && "none"};
20
26
 
21
- width: ${o};
22
- height: ${o};
27
+ width: ${e};
28
+ height: ${e};
23
29
  padding: ${({ theme: t }) => t.spacing(1)};
24
30
 
25
31
  ${({ theme: t }) => t.breakpoints.down("sm")} {
26
- width: ${u};
32
+ width: ${m};
27
33
  }
28
34
  `;
29
35
  export {
30
- p as StyledButton,
31
- o as getButtonHeight,
32
- u as getButtonHeightMobile
36
+ x as StyledButton,
37
+ e as getButtonHeight,
38
+ m as getButtonHeightMobile
33
39
  };
@@ -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" | "disablePadding" | "disableGutters" | "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 {};
@@ -0,0 +1,6 @@
1
+ import { MaskOptions } from '@react-input/mask';
2
+ import { TextFieldProps } from '../TextField';
3
+ export type MaskFieldProps = TextFieldProps & {
4
+ maskProps: MaskOptions;
5
+ };
6
+ export declare const MaskField: ({ maskProps, ...textFieldProps }: MaskFieldProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { j as e } from "../../_virtual/jsx-runtime.mjs";
2
+ import { TextField as i } from "../TextField/TextField.mjs";
3
+ import m from "../../node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs";
4
+ const x = ({ maskProps: t, ...o }) => {
5
+ const r = m(t);
6
+ return /* @__PURE__ */ e.jsx(i, { inputRef: r, ...o });
7
+ };
8
+ export {
9
+ x as MaskField
10
+ };
@@ -0,0 +1 @@
1
+ export * from './MaskField';
@@ -1 +1 @@
1
- export declare const StyledMenuList: import('@emotion/styled').StyledComponent<import('@mui/material').MenuListOwnProps & import('@mui/material').ListOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "sx" | "children" | keyof import('@mui/material/OverridableComponent').CommonProps | "autoFocus" | "variant" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap" | "dense" | "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;