@mui/material 6.0.0-alpha.2 → 6.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (658) hide show
  1. package/AppBar/AppBar.js +0 -1
  2. package/Avatar/Avatar.js +1 -1
  3. package/CHANGELOG.md +128 -0
  4. package/CardMedia/CardMedia.js +0 -1
  5. package/Checkbox/Checkbox.js +51 -20
  6. package/CircularProgress/CircularProgress.js +66 -30
  7. package/Dialog/Dialog.js +10 -1
  8. package/Fab/Fab.js +83 -43
  9. package/FormHelperText/FormHelperText.js +18 -8
  10. package/IconButton/IconButton.js +97 -40
  11. package/ImageList/ImageList.js +16 -14
  12. package/ImageListItem/ImageListItem.js +37 -22
  13. package/ImageListItemBar/ImageListItemBar.js +65 -32
  14. package/LinearProgress/LinearProgress.js +180 -75
  15. package/ListItem/ListItem.js +94 -50
  16. package/ListItemAvatar/ListItemAvatar.js +12 -8
  17. package/ListItemButton/ListItemButton.js +35 -15
  18. package/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -8
  19. package/ListItemText/ListItemText.js +20 -11
  20. package/ListSubheader/ListSubheader.js +44 -19
  21. package/PaginationItem/PaginationItem.js +137 -76
  22. package/Radio/Radio.js +50 -20
  23. package/Radio/RadioButtonIcon.js +18 -12
  24. package/Rating/Rating.js +71 -37
  25. package/StepConnector/stepConnectorClasses.d.ts +6 -2
  26. package/StepLabel/StepLabel.d.ts +7 -0
  27. package/StepLabel/StepLabel.js +17 -6
  28. package/Table/Table.js +11 -6
  29. package/TableCell/TableCell.js +96 -41
  30. package/TableSortLabel/TableSortLabel.js +19 -9
  31. package/ToggleButton/ToggleButton.js +74 -45
  32. package/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  33. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +8 -2
  34. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  35. package/Toolbar/Toolbar.js +33 -17
  36. package/Tooltip/Tooltip.js +1 -2
  37. package/Typography/Typography.js +6 -3
  38. package/index.js +1 -1
  39. package/modern/AppBar/AppBar.js +0 -1
  40. package/modern/Avatar/Avatar.js +1 -1
  41. package/modern/CardMedia/CardMedia.js +0 -1
  42. package/modern/Checkbox/Checkbox.js +51 -20
  43. package/modern/CircularProgress/CircularProgress.js +66 -30
  44. package/modern/Dialog/Dialog.js +10 -1
  45. package/modern/Fab/Fab.js +83 -43
  46. package/modern/FormHelperText/FormHelperText.js +18 -8
  47. package/modern/IconButton/IconButton.js +97 -40
  48. package/modern/ImageList/ImageList.js +16 -14
  49. package/modern/ImageListItem/ImageListItem.js +37 -22
  50. package/modern/ImageListItemBar/ImageListItemBar.js +65 -32
  51. package/modern/LinearProgress/LinearProgress.js +180 -75
  52. package/modern/ListItem/ListItem.js +94 -50
  53. package/modern/ListItemAvatar/ListItemAvatar.js +12 -8
  54. package/modern/ListItemButton/ListItemButton.js +35 -15
  55. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -8
  56. package/modern/ListItemText/ListItemText.js +20 -11
  57. package/modern/ListSubheader/ListSubheader.js +44 -19
  58. package/modern/PaginationItem/PaginationItem.js +137 -76
  59. package/modern/Radio/Radio.js +50 -20
  60. package/modern/Radio/RadioButtonIcon.js +18 -12
  61. package/modern/Rating/Rating.js +71 -37
  62. package/modern/StepLabel/StepLabel.js +17 -6
  63. package/modern/Table/Table.js +11 -6
  64. package/modern/TableCell/TableCell.js +96 -41
  65. package/modern/TableSortLabel/TableSortLabel.js +19 -9
  66. package/modern/ToggleButton/ToggleButton.js +74 -45
  67. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  68. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  69. package/modern/Toolbar/Toolbar.js +33 -17
  70. package/modern/Tooltip/Tooltip.js +1 -2
  71. package/modern/Typography/Typography.js +6 -3
  72. package/modern/index.js +1 -1
  73. package/modern/styles/createTransitions.js +1 -3
  74. package/modern/styles/experimental_extendTheme.js +2 -1
  75. package/modern/styles/getOverlayAlpha.js +3 -4
  76. package/modern/zero-styled/index.js +1 -1
  77. package/node/AppBar/AppBar.js +0 -1
  78. package/node/Avatar/Avatar.js +1 -1
  79. package/node/CardMedia/CardMedia.js +0 -1
  80. package/node/Checkbox/Checkbox.js +54 -23
  81. package/node/CircularProgress/CircularProgress.js +72 -36
  82. package/node/Dialog/Dialog.js +10 -1
  83. package/node/Fab/Fab.js +85 -45
  84. package/node/FormHelperText/FormHelperText.js +18 -8
  85. package/node/IconButton/IconButton.js +99 -43
  86. package/node/ImageList/ImageList.js +16 -14
  87. package/node/ImageListItem/ImageListItem.js +37 -22
  88. package/node/ImageListItemBar/ImageListItemBar.js +65 -32
  89. package/node/LinearProgress/LinearProgress.js +188 -83
  90. package/node/ListItem/ListItem.js +94 -50
  91. package/node/ListItemAvatar/ListItemAvatar.js +12 -8
  92. package/node/ListItemButton/ListItemButton.js +35 -15
  93. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +12 -8
  94. package/node/ListItemText/ListItemText.js +20 -11
  95. package/node/ListSubheader/ListSubheader.js +44 -19
  96. package/node/PaginationItem/PaginationItem.js +141 -80
  97. package/node/Radio/Radio.js +52 -22
  98. package/node/Radio/RadioButtonIcon.js +21 -15
  99. package/node/Rating/Rating.js +71 -37
  100. package/node/StepLabel/StepLabel.js +17 -6
  101. package/node/Table/Table.js +11 -6
  102. package/node/TableCell/TableCell.js +96 -41
  103. package/node/TableSortLabel/TableSortLabel.js +19 -9
  104. package/node/ToggleButton/ToggleButton.js +76 -47
  105. package/node/ToggleButtonGroup/ToggleButtonGroup.js +65 -53
  106. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  107. package/node/Toolbar/Toolbar.js +33 -17
  108. package/node/Tooltip/Tooltip.js +1 -2
  109. package/node/Typography/Typography.js +6 -3
  110. package/node/index.js +1 -1
  111. package/node/styles/createTransitions.js +1 -3
  112. package/node/styles/experimental_extendTheme.js +1 -0
  113. package/node/styles/getOverlayAlpha.js +4 -5
  114. package/node/zero-styled/index.js +6 -0
  115. package/package.json +4 -4
  116. package/styles/createTransitions.js +1 -3
  117. package/styles/experimental_extendTheme.d.ts +2 -0
  118. package/styles/experimental_extendTheme.js +2 -1
  119. package/styles/getOverlayAlpha.d.ts +1 -2
  120. package/styles/getOverlayAlpha.js +3 -4
  121. package/umd/material-ui.development.js +1849 -890
  122. package/umd/material-ui.production.min.js +4 -4
  123. package/zero-styled/index.d.ts +1 -1
  124. package/zero-styled/index.js +1 -1
  125. package/legacy/Accordion/Accordion.js +0 -306
  126. package/legacy/Accordion/AccordionContext.js +0 -13
  127. package/legacy/Accordion/accordionClasses.js +0 -7
  128. package/legacy/Accordion/index.js +0 -3
  129. package/legacy/AccordionActions/AccordionActions.js +0 -90
  130. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  131. package/legacy/AccordionActions/index.js +0 -3
  132. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  133. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  134. package/legacy/AccordionDetails/index.js +0 -3
  135. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  136. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  137. package/legacy/AccordionSummary/index.js +0 -3
  138. package/legacy/Alert/Alert.js +0 -385
  139. package/legacy/Alert/alertClasses.js +0 -7
  140. package/legacy/Alert/index.js +0 -5
  141. package/legacy/AlertTitle/AlertTitle.js +0 -73
  142. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  143. package/legacy/AlertTitle/index.js +0 -5
  144. package/legacy/AppBar/AppBar.js +0 -235
  145. package/legacy/AppBar/appBarClasses.js +0 -7
  146. package/legacy/AppBar/index.js +0 -5
  147. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  148. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  149. package/legacy/Autocomplete/index.js +0 -5
  150. package/legacy/Avatar/Avatar.js +0 -296
  151. package/legacy/Avatar/avatarClasses.js +0 -7
  152. package/legacy/Avatar/index.js +0 -5
  153. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  154. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  155. package/legacy/AvatarGroup/index.js +0 -5
  156. package/legacy/Backdrop/Backdrop.js +0 -211
  157. package/legacy/Backdrop/backdropClasses.js +0 -7
  158. package/legacy/Backdrop/index.js +0 -5
  159. package/legacy/Badge/Badge.js +0 -439
  160. package/legacy/Badge/badgeClasses.js +0 -9
  161. package/legacy/Badge/index.js +0 -5
  162. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  163. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  164. package/legacy/BottomNavigation/index.js +0 -5
  165. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  166. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  167. package/legacy/BottomNavigationAction/index.js +0 -5
  168. package/legacy/Box/Box.js +0 -35
  169. package/legacy/Box/boxClasses.js +0 -3
  170. package/legacy/Box/index.js +0 -5
  171. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  172. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  173. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  174. package/legacy/Breadcrumbs/index.js +0 -5
  175. package/legacy/Button/Button.js +0 -472
  176. package/legacy/Button/buttonClasses.js +0 -7
  177. package/legacy/Button/index.js +0 -5
  178. package/legacy/ButtonBase/ButtonBase.js +0 -487
  179. package/legacy/ButtonBase/Ripple.js +0 -89
  180. package/legacy/ButtonBase/TouchRipple.js +0 -267
  181. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  182. package/legacy/ButtonBase/index.js +0 -7
  183. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  184. package/legacy/ButtonGroup/ButtonGroup.js +0 -371
  185. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  186. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  187. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  188. package/legacy/ButtonGroup/index.js +0 -7
  189. package/legacy/Card/Card.js +0 -83
  190. package/legacy/Card/cardClasses.js +0 -7
  191. package/legacy/Card/index.js +0 -5
  192. package/legacy/CardActionArea/CardActionArea.js +0 -119
  193. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  194. package/legacy/CardActionArea/index.js +0 -5
  195. package/legacy/CardActions/CardActions.js +0 -89
  196. package/legacy/CardActions/cardActionsClasses.js +0 -7
  197. package/legacy/CardActions/index.js +0 -5
  198. package/legacy/CardContent/CardContent.js +0 -79
  199. package/legacy/CardContent/cardContentClasses.js +0 -7
  200. package/legacy/CardContent/index.js +0 -5
  201. package/legacy/CardHeader/CardHeader.js +0 -198
  202. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  203. package/legacy/CardHeader/index.js +0 -5
  204. package/legacy/CardMedia/CardMedia.js +0 -139
  205. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  206. package/legacy/CardMedia/index.js +0 -5
  207. package/legacy/Checkbox/Checkbox.js +0 -212
  208. package/legacy/Checkbox/checkboxClasses.js +0 -7
  209. package/legacy/Checkbox/index.js +0 -5
  210. package/legacy/Chip/Chip.js +0 -547
  211. package/legacy/Chip/chipClasses.js +0 -7
  212. package/legacy/Chip/index.js +0 -5
  213. package/legacy/CircularProgress/CircularProgress.js +0 -224
  214. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  215. package/legacy/CircularProgress/index.js +0 -5
  216. package/legacy/ClickAwayListener/index.js +0 -1
  217. package/legacy/Collapse/Collapse.js +0 -383
  218. package/legacy/Collapse/collapseClasses.js +0 -7
  219. package/legacy/Collapse/index.js +0 -5
  220. package/legacy/Container/Container.js +0 -67
  221. package/legacy/Container/containerClasses.js +0 -7
  222. package/legacy/Container/index.js +0 -5
  223. package/legacy/CssBaseline/CssBaseline.js +0 -113
  224. package/legacy/CssBaseline/index.js +0 -3
  225. package/legacy/Dialog/Dialog.js +0 -392
  226. package/legacy/Dialog/DialogContext.js +0 -6
  227. package/legacy/Dialog/dialogClasses.js +0 -7
  228. package/legacy/Dialog/index.js +0 -5
  229. package/legacy/DialogActions/DialogActions.js +0 -88
  230. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  231. package/legacy/DialogActions/index.js +0 -5
  232. package/legacy/DialogContent/DialogContent.js +0 -93
  233. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  234. package/legacy/DialogContent/index.js +0 -5
  235. package/legacy/DialogContentText/DialogContentText.js +0 -74
  236. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  237. package/legacy/DialogContentText/index.js +0 -5
  238. package/legacy/DialogTitle/DialogTitle.js +0 -80
  239. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  240. package/legacy/DialogTitle/index.js +0 -5
  241. package/legacy/Divider/Divider.js +0 -316
  242. package/legacy/Divider/dividerClasses.js +0 -7
  243. package/legacy/Divider/index.js +0 -5
  244. package/legacy/Drawer/Drawer.js +0 -316
  245. package/legacy/Drawer/drawerClasses.js +0 -7
  246. package/legacy/Drawer/index.js +0 -5
  247. package/legacy/Fab/Fab.js +0 -229
  248. package/legacy/Fab/fabClasses.js +0 -7
  249. package/legacy/Fab/index.js +0 -5
  250. package/legacy/Fade/Fade.js +0 -206
  251. package/legacy/Fade/index.js +0 -3
  252. package/legacy/FilledInput/FilledInput.js +0 -425
  253. package/legacy/FilledInput/filledInputClasses.js +0 -9
  254. package/legacy/FilledInput/index.js +0 -5
  255. package/legacy/FormControl/FormControl.js +0 -315
  256. package/legacy/FormControl/FormControlContext.js +0 -9
  257. package/legacy/FormControl/formControlClasses.js +0 -7
  258. package/legacy/FormControl/formControlState.js +0 -14
  259. package/legacy/FormControl/index.js +0 -6
  260. package/legacy/FormControl/useFormControl.js +0 -7
  261. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  262. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  263. package/legacy/FormControlLabel/index.js +0 -5
  264. package/legacy/FormGroup/FormGroup.js +0 -103
  265. package/legacy/FormGroup/formGroupClasses.js +0 -7
  266. package/legacy/FormGroup/index.js +0 -5
  267. package/legacy/FormHelperText/FormHelperText.js +0 -167
  268. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  269. package/legacy/FormHelperText/index.js +0 -5
  270. package/legacy/FormLabel/FormLabel.js +0 -166
  271. package/legacy/FormLabel/formLabelClasses.js +0 -7
  272. package/legacy/FormLabel/index.js +0 -6
  273. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  274. package/legacy/GlobalStyles/index.js +0 -1
  275. package/legacy/Grid/Grid.js +0 -561
  276. package/legacy/Grid/GridContext.js +0 -12
  277. package/legacy/Grid/gridClasses.js +0 -28
  278. package/legacy/Grid/index.js +0 -5
  279. package/legacy/Grow/Grow.js +0 -253
  280. package/legacy/Grow/index.js +0 -3
  281. package/legacy/Hidden/Hidden.js +0 -147
  282. package/legacy/Hidden/HiddenCss.js +0 -168
  283. package/legacy/Hidden/HiddenJs.js +0 -123
  284. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  285. package/legacy/Hidden/index.js +0 -3
  286. package/legacy/Hidden/withWidth.js +0 -110
  287. package/legacy/Icon/Icon.js +0 -144
  288. package/legacy/Icon/iconClasses.js +0 -7
  289. package/legacy/Icon/index.js +0 -5
  290. package/legacy/IconButton/IconButton.js +0 -204
  291. package/legacy/IconButton/iconButtonClasses.js +0 -7
  292. package/legacy/IconButton/index.js +0 -5
  293. package/legacy/ImageList/ImageList.js +0 -155
  294. package/legacy/ImageList/ImageListContext.js +0 -13
  295. package/legacy/ImageList/imageListClasses.js +0 -7
  296. package/legacy/ImageList/index.js +0 -5
  297. package/legacy/ImageListItem/ImageListItem.js +0 -168
  298. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  299. package/legacy/ImageListItem/index.js +0 -5
  300. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  301. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  302. package/legacy/ImageListItemBar/index.js +0 -5
  303. package/legacy/Input/Input.js +0 -339
  304. package/legacy/Input/index.js +0 -5
  305. package/legacy/Input/inputClasses.js +0 -9
  306. package/legacy/InputAdornment/InputAdornment.js +0 -167
  307. package/legacy/InputAdornment/index.js +0 -5
  308. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  309. package/legacy/InputBase/InputBase.js +0 -713
  310. package/legacy/InputBase/index.js +0 -5
  311. package/legacy/InputBase/inputBaseClasses.js +0 -7
  312. package/legacy/InputBase/utils.js +0 -31
  313. package/legacy/InputLabel/InputLabel.js +0 -214
  314. package/legacy/InputLabel/index.js +0 -5
  315. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  316. package/legacy/LinearProgress/LinearProgress.js +0 -285
  317. package/legacy/LinearProgress/index.js +0 -5
  318. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  319. package/legacy/Link/Link.js +0 -209
  320. package/legacy/Link/getTextDecoration.js +0 -24
  321. package/legacy/Link/index.js +0 -5
  322. package/legacy/Link/linkClasses.js +0 -7
  323. package/legacy/List/List.js +0 -126
  324. package/legacy/List/ListContext.js +0 -12
  325. package/legacy/List/index.js +0 -5
  326. package/legacy/List/listClasses.js +0 -7
  327. package/legacy/ListItem/ListItem.js +0 -425
  328. package/legacy/ListItem/index.js +0 -5
  329. package/legacy/ListItem/listItemClasses.js +0 -7
  330. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  331. package/legacy/ListItemAvatar/index.js +0 -5
  332. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  333. package/legacy/ListItemButton/ListItemButton.js +0 -242
  334. package/legacy/ListItemButton/index.js +0 -5
  335. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  336. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  337. package/legacy/ListItemIcon/index.js +0 -5
  338. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  339. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  340. package/legacy/ListItemSecondaryAction/index.js +0 -5
  341. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  342. package/legacy/ListItemText/ListItemText.js +0 -160
  343. package/legacy/ListItemText/index.js +0 -5
  344. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  345. package/legacy/ListSubheader/ListSubheader.js +0 -139
  346. package/legacy/ListSubheader/index.js +0 -5
  347. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  348. package/legacy/Menu/Menu.js +0 -317
  349. package/legacy/Menu/index.js +0 -5
  350. package/legacy/Menu/menuClasses.js +0 -7
  351. package/legacy/MenuItem/MenuItem.js +0 -251
  352. package/legacy/MenuItem/index.js +0 -5
  353. package/legacy/MenuItem/menuItemClasses.js +0 -7
  354. package/legacy/MenuList/MenuList.js +0 -285
  355. package/legacy/MenuList/index.js +0 -3
  356. package/legacy/MobileStepper/MobileStepper.js +0 -254
  357. package/legacy/MobileStepper/index.js +0 -5
  358. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  359. package/legacy/Modal/Modal.js +0 -398
  360. package/legacy/Modal/index.js +0 -6
  361. package/legacy/Modal/modalClasses.js +0 -7
  362. package/legacy/NativeSelect/NativeSelect.js +0 -128
  363. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  364. package/legacy/NativeSelect/index.js +0 -5
  365. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  366. package/legacy/NoSsr/index.js +0 -1
  367. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  368. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  369. package/legacy/OutlinedInput/index.js +0 -5
  370. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  371. package/legacy/Pagination/Pagination.js +0 -256
  372. package/legacy/Pagination/index.js +0 -5
  373. package/legacy/Pagination/paginationClasses.js +0 -7
  374. package/legacy/PaginationItem/PaginationItem.js +0 -356
  375. package/legacy/PaginationItem/index.js +0 -5
  376. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  377. package/legacy/Paper/Paper.js +0 -141
  378. package/legacy/Paper/index.js +0 -5
  379. package/legacy/Paper/paperClasses.js +0 -7
  380. package/legacy/Popover/Popover.js +0 -548
  381. package/legacy/Popover/index.js +0 -6
  382. package/legacy/Popover/popoverClasses.js +0 -7
  383. package/legacy/Popper/Popper.js +0 -207
  384. package/legacy/Popper/index.js +0 -3
  385. package/legacy/Portal/index.js +0 -1
  386. package/legacy/Radio/Radio.js +0 -212
  387. package/legacy/Radio/RadioButtonIcon.js +0 -81
  388. package/legacy/Radio/index.js +0 -5
  389. package/legacy/Radio/radioClasses.js +0 -7
  390. package/legacy/RadioGroup/RadioGroup.js +0 -118
  391. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  392. package/legacy/RadioGroup/index.js +0 -6
  393. package/legacy/RadioGroup/radioGroupClasses.js +0 -7
  394. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  395. package/legacy/Rating/Rating.js +0 -657
  396. package/legacy/Rating/index.js +0 -3
  397. package/legacy/Rating/ratingClasses.js +0 -7
  398. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  399. package/legacy/ScopedCssBaseline/index.js +0 -5
  400. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  401. package/legacy/Select/Select.js +0 -290
  402. package/legacy/Select/SelectInput.js +0 -667
  403. package/legacy/Select/index.js +0 -5
  404. package/legacy/Select/selectClasses.js +0 -7
  405. package/legacy/Skeleton/Skeleton.js +0 -166
  406. package/legacy/Skeleton/index.js +0 -5
  407. package/legacy/Skeleton/skeletonClasses.js +0 -7
  408. package/legacy/Slide/Slide.js +0 -333
  409. package/legacy/Slide/index.js +0 -3
  410. package/legacy/Slider/Slider.js +0 -1063
  411. package/legacy/Slider/SliderValueLabel.js +0 -49
  412. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  413. package/legacy/Slider/index.js +0 -6
  414. package/legacy/Slider/sliderClasses.js +0 -7
  415. package/legacy/Snackbar/Snackbar.js +0 -312
  416. package/legacy/Snackbar/index.js +0 -5
  417. package/legacy/Snackbar/snackbarClasses.js +0 -7
  418. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  419. package/legacy/SnackbarContent/index.js +0 -5
  420. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  421. package/legacy/SpeedDial/SpeedDial.js +0 -491
  422. package/legacy/SpeedDial/index.js +0 -5
  423. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  424. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  425. package/legacy/SpeedDialAction/index.js +0 -5
  426. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  427. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  428. package/legacy/SpeedDialIcon/index.js +0 -5
  429. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  430. package/legacy/Stack/Stack.js +0 -66
  431. package/legacy/Stack/index.js +0 -4
  432. package/legacy/Stack/stackClasses.js +0 -7
  433. package/legacy/Step/Step.js +0 -179
  434. package/legacy/Step/StepContext.js +0 -17
  435. package/legacy/Step/index.js +0 -7
  436. package/legacy/Step/stepClasses.js +0 -7
  437. package/legacy/StepButton/StepButton.js +0 -122
  438. package/legacy/StepButton/index.js +0 -5
  439. package/legacy/StepButton/stepButtonClasses.js +0 -7
  440. package/legacy/StepConnector/StepConnector.js +0 -142
  441. package/legacy/StepConnector/index.js +0 -5
  442. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  443. package/legacy/StepContent/StepContent.js +0 -152
  444. package/legacy/StepContent/index.js +0 -5
  445. package/legacy/StepContent/stepContentClasses.js +0 -7
  446. package/legacy/StepIcon/StepIcon.js +0 -162
  447. package/legacy/StepIcon/index.js +0 -5
  448. package/legacy/StepIcon/stepIconClasses.js +0 -7
  449. package/legacy/StepLabel/StepLabel.js +0 -258
  450. package/legacy/StepLabel/index.js +0 -5
  451. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  452. package/legacy/Stepper/Stepper.js +0 -167
  453. package/legacy/Stepper/StepperContext.js +0 -17
  454. package/legacy/Stepper/index.js +0 -7
  455. package/legacy/Stepper/stepperClasses.js +0 -7
  456. package/legacy/StyledEngineProvider/index.js +0 -1
  457. package/legacy/SvgIcon/SvgIcon.js +0 -183
  458. package/legacy/SvgIcon/index.js +0 -5
  459. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  460. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  461. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  462. package/legacy/SwipeableDrawer/index.js +0 -3
  463. package/legacy/Switch/Switch.js +0 -337
  464. package/legacy/Switch/index.js +0 -5
  465. package/legacy/Switch/switchClasses.js +0 -7
  466. package/legacy/Tab/Tab.js +0 -249
  467. package/legacy/Tab/index.js +0 -5
  468. package/legacy/Tab/tabClasses.js +0 -7
  469. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  470. package/legacy/TabScrollButton/index.js +0 -5
  471. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  472. package/legacy/Table/Table.js +0 -130
  473. package/legacy/Table/TableContext.js +0 -12
  474. package/legacy/Table/Tablelvl2Context.js +0 -10
  475. package/legacy/Table/index.js +0 -5
  476. package/legacy/Table/tableClasses.js +0 -7
  477. package/legacy/TableBody/TableBody.js +0 -85
  478. package/legacy/TableBody/index.js +0 -5
  479. package/legacy/TableBody/tableBodyClasses.js +0 -7
  480. package/legacy/TableCell/TableCell.js +0 -208
  481. package/legacy/TableCell/index.js +0 -5
  482. package/legacy/TableCell/tableCellClasses.js +0 -7
  483. package/legacy/TableContainer/TableContainer.js +0 -77
  484. package/legacy/TableContainer/index.js +0 -5
  485. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  486. package/legacy/TableFooter/TableFooter.js +0 -85
  487. package/legacy/TableFooter/index.js +0 -5
  488. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  489. package/legacy/TableHead/TableHead.js +0 -85
  490. package/legacy/TableHead/index.js +0 -5
  491. package/legacy/TableHead/tableHeadClasses.js +0 -7
  492. package/legacy/TablePagination/TablePagination.js +0 -461
  493. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  494. package/legacy/TablePagination/index.js +0 -5
  495. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  496. package/legacy/TableRow/TableRow.js +0 -123
  497. package/legacy/TableRow/index.js +0 -5
  498. package/legacy/TableRow/tableRowClasses.js +0 -7
  499. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  500. package/legacy/TableSortLabel/index.js +0 -5
  501. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  502. package/legacy/Tabs/ScrollbarSize.js +0 -57
  503. package/legacy/Tabs/Tabs.js +0 -849
  504. package/legacy/Tabs/index.js +0 -5
  505. package/legacy/Tabs/tabsClasses.js +0 -7
  506. package/legacy/TextField/TextField.js +0 -381
  507. package/legacy/TextField/index.js +0 -5
  508. package/legacy/TextField/textFieldClasses.js +0 -7
  509. package/legacy/TextareaAutosize/index.js +0 -1
  510. package/legacy/ToggleButton/ToggleButton.js +0 -230
  511. package/legacy/ToggleButton/index.js +0 -5
  512. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  513. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  514. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  515. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  516. package/legacy/ToggleButtonGroup/index.js +0 -5
  517. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  518. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  519. package/legacy/Toolbar/Toolbar.js +0 -115
  520. package/legacy/Toolbar/index.js +0 -3
  521. package/legacy/Toolbar/toolbarClasses.js +0 -7
  522. package/legacy/Tooltip/Tooltip.js +0 -788
  523. package/legacy/Tooltip/index.js +0 -5
  524. package/legacy/Tooltip/tooltipClasses.js +0 -7
  525. package/legacy/Typography/Typography.js +0 -198
  526. package/legacy/Typography/index.js +0 -5
  527. package/legacy/Typography/typographyClasses.js +0 -7
  528. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  529. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  530. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  531. package/legacy/Unstable_Grid2/index.js +0 -6
  532. package/legacy/Unstable_TrapFocus/index.js +0 -1
  533. package/legacy/Zoom/Zoom.js +0 -206
  534. package/legacy/Zoom/index.js +0 -3
  535. package/legacy/className/index.js +0 -2
  536. package/legacy/colors/amber.js +0 -17
  537. package/legacy/colors/blue.js +0 -17
  538. package/legacy/colors/blueGrey.js +0 -17
  539. package/legacy/colors/brown.js +0 -17
  540. package/legacy/colors/common.js +0 -5
  541. package/legacy/colors/cyan.js +0 -17
  542. package/legacy/colors/deepOrange.js +0 -17
  543. package/legacy/colors/deepPurple.js +0 -17
  544. package/legacy/colors/green.js +0 -17
  545. package/legacy/colors/grey.js +0 -17
  546. package/legacy/colors/index.js +0 -20
  547. package/legacy/colors/indigo.js +0 -17
  548. package/legacy/colors/lightBlue.js +0 -17
  549. package/legacy/colors/lightGreen.js +0 -17
  550. package/legacy/colors/lime.js +0 -17
  551. package/legacy/colors/orange.js +0 -17
  552. package/legacy/colors/pink.js +0 -17
  553. package/legacy/colors/purple.js +0 -17
  554. package/legacy/colors/red.js +0 -17
  555. package/legacy/colors/teal.js +0 -17
  556. package/legacy/colors/yellow.js +0 -17
  557. package/legacy/darkScrollbar/index.js +0 -33
  558. package/legacy/generateUtilityClass/index.js +0 -1
  559. package/legacy/generateUtilityClasses/index.js +0 -1
  560. package/legacy/index.js +0 -288
  561. package/legacy/internal/SwitchBase.js +0 -275
  562. package/legacy/internal/animate.js +0 -41
  563. package/legacy/internal/svg-icons/Add.js +0 -12
  564. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  565. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  566. package/legacy/internal/svg-icons/Cancel.js +0 -12
  567. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  568. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  569. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  570. package/legacy/internal/svg-icons/Close.js +0 -14
  571. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  572. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  573. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  574. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  575. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  576. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  577. package/legacy/internal/svg-icons/LastPage.js +0 -12
  578. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  579. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  580. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  581. package/legacy/internal/svg-icons/Person.js +0 -12
  582. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  583. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  584. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  585. package/legacy/internal/svg-icons/Star.js +0 -12
  586. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  587. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  588. package/legacy/internal/svg-icons/Warning.js +0 -12
  589. package/legacy/internal/switchBaseClasses.js +0 -7
  590. package/legacy/locale/index.js +0 -4389
  591. package/legacy/styles/CssVarsProvider.js +0 -39
  592. package/legacy/styles/ThemeProvider.js +0 -28
  593. package/legacy/styles/adaptV4Theme.js +0 -81
  594. package/legacy/styles/createGetSelector.js +0 -21
  595. package/legacy/styles/createMixins.js +0 -15
  596. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  597. package/legacy/styles/createPalette.js +0 -299
  598. package/legacy/styles/createStyles.js +0 -10
  599. package/legacy/styles/createTheme.js +0 -97
  600. package/legacy/styles/createTransitions.js +0 -97
  601. package/legacy/styles/createTypography.js +0 -93
  602. package/legacy/styles/cssUtils.js +0 -122
  603. package/legacy/styles/defaultTheme.js +0 -5
  604. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  605. package/legacy/styles/experimental_extendTheme.js +0 -377
  606. package/legacy/styles/getOverlayAlpha.js +0 -11
  607. package/legacy/styles/identifier.js +0 -1
  608. package/legacy/styles/index.js +0 -37
  609. package/legacy/styles/makeStyles.js +0 -4
  610. package/legacy/styles/responsiveFontSizes.js +0 -63
  611. package/legacy/styles/rootShouldForwardProp.js +0 -5
  612. package/legacy/styles/shadows.js +0 -10
  613. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  614. package/legacy/styles/slotShouldForwardProp.js +0 -5
  615. package/legacy/styles/styled.js +0 -14
  616. package/legacy/styles/useTheme.js +0 -14
  617. package/legacy/styles/useThemeProps.js +0 -15
  618. package/legacy/styles/withStyles.js +0 -4
  619. package/legacy/styles/withTheme.js +0 -4
  620. package/legacy/styles/zIndex.js +0 -13
  621. package/legacy/transitions/index.js +0 -1
  622. package/legacy/transitions/transition.js +0 -1
  623. package/legacy/transitions/utils.js +0 -16
  624. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  625. package/legacy/useAutocomplete/index.js +0 -3
  626. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  627. package/legacy/useMediaQuery/index.js +0 -1
  628. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  629. package/legacy/usePagination/index.js +0 -3
  630. package/legacy/usePagination/usePagination.js +0 -122
  631. package/legacy/useScrollTrigger/index.js +0 -3
  632. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  633. package/legacy/useTouchRipple/index.js +0 -3
  634. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  635. package/legacy/utils/capitalize.js +0 -2
  636. package/legacy/utils/createChainedFunction.js +0 -2
  637. package/legacy/utils/createSvgIcon.js +0 -27
  638. package/legacy/utils/debounce.js +0 -2
  639. package/legacy/utils/deprecatedPropType.js +0 -2
  640. package/legacy/utils/getScrollbarSize.js +0 -2
  641. package/legacy/utils/index.js +0 -30
  642. package/legacy/utils/isMuiElement.js +0 -2
  643. package/legacy/utils/ownerDocument.js +0 -2
  644. package/legacy/utils/ownerWindow.js +0 -2
  645. package/legacy/utils/requirePropFactory.js +0 -2
  646. package/legacy/utils/scrollLeft.js +0 -1
  647. package/legacy/utils/setRef.js +0 -2
  648. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  649. package/legacy/utils/types.js +0 -1
  650. package/legacy/utils/unsupportedProp.js +0 -2
  651. package/legacy/utils/useControlled.js +0 -4
  652. package/legacy/utils/useEnhancedEffect.js +0 -4
  653. package/legacy/utils/useEventCallback.js +0 -4
  654. package/legacy/utils/useForkRef.js +0 -4
  655. package/legacy/utils/useId.js +0 -4
  656. package/legacy/utils/useIsFocusVisible.js +0 -4
  657. package/legacy/utils/useSlot.js +0 -71
  658. package/legacy/zero-styled/index.js +0 -8
@@ -1,713 +0,0 @@
1
- 'use client';
2
-
3
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
5
- import _extends from "@babel/runtime/helpers/esm/extends";
6
- import _formatMuiErrorMessage from "@mui/utils/formatMuiErrorMessage";
7
- import * as React from 'react';
8
- import PropTypes from 'prop-types';
9
- import clsx from 'clsx';
10
- import elementTypeAcceptingRef from '@mui/utils/elementTypeAcceptingRef';
11
- import refType from '@mui/utils/refType';
12
- import { TextareaAutosize } from '@mui/base';
13
- import { isHostComponent } from '@mui/base/utils';
14
- import composeClasses from '@mui/utils/composeClasses';
15
- import formControlState from '../FormControl/formControlState';
16
- import FormControlContext from '../FormControl/FormControlContext';
17
- import useFormControl from '../FormControl/useFormControl';
18
- import styled from '../styles/styled';
19
- import useThemeProps from '../styles/useThemeProps';
20
- import capitalize from '../utils/capitalize';
21
- import useForkRef from '../utils/useForkRef';
22
- import useEnhancedEffect from '../utils/useEnhancedEffect';
23
- import GlobalStyles from '../GlobalStyles';
24
- import { isFilled } from './utils';
25
- import inputBaseClasses, { getInputBaseUtilityClass } from './inputBaseClasses';
26
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
27
- export var rootOverridesResolver = function rootOverridesResolver(props, styles) {
28
- var ownerState = props.ownerState;
29
- return [styles.root, ownerState.formControl && styles.formControl, ownerState.startAdornment && styles.adornedStart, ownerState.endAdornment && styles.adornedEnd, ownerState.error && styles.error, ownerState.size === 'small' && styles.sizeSmall, ownerState.multiline && styles.multiline, ownerState.color && styles["color".concat(capitalize(ownerState.color))], ownerState.fullWidth && styles.fullWidth, ownerState.hiddenLabel && styles.hiddenLabel];
30
- };
31
- export var inputOverridesResolver = function inputOverridesResolver(props, styles) {
32
- var ownerState = props.ownerState;
33
- return [styles.input, ownerState.size === 'small' && styles.inputSizeSmall, ownerState.multiline && styles.inputMultiline, ownerState.type === 'search' && styles.inputTypeSearch, ownerState.startAdornment && styles.inputAdornedStart, ownerState.endAdornment && styles.inputAdornedEnd, ownerState.hiddenLabel && styles.inputHiddenLabel];
34
- };
35
- var useUtilityClasses = function useUtilityClasses(ownerState) {
36
- var classes = ownerState.classes,
37
- color = ownerState.color,
38
- disabled = ownerState.disabled,
39
- error = ownerState.error,
40
- endAdornment = ownerState.endAdornment,
41
- focused = ownerState.focused,
42
- formControl = ownerState.formControl,
43
- fullWidth = ownerState.fullWidth,
44
- hiddenLabel = ownerState.hiddenLabel,
45
- multiline = ownerState.multiline,
46
- readOnly = ownerState.readOnly,
47
- size = ownerState.size,
48
- startAdornment = ownerState.startAdornment,
49
- type = ownerState.type;
50
- var slots = {
51
- root: ['root', "color".concat(capitalize(color)), disabled && 'disabled', error && 'error', fullWidth && 'fullWidth', focused && 'focused', formControl && 'formControl', size && size !== 'medium' && "size".concat(capitalize(size)), multiline && 'multiline', startAdornment && 'adornedStart', endAdornment && 'adornedEnd', hiddenLabel && 'hiddenLabel', readOnly && 'readOnly'],
52
- input: ['input', disabled && 'disabled', type === 'search' && 'inputTypeSearch', multiline && 'inputMultiline', size === 'small' && 'inputSizeSmall', hiddenLabel && 'inputHiddenLabel', startAdornment && 'inputAdornedStart', endAdornment && 'inputAdornedEnd', readOnly && 'readOnly']
53
- };
54
- return composeClasses(slots, getInputBaseUtilityClass, classes);
55
- };
56
- export var InputBaseRoot = styled('div', {
57
- name: 'MuiInputBase',
58
- slot: 'Root',
59
- overridesResolver: rootOverridesResolver
60
- })(function (_ref) {
61
- var theme = _ref.theme,
62
- ownerState = _ref.ownerState;
63
- return _extends({}, theme.typography.body1, _defineProperty({
64
- color: (theme.vars || theme).palette.text.primary,
65
- lineHeight: '1.4375em',
66
- // 23px
67
- boxSizing: 'border-box',
68
- // Prevent padding issue with fullWidth.
69
- position: 'relative',
70
- cursor: 'text',
71
- display: 'inline-flex',
72
- alignItems: 'center'
73
- }, "&.".concat(inputBaseClasses.disabled), {
74
- color: (theme.vars || theme).palette.text.disabled,
75
- cursor: 'default'
76
- }), ownerState.multiline && _extends({
77
- padding: '4px 0 5px'
78
- }, ownerState.size === 'small' && {
79
- paddingTop: 1
80
- }), ownerState.fullWidth && {
81
- width: '100%'
82
- });
83
- });
84
- export var InputBaseComponent = styled('input', {
85
- name: 'MuiInputBase',
86
- slot: 'Input',
87
- overridesResolver: inputOverridesResolver
88
- })(function (_ref2) {
89
- var theme = _ref2.theme,
90
- ownerState = _ref2.ownerState;
91
- var light = theme.palette.mode === 'light';
92
- var placeholder = _extends({
93
- color: 'currentColor'
94
- }, theme.vars ? {
95
- opacity: theme.vars.opacity.inputPlaceholder
96
- } : {
97
- opacity: light ? 0.42 : 0.5
98
- }, {
99
- transition: theme.transitions.create('opacity', {
100
- duration: theme.transitions.duration.shorter
101
- })
102
- });
103
- var placeholderHidden = {
104
- opacity: '0 !important'
105
- };
106
- var placeholderVisible = theme.vars ? {
107
- opacity: theme.vars.opacity.inputPlaceholder
108
- } : {
109
- opacity: light ? 0.42 : 0.5
110
- };
111
- return _extends(_defineProperty(_defineProperty(_defineProperty({
112
- font: 'inherit',
113
- letterSpacing: 'inherit',
114
- color: 'currentColor',
115
- padding: '4px 0 5px',
116
- border: 0,
117
- boxSizing: 'content-box',
118
- background: 'none',
119
- height: '1.4375em',
120
- // Reset 23pxthe native input line-height
121
- margin: 0,
122
- // Reset for Safari
123
- WebkitTapHighlightColor: 'transparent',
124
- display: 'block',
125
- // Make the flex item shrink with Firefox
126
- minWidth: 0,
127
- width: '100%',
128
- // Fix IE11 width issue
129
- animationName: 'mui-auto-fill-cancel',
130
- animationDuration: '10ms',
131
- '&::-webkit-input-placeholder': placeholder,
132
- '&::-moz-placeholder': placeholder,
133
- // Firefox 19+
134
- '&:-ms-input-placeholder': placeholder,
135
- // IE11
136
- '&::-ms-input-placeholder': placeholder,
137
- // Edge
138
- '&:focus': {
139
- outline: 0
140
- },
141
- // Reset Firefox invalid required input style
142
- '&:invalid': {
143
- boxShadow: 'none'
144
- },
145
- '&::-webkit-search-decoration': {
146
- // Remove the padding when type=search.
147
- WebkitAppearance: 'none'
148
- }
149
- }, "label[data-shrink=false] + .".concat(inputBaseClasses.formControl, " &"), {
150
- '&::-webkit-input-placeholder': placeholderHidden,
151
- '&::-moz-placeholder': placeholderHidden,
152
- // Firefox 19+
153
- '&:-ms-input-placeholder': placeholderHidden,
154
- // IE11
155
- '&::-ms-input-placeholder': placeholderHidden,
156
- // Edge
157
- '&:focus::-webkit-input-placeholder': placeholderVisible,
158
- '&:focus::-moz-placeholder': placeholderVisible,
159
- // Firefox 19+
160
- '&:focus:-ms-input-placeholder': placeholderVisible,
161
- // IE11
162
- '&:focus::-ms-input-placeholder': placeholderVisible // Edge
163
- }), "&.".concat(inputBaseClasses.disabled), {
164
- opacity: 1,
165
- // Reset iOS opacity
166
- WebkitTextFillColor: (theme.vars || theme).palette.text.disabled // Fix opacity Safari bug
167
- }), '&:-webkit-autofill', {
168
- animationDuration: '5000s',
169
- animationName: 'mui-auto-fill'
170
- }), ownerState.size === 'small' && {
171
- paddingTop: 1
172
- }, ownerState.multiline && {
173
- height: 'auto',
174
- resize: 'none',
175
- padding: 0,
176
- paddingTop: 0
177
- }, ownerState.type === 'search' && {
178
- // Improve type search style.
179
- MozAppearance: 'textfield'
180
- });
181
- });
182
- var inputGlobalStyles = /*#__PURE__*/_jsx(GlobalStyles, {
183
- styles: {
184
- '@keyframes mui-auto-fill': {
185
- from: {
186
- display: 'block'
187
- }
188
- },
189
- '@keyframes mui-auto-fill-cancel': {
190
- from: {
191
- display: 'block'
192
- }
193
- }
194
- }
195
- });
196
-
197
- /**
198
- * `InputBase` contains as few styles as possible.
199
- * It aims to be a simple building block for creating an input.
200
- * It contains a load of style reset and some state logic.
201
- */
202
- var InputBase = /*#__PURE__*/React.forwardRef(function InputBase(inProps, ref) {
203
- var _slotProps$input;
204
- var props = useThemeProps({
205
- props: inProps,
206
- name: 'MuiInputBase'
207
- });
208
- var ariaDescribedby = props['aria-describedby'],
209
- autoComplete = props.autoComplete,
210
- autoFocus = props.autoFocus,
211
- className = props.className,
212
- color = props.color,
213
- _props$components = props.components,
214
- components = _props$components === void 0 ? {} : _props$components,
215
- _props$componentsProp = props.componentsProps,
216
- componentsProps = _props$componentsProp === void 0 ? {} : _props$componentsProp,
217
- defaultValue = props.defaultValue,
218
- disabled = props.disabled,
219
- disableInjectingGlobalStyles = props.disableInjectingGlobalStyles,
220
- endAdornment = props.endAdornment,
221
- error = props.error,
222
- _props$fullWidth = props.fullWidth,
223
- fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth,
224
- id = props.id,
225
- _props$inputComponent = props.inputComponent,
226
- inputComponent = _props$inputComponent === void 0 ? 'input' : _props$inputComponent,
227
- _props$inputProps = props.inputProps,
228
- inputPropsProp = _props$inputProps === void 0 ? {} : _props$inputProps,
229
- inputRefProp = props.inputRef,
230
- margin = props.margin,
231
- maxRows = props.maxRows,
232
- minRows = props.minRows,
233
- _props$multiline = props.multiline,
234
- multiline = _props$multiline === void 0 ? false : _props$multiline,
235
- name = props.name,
236
- onBlur = props.onBlur,
237
- onChange = props.onChange,
238
- onClick = props.onClick,
239
- onFocus = props.onFocus,
240
- onKeyDown = props.onKeyDown,
241
- onKeyUp = props.onKeyUp,
242
- placeholder = props.placeholder,
243
- readOnly = props.readOnly,
244
- renderSuffix = props.renderSuffix,
245
- rows = props.rows,
246
- size = props.size,
247
- _props$slotProps = props.slotProps,
248
- slotProps = _props$slotProps === void 0 ? {} : _props$slotProps,
249
- _props$slots = props.slots,
250
- slots = _props$slots === void 0 ? {} : _props$slots,
251
- startAdornment = props.startAdornment,
252
- _props$type = props.type,
253
- type = _props$type === void 0 ? 'text' : _props$type,
254
- valueProp = props.value,
255
- other = _objectWithoutProperties(props, ["aria-describedby", "autoComplete", "autoFocus", "className", "color", "components", "componentsProps", "defaultValue", "disabled", "disableInjectingGlobalStyles", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "size", "slotProps", "slots", "startAdornment", "type", "value"]);
256
- var value = inputPropsProp.value != null ? inputPropsProp.value : valueProp;
257
- var _React$useRef = React.useRef(value != null),
258
- isControlled = _React$useRef.current;
259
- var inputRef = React.useRef();
260
- var handleInputRefWarning = React.useCallback(function (instance) {
261
- if (process.env.NODE_ENV !== 'production') {
262
- if (instance && instance.nodeName !== 'INPUT' && !instance.focus) {
263
- console.error(['MUI: You have provided a `inputComponent` to the input component', 'that does not correctly handle the `ref` prop.', 'Make sure the `ref` prop is called with a HTMLInputElement.'].join('\n'));
264
- }
265
- }
266
- }, []);
267
- var handleInputRef = useForkRef(inputRef, inputRefProp, inputPropsProp.ref, handleInputRefWarning);
268
- var _React$useState = React.useState(false),
269
- focused = _React$useState[0],
270
- setFocused = _React$useState[1];
271
- var muiFormControl = useFormControl();
272
- if (process.env.NODE_ENV !== 'production') {
273
- // eslint-disable-next-line react-hooks/rules-of-hooks
274
- React.useEffect(function () {
275
- if (muiFormControl) {
276
- return muiFormControl.registerEffect();
277
- }
278
- return undefined;
279
- }, [muiFormControl]);
280
- }
281
- var fcs = formControlState({
282
- props: props,
283
- muiFormControl: muiFormControl,
284
- states: ['color', 'disabled', 'error', 'hiddenLabel', 'size', 'required', 'filled']
285
- });
286
- fcs.focused = muiFormControl ? muiFormControl.focused : focused;
287
-
288
- // The blur won't fire when the disabled state is set on a focused input.
289
- // We need to book keep the focused state manually.
290
- React.useEffect(function () {
291
- if (!muiFormControl && disabled && focused) {
292
- setFocused(false);
293
- if (onBlur) {
294
- onBlur();
295
- }
296
- }
297
- }, [muiFormControl, disabled, focused, onBlur]);
298
- var onFilled = muiFormControl && muiFormControl.onFilled;
299
- var onEmpty = muiFormControl && muiFormControl.onEmpty;
300
- var checkDirty = React.useCallback(function (obj) {
301
- if (isFilled(obj)) {
302
- if (onFilled) {
303
- onFilled();
304
- }
305
- } else if (onEmpty) {
306
- onEmpty();
307
- }
308
- }, [onFilled, onEmpty]);
309
- useEnhancedEffect(function () {
310
- if (isControlled) {
311
- checkDirty({
312
- value: value
313
- });
314
- }
315
- }, [value, checkDirty, isControlled]);
316
- var handleFocus = function handleFocus(event) {
317
- // Fix a bug with IE11 where the focus/blur events are triggered
318
- // while the component is disabled.
319
- if (fcs.disabled) {
320
- event.stopPropagation();
321
- return;
322
- }
323
- if (onFocus) {
324
- onFocus(event);
325
- }
326
- if (inputPropsProp.onFocus) {
327
- inputPropsProp.onFocus(event);
328
- }
329
- if (muiFormControl && muiFormControl.onFocus) {
330
- muiFormControl.onFocus(event);
331
- } else {
332
- setFocused(true);
333
- }
334
- };
335
- var handleBlur = function handleBlur(event) {
336
- if (onBlur) {
337
- onBlur(event);
338
- }
339
- if (inputPropsProp.onBlur) {
340
- inputPropsProp.onBlur(event);
341
- }
342
- if (muiFormControl && muiFormControl.onBlur) {
343
- muiFormControl.onBlur(event);
344
- } else {
345
- setFocused(false);
346
- }
347
- };
348
- var handleChange = function handleChange(event) {
349
- if (!isControlled) {
350
- var element = event.target || inputRef.current;
351
- if (element == null) {
352
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info." : _formatMuiErrorMessage(1));
353
- }
354
- checkDirty({
355
- value: element.value
356
- });
357
- }
358
- for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
359
- args[_key - 1] = arguments[_key];
360
- }
361
- if (inputPropsProp.onChange) {
362
- inputPropsProp.onChange.apply(inputPropsProp, [event].concat(args));
363
- }
364
-
365
- // Perform in the willUpdate
366
- if (onChange) {
367
- onChange.apply(void 0, [event].concat(args));
368
- }
369
- };
370
-
371
- // Check the input state on mount, in case it was filled by the user
372
- // or auto filled by the browser before the hydration (for SSR).
373
- React.useEffect(function () {
374
- checkDirty(inputRef.current);
375
- // eslint-disable-next-line react-hooks/exhaustive-deps
376
- }, []);
377
- var handleClick = function handleClick(event) {
378
- if (inputRef.current && event.currentTarget === event.target) {
379
- inputRef.current.focus();
380
- }
381
- if (onClick) {
382
- onClick(event);
383
- }
384
- };
385
- var InputComponent = inputComponent;
386
- var inputProps = inputPropsProp;
387
- if (multiline && InputComponent === 'input') {
388
- if (rows) {
389
- if (process.env.NODE_ENV !== 'production') {
390
- if (minRows || maxRows) {
391
- console.warn('MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set.');
392
- }
393
- }
394
- inputProps = _extends({
395
- type: undefined,
396
- minRows: rows,
397
- maxRows: rows
398
- }, inputProps);
399
- } else {
400
- inputProps = _extends({
401
- type: undefined,
402
- maxRows: maxRows,
403
- minRows: minRows
404
- }, inputProps);
405
- }
406
- InputComponent = TextareaAutosize;
407
- }
408
- var handleAutoFill = function handleAutoFill(event) {
409
- // Provide a fake value as Chrome might not let you access it for security reasons.
410
- checkDirty(event.animationName === 'mui-auto-fill-cancel' ? inputRef.current : {
411
- value: 'x'
412
- });
413
- };
414
- React.useEffect(function () {
415
- if (muiFormControl) {
416
- muiFormControl.setAdornedStart(Boolean(startAdornment));
417
- }
418
- }, [muiFormControl, startAdornment]);
419
- var ownerState = _extends({}, props, {
420
- color: fcs.color || 'primary',
421
- disabled: fcs.disabled,
422
- endAdornment: endAdornment,
423
- error: fcs.error,
424
- focused: fcs.focused,
425
- formControl: muiFormControl,
426
- fullWidth: fullWidth,
427
- hiddenLabel: fcs.hiddenLabel,
428
- multiline: multiline,
429
- size: fcs.size,
430
- startAdornment: startAdornment,
431
- type: type
432
- });
433
- var classes = useUtilityClasses(ownerState);
434
- var Root = slots.root || components.Root || InputBaseRoot;
435
- var rootProps = slotProps.root || componentsProps.root || {};
436
- var Input = slots.input || components.Input || InputBaseComponent;
437
- inputProps = _extends({}, inputProps, (_slotProps$input = slotProps.input) != null ? _slotProps$input : componentsProps.input);
438
- return /*#__PURE__*/_jsxs(React.Fragment, {
439
- children: [!disableInjectingGlobalStyles && inputGlobalStyles, /*#__PURE__*/_jsxs(Root, _extends({}, rootProps, !isHostComponent(Root) && {
440
- ownerState: _extends({}, ownerState, rootProps.ownerState)
441
- }, {
442
- ref: ref,
443
- onClick: handleClick
444
- }, other, {
445
- className: clsx(classes.root, rootProps.className, className, readOnly && 'MuiInputBase-readOnly'),
446
- children: [startAdornment, /*#__PURE__*/_jsx(FormControlContext.Provider, {
447
- value: null,
448
- children: /*#__PURE__*/_jsx(Input, _extends({
449
- ownerState: ownerState,
450
- "aria-invalid": fcs.error,
451
- "aria-describedby": ariaDescribedby,
452
- autoComplete: autoComplete,
453
- autoFocus: autoFocus,
454
- defaultValue: defaultValue,
455
- disabled: fcs.disabled,
456
- id: id,
457
- onAnimationStart: handleAutoFill,
458
- name: name,
459
- placeholder: placeholder,
460
- readOnly: readOnly,
461
- required: fcs.required,
462
- rows: rows,
463
- value: value,
464
- onKeyDown: onKeyDown,
465
- onKeyUp: onKeyUp,
466
- type: type
467
- }, inputProps, !isHostComponent(Input) && {
468
- as: InputComponent,
469
- ownerState: _extends({}, ownerState, inputProps.ownerState)
470
- }, {
471
- ref: handleInputRef,
472
- className: clsx(classes.input, inputProps.className, readOnly && 'MuiInputBase-readOnly'),
473
- onBlur: handleBlur,
474
- onChange: handleChange,
475
- onFocus: handleFocus
476
- }))
477
- }), endAdornment, renderSuffix ? renderSuffix(_extends({}, fcs, {
478
- startAdornment: startAdornment
479
- })) : null]
480
- }))]
481
- });
482
- });
483
- process.env.NODE_ENV !== "production" ? InputBase.propTypes /* remove-proptypes */ = {
484
- // ┌────────────────────────────── Warning ──────────────────────────────┐
485
- // │ These PropTypes are generated from the TypeScript type definitions. │
486
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
487
- // └─────────────────────────────────────────────────────────────────────┘
488
- /**
489
- * @ignore
490
- */
491
- 'aria-describedby': PropTypes.string,
492
- /**
493
- * This prop helps users to fill forms faster, especially on mobile devices.
494
- * The name can be confusing, as it's more like an autofill.
495
- * You can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).
496
- */
497
- autoComplete: PropTypes.string,
498
- /**
499
- * If `true`, the `input` element is focused during the first mount.
500
- */
501
- autoFocus: PropTypes.bool,
502
- /**
503
- * Override or extend the styles applied to the component.
504
- */
505
- classes: PropTypes.object,
506
- /**
507
- * @ignore
508
- */
509
- className: PropTypes.string,
510
- /**
511
- * The color of the component.
512
- * It supports both default and custom theme colors, which can be added as shown in the
513
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
514
- * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
515
- */
516
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
517
- /**
518
- * The components used for each slot inside.
519
- *
520
- * This prop is an alias for the `slots` prop.
521
- * It's recommended to use the `slots` prop instead.
522
- *
523
- * @default {}
524
- */
525
- components: PropTypes.shape({
526
- Input: PropTypes.elementType,
527
- Root: PropTypes.elementType
528
- }),
529
- /**
530
- * The extra props for the slot components.
531
- * You can override the existing props or add new ones.
532
- *
533
- * This prop is an alias for the `slotProps` prop.
534
- * It's recommended to use the `slotProps` prop instead, as `componentsProps` will be deprecated in the future.
535
- *
536
- * @default {}
537
- */
538
- componentsProps: PropTypes.shape({
539
- input: PropTypes.object,
540
- root: PropTypes.object
541
- }),
542
- /**
543
- * The default value. Use when the component is not controlled.
544
- */
545
- defaultValue: PropTypes.any,
546
- /**
547
- * If `true`, the component is disabled.
548
- * The prop defaults to the value (`false`) inherited from the parent FormControl component.
549
- */
550
- disabled: PropTypes.bool,
551
- /**
552
- * If `true`, GlobalStyles for the auto-fill keyframes will not be injected/removed on mount/unmount. Make sure to inject them at the top of your application.
553
- * This option is intended to help with boosting the initial rendering performance if you are loading a big amount of Input components at once.
554
- * @default false
555
- */
556
- disableInjectingGlobalStyles: PropTypes.bool,
557
- /**
558
- * End `InputAdornment` for this component.
559
- */
560
- endAdornment: PropTypes.node,
561
- /**
562
- * If `true`, the `input` will indicate an error.
563
- * The prop defaults to the value (`false`) inherited from the parent FormControl component.
564
- */
565
- error: PropTypes.bool,
566
- /**
567
- * If `true`, the `input` will take up the full width of its container.
568
- * @default false
569
- */
570
- fullWidth: PropTypes.bool,
571
- /**
572
- * The id of the `input` element.
573
- */
574
- id: PropTypes.string,
575
- /**
576
- * The component used for the `input` element.
577
- * Either a string to use a HTML element or a component.
578
- * @default 'input'
579
- */
580
- inputComponent: elementTypeAcceptingRef,
581
- /**
582
- * [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.
583
- * @default {}
584
- */
585
- inputProps: PropTypes.object,
586
- /**
587
- * Pass a ref to the `input` element.
588
- */
589
- inputRef: refType,
590
- /**
591
- * If `dense`, will adjust vertical spacing. This is normally obtained via context from
592
- * FormControl.
593
- * The prop defaults to the value (`'none'`) inherited from the parent FormControl component.
594
- */
595
- margin: PropTypes.oneOf(['dense', 'none']),
596
- /**
597
- * Maximum number of rows to display when multiline option is set to true.
598
- */
599
- maxRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
600
- /**
601
- * Minimum number of rows to display when multiline option is set to true.
602
- */
603
- minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
604
- /**
605
- * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
606
- * @default false
607
- */
608
- multiline: PropTypes.bool,
609
- /**
610
- * Name attribute of the `input` element.
611
- */
612
- name: PropTypes.string,
613
- /**
614
- * Callback fired when the `input` is blurred.
615
- *
616
- * Notice that the first argument (event) might be undefined.
617
- */
618
- onBlur: PropTypes.func,
619
- /**
620
- * Callback fired when the value is changed.
621
- *
622
- * @param {React.ChangeEvent<HTMLTextAreaElement | HTMLInputElement>} event The event source of the callback.
623
- * You can pull out the new value by accessing `event.target.value` (string).
624
- */
625
- onChange: PropTypes.func,
626
- /**
627
- * @ignore
628
- */
629
- onClick: PropTypes.func,
630
- /**
631
- * @ignore
632
- */
633
- onFocus: PropTypes.func,
634
- /**
635
- * Callback fired when the `input` doesn't satisfy its constraints.
636
- */
637
- onInvalid: PropTypes.func,
638
- /**
639
- * @ignore
640
- */
641
- onKeyDown: PropTypes.func,
642
- /**
643
- * @ignore
644
- */
645
- onKeyUp: PropTypes.func,
646
- /**
647
- * The short hint displayed in the `input` before the user enters a value.
648
- */
649
- placeholder: PropTypes.string,
650
- /**
651
- * It prevents the user from changing the value of the field
652
- * (not from interacting with the field).
653
- */
654
- readOnly: PropTypes.bool,
655
- /**
656
- * @ignore
657
- */
658
- renderSuffix: PropTypes.func,
659
- /**
660
- * If `true`, the `input` element is required.
661
- * The prop defaults to the value (`false`) inherited from the parent FormControl component.
662
- */
663
- required: PropTypes.bool,
664
- /**
665
- * Number of rows to display when multiline option is set to true.
666
- */
667
- rows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
668
- /**
669
- * The size of the component.
670
- */
671
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['medium', 'small']), PropTypes.string]),
672
- /**
673
- * The extra props for the slot components.
674
- * You can override the existing props or add new ones.
675
- *
676
- * This prop is an alias for the `componentsProps` prop, which will be deprecated in the future.
677
- *
678
- * @default {}
679
- */
680
- slotProps: PropTypes.shape({
681
- input: PropTypes.object,
682
- root: PropTypes.object
683
- }),
684
- /**
685
- * The components used for each slot inside.
686
- *
687
- * This prop is an alias for the `components` prop, which will be deprecated in the future.
688
- *
689
- * @default {}
690
- */
691
- slots: PropTypes.shape({
692
- input: PropTypes.elementType,
693
- root: PropTypes.elementType
694
- }),
695
- /**
696
- * Start `InputAdornment` for this component.
697
- */
698
- startAdornment: PropTypes.node,
699
- /**
700
- * The system prop that allows defining system overrides as well as additional CSS styles.
701
- */
702
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
703
- /**
704
- * Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).
705
- * @default 'text'
706
- */
707
- type: PropTypes.string,
708
- /**
709
- * The value of the `input` element, required for a controlled component.
710
- */
711
- value: PropTypes.any
712
- } : void 0;
713
- export default InputBase;