@mui/material 7.0.0-alpha.2 → 7.0.0-beta.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 (1160) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/Dialog/Dialog.js +0 -9
  3. package/Grid/Grid.js +68 -515
  4. package/Grid/gridClasses.js +1 -1
  5. package/Grid/index.js +12 -2
  6. package/GridLegacy/GridLegacy.js +601 -0
  7. package/{Grid/GridContext.js → GridLegacy/GridLegacyContext.js} +3 -3
  8. package/{Grid2/grid2Classes.js → GridLegacy/gridLegacyClasses.js} +5 -5
  9. package/GridLegacy/index.js +35 -0
  10. package/Menu/Menu.js +52 -17
  11. package/Modal/Modal.js +0 -9
  12. package/PigmentGrid/PigmentGrid.js +2 -2
  13. package/PigmentGrid/index.js +4 -4
  14. package/Rating/Rating.js +132 -46
  15. package/Select/SelectInput.js +8 -8
  16. package/esm/Dialog/Dialog.d.ts +0 -5
  17. package/esm/Dialog/Dialog.js +0 -9
  18. package/esm/Grid/Grid.d.ts +51 -100
  19. package/esm/Grid/Grid.js +68 -508
  20. package/esm/Grid/gridClasses.d.ts +0 -38
  21. package/esm/Grid/gridClasses.js +1 -1
  22. package/esm/Grid/index.js +1 -0
  23. package/{modern/Grid/Grid.d.ts → esm/GridLegacy/GridLegacy.d.ts} +28 -28
  24. package/esm/GridLegacy/GridLegacy.js +588 -0
  25. package/esm/GridLegacy/GridLegacyContext.js +12 -0
  26. package/{Grid/gridClasses.d.ts → esm/GridLegacy/gridLegacyClasses.d.ts} +4 -4
  27. package/esm/{Grid2/grid2Classes.js → GridLegacy/gridLegacyClasses.js} +4 -4
  28. package/esm/GridLegacy/index.d.ts +4 -0
  29. package/esm/GridLegacy/index.js +3 -0
  30. package/esm/Menu/Menu.d.ts +68 -1
  31. package/esm/Menu/Menu.js +52 -17
  32. package/esm/Modal/Modal.d.ts +0 -5
  33. package/esm/Modal/Modal.js +0 -9
  34. package/esm/PigmentGrid/PigmentGrid.d.ts +1 -1
  35. package/esm/PigmentGrid/PigmentGrid.js +2 -2
  36. package/esm/PigmentGrid/index.d.ts +1 -1
  37. package/esm/PigmentGrid/index.js +1 -1
  38. package/esm/Rating/Rating.d.ts +52 -1
  39. package/esm/Rating/Rating.js +131 -45
  40. package/esm/Select/SelectInput.js +8 -8
  41. package/esm/StepButton/StepButton.d.ts +0 -5
  42. package/esm/index.d.ts +3 -8
  43. package/esm/index.js +3 -3
  44. package/esm/styles/components.d.ts +5 -5
  45. package/esm/styles/createTheme.d.ts +0 -1
  46. package/esm/styles/createTheme.js +0 -1
  47. package/esm/styles/createThemeNoVars.d.ts +0 -6
  48. package/esm/styles/createThemeNoVars.js +7 -12
  49. package/esm/styles/index.d.ts +1 -5
  50. package/esm/styles/index.js +1 -2
  51. package/esm/styles/overrides.d.ts +2 -2
  52. package/esm/styles/props.d.ts +2 -2
  53. package/esm/utils/createSvgIcon.d.ts +1 -1
  54. package/esm/utils/createSvgIcon.js +1 -1
  55. package/esm/version/index.js +2 -2
  56. package/index.js +9 -9
  57. package/modern/Dialog/Dialog.js +0 -9
  58. package/modern/Grid/Grid.js +68 -508
  59. package/modern/Grid/gridClasses.js +1 -1
  60. package/modern/Grid/index.js +1 -0
  61. package/modern/GridLegacy/GridLegacy.js +588 -0
  62. package/modern/GridLegacy/GridLegacyContext.js +12 -0
  63. package/modern/{Grid2/grid2Classes.js → GridLegacy/gridLegacyClasses.js} +4 -4
  64. package/modern/GridLegacy/index.js +3 -0
  65. package/modern/Menu/Menu.js +52 -17
  66. package/modern/Modal/Modal.js +0 -9
  67. package/modern/PigmentGrid/PigmentGrid.js +2 -2
  68. package/modern/PigmentGrid/index.js +1 -1
  69. package/modern/Rating/Rating.js +131 -45
  70. package/modern/Select/SelectInput.js +8 -8
  71. package/modern/index.js +3 -3
  72. package/modern/styles/createTheme.js +0 -1
  73. package/modern/styles/createThemeNoVars.js +7 -12
  74. package/modern/styles/index.js +1 -2
  75. package/modern/utils/createSvgIcon.js +1 -1
  76. package/modern/version/index.js +2 -2
  77. package/package.json +5 -6
  78. package/styles/createTheme.js +1 -8
  79. package/styles/createThemeNoVars.js +7 -13
  80. package/styles/index.js +1 -15
  81. package/tsconfig.build.tsbuildinfo +1 -1
  82. package/utils/createSvgIcon.js +1 -1
  83. package/version/index.js +2 -2
  84. package/Accordion/Accordion.d.ts +0 -111
  85. package/Accordion/accordionClasses.d.ts +0 -20
  86. package/Accordion/index.d.ts +0 -4
  87. package/AccordionActions/AccordionActions.d.ts +0 -35
  88. package/AccordionActions/accordionActionsClasses.d.ts +0 -10
  89. package/AccordionActions/index.d.ts +0 -4
  90. package/AccordionDetails/AccordionDetails.d.ts +0 -30
  91. package/AccordionDetails/accordionDetailsClasses.d.ts +0 -8
  92. package/AccordionDetails/index.d.ts +0 -4
  93. package/AccordionSummary/AccordionSummary.d.ts +0 -45
  94. package/AccordionSummary/accordionSummaryClasses.d.ts +0 -25
  95. package/AccordionSummary/index.d.ts +0 -4
  96. package/Alert/Alert.d.ts +0 -178
  97. package/Alert/alertClasses.d.ts +0 -100
  98. package/Alert/index.d.ts +0 -4
  99. package/AlertTitle/AlertTitle.d.ts +0 -31
  100. package/AlertTitle/alertTitleClasses.d.ts +0 -8
  101. package/AlertTitle/index.d.ts +0 -4
  102. package/AppBar/AppBar.d.ts +0 -59
  103. package/AppBar/appBarClasses.d.ts +0 -36
  104. package/AppBar/index.d.ts +0 -4
  105. package/Autocomplete/Autocomplete.d.ts +0 -290
  106. package/Autocomplete/autocompleteClasses.d.ts +0 -58
  107. package/Autocomplete/index.d.ts +0 -4
  108. package/Avatar/Avatar.d.ts +0 -85
  109. package/Avatar/avatarClasses.d.ts +0 -20
  110. package/Avatar/index.d.ts +0 -4
  111. package/AvatarGroup/AvatarGroup.d.ts +0 -96
  112. package/AvatarGroup/avatarGroupClasses.d.ts +0 -10
  113. package/AvatarGroup/index.d.ts +0 -4
  114. package/Backdrop/Backdrop.d.ts +0 -118
  115. package/Backdrop/backdropClasses.d.ts +0 -10
  116. package/Backdrop/index.d.ts +0 -4
  117. package/Badge/Badge.d.ts +0 -158
  118. package/Badge/badgeClasses.d.ts +0 -56
  119. package/Badge/index.d.ts +0 -4
  120. package/Badge/useBadge.d.ts +0 -13
  121. package/Badge/useBadge.types.d.ts +0 -39
  122. package/BottomNavigation/BottomNavigation.d.ts +0 -55
  123. package/BottomNavigation/bottomNavigationClasses.d.ts +0 -8
  124. package/BottomNavigation/index.d.ts +0 -4
  125. package/BottomNavigationAction/BottomNavigationAction.d.ts +0 -62
  126. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +0 -14
  127. package/BottomNavigationAction/index.d.ts +0 -4
  128. package/Box/Box.d.ts +0 -20
  129. package/Box/boxClasses.d.ts +0 -7
  130. package/Box/index.d.ts +0 -4
  131. package/Breadcrumbs/Breadcrumbs.d.ts +0 -94
  132. package/Breadcrumbs/breadcrumbsClasses.d.ts +0 -14
  133. package/Breadcrumbs/index.d.ts +0 -4
  134. package/Button/Button.d.ts +0 -130
  135. package/Button/buttonClasses.d.ts +0 -194
  136. package/Button/index.d.ts +0 -4
  137. package/ButtonBase/ButtonBase.d.ts +0 -125
  138. package/ButtonBase/TouchRipple.d.ts +0 -22
  139. package/ButtonBase/buttonBaseClasses.d.ts +0 -12
  140. package/ButtonBase/index.d.ts +0 -6
  141. package/ButtonBase/touchRippleClasses.d.ts +0 -20
  142. package/ButtonGroup/ButtonGroup.d.ts +0 -91
  143. package/ButtonGroup/ButtonGroupButtonContext.d.ts +0 -6
  144. package/ButtonGroup/ButtonGroupContext.d.ts +0 -18
  145. package/ButtonGroup/buttonGroupClasses.d.ts +0 -104
  146. package/ButtonGroup/index.d.ts +0 -6
  147. package/Card/Card.d.ts +0 -47
  148. package/Card/cardClasses.d.ts +0 -8
  149. package/Card/index.d.ts +0 -4
  150. package/CardActionArea/CardActionArea.d.ts +0 -38
  151. package/CardActionArea/cardActionAreaClasses.d.ts +0 -12
  152. package/CardActionArea/index.d.ts +0 -4
  153. package/CardActions/CardActions.d.ts +0 -35
  154. package/CardActions/cardActionsClasses.d.ts +0 -10
  155. package/CardActions/index.d.ts +0 -4
  156. package/CardContent/CardContent.d.ts +0 -38
  157. package/CardContent/cardContentClasses.d.ts +0 -8
  158. package/CardContent/index.d.ts +0 -4
  159. package/CardHeader/CardHeader.d.ts +0 -157
  160. package/CardHeader/cardHeaderClasses.d.ts +0 -18
  161. package/CardHeader/index.d.ts +0 -4
  162. package/CardMedia/CardMedia.d.ts +0 -51
  163. package/CardMedia/cardMediaClasses.d.ts +0 -12
  164. package/CardMedia/index.d.ts +0 -4
  165. package/Checkbox/Checkbox.d.ts +0 -131
  166. package/Checkbox/checkboxClasses.d.ts +0 -22
  167. package/Checkbox/index.d.ts +0 -4
  168. package/Chip/Chip.d.ts +0 -107
  169. package/Chip/chipClasses.d.ts +0 -150
  170. package/Chip/index.d.ts +0 -4
  171. package/CircularProgress/CircularProgress.d.ts +0 -71
  172. package/CircularProgress/circularProgressClasses.d.ts +0 -30
  173. package/CircularProgress/index.d.ts +0 -4
  174. package/ClickAwayListener/ClickAwayListener.d.ts +0 -47
  175. package/ClickAwayListener/index.d.ts +0 -2
  176. package/Collapse/Collapse.d.ts +0 -71
  177. package/Collapse/collapseClasses.d.ts +0 -18
  178. package/Collapse/index.d.ts +0 -4
  179. package/Container/Container.d.ts +0 -55
  180. package/Container/containerClasses.d.ts +0 -6
  181. package/Container/index.d.ts +0 -4
  182. package/CssBaseline/CssBaseline.d.ts +0 -28
  183. package/CssBaseline/index.d.ts +0 -2
  184. package/DefaultPropsProvider/DefaultPropsProvider.d.ts +0 -13
  185. package/DefaultPropsProvider/index.d.ts +0 -1
  186. package/Dialog/Dialog.d.ts +0 -189
  187. package/Dialog/DialogContext.d.ts +0 -6
  188. package/Dialog/dialogClasses.d.ts +0 -36
  189. package/Dialog/index.d.ts +0 -4
  190. package/DialogActions/DialogActions.d.ts +0 -35
  191. package/DialogActions/dialogActionsClasses.d.ts +0 -10
  192. package/DialogActions/index.d.ts +0 -4
  193. package/DialogContent/DialogContent.d.ts +0 -35
  194. package/DialogContent/dialogContentClasses.d.ts +0 -10
  195. package/DialogContent/index.d.ts +0 -4
  196. package/DialogContentText/DialogContentText.d.ts +0 -37
  197. package/DialogContentText/dialogContentTextClasses.d.ts +0 -8
  198. package/DialogContentText/index.d.ts +0 -4
  199. package/DialogTitle/DialogTitle.d.ts +0 -43
  200. package/DialogTitle/dialogTitleClasses.d.ts +0 -8
  201. package/DialogTitle/index.d.ts +0 -4
  202. package/Divider/Divider.d.ts +0 -74
  203. package/Divider/dividerClasses.d.ts +0 -38
  204. package/Divider/index.d.ts +0 -4
  205. package/Drawer/Drawer.d.ts +0 -154
  206. package/Drawer/drawerClasses.d.ts +0 -54
  207. package/Drawer/index.d.ts +0 -4
  208. package/Fab/Fab.d.ts +0 -82
  209. package/Fab/fabClasses.d.ts +0 -26
  210. package/Fab/index.d.ts +0 -4
  211. package/Fade/Fade.d.ts +0 -48
  212. package/Fade/index.d.ts +0 -2
  213. package/FilledInput/FilledInput.d.ts +0 -42
  214. package/FilledInput/filledInputClasses.d.ts +0 -30
  215. package/FilledInput/index.d.ts +0 -4
  216. package/FormControl/FormControl.d.ts +0 -120
  217. package/FormControl/FormControlContext.d.ts +0 -17
  218. package/FormControl/formControlClasses.d.ts +0 -14
  219. package/FormControl/index.d.ts +0 -6
  220. package/FormControl/useFormControl.d.ts +0 -2
  221. package/FormControlLabel/FormControlLabel.d.ts +0 -101
  222. package/FormControlLabel/formControlLabelClasses.d.ts +0 -24
  223. package/FormControlLabel/index.d.ts +0 -4
  224. package/FormGroup/FormGroup.d.ts +0 -39
  225. package/FormGroup/formGroupClasses.d.ts +0 -12
  226. package/FormGroup/index.d.ts +0 -4
  227. package/FormHelperText/FormHelperText.d.ts +0 -71
  228. package/FormHelperText/formHelperTextClasses.d.ts +0 -22
  229. package/FormHelperText/index.d.ts +0 -4
  230. package/FormLabel/FormLabel.d.ts +0 -78
  231. package/FormLabel/formLabelClasses.d.ts +0 -22
  232. package/FormLabel/index.d.ts +0 -4
  233. package/GlobalStyles/GlobalStyles.d.ts +0 -20
  234. package/GlobalStyles/index.d.ts +0 -2
  235. package/Grid/Grid.d.ts +0 -160
  236. package/Grid/index.d.ts +0 -4
  237. package/Grid2/Grid2.d.ts +0 -111
  238. package/Grid2/Grid2.js +0 -144
  239. package/Grid2/grid2Classes.d.ts +0 -10
  240. package/Grid2/index.d.ts +0 -4
  241. package/Grid2/index.js +0 -45
  242. package/Grow/Grow.d.ts +0 -49
  243. package/Grow/index.d.ts +0 -2
  244. package/Icon/Icon.d.ts +0 -62
  245. package/Icon/iconClasses.d.ts +0 -24
  246. package/Icon/index.d.ts +0 -4
  247. package/IconButton/IconButton.d.ts +0 -90
  248. package/IconButton/iconButtonClasses.d.ts +0 -40
  249. package/IconButton/index.d.ts +0 -4
  250. package/ImageList/ImageList.d.ts +0 -60
  251. package/ImageList/imageListClasses.d.ts +0 -16
  252. package/ImageList/index.d.ts +0 -4
  253. package/ImageListItem/ImageListItem.d.ts +0 -48
  254. package/ImageListItem/imageListItemClasses.d.ts +0 -18
  255. package/ImageListItem/index.d.ts +0 -4
  256. package/ImageListItemBar/ImageListItemBar.d.ts +0 -49
  257. package/ImageListItemBar/imageListItemBarClasses.d.ts +0 -42
  258. package/ImageListItemBar/index.d.ts +0 -4
  259. package/InitColorSchemeScript/InitColorSchemeScript.d.ts +0 -10
  260. package/InitColorSchemeScript/index.d.ts +0 -1
  261. package/Input/Input.d.ts +0 -35
  262. package/Input/index.d.ts +0 -4
  263. package/Input/inputClasses.d.ts +0 -38
  264. package/InputAdornment/InputAdornment.d.ts +0 -59
  265. package/InputAdornment/index.d.ts +0 -4
  266. package/InputAdornment/inputAdornmentClasses.d.ts +0 -24
  267. package/InputBase/InputBase.d.ts +0 -247
  268. package/InputBase/index.d.ts +0 -4
  269. package/InputBase/inputBaseClasses.d.ts +0 -55
  270. package/InputLabel/InputLabel.d.ts +0 -79
  271. package/InputLabel/index.d.ts +0 -4
  272. package/InputLabel/inputLabelClasses.d.ts +0 -32
  273. package/LinearProgress/LinearProgress.d.ts +0 -57
  274. package/LinearProgress/index.d.ts +0 -4
  275. package/LinearProgress/linearProgressClasses.d.ts +0 -64
  276. package/Link/Link.d.ts +0 -63
  277. package/Link/getTextDecoration.d.ts +0 -11
  278. package/Link/index.d.ts +0 -4
  279. package/Link/linkClasses.d.ts +0 -18
  280. package/List/List.d.ts +0 -65
  281. package/List/ListContext.d.ts +0 -5
  282. package/List/index.d.ts +0 -4
  283. package/List/listClasses.d.ts +0 -14
  284. package/ListItem/ListItem.d.ts +0 -127
  285. package/ListItem/index.d.ts +0 -4
  286. package/ListItem/listItemClasses.d.ts +0 -22
  287. package/ListItemAvatar/ListItemAvatar.d.ts +0 -30
  288. package/ListItemAvatar/index.d.ts +0 -4
  289. package/ListItemAvatar/listItemAvatarClasses.d.ts +0 -10
  290. package/ListItemButton/ListItemButton.d.ts +0 -85
  291. package/ListItemButton/index.d.ts +0 -4
  292. package/ListItemButton/listItemButtonClasses.d.ts +0 -22
  293. package/ListItemIcon/ListItemIcon.d.ts +0 -32
  294. package/ListItemIcon/index.d.ts +0 -4
  295. package/ListItemIcon/listItemIconClasses.d.ts +0 -10
  296. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -36
  297. package/ListItemSecondaryAction/index.d.ts +0 -4
  298. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +0 -10
  299. package/ListItemText/ListItemText.d.ts +0 -95
  300. package/ListItemText/index.d.ts +0 -4
  301. package/ListItemText/listItemTextClasses.d.ts +0 -18
  302. package/ListSubheader/ListSubheader.d.ts +0 -59
  303. package/ListSubheader/index.d.ts +0 -4
  304. package/ListSubheader/listSubheaderClasses.d.ts +0 -18
  305. package/Menu/Menu.d.ts +0 -95
  306. package/Menu/index.d.ts +0 -4
  307. package/Menu/menuClasses.d.ts +0 -12
  308. package/MenuItem/MenuItem.d.ts +0 -69
  309. package/MenuItem/index.d.ts +0 -4
  310. package/MenuItem/menuItemClasses.d.ts +0 -20
  311. package/MenuList/MenuList.d.ts +0 -62
  312. package/MenuList/index.d.ts +0 -2
  313. package/MobileStepper/MobileStepper.d.ts +0 -112
  314. package/MobileStepper/index.d.ts +0 -4
  315. package/MobileStepper/mobileStepperClasses.d.ts +0 -22
  316. package/Modal/Modal.d.ts +0 -226
  317. package/Modal/ModalManager.d.ts +0 -25
  318. package/Modal/index.d.ts +0 -5
  319. package/Modal/modalClasses.d.ts +0 -12
  320. package/Modal/useModal.d.ts +0 -13
  321. package/Modal/useModal.types.d.ts +0 -118
  322. package/NativeSelect/NativeSelect.d.ts +0 -68
  323. package/NativeSelect/NativeSelectInput.d.ts +0 -13
  324. package/NativeSelect/index.d.ts +0 -4
  325. package/NativeSelect/nativeSelectClasses.d.ts +0 -34
  326. package/NoSsr/NoSsr.d.ts +0 -25
  327. package/NoSsr/NoSsr.types.d.ts +0 -18
  328. package/NoSsr/index.d.ts +0 -3
  329. package/OutlinedInput/NotchedOutline.d.ts +0 -12
  330. package/OutlinedInput/OutlinedInput.d.ts +0 -40
  331. package/OutlinedInput/index.d.ts +0 -4
  332. package/OutlinedInput/outlinedInputClasses.d.ts +0 -38
  333. package/OverridableComponent/index.d.ts +0 -41
  334. package/Pagination/Pagination.d.ts +0 -79
  335. package/Pagination/index.d.ts +0 -4
  336. package/Pagination/paginationClasses.d.ts +0 -14
  337. package/PaginationItem/PaginationItem.d.ts +0 -110
  338. package/PaginationItem/index.d.ts +0 -4
  339. package/PaginationItem/paginationItemClasses.d.ts +0 -54
  340. package/Paper/Paper.d.ts +0 -62
  341. package/Paper/index.d.ts +0 -4
  342. package/Paper/paperClasses.d.ts +0 -64
  343. package/PigmentContainer/PigmentContainer.d.ts +0 -55
  344. package/PigmentContainer/index.d.ts +0 -3
  345. package/PigmentGrid/PigmentGrid.d.ts +0 -83
  346. package/PigmentGrid/index.d.ts +0 -3
  347. package/PigmentStack/PigmentStack.d.ts +0 -49
  348. package/PigmentStack/index.d.ts +0 -3
  349. package/Popover/Popover.d.ts +0 -233
  350. package/Popover/index.d.ts +0 -4
  351. package/Popover/popoverClasses.d.ts +0 -10
  352. package/Popper/BasePopper.d.ts +0 -7
  353. package/Popper/BasePopper.types.d.ts +0 -129
  354. package/Popper/Popper.d.ts +0 -46
  355. package/Popper/index.d.ts +0 -4
  356. package/Popper/popperClasses.d.ts +0 -8
  357. package/Portal/Portal.d.ts +0 -16
  358. package/Portal/Portal.types.d.ts +0 -23
  359. package/Portal/index.d.ts +0 -3
  360. package/Radio/Radio.d.ts +0 -86
  361. package/Radio/index.d.ts +0 -4
  362. package/Radio/radioClasses.d.ts +0 -18
  363. package/RadioGroup/RadioGroup.d.ts +0 -38
  364. package/RadioGroup/RadioGroupContext.d.ts +0 -11
  365. package/RadioGroup/index.d.ts +0 -5
  366. package/RadioGroup/radioGroupClasses.d.ts +0 -6
  367. package/RadioGroup/useRadioGroup.d.ts +0 -3
  368. package/Rating/Rating.d.ts +0 -132
  369. package/Rating/index.d.ts +0 -4
  370. package/Rating/ratingClasses.d.ts +0 -40
  371. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +0 -55
  372. package/ScopedCssBaseline/index.d.ts +0 -4
  373. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +0 -8
  374. package/Select/Select.d.ts +0 -188
  375. package/Select/SelectInput.d.ts +0 -47
  376. package/Select/index.d.ts +0 -4
  377. package/Select/selectClasses.d.ts +0 -42
  378. package/Skeleton/Skeleton.d.ts +0 -62
  379. package/Skeleton/index.d.ts +0 -4
  380. package/Skeleton/skeletonClasses.d.ts +0 -26
  381. package/Slide/Slide.d.ts +0 -63
  382. package/Slide/index.d.ts +0 -2
  383. package/Slider/Slider.d.ts +0 -298
  384. package/Slider/SliderValueLabel.d.ts +0 -13
  385. package/Slider/SliderValueLabel.types.d.ts +0 -25
  386. package/Slider/index.d.ts +0 -4
  387. package/Slider/sliderClasses.d.ts +0 -88
  388. package/Slider/useSlider.d.ts +0 -14
  389. package/Slider/useSlider.types.d.ts +0 -226
  390. package/Snackbar/Snackbar.d.ts +0 -182
  391. package/Snackbar/index.d.ts +0 -4
  392. package/Snackbar/snackbarClasses.d.ts +0 -20
  393. package/Snackbar/useSnackbar.d.ts +0 -14
  394. package/Snackbar/useSnackbar.types.d.ts +0 -59
  395. package/SnackbarContent/SnackbarContent.d.ts +0 -42
  396. package/SnackbarContent/index.d.ts +0 -4
  397. package/SnackbarContent/snackbarContentClasses.d.ts +0 -12
  398. package/SpeedDial/SpeedDial.d.ts +0 -121
  399. package/SpeedDial/index.d.ts +0 -4
  400. package/SpeedDial/speedDialClasses.d.ts +0 -22
  401. package/SpeedDialAction/SpeedDialAction.d.ts +0 -117
  402. package/SpeedDialAction/index.d.ts +0 -4
  403. package/SpeedDialAction/speedDialActionClasses.d.ts +0 -20
  404. package/SpeedDialIcon/SpeedDialIcon.d.ts +0 -43
  405. package/SpeedDialIcon/index.d.ts +0 -4
  406. package/SpeedDialIcon/speedDialIconClasses.d.ts +0 -18
  407. package/Stack/Stack.d.ts +0 -58
  408. package/Stack/index.d.ts +0 -4
  409. package/Stack/stackClasses.d.ts +0 -6
  410. package/Step/Step.d.ts +0 -70
  411. package/Step/StepContext.d.ts +0 -20
  412. package/Step/index.d.ts +0 -6
  413. package/Step/stepClasses.d.ts +0 -16
  414. package/StepButton/StepButton.d.ts +0 -56
  415. package/StepButton/index.d.ts +0 -4
  416. package/StepButton/stepButtonClasses.d.ts +0 -14
  417. package/StepConnector/StepConnector.d.ts +0 -29
  418. package/StepConnector/index.d.ts +0 -4
  419. package/StepConnector/stepConnectorClasses.d.ts +0 -30
  420. package/StepContent/StepContent.d.ts +0 -75
  421. package/StepContent/index.d.ts +0 -4
  422. package/StepContent/stepContentClasses.d.ts +0 -12
  423. package/StepIcon/StepIcon.d.ts +0 -50
  424. package/StepIcon/index.d.ts +0 -4
  425. package/StepIcon/stepIconClasses.d.ts +0 -16
  426. package/StepLabel/StepLabel.d.ts +0 -88
  427. package/StepLabel/index.d.ts +0 -4
  428. package/StepLabel/stepLabelClasses.d.ts +0 -28
  429. package/Stepper/Stepper.d.ts +0 -71
  430. package/Stepper/StepperContext.d.ts +0 -18
  431. package/Stepper/index.d.ts +0 -6
  432. package/Stepper/stepperClasses.d.ts +0 -16
  433. package/StyledEngineProvider/index.d.ts +0 -4
  434. package/StyledEngineProvider/index.js +0 -12
  435. package/SvgIcon/SvgIcon.d.ts +0 -89
  436. package/SvgIcon/index.d.ts +0 -4
  437. package/SvgIcon/svgIconClasses.d.ts +0 -26
  438. package/SwipeableDrawer/SwipeableDrawer.d.ts +0 -106
  439. package/SwipeableDrawer/index.d.ts +0 -2
  440. package/Switch/Switch.d.ts +0 -62
  441. package/Switch/index.d.ts +0 -4
  442. package/Switch/switchClasses.d.ts +0 -32
  443. package/Tab/Tab.d.ts +0 -75
  444. package/Tab/index.d.ts +0 -4
  445. package/Tab/tabClasses.d.ts +0 -30
  446. package/TabScrollButton/TabScrollButton.d.ts +0 -67
  447. package/TabScrollButton/index.d.ts +0 -4
  448. package/TabScrollButton/tabScrollButtonClasses.d.ts +0 -12
  449. package/Table/Table.d.ts +0 -55
  450. package/Table/TableContext.d.ts +0 -7
  451. package/Table/Tablelvl2Context.d.ts +0 -6
  452. package/Table/index.d.ts +0 -4
  453. package/Table/tableClasses.d.ts +0 -10
  454. package/TableBody/TableBody.d.ts +0 -38
  455. package/TableBody/index.d.ts +0 -4
  456. package/TableBody/tableBodyClasses.d.ts +0 -8
  457. package/TableCell/TableCell.d.ts +0 -82
  458. package/TableCell/index.d.ts +0 -4
  459. package/TableCell/tableCellClasses.d.ts +0 -32
  460. package/TableContainer/TableContainer.d.ts +0 -38
  461. package/TableContainer/index.d.ts +0 -4
  462. package/TableContainer/tableContainerClasses.d.ts +0 -8
  463. package/TableFooter/TableFooter.d.ts +0 -38
  464. package/TableFooter/index.d.ts +0 -4
  465. package/TableFooter/tableFooterClasses.d.ts +0 -8
  466. package/TableHead/TableHead.d.ts +0 -38
  467. package/TableHead/index.d.ts +0 -4
  468. package/TableHead/tableHeadClasses.d.ts +0 -8
  469. package/TablePagination/TablePagination.d.ts +0 -263
  470. package/TablePagination/TablePaginationActions.d.ts +0 -94
  471. package/TablePagination/index.d.ts +0 -4
  472. package/TablePagination/tablePaginationClasses.d.ts +0 -28
  473. package/TableRow/TableRow.d.ts +0 -50
  474. package/TableRow/index.d.ts +0 -4
  475. package/TableRow/tableRowClasses.d.ts +0 -16
  476. package/TableSortLabel/TableSortLabel.d.ts +0 -90
  477. package/TableSortLabel/index.d.ts +0 -4
  478. package/TableSortLabel/tableSortLabelClasses.d.ts +0 -24
  479. package/Tabs/Tabs.d.ts +0 -272
  480. package/Tabs/index.d.ts +0 -4
  481. package/Tabs/tabsClasses.d.ts +0 -36
  482. package/TextField/TextField.d.ts +0 -312
  483. package/TextField/index.d.ts +0 -4
  484. package/TextField/textFieldClasses.d.ts +0 -8
  485. package/TextareaAutosize/TextareaAutosize.d.ts +0 -14
  486. package/TextareaAutosize/TextareaAutosize.types.d.ts +0 -13
  487. package/TextareaAutosize/index.d.ts +0 -3
  488. package/ToggleButton/ToggleButton.d.ts +0 -95
  489. package/ToggleButton/index.d.ts +0 -4
  490. package/ToggleButton/toggleButtonClasses.d.ts +0 -26
  491. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -82
  492. package/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +0 -6
  493. package/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +0 -16
  494. package/ToggleButtonGroup/index.d.ts +0 -4
  495. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +0 -34
  496. package/Toolbar/Toolbar.d.ts +0 -51
  497. package/Toolbar/index.d.ts +0 -4
  498. package/Toolbar/toolbarClasses.d.ts +0 -14
  499. package/Tooltip/Tooltip.d.ts +0 -229
  500. package/Tooltip/index.d.ts +0 -4
  501. package/Tooltip/tooltipClasses.d.ts +0 -30
  502. package/Typography/Typography.d.ts +0 -99
  503. package/Typography/index.d.ts +0 -4
  504. package/Typography/typographyClasses.d.ts +0 -53
  505. package/Unstable_TrapFocus/FocusTrap.d.ts +0 -10
  506. package/Unstable_TrapFocus/FocusTrap.types.d.ts +0 -54
  507. package/Unstable_TrapFocus/index.d.ts +0 -2
  508. package/Zoom/Zoom.d.ts +0 -49
  509. package/Zoom/index.d.ts +0 -2
  510. package/className/index.d.ts +0 -1
  511. package/colors/amber.d.ts +0 -62
  512. package/colors/blue.d.ts +0 -62
  513. package/colors/blueGrey.d.ts +0 -62
  514. package/colors/brown.d.ts +0 -62
  515. package/colors/common.d.ts +0 -14
  516. package/colors/cyan.d.ts +0 -62
  517. package/colors/deepOrange.d.ts +0 -62
  518. package/colors/deepPurple.d.ts +0 -62
  519. package/colors/green.d.ts +0 -62
  520. package/colors/grey.d.ts +0 -62
  521. package/colors/index.d.ts +0 -20
  522. package/colors/indigo.d.ts +0 -62
  523. package/colors/lightBlue.d.ts +0 -62
  524. package/colors/lightGreen.d.ts +0 -62
  525. package/colors/lime.d.ts +0 -62
  526. package/colors/orange.d.ts +0 -62
  527. package/colors/pink.d.ts +0 -62
  528. package/colors/purple.d.ts +0 -62
  529. package/colors/red.d.ts +0 -62
  530. package/colors/teal.d.ts +0 -62
  531. package/colors/yellow.d.ts +0 -62
  532. package/darkScrollbar/index.d.ts +0 -28
  533. package/esm/Grid/GridContext.js +0 -12
  534. package/esm/Grid2/Grid2.d.ts +0 -111
  535. package/esm/Grid2/Grid2.js +0 -138
  536. package/esm/Grid2/grid2Classes.d.ts +0 -10
  537. package/esm/Grid2/index.d.ts +0 -4
  538. package/esm/Grid2/index.js +0 -4
  539. package/esm/StyledEngineProvider/index.d.ts +0 -4
  540. package/esm/StyledEngineProvider/index.js +0 -1
  541. package/generateUtilityClass/index.d.ts +0 -2
  542. package/generateUtilityClasses/index.d.ts +0 -1
  543. package/index.d.ts +0 -329
  544. package/internal/SwitchBase.d.ts +0 -108
  545. package/internal/switchBaseClasses.d.ts +0 -12
  546. package/locale/index.d.ts +0 -82
  547. package/modern/Accordion/Accordion.d.ts +0 -111
  548. package/modern/Accordion/accordionClasses.d.ts +0 -20
  549. package/modern/Accordion/index.d.ts +0 -4
  550. package/modern/AccordionActions/AccordionActions.d.ts +0 -35
  551. package/modern/AccordionActions/accordionActionsClasses.d.ts +0 -10
  552. package/modern/AccordionActions/index.d.ts +0 -4
  553. package/modern/AccordionDetails/AccordionDetails.d.ts +0 -30
  554. package/modern/AccordionDetails/accordionDetailsClasses.d.ts +0 -8
  555. package/modern/AccordionDetails/index.d.ts +0 -4
  556. package/modern/AccordionSummary/AccordionSummary.d.ts +0 -45
  557. package/modern/AccordionSummary/accordionSummaryClasses.d.ts +0 -25
  558. package/modern/AccordionSummary/index.d.ts +0 -4
  559. package/modern/Alert/Alert.d.ts +0 -178
  560. package/modern/Alert/alertClasses.d.ts +0 -100
  561. package/modern/Alert/index.d.ts +0 -4
  562. package/modern/AlertTitle/AlertTitle.d.ts +0 -31
  563. package/modern/AlertTitle/alertTitleClasses.d.ts +0 -8
  564. package/modern/AlertTitle/index.d.ts +0 -4
  565. package/modern/AppBar/AppBar.d.ts +0 -59
  566. package/modern/AppBar/appBarClasses.d.ts +0 -36
  567. package/modern/AppBar/index.d.ts +0 -4
  568. package/modern/Autocomplete/Autocomplete.d.ts +0 -290
  569. package/modern/Autocomplete/autocompleteClasses.d.ts +0 -58
  570. package/modern/Autocomplete/index.d.ts +0 -4
  571. package/modern/Avatar/Avatar.d.ts +0 -85
  572. package/modern/Avatar/avatarClasses.d.ts +0 -20
  573. package/modern/Avatar/index.d.ts +0 -4
  574. package/modern/AvatarGroup/AvatarGroup.d.ts +0 -96
  575. package/modern/AvatarGroup/avatarGroupClasses.d.ts +0 -10
  576. package/modern/AvatarGroup/index.d.ts +0 -4
  577. package/modern/Backdrop/Backdrop.d.ts +0 -118
  578. package/modern/Backdrop/backdropClasses.d.ts +0 -10
  579. package/modern/Backdrop/index.d.ts +0 -4
  580. package/modern/Badge/Badge.d.ts +0 -158
  581. package/modern/Badge/badgeClasses.d.ts +0 -56
  582. package/modern/Badge/index.d.ts +0 -4
  583. package/modern/Badge/useBadge.d.ts +0 -13
  584. package/modern/Badge/useBadge.types.d.ts +0 -39
  585. package/modern/BottomNavigation/BottomNavigation.d.ts +0 -55
  586. package/modern/BottomNavigation/bottomNavigationClasses.d.ts +0 -8
  587. package/modern/BottomNavigation/index.d.ts +0 -4
  588. package/modern/BottomNavigationAction/BottomNavigationAction.d.ts +0 -62
  589. package/modern/BottomNavigationAction/bottomNavigationActionClasses.d.ts +0 -14
  590. package/modern/BottomNavigationAction/index.d.ts +0 -4
  591. package/modern/Box/Box.d.ts +0 -20
  592. package/modern/Box/boxClasses.d.ts +0 -7
  593. package/modern/Box/index.d.ts +0 -4
  594. package/modern/Breadcrumbs/Breadcrumbs.d.ts +0 -94
  595. package/modern/Breadcrumbs/breadcrumbsClasses.d.ts +0 -14
  596. package/modern/Breadcrumbs/index.d.ts +0 -4
  597. package/modern/Button/Button.d.ts +0 -130
  598. package/modern/Button/buttonClasses.d.ts +0 -194
  599. package/modern/Button/index.d.ts +0 -4
  600. package/modern/ButtonBase/ButtonBase.d.ts +0 -125
  601. package/modern/ButtonBase/TouchRipple.d.ts +0 -22
  602. package/modern/ButtonBase/buttonBaseClasses.d.ts +0 -12
  603. package/modern/ButtonBase/index.d.ts +0 -6
  604. package/modern/ButtonBase/touchRippleClasses.d.ts +0 -20
  605. package/modern/ButtonGroup/ButtonGroup.d.ts +0 -91
  606. package/modern/ButtonGroup/ButtonGroupButtonContext.d.ts +0 -6
  607. package/modern/ButtonGroup/ButtonGroupContext.d.ts +0 -18
  608. package/modern/ButtonGroup/buttonGroupClasses.d.ts +0 -104
  609. package/modern/ButtonGroup/index.d.ts +0 -6
  610. package/modern/Card/Card.d.ts +0 -47
  611. package/modern/Card/cardClasses.d.ts +0 -8
  612. package/modern/Card/index.d.ts +0 -4
  613. package/modern/CardActionArea/CardActionArea.d.ts +0 -38
  614. package/modern/CardActionArea/cardActionAreaClasses.d.ts +0 -12
  615. package/modern/CardActionArea/index.d.ts +0 -4
  616. package/modern/CardActions/CardActions.d.ts +0 -35
  617. package/modern/CardActions/cardActionsClasses.d.ts +0 -10
  618. package/modern/CardActions/index.d.ts +0 -4
  619. package/modern/CardContent/CardContent.d.ts +0 -38
  620. package/modern/CardContent/cardContentClasses.d.ts +0 -8
  621. package/modern/CardContent/index.d.ts +0 -4
  622. package/modern/CardHeader/CardHeader.d.ts +0 -157
  623. package/modern/CardHeader/cardHeaderClasses.d.ts +0 -18
  624. package/modern/CardHeader/index.d.ts +0 -4
  625. package/modern/CardMedia/CardMedia.d.ts +0 -51
  626. package/modern/CardMedia/cardMediaClasses.d.ts +0 -12
  627. package/modern/CardMedia/index.d.ts +0 -4
  628. package/modern/Checkbox/Checkbox.d.ts +0 -131
  629. package/modern/Checkbox/checkboxClasses.d.ts +0 -22
  630. package/modern/Checkbox/index.d.ts +0 -4
  631. package/modern/Chip/Chip.d.ts +0 -107
  632. package/modern/Chip/chipClasses.d.ts +0 -150
  633. package/modern/Chip/index.d.ts +0 -4
  634. package/modern/CircularProgress/CircularProgress.d.ts +0 -71
  635. package/modern/CircularProgress/circularProgressClasses.d.ts +0 -30
  636. package/modern/CircularProgress/index.d.ts +0 -4
  637. package/modern/ClickAwayListener/ClickAwayListener.d.ts +0 -47
  638. package/modern/ClickAwayListener/index.d.ts +0 -2
  639. package/modern/Collapse/Collapse.d.ts +0 -71
  640. package/modern/Collapse/collapseClasses.d.ts +0 -18
  641. package/modern/Collapse/index.d.ts +0 -4
  642. package/modern/Container/Container.d.ts +0 -55
  643. package/modern/Container/containerClasses.d.ts +0 -6
  644. package/modern/Container/index.d.ts +0 -4
  645. package/modern/CssBaseline/CssBaseline.d.ts +0 -28
  646. package/modern/CssBaseline/index.d.ts +0 -2
  647. package/modern/DefaultPropsProvider/DefaultPropsProvider.d.ts +0 -13
  648. package/modern/DefaultPropsProvider/index.d.ts +0 -1
  649. package/modern/Dialog/Dialog.d.ts +0 -189
  650. package/modern/Dialog/DialogContext.d.ts +0 -6
  651. package/modern/Dialog/dialogClasses.d.ts +0 -36
  652. package/modern/Dialog/index.d.ts +0 -4
  653. package/modern/DialogActions/DialogActions.d.ts +0 -35
  654. package/modern/DialogActions/dialogActionsClasses.d.ts +0 -10
  655. package/modern/DialogActions/index.d.ts +0 -4
  656. package/modern/DialogContent/DialogContent.d.ts +0 -35
  657. package/modern/DialogContent/dialogContentClasses.d.ts +0 -10
  658. package/modern/DialogContent/index.d.ts +0 -4
  659. package/modern/DialogContentText/DialogContentText.d.ts +0 -37
  660. package/modern/DialogContentText/dialogContentTextClasses.d.ts +0 -8
  661. package/modern/DialogContentText/index.d.ts +0 -4
  662. package/modern/DialogTitle/DialogTitle.d.ts +0 -43
  663. package/modern/DialogTitle/dialogTitleClasses.d.ts +0 -8
  664. package/modern/DialogTitle/index.d.ts +0 -4
  665. package/modern/Divider/Divider.d.ts +0 -74
  666. package/modern/Divider/dividerClasses.d.ts +0 -38
  667. package/modern/Divider/index.d.ts +0 -4
  668. package/modern/Drawer/Drawer.d.ts +0 -154
  669. package/modern/Drawer/drawerClasses.d.ts +0 -54
  670. package/modern/Drawer/index.d.ts +0 -4
  671. package/modern/Fab/Fab.d.ts +0 -82
  672. package/modern/Fab/fabClasses.d.ts +0 -26
  673. package/modern/Fab/index.d.ts +0 -4
  674. package/modern/Fade/Fade.d.ts +0 -48
  675. package/modern/Fade/index.d.ts +0 -2
  676. package/modern/FilledInput/FilledInput.d.ts +0 -42
  677. package/modern/FilledInput/filledInputClasses.d.ts +0 -30
  678. package/modern/FilledInput/index.d.ts +0 -4
  679. package/modern/FormControl/FormControl.d.ts +0 -120
  680. package/modern/FormControl/FormControlContext.d.ts +0 -17
  681. package/modern/FormControl/formControlClasses.d.ts +0 -14
  682. package/modern/FormControl/index.d.ts +0 -6
  683. package/modern/FormControl/useFormControl.d.ts +0 -2
  684. package/modern/FormControlLabel/FormControlLabel.d.ts +0 -101
  685. package/modern/FormControlLabel/formControlLabelClasses.d.ts +0 -24
  686. package/modern/FormControlLabel/index.d.ts +0 -4
  687. package/modern/FormGroup/FormGroup.d.ts +0 -39
  688. package/modern/FormGroup/formGroupClasses.d.ts +0 -12
  689. package/modern/FormGroup/index.d.ts +0 -4
  690. package/modern/FormHelperText/FormHelperText.d.ts +0 -71
  691. package/modern/FormHelperText/formHelperTextClasses.d.ts +0 -22
  692. package/modern/FormHelperText/index.d.ts +0 -4
  693. package/modern/FormLabel/FormLabel.d.ts +0 -78
  694. package/modern/FormLabel/formLabelClasses.d.ts +0 -22
  695. package/modern/FormLabel/index.d.ts +0 -4
  696. package/modern/GlobalStyles/GlobalStyles.d.ts +0 -20
  697. package/modern/GlobalStyles/index.d.ts +0 -2
  698. package/modern/Grid/GridContext.js +0 -12
  699. package/modern/Grid/gridClasses.d.ts +0 -48
  700. package/modern/Grid/index.d.ts +0 -4
  701. package/modern/Grid2/Grid2.d.ts +0 -111
  702. package/modern/Grid2/Grid2.js +0 -138
  703. package/modern/Grid2/grid2Classes.d.ts +0 -10
  704. package/modern/Grid2/index.d.ts +0 -4
  705. package/modern/Grid2/index.js +0 -4
  706. package/modern/Grow/Grow.d.ts +0 -49
  707. package/modern/Grow/index.d.ts +0 -2
  708. package/modern/Icon/Icon.d.ts +0 -62
  709. package/modern/Icon/iconClasses.d.ts +0 -24
  710. package/modern/Icon/index.d.ts +0 -4
  711. package/modern/IconButton/IconButton.d.ts +0 -90
  712. package/modern/IconButton/iconButtonClasses.d.ts +0 -40
  713. package/modern/IconButton/index.d.ts +0 -4
  714. package/modern/ImageList/ImageList.d.ts +0 -60
  715. package/modern/ImageList/imageListClasses.d.ts +0 -16
  716. package/modern/ImageList/index.d.ts +0 -4
  717. package/modern/ImageListItem/ImageListItem.d.ts +0 -48
  718. package/modern/ImageListItem/imageListItemClasses.d.ts +0 -18
  719. package/modern/ImageListItem/index.d.ts +0 -4
  720. package/modern/ImageListItemBar/ImageListItemBar.d.ts +0 -49
  721. package/modern/ImageListItemBar/imageListItemBarClasses.d.ts +0 -42
  722. package/modern/ImageListItemBar/index.d.ts +0 -4
  723. package/modern/InitColorSchemeScript/InitColorSchemeScript.d.ts +0 -10
  724. package/modern/InitColorSchemeScript/index.d.ts +0 -1
  725. package/modern/Input/Input.d.ts +0 -35
  726. package/modern/Input/index.d.ts +0 -4
  727. package/modern/Input/inputClasses.d.ts +0 -38
  728. package/modern/InputAdornment/InputAdornment.d.ts +0 -59
  729. package/modern/InputAdornment/index.d.ts +0 -4
  730. package/modern/InputAdornment/inputAdornmentClasses.d.ts +0 -24
  731. package/modern/InputBase/InputBase.d.ts +0 -247
  732. package/modern/InputBase/index.d.ts +0 -4
  733. package/modern/InputBase/inputBaseClasses.d.ts +0 -55
  734. package/modern/InputLabel/InputLabel.d.ts +0 -79
  735. package/modern/InputLabel/index.d.ts +0 -4
  736. package/modern/InputLabel/inputLabelClasses.d.ts +0 -32
  737. package/modern/LinearProgress/LinearProgress.d.ts +0 -57
  738. package/modern/LinearProgress/index.d.ts +0 -4
  739. package/modern/LinearProgress/linearProgressClasses.d.ts +0 -64
  740. package/modern/Link/Link.d.ts +0 -63
  741. package/modern/Link/getTextDecoration.d.ts +0 -11
  742. package/modern/Link/index.d.ts +0 -4
  743. package/modern/Link/linkClasses.d.ts +0 -18
  744. package/modern/List/List.d.ts +0 -65
  745. package/modern/List/ListContext.d.ts +0 -5
  746. package/modern/List/index.d.ts +0 -4
  747. package/modern/List/listClasses.d.ts +0 -14
  748. package/modern/ListItem/ListItem.d.ts +0 -127
  749. package/modern/ListItem/index.d.ts +0 -4
  750. package/modern/ListItem/listItemClasses.d.ts +0 -22
  751. package/modern/ListItemAvatar/ListItemAvatar.d.ts +0 -30
  752. package/modern/ListItemAvatar/index.d.ts +0 -4
  753. package/modern/ListItemAvatar/listItemAvatarClasses.d.ts +0 -10
  754. package/modern/ListItemButton/ListItemButton.d.ts +0 -85
  755. package/modern/ListItemButton/index.d.ts +0 -4
  756. package/modern/ListItemButton/listItemButtonClasses.d.ts +0 -22
  757. package/modern/ListItemIcon/ListItemIcon.d.ts +0 -32
  758. package/modern/ListItemIcon/index.d.ts +0 -4
  759. package/modern/ListItemIcon/listItemIconClasses.d.ts +0 -10
  760. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -36
  761. package/modern/ListItemSecondaryAction/index.d.ts +0 -4
  762. package/modern/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +0 -10
  763. package/modern/ListItemText/ListItemText.d.ts +0 -95
  764. package/modern/ListItemText/index.d.ts +0 -4
  765. package/modern/ListItemText/listItemTextClasses.d.ts +0 -18
  766. package/modern/ListSubheader/ListSubheader.d.ts +0 -59
  767. package/modern/ListSubheader/index.d.ts +0 -4
  768. package/modern/ListSubheader/listSubheaderClasses.d.ts +0 -18
  769. package/modern/Menu/Menu.d.ts +0 -95
  770. package/modern/Menu/index.d.ts +0 -4
  771. package/modern/Menu/menuClasses.d.ts +0 -12
  772. package/modern/MenuItem/MenuItem.d.ts +0 -69
  773. package/modern/MenuItem/index.d.ts +0 -4
  774. package/modern/MenuItem/menuItemClasses.d.ts +0 -20
  775. package/modern/MenuList/MenuList.d.ts +0 -62
  776. package/modern/MenuList/index.d.ts +0 -2
  777. package/modern/MobileStepper/MobileStepper.d.ts +0 -112
  778. package/modern/MobileStepper/index.d.ts +0 -4
  779. package/modern/MobileStepper/mobileStepperClasses.d.ts +0 -22
  780. package/modern/Modal/Modal.d.ts +0 -226
  781. package/modern/Modal/ModalManager.d.ts +0 -25
  782. package/modern/Modal/index.d.ts +0 -5
  783. package/modern/Modal/modalClasses.d.ts +0 -12
  784. package/modern/Modal/useModal.d.ts +0 -13
  785. package/modern/Modal/useModal.types.d.ts +0 -118
  786. package/modern/NativeSelect/NativeSelect.d.ts +0 -68
  787. package/modern/NativeSelect/NativeSelectInput.d.ts +0 -13
  788. package/modern/NativeSelect/index.d.ts +0 -4
  789. package/modern/NativeSelect/nativeSelectClasses.d.ts +0 -34
  790. package/modern/NoSsr/NoSsr.d.ts +0 -25
  791. package/modern/NoSsr/NoSsr.types.d.ts +0 -18
  792. package/modern/NoSsr/index.d.ts +0 -3
  793. package/modern/OutlinedInput/NotchedOutline.d.ts +0 -12
  794. package/modern/OutlinedInput/OutlinedInput.d.ts +0 -40
  795. package/modern/OutlinedInput/index.d.ts +0 -4
  796. package/modern/OutlinedInput/outlinedInputClasses.d.ts +0 -38
  797. package/modern/OverridableComponent/index.d.ts +0 -41
  798. package/modern/Pagination/Pagination.d.ts +0 -79
  799. package/modern/Pagination/index.d.ts +0 -4
  800. package/modern/Pagination/paginationClasses.d.ts +0 -14
  801. package/modern/PaginationItem/PaginationItem.d.ts +0 -110
  802. package/modern/PaginationItem/index.d.ts +0 -4
  803. package/modern/PaginationItem/paginationItemClasses.d.ts +0 -54
  804. package/modern/Paper/Paper.d.ts +0 -62
  805. package/modern/Paper/index.d.ts +0 -4
  806. package/modern/Paper/paperClasses.d.ts +0 -64
  807. package/modern/PigmentContainer/PigmentContainer.d.ts +0 -55
  808. package/modern/PigmentContainer/index.d.ts +0 -3
  809. package/modern/PigmentGrid/PigmentGrid.d.ts +0 -83
  810. package/modern/PigmentGrid/index.d.ts +0 -3
  811. package/modern/PigmentStack/PigmentStack.d.ts +0 -49
  812. package/modern/PigmentStack/index.d.ts +0 -3
  813. package/modern/Popover/Popover.d.ts +0 -233
  814. package/modern/Popover/index.d.ts +0 -4
  815. package/modern/Popover/popoverClasses.d.ts +0 -10
  816. package/modern/Popper/BasePopper.d.ts +0 -7
  817. package/modern/Popper/BasePopper.types.d.ts +0 -129
  818. package/modern/Popper/Popper.d.ts +0 -46
  819. package/modern/Popper/index.d.ts +0 -4
  820. package/modern/Popper/popperClasses.d.ts +0 -8
  821. package/modern/Portal/Portal.d.ts +0 -16
  822. package/modern/Portal/Portal.types.d.ts +0 -23
  823. package/modern/Portal/index.d.ts +0 -3
  824. package/modern/Radio/Radio.d.ts +0 -86
  825. package/modern/Radio/index.d.ts +0 -4
  826. package/modern/Radio/radioClasses.d.ts +0 -18
  827. package/modern/RadioGroup/RadioGroup.d.ts +0 -38
  828. package/modern/RadioGroup/RadioGroupContext.d.ts +0 -11
  829. package/modern/RadioGroup/index.d.ts +0 -5
  830. package/modern/RadioGroup/radioGroupClasses.d.ts +0 -6
  831. package/modern/RadioGroup/useRadioGroup.d.ts +0 -3
  832. package/modern/Rating/Rating.d.ts +0 -132
  833. package/modern/Rating/index.d.ts +0 -4
  834. package/modern/Rating/ratingClasses.d.ts +0 -40
  835. package/modern/ScopedCssBaseline/ScopedCssBaseline.d.ts +0 -55
  836. package/modern/ScopedCssBaseline/index.d.ts +0 -4
  837. package/modern/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +0 -8
  838. package/modern/Select/Select.d.ts +0 -188
  839. package/modern/Select/SelectInput.d.ts +0 -47
  840. package/modern/Select/index.d.ts +0 -4
  841. package/modern/Select/selectClasses.d.ts +0 -42
  842. package/modern/Skeleton/Skeleton.d.ts +0 -62
  843. package/modern/Skeleton/index.d.ts +0 -4
  844. package/modern/Skeleton/skeletonClasses.d.ts +0 -26
  845. package/modern/Slide/Slide.d.ts +0 -63
  846. package/modern/Slide/index.d.ts +0 -2
  847. package/modern/Slider/Slider.d.ts +0 -298
  848. package/modern/Slider/SliderValueLabel.d.ts +0 -13
  849. package/modern/Slider/SliderValueLabel.types.d.ts +0 -25
  850. package/modern/Slider/index.d.ts +0 -4
  851. package/modern/Slider/sliderClasses.d.ts +0 -88
  852. package/modern/Slider/useSlider.d.ts +0 -14
  853. package/modern/Slider/useSlider.types.d.ts +0 -226
  854. package/modern/Snackbar/Snackbar.d.ts +0 -182
  855. package/modern/Snackbar/index.d.ts +0 -4
  856. package/modern/Snackbar/snackbarClasses.d.ts +0 -20
  857. package/modern/Snackbar/useSnackbar.d.ts +0 -14
  858. package/modern/Snackbar/useSnackbar.types.d.ts +0 -59
  859. package/modern/SnackbarContent/SnackbarContent.d.ts +0 -42
  860. package/modern/SnackbarContent/index.d.ts +0 -4
  861. package/modern/SnackbarContent/snackbarContentClasses.d.ts +0 -12
  862. package/modern/SpeedDial/SpeedDial.d.ts +0 -121
  863. package/modern/SpeedDial/index.d.ts +0 -4
  864. package/modern/SpeedDial/speedDialClasses.d.ts +0 -22
  865. package/modern/SpeedDialAction/SpeedDialAction.d.ts +0 -117
  866. package/modern/SpeedDialAction/index.d.ts +0 -4
  867. package/modern/SpeedDialAction/speedDialActionClasses.d.ts +0 -20
  868. package/modern/SpeedDialIcon/SpeedDialIcon.d.ts +0 -43
  869. package/modern/SpeedDialIcon/index.d.ts +0 -4
  870. package/modern/SpeedDialIcon/speedDialIconClasses.d.ts +0 -18
  871. package/modern/Stack/Stack.d.ts +0 -58
  872. package/modern/Stack/index.d.ts +0 -4
  873. package/modern/Stack/stackClasses.d.ts +0 -6
  874. package/modern/Step/Step.d.ts +0 -70
  875. package/modern/Step/StepContext.d.ts +0 -20
  876. package/modern/Step/index.d.ts +0 -6
  877. package/modern/Step/stepClasses.d.ts +0 -16
  878. package/modern/StepButton/StepButton.d.ts +0 -56
  879. package/modern/StepButton/index.d.ts +0 -4
  880. package/modern/StepButton/stepButtonClasses.d.ts +0 -14
  881. package/modern/StepConnector/StepConnector.d.ts +0 -29
  882. package/modern/StepConnector/index.d.ts +0 -4
  883. package/modern/StepConnector/stepConnectorClasses.d.ts +0 -30
  884. package/modern/StepContent/StepContent.d.ts +0 -75
  885. package/modern/StepContent/index.d.ts +0 -4
  886. package/modern/StepContent/stepContentClasses.d.ts +0 -12
  887. package/modern/StepIcon/StepIcon.d.ts +0 -50
  888. package/modern/StepIcon/index.d.ts +0 -4
  889. package/modern/StepIcon/stepIconClasses.d.ts +0 -16
  890. package/modern/StepLabel/StepLabel.d.ts +0 -88
  891. package/modern/StepLabel/index.d.ts +0 -4
  892. package/modern/StepLabel/stepLabelClasses.d.ts +0 -28
  893. package/modern/Stepper/Stepper.d.ts +0 -71
  894. package/modern/Stepper/StepperContext.d.ts +0 -18
  895. package/modern/Stepper/index.d.ts +0 -6
  896. package/modern/Stepper/stepperClasses.d.ts +0 -16
  897. package/modern/StyledEngineProvider/index.d.ts +0 -4
  898. package/modern/StyledEngineProvider/index.js +0 -1
  899. package/modern/SvgIcon/SvgIcon.d.ts +0 -89
  900. package/modern/SvgIcon/index.d.ts +0 -4
  901. package/modern/SvgIcon/svgIconClasses.d.ts +0 -26
  902. package/modern/SwipeableDrawer/SwipeableDrawer.d.ts +0 -106
  903. package/modern/SwipeableDrawer/index.d.ts +0 -2
  904. package/modern/Switch/Switch.d.ts +0 -62
  905. package/modern/Switch/index.d.ts +0 -4
  906. package/modern/Switch/switchClasses.d.ts +0 -32
  907. package/modern/Tab/Tab.d.ts +0 -75
  908. package/modern/Tab/index.d.ts +0 -4
  909. package/modern/Tab/tabClasses.d.ts +0 -30
  910. package/modern/TabScrollButton/TabScrollButton.d.ts +0 -67
  911. package/modern/TabScrollButton/index.d.ts +0 -4
  912. package/modern/TabScrollButton/tabScrollButtonClasses.d.ts +0 -12
  913. package/modern/Table/Table.d.ts +0 -55
  914. package/modern/Table/TableContext.d.ts +0 -7
  915. package/modern/Table/Tablelvl2Context.d.ts +0 -6
  916. package/modern/Table/index.d.ts +0 -4
  917. package/modern/Table/tableClasses.d.ts +0 -10
  918. package/modern/TableBody/TableBody.d.ts +0 -38
  919. package/modern/TableBody/index.d.ts +0 -4
  920. package/modern/TableBody/tableBodyClasses.d.ts +0 -8
  921. package/modern/TableCell/TableCell.d.ts +0 -82
  922. package/modern/TableCell/index.d.ts +0 -4
  923. package/modern/TableCell/tableCellClasses.d.ts +0 -32
  924. package/modern/TableContainer/TableContainer.d.ts +0 -38
  925. package/modern/TableContainer/index.d.ts +0 -4
  926. package/modern/TableContainer/tableContainerClasses.d.ts +0 -8
  927. package/modern/TableFooter/TableFooter.d.ts +0 -38
  928. package/modern/TableFooter/index.d.ts +0 -4
  929. package/modern/TableFooter/tableFooterClasses.d.ts +0 -8
  930. package/modern/TableHead/TableHead.d.ts +0 -38
  931. package/modern/TableHead/index.d.ts +0 -4
  932. package/modern/TableHead/tableHeadClasses.d.ts +0 -8
  933. package/modern/TablePagination/TablePagination.d.ts +0 -263
  934. package/modern/TablePagination/TablePaginationActions.d.ts +0 -94
  935. package/modern/TablePagination/index.d.ts +0 -4
  936. package/modern/TablePagination/tablePaginationClasses.d.ts +0 -28
  937. package/modern/TableRow/TableRow.d.ts +0 -50
  938. package/modern/TableRow/index.d.ts +0 -4
  939. package/modern/TableRow/tableRowClasses.d.ts +0 -16
  940. package/modern/TableSortLabel/TableSortLabel.d.ts +0 -90
  941. package/modern/TableSortLabel/index.d.ts +0 -4
  942. package/modern/TableSortLabel/tableSortLabelClasses.d.ts +0 -24
  943. package/modern/Tabs/Tabs.d.ts +0 -272
  944. package/modern/Tabs/index.d.ts +0 -4
  945. package/modern/Tabs/tabsClasses.d.ts +0 -36
  946. package/modern/TextField/TextField.d.ts +0 -312
  947. package/modern/TextField/index.d.ts +0 -4
  948. package/modern/TextField/textFieldClasses.d.ts +0 -8
  949. package/modern/TextareaAutosize/TextareaAutosize.d.ts +0 -14
  950. package/modern/TextareaAutosize/TextareaAutosize.types.d.ts +0 -13
  951. package/modern/TextareaAutosize/index.d.ts +0 -3
  952. package/modern/ToggleButton/ToggleButton.d.ts +0 -95
  953. package/modern/ToggleButton/index.d.ts +0 -4
  954. package/modern/ToggleButton/toggleButtonClasses.d.ts +0 -26
  955. package/modern/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -82
  956. package/modern/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +0 -6
  957. package/modern/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +0 -16
  958. package/modern/ToggleButtonGroup/index.d.ts +0 -4
  959. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +0 -34
  960. package/modern/Toolbar/Toolbar.d.ts +0 -51
  961. package/modern/Toolbar/index.d.ts +0 -4
  962. package/modern/Toolbar/toolbarClasses.d.ts +0 -14
  963. package/modern/Tooltip/Tooltip.d.ts +0 -229
  964. package/modern/Tooltip/index.d.ts +0 -4
  965. package/modern/Tooltip/tooltipClasses.d.ts +0 -30
  966. package/modern/Typography/Typography.d.ts +0 -99
  967. package/modern/Typography/index.d.ts +0 -4
  968. package/modern/Typography/typographyClasses.d.ts +0 -53
  969. package/modern/Unstable_TrapFocus/FocusTrap.d.ts +0 -10
  970. package/modern/Unstable_TrapFocus/FocusTrap.types.d.ts +0 -54
  971. package/modern/Unstable_TrapFocus/index.d.ts +0 -2
  972. package/modern/Zoom/Zoom.d.ts +0 -49
  973. package/modern/Zoom/index.d.ts +0 -2
  974. package/modern/className/index.d.ts +0 -1
  975. package/modern/colors/amber.d.ts +0 -62
  976. package/modern/colors/blue.d.ts +0 -62
  977. package/modern/colors/blueGrey.d.ts +0 -62
  978. package/modern/colors/brown.d.ts +0 -62
  979. package/modern/colors/common.d.ts +0 -14
  980. package/modern/colors/cyan.d.ts +0 -62
  981. package/modern/colors/deepOrange.d.ts +0 -62
  982. package/modern/colors/deepPurple.d.ts +0 -62
  983. package/modern/colors/green.d.ts +0 -62
  984. package/modern/colors/grey.d.ts +0 -62
  985. package/modern/colors/index.d.ts +0 -20
  986. package/modern/colors/indigo.d.ts +0 -62
  987. package/modern/colors/lightBlue.d.ts +0 -62
  988. package/modern/colors/lightGreen.d.ts +0 -62
  989. package/modern/colors/lime.d.ts +0 -62
  990. package/modern/colors/orange.d.ts +0 -62
  991. package/modern/colors/pink.d.ts +0 -62
  992. package/modern/colors/purple.d.ts +0 -62
  993. package/modern/colors/red.d.ts +0 -62
  994. package/modern/colors/teal.d.ts +0 -62
  995. package/modern/colors/yellow.d.ts +0 -62
  996. package/modern/darkScrollbar/index.d.ts +0 -28
  997. package/modern/generateUtilityClass/index.d.ts +0 -2
  998. package/modern/generateUtilityClasses/index.d.ts +0 -1
  999. package/modern/index.d.ts +0 -329
  1000. package/modern/internal/SwitchBase.d.ts +0 -108
  1001. package/modern/internal/switchBaseClasses.d.ts +0 -12
  1002. package/modern/locale/index.d.ts +0 -82
  1003. package/modern/styles/ThemeProvider.d.ts +0 -64
  1004. package/modern/styles/ThemeProviderNoVars.d.ts +0 -10
  1005. package/modern/styles/ThemeProviderWithVars.d.ts +0 -50
  1006. package/modern/styles/adaptV4Theme.d.ts +0 -36
  1007. package/modern/styles/components.d.ts +0 -595
  1008. package/modern/styles/createColorScheme.d.ts +0 -9
  1009. package/modern/styles/createGetSelector.d.ts +0 -16
  1010. package/modern/styles/createMixins.d.ts +0 -32
  1011. package/modern/styles/createPalette.d.ts +0 -125
  1012. package/modern/styles/createStyles.d.ts +0 -1
  1013. package/modern/styles/createTheme.d.ts +0 -15
  1014. package/modern/styles/createThemeNoVars.d.ts +0 -76
  1015. package/modern/styles/createThemeWithVars.d.ts +0 -350
  1016. package/modern/styles/createTransitions.d.ts +0 -51
  1017. package/modern/styles/createTypography.d.ts +0 -50
  1018. package/modern/styles/cssUtils.d.ts +0 -25
  1019. package/modern/styles/excludeVariablesFromRoot.d.ts +0 -5
  1020. package/modern/styles/getOverlayAlpha.d.ts +0 -1
  1021. package/modern/styles/identifier.d.ts +0 -2
  1022. package/modern/styles/index.d.ts +0 -52
  1023. package/modern/styles/makeStyles.d.ts +0 -1
  1024. package/modern/styles/overrides.d.ts +0 -244
  1025. package/modern/styles/props.d.ts +0 -241
  1026. package/modern/styles/responsiveFontSizes.d.ts +0 -11
  1027. package/modern/styles/rootShouldForwardProp.d.ts +0 -2
  1028. package/modern/styles/shadows.d.ts +0 -3
  1029. package/modern/styles/shouldSkipGeneratingVar.d.ts +0 -1
  1030. package/modern/styles/slotShouldForwardProp.d.ts +0 -2
  1031. package/modern/styles/stringifyTheme.d.ts +0 -20
  1032. package/modern/styles/styled.d.ts +0 -13
  1033. package/modern/styles/useTheme.d.ts +0 -2
  1034. package/modern/styles/useThemeProps.d.ts +0 -42
  1035. package/modern/styles/variants.d.ts +0 -10
  1036. package/modern/styles/withStyles.d.ts +0 -1
  1037. package/modern/styles/withTheme.d.ts +0 -1
  1038. package/modern/styles/zIndex.d.ts +0 -13
  1039. package/modern/themeCssVarsAugmentation/index.d.ts +0 -10
  1040. package/modern/transitions/index.d.ts +0 -1
  1041. package/modern/transitions/transition.d.ts +0 -12
  1042. package/modern/transitions/utils.d.ts +0 -23
  1043. package/modern/types/OverridableComponentAugmentation.d.ts +0 -31
  1044. package/modern/useAutocomplete/index.d.ts +0 -2
  1045. package/modern/useAutocomplete/useAutocomplete.d.ts +0 -404
  1046. package/modern/useLazyRipple/index.d.ts +0 -1
  1047. package/modern/useLazyRipple/useLazyRipple.d.ts +0 -32
  1048. package/modern/useMediaQuery/index.d.ts +0 -7
  1049. package/modern/usePagination/index.d.ts +0 -2
  1050. package/modern/usePagination/usePagination.d.ts +0 -74
  1051. package/modern/useScrollTrigger/index.d.ts +0 -1
  1052. package/modern/useScrollTrigger/useScrollTrigger.d.ts +0 -6
  1053. package/modern/utils/PolymorphicComponent.d.ts +0 -17
  1054. package/modern/utils/areArraysEqual.d.ts +0 -3
  1055. package/modern/utils/capitalize.d.ts +0 -2
  1056. package/modern/utils/createChainedFunction.d.ts +0 -2
  1057. package/modern/utils/createSimplePaletteValueFilter.d.ts +0 -12
  1058. package/modern/utils/createSvgIcon.d.ts +0 -2
  1059. package/modern/utils/debounce.d.ts +0 -2
  1060. package/modern/utils/deprecatedPropType.d.ts +0 -2
  1061. package/modern/utils/getScrollbarSize.d.ts +0 -2
  1062. package/modern/utils/index.d.ts +0 -20
  1063. package/modern/utils/isHostComponent.d.ts +0 -6
  1064. package/modern/utils/isMuiElement.d.ts +0 -2
  1065. package/modern/utils/memoTheme.d.ts +0 -7
  1066. package/modern/utils/mergeSlotProps.d.ts +0 -2
  1067. package/modern/utils/omitEventHandlers.d.ts +0 -9
  1068. package/modern/utils/ownerDocument.d.ts +0 -2
  1069. package/modern/utils/ownerWindow.d.ts +0 -2
  1070. package/modern/utils/requirePropFactory.d.ts +0 -2
  1071. package/modern/utils/setRef.d.ts +0 -2
  1072. package/modern/utils/types.d.ts +0 -26
  1073. package/modern/utils/unsupportedProp.d.ts +0 -2
  1074. package/modern/utils/useControlled.d.ts +0 -2
  1075. package/modern/utils/useEnhancedEffect.d.ts +0 -2
  1076. package/modern/utils/useEventCallback.d.ts +0 -2
  1077. package/modern/utils/useForkRef.d.ts +0 -2
  1078. package/modern/utils/useId.d.ts +0 -2
  1079. package/modern/utils/useSlot.d.ts +0 -81
  1080. package/modern/version/index.d.ts +0 -6
  1081. package/modern/zero-styled/index.d.ts +0 -12
  1082. package/styles/ThemeProvider.d.ts +0 -64
  1083. package/styles/ThemeProviderNoVars.d.ts +0 -10
  1084. package/styles/ThemeProviderWithVars.d.ts +0 -50
  1085. package/styles/adaptV4Theme.d.ts +0 -36
  1086. package/styles/components.d.ts +0 -595
  1087. package/styles/createColorScheme.d.ts +0 -9
  1088. package/styles/createGetSelector.d.ts +0 -16
  1089. package/styles/createMixins.d.ts +0 -32
  1090. package/styles/createPalette.d.ts +0 -125
  1091. package/styles/createStyles.d.ts +0 -1
  1092. package/styles/createTheme.d.ts +0 -15
  1093. package/styles/createThemeNoVars.d.ts +0 -76
  1094. package/styles/createThemeWithVars.d.ts +0 -350
  1095. package/styles/createTransitions.d.ts +0 -51
  1096. package/styles/createTypography.d.ts +0 -50
  1097. package/styles/cssUtils.d.ts +0 -25
  1098. package/styles/excludeVariablesFromRoot.d.ts +0 -5
  1099. package/styles/getOverlayAlpha.d.ts +0 -1
  1100. package/styles/identifier.d.ts +0 -2
  1101. package/styles/index.d.ts +0 -52
  1102. package/styles/makeStyles.d.ts +0 -1
  1103. package/styles/overrides.d.ts +0 -244
  1104. package/styles/props.d.ts +0 -241
  1105. package/styles/responsiveFontSizes.d.ts +0 -11
  1106. package/styles/rootShouldForwardProp.d.ts +0 -2
  1107. package/styles/shadows.d.ts +0 -3
  1108. package/styles/shouldSkipGeneratingVar.d.ts +0 -1
  1109. package/styles/slotShouldForwardProp.d.ts +0 -2
  1110. package/styles/stringifyTheme.d.ts +0 -20
  1111. package/styles/styled.d.ts +0 -13
  1112. package/styles/useTheme.d.ts +0 -2
  1113. package/styles/useThemeProps.d.ts +0 -42
  1114. package/styles/variants.d.ts +0 -10
  1115. package/styles/withStyles.d.ts +0 -1
  1116. package/styles/withTheme.d.ts +0 -1
  1117. package/styles/zIndex.d.ts +0 -13
  1118. package/themeCssVarsAugmentation/index.d.ts +0 -10
  1119. package/transitions/index.d.ts +0 -1
  1120. package/transitions/transition.d.ts +0 -12
  1121. package/transitions/utils.d.ts +0 -23
  1122. package/types/OverridableComponentAugmentation.d.ts +0 -31
  1123. package/useAutocomplete/index.d.ts +0 -2
  1124. package/useAutocomplete/useAutocomplete.d.ts +0 -404
  1125. package/useLazyRipple/index.d.ts +0 -1
  1126. package/useLazyRipple/useLazyRipple.d.ts +0 -32
  1127. package/useMediaQuery/index.d.ts +0 -7
  1128. package/usePagination/index.d.ts +0 -2
  1129. package/usePagination/usePagination.d.ts +0 -74
  1130. package/useScrollTrigger/index.d.ts +0 -1
  1131. package/useScrollTrigger/useScrollTrigger.d.ts +0 -6
  1132. package/utils/PolymorphicComponent.d.ts +0 -17
  1133. package/utils/areArraysEqual.d.ts +0 -3
  1134. package/utils/capitalize.d.ts +0 -2
  1135. package/utils/createChainedFunction.d.ts +0 -2
  1136. package/utils/createSimplePaletteValueFilter.d.ts +0 -12
  1137. package/utils/createSvgIcon.d.ts +0 -2
  1138. package/utils/debounce.d.ts +0 -2
  1139. package/utils/deprecatedPropType.d.ts +0 -2
  1140. package/utils/getScrollbarSize.d.ts +0 -2
  1141. package/utils/index.d.ts +0 -20
  1142. package/utils/isHostComponent.d.ts +0 -6
  1143. package/utils/isMuiElement.d.ts +0 -2
  1144. package/utils/memoTheme.d.ts +0 -7
  1145. package/utils/mergeSlotProps.d.ts +0 -2
  1146. package/utils/omitEventHandlers.d.ts +0 -9
  1147. package/utils/ownerDocument.d.ts +0 -2
  1148. package/utils/ownerWindow.d.ts +0 -2
  1149. package/utils/requirePropFactory.d.ts +0 -2
  1150. package/utils/setRef.d.ts +0 -2
  1151. package/utils/types.d.ts +0 -26
  1152. package/utils/unsupportedProp.d.ts +0 -2
  1153. package/utils/useControlled.d.ts +0 -2
  1154. package/utils/useEnhancedEffect.d.ts +0 -2
  1155. package/utils/useEventCallback.d.ts +0 -2
  1156. package/utils/useForkRef.d.ts +0 -2
  1157. package/utils/useId.d.ts +0 -2
  1158. package/utils/useSlot.d.ts +0 -81
  1159. package/version/index.d.ts +0 -6
  1160. package/zero-styled/index.d.ts +0 -12
@@ -1,62 +0,0 @@
1
- /**
2
- * ![amber 50](https://mui.com/static/colors-preview/amber-50-24x24.png) ![amber 100](https://mui.com/static/colors-preview/amber-100-24x24.png) ![amber 200](https://mui.com/static/colors-preview/amber-200-24x24.png) ![amber 300](https://mui.com/static/colors-preview/amber-300-24x24.png) ![amber 400](https://mui.com/static/colors-preview/amber-400-24x24.png) ![amber 500](https://mui.com/static/colors-preview/amber-500-24x24.png) ![amber 600](https://mui.com/static/colors-preview/amber-600-24x24.png) ![amber 700](https://mui.com/static/colors-preview/amber-700-24x24.png) ![amber 800](https://mui.com/static/colors-preview/amber-800-24x24.png) ![amber 900](https://mui.com/static/colors-preview/amber-900-24x24.png) ![amber A100](https://mui.com/static/colors-preview/amber-A100-24x24.png) ![amber A200](https://mui.com/static/colors-preview/amber-A200-24x24.png) ![amber A400](https://mui.com/static/colors-preview/amber-A400-24x24.png) ![amber A700](https://mui.com/static/colors-preview/amber-A700-24x24.png)
3
- */
4
- declare const amber: {
5
- /**
6
- * Preview: ![amber 50](https://mui.com/static/colors-preview/amber-50-24x24.png)
7
- */
8
- 50: '#fff8e1';
9
- /**
10
- * Preview: ![amber 100](https://mui.com/static/colors-preview/amber-100-24x24.png)
11
- */
12
- 100: '#ffecb3';
13
- /**
14
- * Preview: ![amber 200](https://mui.com/static/colors-preview/amber-200-24x24.png)
15
- */
16
- 200: '#ffe082';
17
- /**
18
- * Preview: ![amber 300](https://mui.com/static/colors-preview/amber-300-24x24.png)
19
- */
20
- 300: '#ffd54f';
21
- /**
22
- * Preview: ![amber 400](https://mui.com/static/colors-preview/amber-400-24x24.png)
23
- */
24
- 400: '#ffca28';
25
- /**
26
- * Preview: ![amber 500](https://mui.com/static/colors-preview/amber-500-24x24.png)
27
- */
28
- 500: '#ffc107';
29
- /**
30
- * Preview: ![amber 600](https://mui.com/static/colors-preview/amber-600-24x24.png)
31
- */
32
- 600: '#ffb300';
33
- /**
34
- * Preview: ![amber 700](https://mui.com/static/colors-preview/amber-700-24x24.png)
35
- */
36
- 700: '#ffa000';
37
- /**
38
- * Preview: ![amber 800](https://mui.com/static/colors-preview/amber-800-24x24.png)
39
- */
40
- 800: '#ff8f00';
41
- /**
42
- * Preview: ![amber 900](https://mui.com/static/colors-preview/amber-900-24x24.png)
43
- */
44
- 900: '#ff6f00';
45
- /**
46
- * Preview: ![amber A100](https://mui.com/static/colors-preview/amber-A100-24x24.png)
47
- */
48
- A100: '#ffe57f';
49
- /**
50
- * Preview: ![amber A200](https://mui.com/static/colors-preview/amber-A200-24x24.png)
51
- */
52
- A200: '#ffd740';
53
- /**
54
- * Preview: ![amber A400](https://mui.com/static/colors-preview/amber-A400-24x24.png)
55
- */
56
- A400: '#ffc400';
57
- /**
58
- * Preview: ![amber A700](https://mui.com/static/colors-preview/amber-A700-24x24.png)
59
- */
60
- A700: '#ffab00';
61
- };
62
- export default amber;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![blue 50](https://mui.com/static/colors-preview/blue-50-24x24.png) ![blue 100](https://mui.com/static/colors-preview/blue-100-24x24.png) ![blue 200](https://mui.com/static/colors-preview/blue-200-24x24.png) ![blue 300](https://mui.com/static/colors-preview/blue-300-24x24.png) ![blue 400](https://mui.com/static/colors-preview/blue-400-24x24.png) ![blue 500](https://mui.com/static/colors-preview/blue-500-24x24.png) ![blue 600](https://mui.com/static/colors-preview/blue-600-24x24.png) ![blue 700](https://mui.com/static/colors-preview/blue-700-24x24.png) ![blue 800](https://mui.com/static/colors-preview/blue-800-24x24.png) ![blue 900](https://mui.com/static/colors-preview/blue-900-24x24.png) ![blue A100](https://mui.com/static/colors-preview/blue-A100-24x24.png) ![blue A200](https://mui.com/static/colors-preview/blue-A200-24x24.png) ![blue A400](https://mui.com/static/colors-preview/blue-A400-24x24.png) ![blue A700](https://mui.com/static/colors-preview/blue-A700-24x24.png)
3
- */
4
- declare const blue: {
5
- /**
6
- * Preview: ![blue 50](https://mui.com/static/colors-preview/blue-50-24x24.png)
7
- */
8
- 50: '#e3f2fd';
9
- /**
10
- * Preview: ![blue 100](https://mui.com/static/colors-preview/blue-100-24x24.png)
11
- */
12
- 100: '#bbdefb';
13
- /**
14
- * Preview: ![blue 200](https://mui.com/static/colors-preview/blue-200-24x24.png)
15
- */
16
- 200: '#90caf9';
17
- /**
18
- * Preview: ![blue 300](https://mui.com/static/colors-preview/blue-300-24x24.png)
19
- */
20
- 300: '#64b5f6';
21
- /**
22
- * Preview: ![blue 400](https://mui.com/static/colors-preview/blue-400-24x24.png)
23
- */
24
- 400: '#42a5f5';
25
- /**
26
- * Preview: ![blue 500](https://mui.com/static/colors-preview/blue-500-24x24.png)
27
- */
28
- 500: '#2196f3';
29
- /**
30
- * Preview: ![blue 600](https://mui.com/static/colors-preview/blue-600-24x24.png)
31
- */
32
- 600: '#1e88e5';
33
- /**
34
- * Preview: ![blue 700](https://mui.com/static/colors-preview/blue-700-24x24.png)
35
- */
36
- 700: '#1976d2';
37
- /**
38
- * Preview: ![blue 800](https://mui.com/static/colors-preview/blue-800-24x24.png)
39
- */
40
- 800: '#1565c0';
41
- /**
42
- * Preview: ![blue 900](https://mui.com/static/colors-preview/blue-900-24x24.png)
43
- */
44
- 900: '#0d47a1';
45
- /**
46
- * Preview: ![blue A100](https://mui.com/static/colors-preview/blue-A100-24x24.png)
47
- */
48
- A100: '#82b1ff';
49
- /**
50
- * Preview: ![blue A200](https://mui.com/static/colors-preview/blue-A200-24x24.png)
51
- */
52
- A200: '#448aff';
53
- /**
54
- * Preview: ![blue A400](https://mui.com/static/colors-preview/blue-A400-24x24.png)
55
- */
56
- A400: '#2979ff';
57
- /**
58
- * Preview: ![blue A700](https://mui.com/static/colors-preview/blue-A700-24x24.png)
59
- */
60
- A700: '#2962ff';
61
- };
62
- export default blue;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![blueGrey 50](https://mui.com/static/colors-preview/blueGrey-50-24x24.png) ![blueGrey 100](https://mui.com/static/colors-preview/blueGrey-100-24x24.png) ![blueGrey 200](https://mui.com/static/colors-preview/blueGrey-200-24x24.png) ![blueGrey 300](https://mui.com/static/colors-preview/blueGrey-300-24x24.png) ![blueGrey 400](https://mui.com/static/colors-preview/blueGrey-400-24x24.png) ![blueGrey 500](https://mui.com/static/colors-preview/blueGrey-500-24x24.png) ![blueGrey 600](https://mui.com/static/colors-preview/blueGrey-600-24x24.png) ![blueGrey 700](https://mui.com/static/colors-preview/blueGrey-700-24x24.png) ![blueGrey 800](https://mui.com/static/colors-preview/blueGrey-800-24x24.png) ![blueGrey 900](https://mui.com/static/colors-preview/blueGrey-900-24x24.png) ![blueGrey A100](https://mui.com/static/colors-preview/blueGrey-A100-24x24.png) ![blueGrey A200](https://mui.com/static/colors-preview/blueGrey-A200-24x24.png) ![blueGrey A400](https://mui.com/static/colors-preview/blueGrey-A400-24x24.png) ![blueGrey A700](https://mui.com/static/colors-preview/blueGrey-A700-24x24.png)
3
- */
4
- declare const blueGrey: {
5
- /**
6
- * Preview: ![blueGrey 50](https://mui.com/static/colors-preview/blueGrey-50-24x24.png)
7
- */
8
- 50: '#eceff1';
9
- /**
10
- * Preview: ![blueGrey 100](https://mui.com/static/colors-preview/blueGrey-100-24x24.png)
11
- */
12
- 100: '#cfd8dc';
13
- /**
14
- * Preview: ![blueGrey 200](https://mui.com/static/colors-preview/blueGrey-200-24x24.png)
15
- */
16
- 200: '#b0bec5';
17
- /**
18
- * Preview: ![blueGrey 300](https://mui.com/static/colors-preview/blueGrey-300-24x24.png)
19
- */
20
- 300: '#90a4ae';
21
- /**
22
- * Preview: ![blueGrey 400](https://mui.com/static/colors-preview/blueGrey-400-24x24.png)
23
- */
24
- 400: '#78909c';
25
- /**
26
- * Preview: ![blueGrey 500](https://mui.com/static/colors-preview/blueGrey-500-24x24.png)
27
- */
28
- 500: '#607d8b';
29
- /**
30
- * Preview: ![blueGrey 600](https://mui.com/static/colors-preview/blueGrey-600-24x24.png)
31
- */
32
- 600: '#546e7a';
33
- /**
34
- * Preview: ![blueGrey 700](https://mui.com/static/colors-preview/blueGrey-700-24x24.png)
35
- */
36
- 700: '#455a64';
37
- /**
38
- * Preview: ![blueGrey 800](https://mui.com/static/colors-preview/blueGrey-800-24x24.png)
39
- */
40
- 800: '#37474f';
41
- /**
42
- * Preview: ![blueGrey 900](https://mui.com/static/colors-preview/blueGrey-900-24x24.png)
43
- */
44
- 900: '#263238';
45
- /**
46
- * Preview: ![blueGrey A100](https://mui.com/static/colors-preview/blueGrey-A100-24x24.png)
47
- */
48
- A100: '#cfd8dc';
49
- /**
50
- * Preview: ![blueGrey A200](https://mui.com/static/colors-preview/blueGrey-A200-24x24.png)
51
- */
52
- A200: '#b0bec5';
53
- /**
54
- * Preview: ![blueGrey A400](https://mui.com/static/colors-preview/blueGrey-A400-24x24.png)
55
- */
56
- A400: '#78909c';
57
- /**
58
- * Preview: ![blueGrey A700](https://mui.com/static/colors-preview/blueGrey-A700-24x24.png)
59
- */
60
- A700: '#455a64';
61
- };
62
- export default blueGrey;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![brown 50](https://mui.com/static/colors-preview/brown-50-24x24.png) ![brown 100](https://mui.com/static/colors-preview/brown-100-24x24.png) ![brown 200](https://mui.com/static/colors-preview/brown-200-24x24.png) ![brown 300](https://mui.com/static/colors-preview/brown-300-24x24.png) ![brown 400](https://mui.com/static/colors-preview/brown-400-24x24.png) ![brown 500](https://mui.com/static/colors-preview/brown-500-24x24.png) ![brown 600](https://mui.com/static/colors-preview/brown-600-24x24.png) ![brown 700](https://mui.com/static/colors-preview/brown-700-24x24.png) ![brown 800](https://mui.com/static/colors-preview/brown-800-24x24.png) ![brown 900](https://mui.com/static/colors-preview/brown-900-24x24.png) ![brown A100](https://mui.com/static/colors-preview/brown-A100-24x24.png) ![brown A200](https://mui.com/static/colors-preview/brown-A200-24x24.png) ![brown A400](https://mui.com/static/colors-preview/brown-A400-24x24.png) ![brown A700](https://mui.com/static/colors-preview/brown-A700-24x24.png)
3
- */
4
- declare const brown: {
5
- /**
6
- * Preview: ![brown 50](https://mui.com/static/colors-preview/brown-50-24x24.png)
7
- */
8
- 50: '#efebe9';
9
- /**
10
- * Preview: ![brown 100](https://mui.com/static/colors-preview/brown-100-24x24.png)
11
- */
12
- 100: '#d7ccc8';
13
- /**
14
- * Preview: ![brown 200](https://mui.com/static/colors-preview/brown-200-24x24.png)
15
- */
16
- 200: '#bcaaa4';
17
- /**
18
- * Preview: ![brown 300](https://mui.com/static/colors-preview/brown-300-24x24.png)
19
- */
20
- 300: '#a1887f';
21
- /**
22
- * Preview: ![brown 400](https://mui.com/static/colors-preview/brown-400-24x24.png)
23
- */
24
- 400: '#8d6e63';
25
- /**
26
- * Preview: ![brown 500](https://mui.com/static/colors-preview/brown-500-24x24.png)
27
- */
28
- 500: '#795548';
29
- /**
30
- * Preview: ![brown 600](https://mui.com/static/colors-preview/brown-600-24x24.png)
31
- */
32
- 600: '#6d4c41';
33
- /**
34
- * Preview: ![brown 700](https://mui.com/static/colors-preview/brown-700-24x24.png)
35
- */
36
- 700: '#5d4037';
37
- /**
38
- * Preview: ![brown 800](https://mui.com/static/colors-preview/brown-800-24x24.png)
39
- */
40
- 800: '#4e342e';
41
- /**
42
- * Preview: ![brown 900](https://mui.com/static/colors-preview/brown-900-24x24.png)
43
- */
44
- 900: '#3e2723';
45
- /**
46
- * Preview: ![brown A100](https://mui.com/static/colors-preview/brown-A100-24x24.png)
47
- */
48
- A100: '#d7ccc8';
49
- /**
50
- * Preview: ![brown A200](https://mui.com/static/colors-preview/brown-A200-24x24.png)
51
- */
52
- A200: '#bcaaa4';
53
- /**
54
- * Preview: ![brown A400](https://mui.com/static/colors-preview/brown-A400-24x24.png)
55
- */
56
- A400: '#8d6e63';
57
- /**
58
- * Preview: ![brown A700](https://mui.com/static/colors-preview/brown-A700-24x24.png)
59
- */
60
- A700: '#5d4037';
61
- };
62
- export default brown;
@@ -1,14 +0,0 @@
1
- /**
2
- * ![common black](https://mui.com/static/colors-preview/common-black-24x24.png) ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
3
- */
4
- declare const common: {
5
- /**
6
- * Preview: ![common black](https://mui.com/static/colors-preview/common-black-24x24.png)
7
- */
8
- black: '#000';
9
- /**
10
- * Preview: ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
11
- */
12
- white: '#fff';
13
- };
14
- export default common;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![cyan 50](https://mui.com/static/colors-preview/cyan-50-24x24.png) ![cyan 100](https://mui.com/static/colors-preview/cyan-100-24x24.png) ![cyan 200](https://mui.com/static/colors-preview/cyan-200-24x24.png) ![cyan 300](https://mui.com/static/colors-preview/cyan-300-24x24.png) ![cyan 400](https://mui.com/static/colors-preview/cyan-400-24x24.png) ![cyan 500](https://mui.com/static/colors-preview/cyan-500-24x24.png) ![cyan 600](https://mui.com/static/colors-preview/cyan-600-24x24.png) ![cyan 700](https://mui.com/static/colors-preview/cyan-700-24x24.png) ![cyan 800](https://mui.com/static/colors-preview/cyan-800-24x24.png) ![cyan 900](https://mui.com/static/colors-preview/cyan-900-24x24.png) ![cyan A100](https://mui.com/static/colors-preview/cyan-A100-24x24.png) ![cyan A200](https://mui.com/static/colors-preview/cyan-A200-24x24.png) ![cyan A400](https://mui.com/static/colors-preview/cyan-A400-24x24.png) ![cyan A700](https://mui.com/static/colors-preview/cyan-A700-24x24.png)
3
- */
4
- declare const cyan: {
5
- /**
6
- * Preview: ![cyan 50](https://mui.com/static/colors-preview/cyan-50-24x24.png)
7
- */
8
- 50: '#e0f7fa';
9
- /**
10
- * Preview: ![cyan 100](https://mui.com/static/colors-preview/cyan-100-24x24.png)
11
- */
12
- 100: '#b2ebf2';
13
- /**
14
- * Preview: ![cyan 200](https://mui.com/static/colors-preview/cyan-200-24x24.png)
15
- */
16
- 200: '#80deea';
17
- /**
18
- * Preview: ![cyan 300](https://mui.com/static/colors-preview/cyan-300-24x24.png)
19
- */
20
- 300: '#4dd0e1';
21
- /**
22
- * Preview: ![cyan 400](https://mui.com/static/colors-preview/cyan-400-24x24.png)
23
- */
24
- 400: '#26c6da';
25
- /**
26
- * Preview: ![cyan 500](https://mui.com/static/colors-preview/cyan-500-24x24.png)
27
- */
28
- 500: '#00bcd4';
29
- /**
30
- * Preview: ![cyan 600](https://mui.com/static/colors-preview/cyan-600-24x24.png)
31
- */
32
- 600: '#00acc1';
33
- /**
34
- * Preview: ![cyan 700](https://mui.com/static/colors-preview/cyan-700-24x24.png)
35
- */
36
- 700: '#0097a7';
37
- /**
38
- * Preview: ![cyan 800](https://mui.com/static/colors-preview/cyan-800-24x24.png)
39
- */
40
- 800: '#00838f';
41
- /**
42
- * Preview: ![cyan 900](https://mui.com/static/colors-preview/cyan-900-24x24.png)
43
- */
44
- 900: '#006064';
45
- /**
46
- * Preview: ![cyan A100](https://mui.com/static/colors-preview/cyan-A100-24x24.png)
47
- */
48
- A100: '#84ffff';
49
- /**
50
- * Preview: ![cyan A200](https://mui.com/static/colors-preview/cyan-A200-24x24.png)
51
- */
52
- A200: '#18ffff';
53
- /**
54
- * Preview: ![cyan A400](https://mui.com/static/colors-preview/cyan-A400-24x24.png)
55
- */
56
- A400: '#00e5ff';
57
- /**
58
- * Preview: ![cyan A700](https://mui.com/static/colors-preview/cyan-A700-24x24.png)
59
- */
60
- A700: '#00b8d4';
61
- };
62
- export default cyan;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![deepOrange 50](https://mui.com/static/colors-preview/deepOrange-50-24x24.png) ![deepOrange 100](https://mui.com/static/colors-preview/deepOrange-100-24x24.png) ![deepOrange 200](https://mui.com/static/colors-preview/deepOrange-200-24x24.png) ![deepOrange 300](https://mui.com/static/colors-preview/deepOrange-300-24x24.png) ![deepOrange 400](https://mui.com/static/colors-preview/deepOrange-400-24x24.png) ![deepOrange 500](https://mui.com/static/colors-preview/deepOrange-500-24x24.png) ![deepOrange 600](https://mui.com/static/colors-preview/deepOrange-600-24x24.png) ![deepOrange 700](https://mui.com/static/colors-preview/deepOrange-700-24x24.png) ![deepOrange 800](https://mui.com/static/colors-preview/deepOrange-800-24x24.png) ![deepOrange 900](https://mui.com/static/colors-preview/deepOrange-900-24x24.png) ![deepOrange A100](https://mui.com/static/colors-preview/deepOrange-A100-24x24.png) ![deepOrange A200](https://mui.com/static/colors-preview/deepOrange-A200-24x24.png) ![deepOrange A400](https://mui.com/static/colors-preview/deepOrange-A400-24x24.png) ![deepOrange A700](https://mui.com/static/colors-preview/deepOrange-A700-24x24.png)
3
- */
4
- declare const deepOrange: {
5
- /**
6
- * Preview: ![deepOrange 50](https://mui.com/static/colors-preview/deepOrange-50-24x24.png)
7
- */
8
- 50: '#fbe9e7';
9
- /**
10
- * Preview: ![deepOrange 100](https://mui.com/static/colors-preview/deepOrange-100-24x24.png)
11
- */
12
- 100: '#ffccbc';
13
- /**
14
- * Preview: ![deepOrange 200](https://mui.com/static/colors-preview/deepOrange-200-24x24.png)
15
- */
16
- 200: '#ffab91';
17
- /**
18
- * Preview: ![deepOrange 300](https://mui.com/static/colors-preview/deepOrange-300-24x24.png)
19
- */
20
- 300: '#ff8a65';
21
- /**
22
- * Preview: ![deepOrange 400](https://mui.com/static/colors-preview/deepOrange-400-24x24.png)
23
- */
24
- 400: '#ff7043';
25
- /**
26
- * Preview: ![deepOrange 500](https://mui.com/static/colors-preview/deepOrange-500-24x24.png)
27
- */
28
- 500: '#ff5722';
29
- /**
30
- * Preview: ![deepOrange 600](https://mui.com/static/colors-preview/deepOrange-600-24x24.png)
31
- */
32
- 600: '#f4511e';
33
- /**
34
- * Preview: ![deepOrange 700](https://mui.com/static/colors-preview/deepOrange-700-24x24.png)
35
- */
36
- 700: '#e64a19';
37
- /**
38
- * Preview: ![deepOrange 800](https://mui.com/static/colors-preview/deepOrange-800-24x24.png)
39
- */
40
- 800: '#d84315';
41
- /**
42
- * Preview: ![deepOrange 900](https://mui.com/static/colors-preview/deepOrange-900-24x24.png)
43
- */
44
- 900: '#bf360c';
45
- /**
46
- * Preview: ![deepOrange A100](https://mui.com/static/colors-preview/deepOrange-A100-24x24.png)
47
- */
48
- A100: '#ff9e80';
49
- /**
50
- * Preview: ![deepOrange A200](https://mui.com/static/colors-preview/deepOrange-A200-24x24.png)
51
- */
52
- A200: '#ff6e40';
53
- /**
54
- * Preview: ![deepOrange A400](https://mui.com/static/colors-preview/deepOrange-A400-24x24.png)
55
- */
56
- A400: '#ff3d00';
57
- /**
58
- * Preview: ![deepOrange A700](https://mui.com/static/colors-preview/deepOrange-A700-24x24.png)
59
- */
60
- A700: '#dd2c00';
61
- };
62
- export default deepOrange;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![deepPurple 50](https://mui.com/static/colors-preview/deepPurple-50-24x24.png) ![deepPurple 100](https://mui.com/static/colors-preview/deepPurple-100-24x24.png) ![deepPurple 200](https://mui.com/static/colors-preview/deepPurple-200-24x24.png) ![deepPurple 300](https://mui.com/static/colors-preview/deepPurple-300-24x24.png) ![deepPurple 400](https://mui.com/static/colors-preview/deepPurple-400-24x24.png) ![deepPurple 500](https://mui.com/static/colors-preview/deepPurple-500-24x24.png) ![deepPurple 600](https://mui.com/static/colors-preview/deepPurple-600-24x24.png) ![deepPurple 700](https://mui.com/static/colors-preview/deepPurple-700-24x24.png) ![deepPurple 800](https://mui.com/static/colors-preview/deepPurple-800-24x24.png) ![deepPurple 900](https://mui.com/static/colors-preview/deepPurple-900-24x24.png) ![deepPurple A100](https://mui.com/static/colors-preview/deepPurple-A100-24x24.png) ![deepPurple A200](https://mui.com/static/colors-preview/deepPurple-A200-24x24.png) ![deepPurple A400](https://mui.com/static/colors-preview/deepPurple-A400-24x24.png) ![deepPurple A700](https://mui.com/static/colors-preview/deepPurple-A700-24x24.png)
3
- */
4
- declare const deepPurple: {
5
- /**
6
- * Preview: ![deepPurple 50](https://mui.com/static/colors-preview/deepPurple-50-24x24.png)
7
- */
8
- 50: '#ede7f6';
9
- /**
10
- * Preview: ![deepPurple 100](https://mui.com/static/colors-preview/deepPurple-100-24x24.png)
11
- */
12
- 100: '#d1c4e9';
13
- /**
14
- * Preview: ![deepPurple 200](https://mui.com/static/colors-preview/deepPurple-200-24x24.png)
15
- */
16
- 200: '#b39ddb';
17
- /**
18
- * Preview: ![deepPurple 300](https://mui.com/static/colors-preview/deepPurple-300-24x24.png)
19
- */
20
- 300: '#9575cd';
21
- /**
22
- * Preview: ![deepPurple 400](https://mui.com/static/colors-preview/deepPurple-400-24x24.png)
23
- */
24
- 400: '#7e57c2';
25
- /**
26
- * Preview: ![deepPurple 500](https://mui.com/static/colors-preview/deepPurple-500-24x24.png)
27
- */
28
- 500: '#673ab7';
29
- /**
30
- * Preview: ![deepPurple 600](https://mui.com/static/colors-preview/deepPurple-600-24x24.png)
31
- */
32
- 600: '#5e35b1';
33
- /**
34
- * Preview: ![deepPurple 700](https://mui.com/static/colors-preview/deepPurple-700-24x24.png)
35
- */
36
- 700: '#512da8';
37
- /**
38
- * Preview: ![deepPurple 800](https://mui.com/static/colors-preview/deepPurple-800-24x24.png)
39
- */
40
- 800: '#4527a0';
41
- /**
42
- * Preview: ![deepPurple 900](https://mui.com/static/colors-preview/deepPurple-900-24x24.png)
43
- */
44
- 900: '#311b92';
45
- /**
46
- * Preview: ![deepPurple A100](https://mui.com/static/colors-preview/deepPurple-A100-24x24.png)
47
- */
48
- A100: '#b388ff';
49
- /**
50
- * Preview: ![deepPurple A200](https://mui.com/static/colors-preview/deepPurple-A200-24x24.png)
51
- */
52
- A200: '#7c4dff';
53
- /**
54
- * Preview: ![deepPurple A400](https://mui.com/static/colors-preview/deepPurple-A400-24x24.png)
55
- */
56
- A400: '#651fff';
57
- /**
58
- * Preview: ![deepPurple A700](https://mui.com/static/colors-preview/deepPurple-A700-24x24.png)
59
- */
60
- A700: '#6200ea';
61
- };
62
- export default deepPurple;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![green 50](https://mui.com/static/colors-preview/green-50-24x24.png) ![green 100](https://mui.com/static/colors-preview/green-100-24x24.png) ![green 200](https://mui.com/static/colors-preview/green-200-24x24.png) ![green 300](https://mui.com/static/colors-preview/green-300-24x24.png) ![green 400](https://mui.com/static/colors-preview/green-400-24x24.png) ![green 500](https://mui.com/static/colors-preview/green-500-24x24.png) ![green 600](https://mui.com/static/colors-preview/green-600-24x24.png) ![green 700](https://mui.com/static/colors-preview/green-700-24x24.png) ![green 800](https://mui.com/static/colors-preview/green-800-24x24.png) ![green 900](https://mui.com/static/colors-preview/green-900-24x24.png) ![green A100](https://mui.com/static/colors-preview/green-A100-24x24.png) ![green A200](https://mui.com/static/colors-preview/green-A200-24x24.png) ![green A400](https://mui.com/static/colors-preview/green-A400-24x24.png) ![green A700](https://mui.com/static/colors-preview/green-A700-24x24.png)
3
- */
4
- declare const green: {
5
- /**
6
- * Preview: ![green 50](https://mui.com/static/colors-preview/green-50-24x24.png)
7
- */
8
- 50: '#e8f5e9';
9
- /**
10
- * Preview: ![green 100](https://mui.com/static/colors-preview/green-100-24x24.png)
11
- */
12
- 100: '#c8e6c9';
13
- /**
14
- * Preview: ![green 200](https://mui.com/static/colors-preview/green-200-24x24.png)
15
- */
16
- 200: '#a5d6a7';
17
- /**
18
- * Preview: ![green 300](https://mui.com/static/colors-preview/green-300-24x24.png)
19
- */
20
- 300: '#81c784';
21
- /**
22
- * Preview: ![green 400](https://mui.com/static/colors-preview/green-400-24x24.png)
23
- */
24
- 400: '#66bb6a';
25
- /**
26
- * Preview: ![green 500](https://mui.com/static/colors-preview/green-500-24x24.png)
27
- */
28
- 500: '#4caf50';
29
- /**
30
- * Preview: ![green 600](https://mui.com/static/colors-preview/green-600-24x24.png)
31
- */
32
- 600: '#43a047';
33
- /**
34
- * Preview: ![green 700](https://mui.com/static/colors-preview/green-700-24x24.png)
35
- */
36
- 700: '#388e3c';
37
- /**
38
- * Preview: ![green 800](https://mui.com/static/colors-preview/green-800-24x24.png)
39
- */
40
- 800: '#2e7d32';
41
- /**
42
- * Preview: ![green 900](https://mui.com/static/colors-preview/green-900-24x24.png)
43
- */
44
- 900: '#1b5e20';
45
- /**
46
- * Preview: ![green A100](https://mui.com/static/colors-preview/green-A100-24x24.png)
47
- */
48
- A100: '#b9f6ca';
49
- /**
50
- * Preview: ![green A200](https://mui.com/static/colors-preview/green-A200-24x24.png)
51
- */
52
- A200: '#69f0ae';
53
- /**
54
- * Preview: ![green A400](https://mui.com/static/colors-preview/green-A400-24x24.png)
55
- */
56
- A400: '#00e676';
57
- /**
58
- * Preview: ![green A700](https://mui.com/static/colors-preview/green-A700-24x24.png)
59
- */
60
- A700: '#00c853';
61
- };
62
- export default green;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![grey 50](https://mui.com/static/colors-preview/grey-50-24x24.png) ![grey 100](https://mui.com/static/colors-preview/grey-100-24x24.png) ![grey 200](https://mui.com/static/colors-preview/grey-200-24x24.png) ![grey 300](https://mui.com/static/colors-preview/grey-300-24x24.png) ![grey 400](https://mui.com/static/colors-preview/grey-400-24x24.png) ![grey 500](https://mui.com/static/colors-preview/grey-500-24x24.png) ![grey 600](https://mui.com/static/colors-preview/grey-600-24x24.png) ![grey 700](https://mui.com/static/colors-preview/grey-700-24x24.png) ![grey 800](https://mui.com/static/colors-preview/grey-800-24x24.png) ![grey 900](https://mui.com/static/colors-preview/grey-900-24x24.png) ![grey A100](https://mui.com/static/colors-preview/grey-A100-24x24.png) ![grey A200](https://mui.com/static/colors-preview/grey-A200-24x24.png) ![grey A400](https://mui.com/static/colors-preview/grey-A400-24x24.png) ![grey A700](https://mui.com/static/colors-preview/grey-A700-24x24.png)
3
- */
4
- declare const grey: {
5
- /**
6
- * Preview: ![grey 50](https://mui.com/static/colors-preview/grey-50-24x24.png)
7
- */
8
- 50: '#fafafa';
9
- /**
10
- * Preview: ![grey 100](https://mui.com/static/colors-preview/grey-100-24x24.png)
11
- */
12
- 100: '#f5f5f5';
13
- /**
14
- * Preview: ![grey 200](https://mui.com/static/colors-preview/grey-200-24x24.png)
15
- */
16
- 200: '#eeeeee';
17
- /**
18
- * Preview: ![grey 300](https://mui.com/static/colors-preview/grey-300-24x24.png)
19
- */
20
- 300: '#e0e0e0';
21
- /**
22
- * Preview: ![grey 400](https://mui.com/static/colors-preview/grey-400-24x24.png)
23
- */
24
- 400: '#bdbdbd';
25
- /**
26
- * Preview: ![grey 500](https://mui.com/static/colors-preview/grey-500-24x24.png)
27
- */
28
- 500: '#9e9e9e';
29
- /**
30
- * Preview: ![grey 600](https://mui.com/static/colors-preview/grey-600-24x24.png)
31
- */
32
- 600: '#757575';
33
- /**
34
- * Preview: ![grey 700](https://mui.com/static/colors-preview/grey-700-24x24.png)
35
- */
36
- 700: '#616161';
37
- /**
38
- * Preview: ![grey 800](https://mui.com/static/colors-preview/grey-800-24x24.png)
39
- */
40
- 800: '#424242';
41
- /**
42
- * Preview: ![grey 900](https://mui.com/static/colors-preview/grey-900-24x24.png)
43
- */
44
- 900: '#212121';
45
- /**
46
- * Preview: ![grey A100](https://mui.com/static/colors-preview/grey-A100-24x24.png)
47
- */
48
- A100: '#f5f5f5';
49
- /**
50
- * Preview: ![grey A200](https://mui.com/static/colors-preview/grey-A200-24x24.png)
51
- */
52
- A200: '#eeeeee';
53
- /**
54
- * Preview: ![grey A400](https://mui.com/static/colors-preview/grey-A400-24x24.png)
55
- */
56
- A400: '#bdbdbd';
57
- /**
58
- * Preview: ![grey A700](https://mui.com/static/colors-preview/grey-A700-24x24.png)
59
- */
60
- A700: '#616161';
61
- };
62
- export default grey;
@@ -1,20 +0,0 @@
1
- export { default as amber } from "./amber.js";
2
- export { default as blue } from "./blue.js";
3
- export { default as blueGrey } from "./blueGrey.js";
4
- export { default as brown } from "./brown.js";
5
- export { default as common } from "./common.js";
6
- export { default as cyan } from "./cyan.js";
7
- export { default as deepOrange } from "./deepOrange.js";
8
- export { default as deepPurple } from "./deepPurple.js";
9
- export { default as green } from "./green.js";
10
- export { default as grey } from "./grey.js";
11
- export { default as indigo } from "./indigo.js";
12
- export { default as lightBlue } from "./lightBlue.js";
13
- export { default as lightGreen } from "./lightGreen.js";
14
- export { default as lime } from "./lime.js";
15
- export { default as orange } from "./orange.js";
16
- export { default as pink } from "./pink.js";
17
- export { default as purple } from "./purple.js";
18
- export { default as red } from "./red.js";
19
- export { default as teal } from "./teal.js";
20
- export { default as yellow } from "./yellow.js";