@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
- * ![indigo 50](https://mui.com/static/colors-preview/indigo-50-24x24.png) ![indigo 100](https://mui.com/static/colors-preview/indigo-100-24x24.png) ![indigo 200](https://mui.com/static/colors-preview/indigo-200-24x24.png) ![indigo 300](https://mui.com/static/colors-preview/indigo-300-24x24.png) ![indigo 400](https://mui.com/static/colors-preview/indigo-400-24x24.png) ![indigo 500](https://mui.com/static/colors-preview/indigo-500-24x24.png) ![indigo 600](https://mui.com/static/colors-preview/indigo-600-24x24.png) ![indigo 700](https://mui.com/static/colors-preview/indigo-700-24x24.png) ![indigo 800](https://mui.com/static/colors-preview/indigo-800-24x24.png) ![indigo 900](https://mui.com/static/colors-preview/indigo-900-24x24.png) ![indigo A100](https://mui.com/static/colors-preview/indigo-A100-24x24.png) ![indigo A200](https://mui.com/static/colors-preview/indigo-A200-24x24.png) ![indigo A400](https://mui.com/static/colors-preview/indigo-A400-24x24.png) ![indigo A700](https://mui.com/static/colors-preview/indigo-A700-24x24.png)
3
- */
4
- declare const indigo: {
5
- /**
6
- * Preview: ![indigo 50](https://mui.com/static/colors-preview/indigo-50-24x24.png)
7
- */
8
- 50: '#e8eaf6';
9
- /**
10
- * Preview: ![indigo 100](https://mui.com/static/colors-preview/indigo-100-24x24.png)
11
- */
12
- 100: '#c5cae9';
13
- /**
14
- * Preview: ![indigo 200](https://mui.com/static/colors-preview/indigo-200-24x24.png)
15
- */
16
- 200: '#9fa8da';
17
- /**
18
- * Preview: ![indigo 300](https://mui.com/static/colors-preview/indigo-300-24x24.png)
19
- */
20
- 300: '#7986cb';
21
- /**
22
- * Preview: ![indigo 400](https://mui.com/static/colors-preview/indigo-400-24x24.png)
23
- */
24
- 400: '#5c6bc0';
25
- /**
26
- * Preview: ![indigo 500](https://mui.com/static/colors-preview/indigo-500-24x24.png)
27
- */
28
- 500: '#3f51b5';
29
- /**
30
- * Preview: ![indigo 600](https://mui.com/static/colors-preview/indigo-600-24x24.png)
31
- */
32
- 600: '#3949ab';
33
- /**
34
- * Preview: ![indigo 700](https://mui.com/static/colors-preview/indigo-700-24x24.png)
35
- */
36
- 700: '#303f9f';
37
- /**
38
- * Preview: ![indigo 800](https://mui.com/static/colors-preview/indigo-800-24x24.png)
39
- */
40
- 800: '#283593';
41
- /**
42
- * Preview: ![indigo 900](https://mui.com/static/colors-preview/indigo-900-24x24.png)
43
- */
44
- 900: '#1a237e';
45
- /**
46
- * Preview: ![indigo A100](https://mui.com/static/colors-preview/indigo-A100-24x24.png)
47
- */
48
- A100: '#8c9eff';
49
- /**
50
- * Preview: ![indigo A200](https://mui.com/static/colors-preview/indigo-A200-24x24.png)
51
- */
52
- A200: '#536dfe';
53
- /**
54
- * Preview: ![indigo A400](https://mui.com/static/colors-preview/indigo-A400-24x24.png)
55
- */
56
- A400: '#3d5afe';
57
- /**
58
- * Preview: ![indigo A700](https://mui.com/static/colors-preview/indigo-A700-24x24.png)
59
- */
60
- A700: '#304ffe';
61
- };
62
- export default indigo;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![lightBlue 50](https://mui.com/static/colors-preview/lightBlue-50-24x24.png) ![lightBlue 100](https://mui.com/static/colors-preview/lightBlue-100-24x24.png) ![lightBlue 200](https://mui.com/static/colors-preview/lightBlue-200-24x24.png) ![lightBlue 300](https://mui.com/static/colors-preview/lightBlue-300-24x24.png) ![lightBlue 400](https://mui.com/static/colors-preview/lightBlue-400-24x24.png) ![lightBlue 500](https://mui.com/static/colors-preview/lightBlue-500-24x24.png) ![lightBlue 600](https://mui.com/static/colors-preview/lightBlue-600-24x24.png) ![lightBlue 700](https://mui.com/static/colors-preview/lightBlue-700-24x24.png) ![lightBlue 800](https://mui.com/static/colors-preview/lightBlue-800-24x24.png) ![lightBlue 900](https://mui.com/static/colors-preview/lightBlue-900-24x24.png) ![lightBlue A100](https://mui.com/static/colors-preview/lightBlue-A100-24x24.png) ![lightBlue A200](https://mui.com/static/colors-preview/lightBlue-A200-24x24.png) ![lightBlue A400](https://mui.com/static/colors-preview/lightBlue-A400-24x24.png) ![lightBlue A700](https://mui.com/static/colors-preview/lightBlue-A700-24x24.png)
3
- */
4
- declare const lightBlue: {
5
- /**
6
- * Preview: ![lightBlue 50](https://mui.com/static/colors-preview/lightBlue-50-24x24.png)
7
- */
8
- 50: '#e1f5fe';
9
- /**
10
- * Preview: ![lightBlue 100](https://mui.com/static/colors-preview/lightBlue-100-24x24.png)
11
- */
12
- 100: '#b3e5fc';
13
- /**
14
- * Preview: ![lightBlue 200](https://mui.com/static/colors-preview/lightBlue-200-24x24.png)
15
- */
16
- 200: '#81d4fa';
17
- /**
18
- * Preview: ![lightBlue 300](https://mui.com/static/colors-preview/lightBlue-300-24x24.png)
19
- */
20
- 300: '#4fc3f7';
21
- /**
22
- * Preview: ![lightBlue 400](https://mui.com/static/colors-preview/lightBlue-400-24x24.png)
23
- */
24
- 400: '#29b6f6';
25
- /**
26
- * Preview: ![lightBlue 500](https://mui.com/static/colors-preview/lightBlue-500-24x24.png)
27
- */
28
- 500: '#03a9f4';
29
- /**
30
- * Preview: ![lightBlue 600](https://mui.com/static/colors-preview/lightBlue-600-24x24.png)
31
- */
32
- 600: '#039be5';
33
- /**
34
- * Preview: ![lightBlue 700](https://mui.com/static/colors-preview/lightBlue-700-24x24.png)
35
- */
36
- 700: '#0288d1';
37
- /**
38
- * Preview: ![lightBlue 800](https://mui.com/static/colors-preview/lightBlue-800-24x24.png)
39
- */
40
- 800: '#0277bd';
41
- /**
42
- * Preview: ![lightBlue 900](https://mui.com/static/colors-preview/lightBlue-900-24x24.png)
43
- */
44
- 900: '#01579b';
45
- /**
46
- * Preview: ![lightBlue A100](https://mui.com/static/colors-preview/lightBlue-A100-24x24.png)
47
- */
48
- A100: '#80d8ff';
49
- /**
50
- * Preview: ![lightBlue A200](https://mui.com/static/colors-preview/lightBlue-A200-24x24.png)
51
- */
52
- A200: '#40c4ff';
53
- /**
54
- * Preview: ![lightBlue A400](https://mui.com/static/colors-preview/lightBlue-A400-24x24.png)
55
- */
56
- A400: '#00b0ff';
57
- /**
58
- * Preview: ![lightBlue A700](https://mui.com/static/colors-preview/lightBlue-A700-24x24.png)
59
- */
60
- A700: '#0091ea';
61
- };
62
- export default lightBlue;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![lightGreen 50](https://mui.com/static/colors-preview/lightGreen-50-24x24.png) ![lightGreen 100](https://mui.com/static/colors-preview/lightGreen-100-24x24.png) ![lightGreen 200](https://mui.com/static/colors-preview/lightGreen-200-24x24.png) ![lightGreen 300](https://mui.com/static/colors-preview/lightGreen-300-24x24.png) ![lightGreen 400](https://mui.com/static/colors-preview/lightGreen-400-24x24.png) ![lightGreen 500](https://mui.com/static/colors-preview/lightGreen-500-24x24.png) ![lightGreen 600](https://mui.com/static/colors-preview/lightGreen-600-24x24.png) ![lightGreen 700](https://mui.com/static/colors-preview/lightGreen-700-24x24.png) ![lightGreen 800](https://mui.com/static/colors-preview/lightGreen-800-24x24.png) ![lightGreen 900](https://mui.com/static/colors-preview/lightGreen-900-24x24.png) ![lightGreen A100](https://mui.com/static/colors-preview/lightGreen-A100-24x24.png) ![lightGreen A200](https://mui.com/static/colors-preview/lightGreen-A200-24x24.png) ![lightGreen A400](https://mui.com/static/colors-preview/lightGreen-A400-24x24.png) ![lightGreen A700](https://mui.com/static/colors-preview/lightGreen-A700-24x24.png)
3
- */
4
- declare const lightGreen: {
5
- /**
6
- * Preview: ![lightGreen 50](https://mui.com/static/colors-preview/lightGreen-50-24x24.png)
7
- */
8
- 50: '#f1f8e9';
9
- /**
10
- * Preview: ![lightGreen 100](https://mui.com/static/colors-preview/lightGreen-100-24x24.png)
11
- */
12
- 100: '#dcedc8';
13
- /**
14
- * Preview: ![lightGreen 200](https://mui.com/static/colors-preview/lightGreen-200-24x24.png)
15
- */
16
- 200: '#c5e1a5';
17
- /**
18
- * Preview: ![lightGreen 300](https://mui.com/static/colors-preview/lightGreen-300-24x24.png)
19
- */
20
- 300: '#aed581';
21
- /**
22
- * Preview: ![lightGreen 400](https://mui.com/static/colors-preview/lightGreen-400-24x24.png)
23
- */
24
- 400: '#9ccc65';
25
- /**
26
- * Preview: ![lightGreen 500](https://mui.com/static/colors-preview/lightGreen-500-24x24.png)
27
- */
28
- 500: '#8bc34a';
29
- /**
30
- * Preview: ![lightGreen 600](https://mui.com/static/colors-preview/lightGreen-600-24x24.png)
31
- */
32
- 600: '#7cb342';
33
- /**
34
- * Preview: ![lightGreen 700](https://mui.com/static/colors-preview/lightGreen-700-24x24.png)
35
- */
36
- 700: '#689f38';
37
- /**
38
- * Preview: ![lightGreen 800](https://mui.com/static/colors-preview/lightGreen-800-24x24.png)
39
- */
40
- 800: '#558b2f';
41
- /**
42
- * Preview: ![lightGreen 900](https://mui.com/static/colors-preview/lightGreen-900-24x24.png)
43
- */
44
- 900: '#33691e';
45
- /**
46
- * Preview: ![lightGreen A100](https://mui.com/static/colors-preview/lightGreen-A100-24x24.png)
47
- */
48
- A100: '#ccff90';
49
- /**
50
- * Preview: ![lightGreen A200](https://mui.com/static/colors-preview/lightGreen-A200-24x24.png)
51
- */
52
- A200: '#b2ff59';
53
- /**
54
- * Preview: ![lightGreen A400](https://mui.com/static/colors-preview/lightGreen-A400-24x24.png)
55
- */
56
- A400: '#76ff03';
57
- /**
58
- * Preview: ![lightGreen A700](https://mui.com/static/colors-preview/lightGreen-A700-24x24.png)
59
- */
60
- A700: '#64dd17';
61
- };
62
- export default lightGreen;
package/colors/lime.d.ts DELETED
@@ -1,62 +0,0 @@
1
- /**
2
- * ![lime 50](https://mui.com/static/colors-preview/lime-50-24x24.png) ![lime 100](https://mui.com/static/colors-preview/lime-100-24x24.png) ![lime 200](https://mui.com/static/colors-preview/lime-200-24x24.png) ![lime 300](https://mui.com/static/colors-preview/lime-300-24x24.png) ![lime 400](https://mui.com/static/colors-preview/lime-400-24x24.png) ![lime 500](https://mui.com/static/colors-preview/lime-500-24x24.png) ![lime 600](https://mui.com/static/colors-preview/lime-600-24x24.png) ![lime 700](https://mui.com/static/colors-preview/lime-700-24x24.png) ![lime 800](https://mui.com/static/colors-preview/lime-800-24x24.png) ![lime 900](https://mui.com/static/colors-preview/lime-900-24x24.png) ![lime A100](https://mui.com/static/colors-preview/lime-A100-24x24.png) ![lime A200](https://mui.com/static/colors-preview/lime-A200-24x24.png) ![lime A400](https://mui.com/static/colors-preview/lime-A400-24x24.png) ![lime A700](https://mui.com/static/colors-preview/lime-A700-24x24.png)
3
- */
4
- declare const lime: {
5
- /**
6
- * Preview: ![lime 50](https://mui.com/static/colors-preview/lime-50-24x24.png)
7
- */
8
- 50: '#f9fbe7';
9
- /**
10
- * Preview: ![lime 100](https://mui.com/static/colors-preview/lime-100-24x24.png)
11
- */
12
- 100: '#f0f4c3';
13
- /**
14
- * Preview: ![lime 200](https://mui.com/static/colors-preview/lime-200-24x24.png)
15
- */
16
- 200: '#e6ee9c';
17
- /**
18
- * Preview: ![lime 300](https://mui.com/static/colors-preview/lime-300-24x24.png)
19
- */
20
- 300: '#dce775';
21
- /**
22
- * Preview: ![lime 400](https://mui.com/static/colors-preview/lime-400-24x24.png)
23
- */
24
- 400: '#d4e157';
25
- /**
26
- * Preview: ![lime 500](https://mui.com/static/colors-preview/lime-500-24x24.png)
27
- */
28
- 500: '#cddc39';
29
- /**
30
- * Preview: ![lime 600](https://mui.com/static/colors-preview/lime-600-24x24.png)
31
- */
32
- 600: '#c0ca33';
33
- /**
34
- * Preview: ![lime 700](https://mui.com/static/colors-preview/lime-700-24x24.png)
35
- */
36
- 700: '#afb42b';
37
- /**
38
- * Preview: ![lime 800](https://mui.com/static/colors-preview/lime-800-24x24.png)
39
- */
40
- 800: '#9e9d24';
41
- /**
42
- * Preview: ![lime 900](https://mui.com/static/colors-preview/lime-900-24x24.png)
43
- */
44
- 900: '#827717';
45
- /**
46
- * Preview: ![lime A100](https://mui.com/static/colors-preview/lime-A100-24x24.png)
47
- */
48
- A100: '#f4ff81';
49
- /**
50
- * Preview: ![lime A200](https://mui.com/static/colors-preview/lime-A200-24x24.png)
51
- */
52
- A200: '#eeff41';
53
- /**
54
- * Preview: ![lime A400](https://mui.com/static/colors-preview/lime-A400-24x24.png)
55
- */
56
- A400: '#c6ff00';
57
- /**
58
- * Preview: ![lime A700](https://mui.com/static/colors-preview/lime-A700-24x24.png)
59
- */
60
- A700: '#aeea00';
61
- };
62
- export default lime;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![orange 50](https://mui.com/static/colors-preview/orange-50-24x24.png) ![orange 100](https://mui.com/static/colors-preview/orange-100-24x24.png) ![orange 200](https://mui.com/static/colors-preview/orange-200-24x24.png) ![orange 300](https://mui.com/static/colors-preview/orange-300-24x24.png) ![orange 400](https://mui.com/static/colors-preview/orange-400-24x24.png) ![orange 500](https://mui.com/static/colors-preview/orange-500-24x24.png) ![orange 600](https://mui.com/static/colors-preview/orange-600-24x24.png) ![orange 700](https://mui.com/static/colors-preview/orange-700-24x24.png) ![orange 800](https://mui.com/static/colors-preview/orange-800-24x24.png) ![orange 900](https://mui.com/static/colors-preview/orange-900-24x24.png) ![orange A100](https://mui.com/static/colors-preview/orange-A100-24x24.png) ![orange A200](https://mui.com/static/colors-preview/orange-A200-24x24.png) ![orange A400](https://mui.com/static/colors-preview/orange-A400-24x24.png) ![orange A700](https://mui.com/static/colors-preview/orange-A700-24x24.png)
3
- */
4
- declare const orange: {
5
- /**
6
- * Preview: ![orange 50](https://mui.com/static/colors-preview/orange-50-24x24.png)
7
- */
8
- 50: '#fff3e0';
9
- /**
10
- * Preview: ![orange 100](https://mui.com/static/colors-preview/orange-100-24x24.png)
11
- */
12
- 100: '#ffe0b2';
13
- /**
14
- * Preview: ![orange 200](https://mui.com/static/colors-preview/orange-200-24x24.png)
15
- */
16
- 200: '#ffcc80';
17
- /**
18
- * Preview: ![orange 300](https://mui.com/static/colors-preview/orange-300-24x24.png)
19
- */
20
- 300: '#ffb74d';
21
- /**
22
- * Preview: ![orange 400](https://mui.com/static/colors-preview/orange-400-24x24.png)
23
- */
24
- 400: '#ffa726';
25
- /**
26
- * Preview: ![orange 500](https://mui.com/static/colors-preview/orange-500-24x24.png)
27
- */
28
- 500: '#ff9800';
29
- /**
30
- * Preview: ![orange 600](https://mui.com/static/colors-preview/orange-600-24x24.png)
31
- */
32
- 600: '#fb8c00';
33
- /**
34
- * Preview: ![orange 700](https://mui.com/static/colors-preview/orange-700-24x24.png)
35
- */
36
- 700: '#f57c00';
37
- /**
38
- * Preview: ![orange 800](https://mui.com/static/colors-preview/orange-800-24x24.png)
39
- */
40
- 800: '#ef6c00';
41
- /**
42
- * Preview: ![orange 900](https://mui.com/static/colors-preview/orange-900-24x24.png)
43
- */
44
- 900: '#e65100';
45
- /**
46
- * Preview: ![orange A100](https://mui.com/static/colors-preview/orange-A100-24x24.png)
47
- */
48
- A100: '#ffd180';
49
- /**
50
- * Preview: ![orange A200](https://mui.com/static/colors-preview/orange-A200-24x24.png)
51
- */
52
- A200: '#ffab40';
53
- /**
54
- * Preview: ![orange A400](https://mui.com/static/colors-preview/orange-A400-24x24.png)
55
- */
56
- A400: '#ff9100';
57
- /**
58
- * Preview: ![orange A700](https://mui.com/static/colors-preview/orange-A700-24x24.png)
59
- */
60
- A700: '#ff6d00';
61
- };
62
- export default orange;
package/colors/pink.d.ts DELETED
@@ -1,62 +0,0 @@
1
- /**
2
- * ![pink 50](https://mui.com/static/colors-preview/pink-50-24x24.png) ![pink 100](https://mui.com/static/colors-preview/pink-100-24x24.png) ![pink 200](https://mui.com/static/colors-preview/pink-200-24x24.png) ![pink 300](https://mui.com/static/colors-preview/pink-300-24x24.png) ![pink 400](https://mui.com/static/colors-preview/pink-400-24x24.png) ![pink 500](https://mui.com/static/colors-preview/pink-500-24x24.png) ![pink 600](https://mui.com/static/colors-preview/pink-600-24x24.png) ![pink 700](https://mui.com/static/colors-preview/pink-700-24x24.png) ![pink 800](https://mui.com/static/colors-preview/pink-800-24x24.png) ![pink 900](https://mui.com/static/colors-preview/pink-900-24x24.png) ![pink A100](https://mui.com/static/colors-preview/pink-A100-24x24.png) ![pink A200](https://mui.com/static/colors-preview/pink-A200-24x24.png) ![pink A400](https://mui.com/static/colors-preview/pink-A400-24x24.png) ![pink A700](https://mui.com/static/colors-preview/pink-A700-24x24.png)
3
- */
4
- declare const pink: {
5
- /**
6
- * Preview: ![pink 50](https://mui.com/static/colors-preview/pink-50-24x24.png)
7
- */
8
- 50: '#fce4ec';
9
- /**
10
- * Preview: ![pink 100](https://mui.com/static/colors-preview/pink-100-24x24.png)
11
- */
12
- 100: '#f8bbd0';
13
- /**
14
- * Preview: ![pink 200](https://mui.com/static/colors-preview/pink-200-24x24.png)
15
- */
16
- 200: '#f48fb1';
17
- /**
18
- * Preview: ![pink 300](https://mui.com/static/colors-preview/pink-300-24x24.png)
19
- */
20
- 300: '#f06292';
21
- /**
22
- * Preview: ![pink 400](https://mui.com/static/colors-preview/pink-400-24x24.png)
23
- */
24
- 400: '#ec407a';
25
- /**
26
- * Preview: ![pink 500](https://mui.com/static/colors-preview/pink-500-24x24.png)
27
- */
28
- 500: '#e91e63';
29
- /**
30
- * Preview: ![pink 600](https://mui.com/static/colors-preview/pink-600-24x24.png)
31
- */
32
- 600: '#d81b60';
33
- /**
34
- * Preview: ![pink 700](https://mui.com/static/colors-preview/pink-700-24x24.png)
35
- */
36
- 700: '#c2185b';
37
- /**
38
- * Preview: ![pink 800](https://mui.com/static/colors-preview/pink-800-24x24.png)
39
- */
40
- 800: '#ad1457';
41
- /**
42
- * Preview: ![pink 900](https://mui.com/static/colors-preview/pink-900-24x24.png)
43
- */
44
- 900: '#880e4f';
45
- /**
46
- * Preview: ![pink A100](https://mui.com/static/colors-preview/pink-A100-24x24.png)
47
- */
48
- A100: '#ff80ab';
49
- /**
50
- * Preview: ![pink A200](https://mui.com/static/colors-preview/pink-A200-24x24.png)
51
- */
52
- A200: '#ff4081';
53
- /**
54
- * Preview: ![pink A400](https://mui.com/static/colors-preview/pink-A400-24x24.png)
55
- */
56
- A400: '#f50057';
57
- /**
58
- * Preview: ![pink A700](https://mui.com/static/colors-preview/pink-A700-24x24.png)
59
- */
60
- A700: '#c51162';
61
- };
62
- export default pink;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![purple 50](https://mui.com/static/colors-preview/purple-50-24x24.png) ![purple 100](https://mui.com/static/colors-preview/purple-100-24x24.png) ![purple 200](https://mui.com/static/colors-preview/purple-200-24x24.png) ![purple 300](https://mui.com/static/colors-preview/purple-300-24x24.png) ![purple 400](https://mui.com/static/colors-preview/purple-400-24x24.png) ![purple 500](https://mui.com/static/colors-preview/purple-500-24x24.png) ![purple 600](https://mui.com/static/colors-preview/purple-600-24x24.png) ![purple 700](https://mui.com/static/colors-preview/purple-700-24x24.png) ![purple 800](https://mui.com/static/colors-preview/purple-800-24x24.png) ![purple 900](https://mui.com/static/colors-preview/purple-900-24x24.png) ![purple A100](https://mui.com/static/colors-preview/purple-A100-24x24.png) ![purple A200](https://mui.com/static/colors-preview/purple-A200-24x24.png) ![purple A400](https://mui.com/static/colors-preview/purple-A400-24x24.png) ![purple A700](https://mui.com/static/colors-preview/purple-A700-24x24.png)
3
- */
4
- declare const purple: {
5
- /**
6
- * Preview: ![purple 50](https://mui.com/static/colors-preview/purple-50-24x24.png)
7
- */
8
- 50: '#f3e5f5';
9
- /**
10
- * Preview: ![purple 100](https://mui.com/static/colors-preview/purple-100-24x24.png)
11
- */
12
- 100: '#e1bee7';
13
- /**
14
- * Preview: ![purple 200](https://mui.com/static/colors-preview/purple-200-24x24.png)
15
- */
16
- 200: '#ce93d8';
17
- /**
18
- * Preview: ![purple 300](https://mui.com/static/colors-preview/purple-300-24x24.png)
19
- */
20
- 300: '#ba68c8';
21
- /**
22
- * Preview: ![purple 400](https://mui.com/static/colors-preview/purple-400-24x24.png)
23
- */
24
- 400: '#ab47bc';
25
- /**
26
- * Preview: ![purple 500](https://mui.com/static/colors-preview/purple-500-24x24.png)
27
- */
28
- 500: '#9c27b0';
29
- /**
30
- * Preview: ![purple 600](https://mui.com/static/colors-preview/purple-600-24x24.png)
31
- */
32
- 600: '#8e24aa';
33
- /**
34
- * Preview: ![purple 700](https://mui.com/static/colors-preview/purple-700-24x24.png)
35
- */
36
- 700: '#7b1fa2';
37
- /**
38
- * Preview: ![purple 800](https://mui.com/static/colors-preview/purple-800-24x24.png)
39
- */
40
- 800: '#6a1b9a';
41
- /**
42
- * Preview: ![purple 900](https://mui.com/static/colors-preview/purple-900-24x24.png)
43
- */
44
- 900: '#4a148c';
45
- /**
46
- * Preview: ![purple A100](https://mui.com/static/colors-preview/purple-A100-24x24.png)
47
- */
48
- A100: '#ea80fc';
49
- /**
50
- * Preview: ![purple A200](https://mui.com/static/colors-preview/purple-A200-24x24.png)
51
- */
52
- A200: '#e040fb';
53
- /**
54
- * Preview: ![purple A400](https://mui.com/static/colors-preview/purple-A400-24x24.png)
55
- */
56
- A400: '#d500f9';
57
- /**
58
- * Preview: ![purple A700](https://mui.com/static/colors-preview/purple-A700-24x24.png)
59
- */
60
- A700: '#aa00ff';
61
- };
62
- export default purple;
package/colors/red.d.ts DELETED
@@ -1,62 +0,0 @@
1
- /**
2
- * ![red 50](https://mui.com/static/colors-preview/red-50-24x24.png) ![red 100](https://mui.com/static/colors-preview/red-100-24x24.png) ![red 200](https://mui.com/static/colors-preview/red-200-24x24.png) ![red 300](https://mui.com/static/colors-preview/red-300-24x24.png) ![red 400](https://mui.com/static/colors-preview/red-400-24x24.png) ![red 500](https://mui.com/static/colors-preview/red-500-24x24.png) ![red 600](https://mui.com/static/colors-preview/red-600-24x24.png) ![red 700](https://mui.com/static/colors-preview/red-700-24x24.png) ![red 800](https://mui.com/static/colors-preview/red-800-24x24.png) ![red 900](https://mui.com/static/colors-preview/red-900-24x24.png) ![red A100](https://mui.com/static/colors-preview/red-A100-24x24.png) ![red A200](https://mui.com/static/colors-preview/red-A200-24x24.png) ![red A400](https://mui.com/static/colors-preview/red-A400-24x24.png) ![red A700](https://mui.com/static/colors-preview/red-A700-24x24.png)
3
- */
4
- declare const red: {
5
- /**
6
- * Preview: ![red 50](https://mui.com/static/colors-preview/red-50-24x24.png)
7
- */
8
- 50: '#ffebee';
9
- /**
10
- * Preview: ![red 100](https://mui.com/static/colors-preview/red-100-24x24.png)
11
- */
12
- 100: '#ffcdd2';
13
- /**
14
- * Preview: ![red 200](https://mui.com/static/colors-preview/red-200-24x24.png)
15
- */
16
- 200: '#ef9a9a';
17
- /**
18
- * Preview: ![red 300](https://mui.com/static/colors-preview/red-300-24x24.png)
19
- */
20
- 300: '#e57373';
21
- /**
22
- * Preview: ![red 400](https://mui.com/static/colors-preview/red-400-24x24.png)
23
- */
24
- 400: '#ef5350';
25
- /**
26
- * Preview: ![red 500](https://mui.com/static/colors-preview/red-500-24x24.png)
27
- */
28
- 500: '#f44336';
29
- /**
30
- * Preview: ![red 600](https://mui.com/static/colors-preview/red-600-24x24.png)
31
- */
32
- 600: '#e53935';
33
- /**
34
- * Preview: ![red 700](https://mui.com/static/colors-preview/red-700-24x24.png)
35
- */
36
- 700: '#d32f2f';
37
- /**
38
- * Preview: ![red 800](https://mui.com/static/colors-preview/red-800-24x24.png)
39
- */
40
- 800: '#c62828';
41
- /**
42
- * Preview: ![red 900](https://mui.com/static/colors-preview/red-900-24x24.png)
43
- */
44
- 900: '#b71c1c';
45
- /**
46
- * Preview: ![red A100](https://mui.com/static/colors-preview/red-A100-24x24.png)
47
- */
48
- A100: '#ff8a80';
49
- /**
50
- * Preview: ![red A200](https://mui.com/static/colors-preview/red-A200-24x24.png)
51
- */
52
- A200: '#ff5252';
53
- /**
54
- * Preview: ![red A400](https://mui.com/static/colors-preview/red-A400-24x24.png)
55
- */
56
- A400: '#ff1744';
57
- /**
58
- * Preview: ![red A700](https://mui.com/static/colors-preview/red-A700-24x24.png)
59
- */
60
- A700: '#d50000';
61
- };
62
- export default red;
package/colors/teal.d.ts DELETED
@@ -1,62 +0,0 @@
1
- /**
2
- * ![teal 50](https://mui.com/static/colors-preview/teal-50-24x24.png) ![teal 100](https://mui.com/static/colors-preview/teal-100-24x24.png) ![teal 200](https://mui.com/static/colors-preview/teal-200-24x24.png) ![teal 300](https://mui.com/static/colors-preview/teal-300-24x24.png) ![teal 400](https://mui.com/static/colors-preview/teal-400-24x24.png) ![teal 500](https://mui.com/static/colors-preview/teal-500-24x24.png) ![teal 600](https://mui.com/static/colors-preview/teal-600-24x24.png) ![teal 700](https://mui.com/static/colors-preview/teal-700-24x24.png) ![teal 800](https://mui.com/static/colors-preview/teal-800-24x24.png) ![teal 900](https://mui.com/static/colors-preview/teal-900-24x24.png) ![teal A100](https://mui.com/static/colors-preview/teal-A100-24x24.png) ![teal A200](https://mui.com/static/colors-preview/teal-A200-24x24.png) ![teal A400](https://mui.com/static/colors-preview/teal-A400-24x24.png) ![teal A700](https://mui.com/static/colors-preview/teal-A700-24x24.png)
3
- */
4
- declare const teal: {
5
- /**
6
- * Preview: ![teal 50](https://mui.com/static/colors-preview/teal-50-24x24.png)
7
- */
8
- 50: '#e0f2f1';
9
- /**
10
- * Preview: ![teal 100](https://mui.com/static/colors-preview/teal-100-24x24.png)
11
- */
12
- 100: '#b2dfdb';
13
- /**
14
- * Preview: ![teal 200](https://mui.com/static/colors-preview/teal-200-24x24.png)
15
- */
16
- 200: '#80cbc4';
17
- /**
18
- * Preview: ![teal 300](https://mui.com/static/colors-preview/teal-300-24x24.png)
19
- */
20
- 300: '#4db6ac';
21
- /**
22
- * Preview: ![teal 400](https://mui.com/static/colors-preview/teal-400-24x24.png)
23
- */
24
- 400: '#26a69a';
25
- /**
26
- * Preview: ![teal 500](https://mui.com/static/colors-preview/teal-500-24x24.png)
27
- */
28
- 500: '#009688';
29
- /**
30
- * Preview: ![teal 600](https://mui.com/static/colors-preview/teal-600-24x24.png)
31
- */
32
- 600: '#00897b';
33
- /**
34
- * Preview: ![teal 700](https://mui.com/static/colors-preview/teal-700-24x24.png)
35
- */
36
- 700: '#00796b';
37
- /**
38
- * Preview: ![teal 800](https://mui.com/static/colors-preview/teal-800-24x24.png)
39
- */
40
- 800: '#00695c';
41
- /**
42
- * Preview: ![teal 900](https://mui.com/static/colors-preview/teal-900-24x24.png)
43
- */
44
- 900: '#004d40';
45
- /**
46
- * Preview: ![teal A100](https://mui.com/static/colors-preview/teal-A100-24x24.png)
47
- */
48
- A100: '#a7ffeb';
49
- /**
50
- * Preview: ![teal A200](https://mui.com/static/colors-preview/teal-A200-24x24.png)
51
- */
52
- A200: '#64ffda';
53
- /**
54
- * Preview: ![teal A400](https://mui.com/static/colors-preview/teal-A400-24x24.png)
55
- */
56
- A400: '#1de9b6';
57
- /**
58
- * Preview: ![teal A700](https://mui.com/static/colors-preview/teal-A700-24x24.png)
59
- */
60
- A700: '#00bfa5';
61
- };
62
- export default teal;
@@ -1,62 +0,0 @@
1
- /**
2
- * ![yellow 50](https://mui.com/static/colors-preview/yellow-50-24x24.png) ![yellow 100](https://mui.com/static/colors-preview/yellow-100-24x24.png) ![yellow 200](https://mui.com/static/colors-preview/yellow-200-24x24.png) ![yellow 300](https://mui.com/static/colors-preview/yellow-300-24x24.png) ![yellow 400](https://mui.com/static/colors-preview/yellow-400-24x24.png) ![yellow 500](https://mui.com/static/colors-preview/yellow-500-24x24.png) ![yellow 600](https://mui.com/static/colors-preview/yellow-600-24x24.png) ![yellow 700](https://mui.com/static/colors-preview/yellow-700-24x24.png) ![yellow 800](https://mui.com/static/colors-preview/yellow-800-24x24.png) ![yellow 900](https://mui.com/static/colors-preview/yellow-900-24x24.png) ![yellow A100](https://mui.com/static/colors-preview/yellow-A100-24x24.png) ![yellow A200](https://mui.com/static/colors-preview/yellow-A200-24x24.png) ![yellow A400](https://mui.com/static/colors-preview/yellow-A400-24x24.png) ![yellow A700](https://mui.com/static/colors-preview/yellow-A700-24x24.png)
3
- */
4
- declare const yellow: {
5
- /**
6
- * Preview: ![yellow 50](https://mui.com/static/colors-preview/yellow-50-24x24.png)
7
- */
8
- 50: '#fffde7';
9
- /**
10
- * Preview: ![yellow 100](https://mui.com/static/colors-preview/yellow-100-24x24.png)
11
- */
12
- 100: '#fff9c4';
13
- /**
14
- * Preview: ![yellow 200](https://mui.com/static/colors-preview/yellow-200-24x24.png)
15
- */
16
- 200: '#fff59d';
17
- /**
18
- * Preview: ![yellow 300](https://mui.com/static/colors-preview/yellow-300-24x24.png)
19
- */
20
- 300: '#fff176';
21
- /**
22
- * Preview: ![yellow 400](https://mui.com/static/colors-preview/yellow-400-24x24.png)
23
- */
24
- 400: '#ffee58';
25
- /**
26
- * Preview: ![yellow 500](https://mui.com/static/colors-preview/yellow-500-24x24.png)
27
- */
28
- 500: '#ffeb3b';
29
- /**
30
- * Preview: ![yellow 600](https://mui.com/static/colors-preview/yellow-600-24x24.png)
31
- */
32
- 600: '#fdd835';
33
- /**
34
- * Preview: ![yellow 700](https://mui.com/static/colors-preview/yellow-700-24x24.png)
35
- */
36
- 700: '#fbc02d';
37
- /**
38
- * Preview: ![yellow 800](https://mui.com/static/colors-preview/yellow-800-24x24.png)
39
- */
40
- 800: '#f9a825';
41
- /**
42
- * Preview: ![yellow 900](https://mui.com/static/colors-preview/yellow-900-24x24.png)
43
- */
44
- 900: '#f57f17';
45
- /**
46
- * Preview: ![yellow A100](https://mui.com/static/colors-preview/yellow-A100-24x24.png)
47
- */
48
- A100: '#ffff8d';
49
- /**
50
- * Preview: ![yellow A200](https://mui.com/static/colors-preview/yellow-A200-24x24.png)
51
- */
52
- A200: '#ffff00';
53
- /**
54
- * Preview: ![yellow A400](https://mui.com/static/colors-preview/yellow-A400-24x24.png)
55
- */
56
- A400: '#ffea00';
57
- /**
58
- * Preview: ![yellow A700](https://mui.com/static/colors-preview/yellow-A700-24x24.png)
59
- */
60
- A700: '#ffd600';
61
- };
62
- export default yellow;