@mui/material 6.0.0-alpha.1 → 6.0.0-alpha.3

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 (597) hide show
  1. package/AppBar/AppBar.js +0 -1
  2. package/Avatar/Avatar.js +1 -1
  3. package/CHANGELOG.md +114 -2
  4. package/CardMedia/CardMedia.js +0 -1
  5. package/CircularProgress/CircularProgress.js +66 -30
  6. package/Dialog/Dialog.js +10 -1
  7. package/Fab/Fab.js +83 -43
  8. package/LinearProgress/LinearProgress.js +180 -75
  9. package/PaginationItem/PaginationItem.js +137 -76
  10. package/Select/Select.d.ts +9 -6
  11. package/StepConnector/stepConnectorClasses.d.ts +6 -2
  12. package/StepLabel/StepLabel.d.ts +7 -0
  13. package/StepLabel/StepLabel.js +17 -6
  14. package/ToggleButton/ToggleButton.js +74 -45
  15. package/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  16. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +8 -2
  17. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  18. package/Tooltip/Tooltip.js +1 -2
  19. package/Typography/Typography.js +3 -1
  20. package/index.js +1 -1
  21. package/locale/index.js +1 -1
  22. package/modern/AppBar/AppBar.js +0 -1
  23. package/modern/Avatar/Avatar.js +1 -1
  24. package/modern/CardMedia/CardMedia.js +0 -1
  25. package/modern/CircularProgress/CircularProgress.js +66 -30
  26. package/modern/Dialog/Dialog.js +10 -1
  27. package/modern/Fab/Fab.js +83 -43
  28. package/modern/LinearProgress/LinearProgress.js +180 -75
  29. package/modern/PaginationItem/PaginationItem.js +137 -76
  30. package/modern/StepLabel/StepLabel.js +17 -6
  31. package/modern/ToggleButton/ToggleButton.js +74 -45
  32. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  33. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  34. package/modern/Tooltip/Tooltip.js +1 -2
  35. package/modern/Typography/Typography.js +3 -1
  36. package/modern/index.js +1 -1
  37. package/modern/locale/index.js +1 -1
  38. package/modern/styles/createTransitions.js +1 -3
  39. package/modern/zero-styled/index.js +1 -1
  40. package/node/AppBar/AppBar.js +0 -1
  41. package/node/Avatar/Avatar.js +1 -1
  42. package/node/CardMedia/CardMedia.js +0 -1
  43. package/node/CircularProgress/CircularProgress.js +72 -36
  44. package/node/Dialog/Dialog.js +10 -1
  45. package/node/Fab/Fab.js +85 -45
  46. package/node/LinearProgress/LinearProgress.js +188 -83
  47. package/node/PaginationItem/PaginationItem.js +141 -80
  48. package/node/StepLabel/StepLabel.js +17 -6
  49. package/node/ToggleButton/ToggleButton.js +76 -47
  50. package/node/ToggleButtonGroup/ToggleButtonGroup.js +65 -53
  51. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  52. package/node/Tooltip/Tooltip.js +1 -2
  53. package/node/Typography/Typography.js +3 -1
  54. package/node/index.js +1 -1
  55. package/node/locale/index.js +1 -1
  56. package/node/styles/createTransitions.js +1 -3
  57. package/node/zero-styled/index.js +6 -0
  58. package/package.json +5 -5
  59. package/styles/createTransitions.js +1 -3
  60. package/umd/material-ui.development.js +973 -509
  61. package/umd/material-ui.production.min.js +4 -4
  62. package/zero-styled/index.d.ts +1 -1
  63. package/zero-styled/index.js +1 -1
  64. package/legacy/Accordion/Accordion.js +0 -306
  65. package/legacy/Accordion/AccordionContext.js +0 -13
  66. package/legacy/Accordion/accordionClasses.js +0 -7
  67. package/legacy/Accordion/index.js +0 -3
  68. package/legacy/AccordionActions/AccordionActions.js +0 -90
  69. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  70. package/legacy/AccordionActions/index.js +0 -3
  71. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  72. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  73. package/legacy/AccordionDetails/index.js +0 -3
  74. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  75. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  76. package/legacy/AccordionSummary/index.js +0 -3
  77. package/legacy/Alert/Alert.js +0 -385
  78. package/legacy/Alert/alertClasses.js +0 -7
  79. package/legacy/Alert/index.js +0 -5
  80. package/legacy/AlertTitle/AlertTitle.js +0 -73
  81. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  82. package/legacy/AlertTitle/index.js +0 -5
  83. package/legacy/AppBar/AppBar.js +0 -235
  84. package/legacy/AppBar/appBarClasses.js +0 -7
  85. package/legacy/AppBar/index.js +0 -5
  86. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  87. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  88. package/legacy/Autocomplete/index.js +0 -5
  89. package/legacy/Avatar/Avatar.js +0 -296
  90. package/legacy/Avatar/avatarClasses.js +0 -7
  91. package/legacy/Avatar/index.js +0 -5
  92. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  93. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  94. package/legacy/AvatarGroup/index.js +0 -5
  95. package/legacy/Backdrop/Backdrop.js +0 -211
  96. package/legacy/Backdrop/backdropClasses.js +0 -7
  97. package/legacy/Backdrop/index.js +0 -5
  98. package/legacy/Badge/Badge.js +0 -439
  99. package/legacy/Badge/badgeClasses.js +0 -9
  100. package/legacy/Badge/index.js +0 -5
  101. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  102. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  103. package/legacy/BottomNavigation/index.js +0 -5
  104. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  105. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  106. package/legacy/BottomNavigationAction/index.js +0 -5
  107. package/legacy/Box/Box.js +0 -35
  108. package/legacy/Box/boxClasses.js +0 -3
  109. package/legacy/Box/index.js +0 -5
  110. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  111. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  112. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  113. package/legacy/Breadcrumbs/index.js +0 -5
  114. package/legacy/Button/Button.js +0 -472
  115. package/legacy/Button/buttonClasses.js +0 -7
  116. package/legacy/Button/index.js +0 -5
  117. package/legacy/ButtonBase/ButtonBase.js +0 -487
  118. package/legacy/ButtonBase/Ripple.js +0 -89
  119. package/legacy/ButtonBase/TouchRipple.js +0 -267
  120. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  121. package/legacy/ButtonBase/index.js +0 -7
  122. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  123. package/legacy/ButtonGroup/ButtonGroup.js +0 -371
  124. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  125. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  126. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  127. package/legacy/ButtonGroup/index.js +0 -7
  128. package/legacy/Card/Card.js +0 -83
  129. package/legacy/Card/cardClasses.js +0 -7
  130. package/legacy/Card/index.js +0 -5
  131. package/legacy/CardActionArea/CardActionArea.js +0 -119
  132. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  133. package/legacy/CardActionArea/index.js +0 -5
  134. package/legacy/CardActions/CardActions.js +0 -89
  135. package/legacy/CardActions/cardActionsClasses.js +0 -7
  136. package/legacy/CardActions/index.js +0 -5
  137. package/legacy/CardContent/CardContent.js +0 -79
  138. package/legacy/CardContent/cardContentClasses.js +0 -7
  139. package/legacy/CardContent/index.js +0 -5
  140. package/legacy/CardHeader/CardHeader.js +0 -198
  141. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  142. package/legacy/CardHeader/index.js +0 -5
  143. package/legacy/CardMedia/CardMedia.js +0 -139
  144. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  145. package/legacy/CardMedia/index.js +0 -5
  146. package/legacy/Checkbox/Checkbox.js +0 -212
  147. package/legacy/Checkbox/checkboxClasses.js +0 -7
  148. package/legacy/Checkbox/index.js +0 -5
  149. package/legacy/Chip/Chip.js +0 -547
  150. package/legacy/Chip/chipClasses.js +0 -7
  151. package/legacy/Chip/index.js +0 -5
  152. package/legacy/CircularProgress/CircularProgress.js +0 -224
  153. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  154. package/legacy/CircularProgress/index.js +0 -5
  155. package/legacy/ClickAwayListener/index.js +0 -1
  156. package/legacy/Collapse/Collapse.js +0 -383
  157. package/legacy/Collapse/collapseClasses.js +0 -7
  158. package/legacy/Collapse/index.js +0 -5
  159. package/legacy/Container/Container.js +0 -67
  160. package/legacy/Container/containerClasses.js +0 -7
  161. package/legacy/Container/index.js +0 -5
  162. package/legacy/CssBaseline/CssBaseline.js +0 -113
  163. package/legacy/CssBaseline/index.js +0 -3
  164. package/legacy/Dialog/Dialog.js +0 -392
  165. package/legacy/Dialog/DialogContext.js +0 -6
  166. package/legacy/Dialog/dialogClasses.js +0 -7
  167. package/legacy/Dialog/index.js +0 -5
  168. package/legacy/DialogActions/DialogActions.js +0 -88
  169. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  170. package/legacy/DialogActions/index.js +0 -5
  171. package/legacy/DialogContent/DialogContent.js +0 -93
  172. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  173. package/legacy/DialogContent/index.js +0 -5
  174. package/legacy/DialogContentText/DialogContentText.js +0 -74
  175. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  176. package/legacy/DialogContentText/index.js +0 -5
  177. package/legacy/DialogTitle/DialogTitle.js +0 -80
  178. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  179. package/legacy/DialogTitle/index.js +0 -5
  180. package/legacy/Divider/Divider.js +0 -316
  181. package/legacy/Divider/dividerClasses.js +0 -7
  182. package/legacy/Divider/index.js +0 -5
  183. package/legacy/Drawer/Drawer.js +0 -316
  184. package/legacy/Drawer/drawerClasses.js +0 -7
  185. package/legacy/Drawer/index.js +0 -5
  186. package/legacy/Fab/Fab.js +0 -229
  187. package/legacy/Fab/fabClasses.js +0 -7
  188. package/legacy/Fab/index.js +0 -5
  189. package/legacy/Fade/Fade.js +0 -206
  190. package/legacy/Fade/index.js +0 -3
  191. package/legacy/FilledInput/FilledInput.js +0 -425
  192. package/legacy/FilledInput/filledInputClasses.js +0 -9
  193. package/legacy/FilledInput/index.js +0 -5
  194. package/legacy/FormControl/FormControl.js +0 -315
  195. package/legacy/FormControl/FormControlContext.js +0 -9
  196. package/legacy/FormControl/formControlClasses.js +0 -7
  197. package/legacy/FormControl/formControlState.js +0 -14
  198. package/legacy/FormControl/index.js +0 -6
  199. package/legacy/FormControl/useFormControl.js +0 -7
  200. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  201. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  202. package/legacy/FormControlLabel/index.js +0 -5
  203. package/legacy/FormGroup/FormGroup.js +0 -103
  204. package/legacy/FormGroup/formGroupClasses.js +0 -7
  205. package/legacy/FormGroup/index.js +0 -5
  206. package/legacy/FormHelperText/FormHelperText.js +0 -167
  207. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  208. package/legacy/FormHelperText/index.js +0 -5
  209. package/legacy/FormLabel/FormLabel.js +0 -166
  210. package/legacy/FormLabel/formLabelClasses.js +0 -7
  211. package/legacy/FormLabel/index.js +0 -6
  212. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  213. package/legacy/GlobalStyles/index.js +0 -1
  214. package/legacy/Grid/Grid.js +0 -561
  215. package/legacy/Grid/GridContext.js +0 -12
  216. package/legacy/Grid/gridClasses.js +0 -28
  217. package/legacy/Grid/index.js +0 -5
  218. package/legacy/Grow/Grow.js +0 -253
  219. package/legacy/Grow/index.js +0 -3
  220. package/legacy/Hidden/Hidden.js +0 -147
  221. package/legacy/Hidden/HiddenCss.js +0 -168
  222. package/legacy/Hidden/HiddenJs.js +0 -123
  223. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  224. package/legacy/Hidden/index.js +0 -3
  225. package/legacy/Hidden/withWidth.js +0 -110
  226. package/legacy/Icon/Icon.js +0 -144
  227. package/legacy/Icon/iconClasses.js +0 -7
  228. package/legacy/Icon/index.js +0 -5
  229. package/legacy/IconButton/IconButton.js +0 -204
  230. package/legacy/IconButton/iconButtonClasses.js +0 -7
  231. package/legacy/IconButton/index.js +0 -5
  232. package/legacy/ImageList/ImageList.js +0 -155
  233. package/legacy/ImageList/ImageListContext.js +0 -13
  234. package/legacy/ImageList/imageListClasses.js +0 -7
  235. package/legacy/ImageList/index.js +0 -5
  236. package/legacy/ImageListItem/ImageListItem.js +0 -168
  237. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  238. package/legacy/ImageListItem/index.js +0 -5
  239. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  240. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  241. package/legacy/ImageListItemBar/index.js +0 -5
  242. package/legacy/Input/Input.js +0 -339
  243. package/legacy/Input/index.js +0 -5
  244. package/legacy/Input/inputClasses.js +0 -9
  245. package/legacy/InputAdornment/InputAdornment.js +0 -167
  246. package/legacy/InputAdornment/index.js +0 -5
  247. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  248. package/legacy/InputBase/InputBase.js +0 -713
  249. package/legacy/InputBase/index.js +0 -5
  250. package/legacy/InputBase/inputBaseClasses.js +0 -7
  251. package/legacy/InputBase/utils.js +0 -31
  252. package/legacy/InputLabel/InputLabel.js +0 -214
  253. package/legacy/InputLabel/index.js +0 -5
  254. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  255. package/legacy/LinearProgress/LinearProgress.js +0 -285
  256. package/legacy/LinearProgress/index.js +0 -5
  257. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  258. package/legacy/Link/Link.js +0 -209
  259. package/legacy/Link/getTextDecoration.js +0 -24
  260. package/legacy/Link/index.js +0 -5
  261. package/legacy/Link/linkClasses.js +0 -7
  262. package/legacy/List/List.js +0 -126
  263. package/legacy/List/ListContext.js +0 -12
  264. package/legacy/List/index.js +0 -5
  265. package/legacy/List/listClasses.js +0 -7
  266. package/legacy/ListItem/ListItem.js +0 -425
  267. package/legacy/ListItem/index.js +0 -5
  268. package/legacy/ListItem/listItemClasses.js +0 -7
  269. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  270. package/legacy/ListItemAvatar/index.js +0 -5
  271. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  272. package/legacy/ListItemButton/ListItemButton.js +0 -242
  273. package/legacy/ListItemButton/index.js +0 -5
  274. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  275. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  276. package/legacy/ListItemIcon/index.js +0 -5
  277. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  278. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  279. package/legacy/ListItemSecondaryAction/index.js +0 -5
  280. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  281. package/legacy/ListItemText/ListItemText.js +0 -160
  282. package/legacy/ListItemText/index.js +0 -5
  283. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  284. package/legacy/ListSubheader/ListSubheader.js +0 -139
  285. package/legacy/ListSubheader/index.js +0 -5
  286. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  287. package/legacy/Menu/Menu.js +0 -317
  288. package/legacy/Menu/index.js +0 -5
  289. package/legacy/Menu/menuClasses.js +0 -7
  290. package/legacy/MenuItem/MenuItem.js +0 -251
  291. package/legacy/MenuItem/index.js +0 -5
  292. package/legacy/MenuItem/menuItemClasses.js +0 -7
  293. package/legacy/MenuList/MenuList.js +0 -285
  294. package/legacy/MenuList/index.js +0 -3
  295. package/legacy/MobileStepper/MobileStepper.js +0 -254
  296. package/legacy/MobileStepper/index.js +0 -5
  297. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  298. package/legacy/Modal/Modal.js +0 -398
  299. package/legacy/Modal/index.js +0 -6
  300. package/legacy/Modal/modalClasses.js +0 -7
  301. package/legacy/NativeSelect/NativeSelect.js +0 -128
  302. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  303. package/legacy/NativeSelect/index.js +0 -5
  304. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  305. package/legacy/NoSsr/index.js +0 -1
  306. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  307. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  308. package/legacy/OutlinedInput/index.js +0 -5
  309. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  310. package/legacy/Pagination/Pagination.js +0 -256
  311. package/legacy/Pagination/index.js +0 -5
  312. package/legacy/Pagination/paginationClasses.js +0 -7
  313. package/legacy/PaginationItem/PaginationItem.js +0 -356
  314. package/legacy/PaginationItem/index.js +0 -5
  315. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  316. package/legacy/Paper/Paper.js +0 -141
  317. package/legacy/Paper/index.js +0 -5
  318. package/legacy/Paper/paperClasses.js +0 -7
  319. package/legacy/Popover/Popover.js +0 -548
  320. package/legacy/Popover/index.js +0 -6
  321. package/legacy/Popover/popoverClasses.js +0 -7
  322. package/legacy/Popper/Popper.js +0 -207
  323. package/legacy/Popper/index.js +0 -3
  324. package/legacy/Portal/index.js +0 -1
  325. package/legacy/Radio/Radio.js +0 -212
  326. package/legacy/Radio/RadioButtonIcon.js +0 -81
  327. package/legacy/Radio/index.js +0 -5
  328. package/legacy/Radio/radioClasses.js +0 -7
  329. package/legacy/RadioGroup/RadioGroup.js +0 -118
  330. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  331. package/legacy/RadioGroup/index.js +0 -6
  332. package/legacy/RadioGroup/radioGroupClasses.js +0 -7
  333. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  334. package/legacy/Rating/Rating.js +0 -657
  335. package/legacy/Rating/index.js +0 -3
  336. package/legacy/Rating/ratingClasses.js +0 -7
  337. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  338. package/legacy/ScopedCssBaseline/index.js +0 -5
  339. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  340. package/legacy/Select/Select.js +0 -290
  341. package/legacy/Select/SelectInput.js +0 -667
  342. package/legacy/Select/index.js +0 -5
  343. package/legacy/Select/selectClasses.js +0 -7
  344. package/legacy/Skeleton/Skeleton.js +0 -166
  345. package/legacy/Skeleton/index.js +0 -5
  346. package/legacy/Skeleton/skeletonClasses.js +0 -7
  347. package/legacy/Slide/Slide.js +0 -333
  348. package/legacy/Slide/index.js +0 -3
  349. package/legacy/Slider/Slider.js +0 -1063
  350. package/legacy/Slider/SliderValueLabel.js +0 -49
  351. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  352. package/legacy/Slider/index.js +0 -6
  353. package/legacy/Slider/sliderClasses.js +0 -7
  354. package/legacy/Snackbar/Snackbar.js +0 -312
  355. package/legacy/Snackbar/index.js +0 -5
  356. package/legacy/Snackbar/snackbarClasses.js +0 -7
  357. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  358. package/legacy/SnackbarContent/index.js +0 -5
  359. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  360. package/legacy/SpeedDial/SpeedDial.js +0 -491
  361. package/legacy/SpeedDial/index.js +0 -5
  362. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  363. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  364. package/legacy/SpeedDialAction/index.js +0 -5
  365. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  366. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  367. package/legacy/SpeedDialIcon/index.js +0 -5
  368. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  369. package/legacy/Stack/Stack.js +0 -66
  370. package/legacy/Stack/index.js +0 -4
  371. package/legacy/Stack/stackClasses.js +0 -7
  372. package/legacy/Step/Step.js +0 -179
  373. package/legacy/Step/StepContext.js +0 -17
  374. package/legacy/Step/index.js +0 -7
  375. package/legacy/Step/stepClasses.js +0 -7
  376. package/legacy/StepButton/StepButton.js +0 -122
  377. package/legacy/StepButton/index.js +0 -5
  378. package/legacy/StepButton/stepButtonClasses.js +0 -7
  379. package/legacy/StepConnector/StepConnector.js +0 -142
  380. package/legacy/StepConnector/index.js +0 -5
  381. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  382. package/legacy/StepContent/StepContent.js +0 -152
  383. package/legacy/StepContent/index.js +0 -5
  384. package/legacy/StepContent/stepContentClasses.js +0 -7
  385. package/legacy/StepIcon/StepIcon.js +0 -162
  386. package/legacy/StepIcon/index.js +0 -5
  387. package/legacy/StepIcon/stepIconClasses.js +0 -7
  388. package/legacy/StepLabel/StepLabel.js +0 -258
  389. package/legacy/StepLabel/index.js +0 -5
  390. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  391. package/legacy/Stepper/Stepper.js +0 -167
  392. package/legacy/Stepper/StepperContext.js +0 -17
  393. package/legacy/Stepper/index.js +0 -7
  394. package/legacy/Stepper/stepperClasses.js +0 -7
  395. package/legacy/StyledEngineProvider/index.js +0 -1
  396. package/legacy/SvgIcon/SvgIcon.js +0 -183
  397. package/legacy/SvgIcon/index.js +0 -5
  398. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  399. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  400. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  401. package/legacy/SwipeableDrawer/index.js +0 -3
  402. package/legacy/Switch/Switch.js +0 -337
  403. package/legacy/Switch/index.js +0 -5
  404. package/legacy/Switch/switchClasses.js +0 -7
  405. package/legacy/Tab/Tab.js +0 -249
  406. package/legacy/Tab/index.js +0 -5
  407. package/legacy/Tab/tabClasses.js +0 -7
  408. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  409. package/legacy/TabScrollButton/index.js +0 -5
  410. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  411. package/legacy/Table/Table.js +0 -130
  412. package/legacy/Table/TableContext.js +0 -12
  413. package/legacy/Table/Tablelvl2Context.js +0 -10
  414. package/legacy/Table/index.js +0 -5
  415. package/legacy/Table/tableClasses.js +0 -7
  416. package/legacy/TableBody/TableBody.js +0 -85
  417. package/legacy/TableBody/index.js +0 -5
  418. package/legacy/TableBody/tableBodyClasses.js +0 -7
  419. package/legacy/TableCell/TableCell.js +0 -208
  420. package/legacy/TableCell/index.js +0 -5
  421. package/legacy/TableCell/tableCellClasses.js +0 -7
  422. package/legacy/TableContainer/TableContainer.js +0 -77
  423. package/legacy/TableContainer/index.js +0 -5
  424. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  425. package/legacy/TableFooter/TableFooter.js +0 -85
  426. package/legacy/TableFooter/index.js +0 -5
  427. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  428. package/legacy/TableHead/TableHead.js +0 -85
  429. package/legacy/TableHead/index.js +0 -5
  430. package/legacy/TableHead/tableHeadClasses.js +0 -7
  431. package/legacy/TablePagination/TablePagination.js +0 -461
  432. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  433. package/legacy/TablePagination/index.js +0 -5
  434. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  435. package/legacy/TableRow/TableRow.js +0 -123
  436. package/legacy/TableRow/index.js +0 -5
  437. package/legacy/TableRow/tableRowClasses.js +0 -7
  438. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  439. package/legacy/TableSortLabel/index.js +0 -5
  440. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  441. package/legacy/Tabs/ScrollbarSize.js +0 -57
  442. package/legacy/Tabs/Tabs.js +0 -849
  443. package/legacy/Tabs/index.js +0 -5
  444. package/legacy/Tabs/tabsClasses.js +0 -7
  445. package/legacy/TextField/TextField.js +0 -381
  446. package/legacy/TextField/index.js +0 -5
  447. package/legacy/TextField/textFieldClasses.js +0 -7
  448. package/legacy/TextareaAutosize/index.js +0 -1
  449. package/legacy/ToggleButton/ToggleButton.js +0 -230
  450. package/legacy/ToggleButton/index.js +0 -5
  451. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  452. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  453. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  454. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  455. package/legacy/ToggleButtonGroup/index.js +0 -5
  456. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  457. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  458. package/legacy/Toolbar/Toolbar.js +0 -115
  459. package/legacy/Toolbar/index.js +0 -3
  460. package/legacy/Toolbar/toolbarClasses.js +0 -7
  461. package/legacy/Tooltip/Tooltip.js +0 -788
  462. package/legacy/Tooltip/index.js +0 -5
  463. package/legacy/Tooltip/tooltipClasses.js +0 -7
  464. package/legacy/Typography/Typography.js +0 -198
  465. package/legacy/Typography/index.js +0 -5
  466. package/legacy/Typography/typographyClasses.js +0 -7
  467. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  468. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  469. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  470. package/legacy/Unstable_Grid2/index.js +0 -6
  471. package/legacy/Unstable_TrapFocus/index.js +0 -1
  472. package/legacy/Zoom/Zoom.js +0 -206
  473. package/legacy/Zoom/index.js +0 -3
  474. package/legacy/className/index.js +0 -2
  475. package/legacy/colors/amber.js +0 -17
  476. package/legacy/colors/blue.js +0 -17
  477. package/legacy/colors/blueGrey.js +0 -17
  478. package/legacy/colors/brown.js +0 -17
  479. package/legacy/colors/common.js +0 -5
  480. package/legacy/colors/cyan.js +0 -17
  481. package/legacy/colors/deepOrange.js +0 -17
  482. package/legacy/colors/deepPurple.js +0 -17
  483. package/legacy/colors/green.js +0 -17
  484. package/legacy/colors/grey.js +0 -17
  485. package/legacy/colors/index.js +0 -20
  486. package/legacy/colors/indigo.js +0 -17
  487. package/legacy/colors/lightBlue.js +0 -17
  488. package/legacy/colors/lightGreen.js +0 -17
  489. package/legacy/colors/lime.js +0 -17
  490. package/legacy/colors/orange.js +0 -17
  491. package/legacy/colors/pink.js +0 -17
  492. package/legacy/colors/purple.js +0 -17
  493. package/legacy/colors/red.js +0 -17
  494. package/legacy/colors/teal.js +0 -17
  495. package/legacy/colors/yellow.js +0 -17
  496. package/legacy/darkScrollbar/index.js +0 -33
  497. package/legacy/generateUtilityClass/index.js +0 -1
  498. package/legacy/generateUtilityClasses/index.js +0 -1
  499. package/legacy/index.js +0 -288
  500. package/legacy/internal/SwitchBase.js +0 -275
  501. package/legacy/internal/animate.js +0 -41
  502. package/legacy/internal/svg-icons/Add.js +0 -12
  503. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  504. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  505. package/legacy/internal/svg-icons/Cancel.js +0 -12
  506. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  507. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  508. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  509. package/legacy/internal/svg-icons/Close.js +0 -14
  510. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  511. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  512. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  513. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  514. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  515. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  516. package/legacy/internal/svg-icons/LastPage.js +0 -12
  517. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  518. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  519. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  520. package/legacy/internal/svg-icons/Person.js +0 -12
  521. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  522. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  523. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  524. package/legacy/internal/svg-icons/Star.js +0 -12
  525. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  526. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  527. package/legacy/internal/svg-icons/Warning.js +0 -12
  528. package/legacy/internal/switchBaseClasses.js +0 -7
  529. package/legacy/locale/index.js +0 -4389
  530. package/legacy/styles/CssVarsProvider.js +0 -39
  531. package/legacy/styles/ThemeProvider.js +0 -28
  532. package/legacy/styles/adaptV4Theme.js +0 -81
  533. package/legacy/styles/createGetSelector.js +0 -21
  534. package/legacy/styles/createMixins.js +0 -15
  535. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  536. package/legacy/styles/createPalette.js +0 -299
  537. package/legacy/styles/createStyles.js +0 -10
  538. package/legacy/styles/createTheme.js +0 -97
  539. package/legacy/styles/createTransitions.js +0 -97
  540. package/legacy/styles/createTypography.js +0 -93
  541. package/legacy/styles/cssUtils.js +0 -122
  542. package/legacy/styles/defaultTheme.js +0 -5
  543. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  544. package/legacy/styles/experimental_extendTheme.js +0 -377
  545. package/legacy/styles/getOverlayAlpha.js +0 -11
  546. package/legacy/styles/identifier.js +0 -1
  547. package/legacy/styles/index.js +0 -37
  548. package/legacy/styles/makeStyles.js +0 -4
  549. package/legacy/styles/responsiveFontSizes.js +0 -63
  550. package/legacy/styles/rootShouldForwardProp.js +0 -5
  551. package/legacy/styles/shadows.js +0 -10
  552. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  553. package/legacy/styles/slotShouldForwardProp.js +0 -5
  554. package/legacy/styles/styled.js +0 -14
  555. package/legacy/styles/useTheme.js +0 -14
  556. package/legacy/styles/useThemeProps.js +0 -15
  557. package/legacy/styles/withStyles.js +0 -4
  558. package/legacy/styles/withTheme.js +0 -4
  559. package/legacy/styles/zIndex.js +0 -13
  560. package/legacy/transitions/index.js +0 -1
  561. package/legacy/transitions/transition.js +0 -1
  562. package/legacy/transitions/utils.js +0 -16
  563. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  564. package/legacy/useAutocomplete/index.js +0 -3
  565. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  566. package/legacy/useMediaQuery/index.js +0 -1
  567. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  568. package/legacy/usePagination/index.js +0 -3
  569. package/legacy/usePagination/usePagination.js +0 -122
  570. package/legacy/useScrollTrigger/index.js +0 -3
  571. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  572. package/legacy/useTouchRipple/index.js +0 -3
  573. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  574. package/legacy/utils/capitalize.js +0 -2
  575. package/legacy/utils/createChainedFunction.js +0 -2
  576. package/legacy/utils/createSvgIcon.js +0 -27
  577. package/legacy/utils/debounce.js +0 -2
  578. package/legacy/utils/deprecatedPropType.js +0 -2
  579. package/legacy/utils/getScrollbarSize.js +0 -2
  580. package/legacy/utils/index.js +0 -30
  581. package/legacy/utils/isMuiElement.js +0 -2
  582. package/legacy/utils/ownerDocument.js +0 -2
  583. package/legacy/utils/ownerWindow.js +0 -2
  584. package/legacy/utils/requirePropFactory.js +0 -2
  585. package/legacy/utils/scrollLeft.js +0 -1
  586. package/legacy/utils/setRef.js +0 -2
  587. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  588. package/legacy/utils/types.js +0 -1
  589. package/legacy/utils/unsupportedProp.js +0 -2
  590. package/legacy/utils/useControlled.js +0 -4
  591. package/legacy/utils/useEnhancedEffect.js +0 -4
  592. package/legacy/utils/useEventCallback.js +0 -4
  593. package/legacy/utils/useForkRef.js +0 -4
  594. package/legacy/utils/useId.js +0 -4
  595. package/legacy/utils/useIsFocusVisible.js +0 -4
  596. package/legacy/utils/useSlot.js +0 -71
  597. package/legacy/zero-styled/index.js +0 -8
@@ -1,347 +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 * as React from 'react';
7
- import PropTypes from 'prop-types';
8
- import refType from '@mui/utils/refType';
9
- import composeClasses from '@mui/utils/composeClasses';
10
- import NotchedOutline from './NotchedOutline';
11
- import useFormControl from '../FormControl/useFormControl';
12
- import formControlState from '../FormControl/formControlState';
13
- import styled, { rootShouldForwardProp } from '../styles/styled';
14
- import outlinedInputClasses, { getOutlinedInputUtilityClass } from './outlinedInputClasses';
15
- import InputBase, { rootOverridesResolver as inputBaseRootOverridesResolver, inputOverridesResolver as inputBaseInputOverridesResolver, InputBaseRoot, InputBaseComponent as InputBaseInput } from '../InputBase/InputBase';
16
- import useThemeProps from '../styles/useThemeProps';
17
- import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
18
- var useUtilityClasses = function useUtilityClasses(ownerState) {
19
- var classes = ownerState.classes;
20
- var slots = {
21
- root: ['root'],
22
- notchedOutline: ['notchedOutline'],
23
- input: ['input']
24
- };
25
- var composedClasses = composeClasses(slots, getOutlinedInputUtilityClass, classes);
26
- return _extends({}, classes, composedClasses);
27
- };
28
- var OutlinedInputRoot = styled(InputBaseRoot, {
29
- shouldForwardProp: function shouldForwardProp(prop) {
30
- return rootShouldForwardProp(prop) || prop === 'classes';
31
- },
32
- name: 'MuiOutlinedInput',
33
- slot: 'Root',
34
- overridesResolver: inputBaseRootOverridesResolver
35
- })(function (_ref) {
36
- var theme = _ref.theme,
37
- ownerState = _ref.ownerState;
38
- var borderColor = theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)';
39
- return _extends(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
40
- position: 'relative',
41
- borderRadius: (theme.vars || theme).shape.borderRadius
42
- }, "&:hover .".concat(outlinedInputClasses.notchedOutline), {
43
- borderColor: (theme.vars || theme).palette.text.primary
44
- }), '@media (hover: none)', _defineProperty({}, "&:hover .".concat(outlinedInputClasses.notchedOutline), {
45
- borderColor: theme.vars ? "rgba(".concat(theme.vars.palette.common.onBackgroundChannel, " / 0.23)") : borderColor
46
- })), "&.".concat(outlinedInputClasses.focused, " .").concat(outlinedInputClasses.notchedOutline), {
47
- borderColor: (theme.vars || theme).palette[ownerState.color].main,
48
- borderWidth: 2
49
- }), "&.".concat(outlinedInputClasses.error, " .").concat(outlinedInputClasses.notchedOutline), {
50
- borderColor: (theme.vars || theme).palette.error.main
51
- }), "&.".concat(outlinedInputClasses.disabled, " .").concat(outlinedInputClasses.notchedOutline), {
52
- borderColor: (theme.vars || theme).palette.action.disabled
53
- }), ownerState.startAdornment && {
54
- paddingLeft: 14
55
- }, ownerState.endAdornment && {
56
- paddingRight: 14
57
- }, ownerState.multiline && _extends({
58
- padding: '16.5px 14px'
59
- }, ownerState.size === 'small' && {
60
- padding: '8.5px 14px'
61
- }));
62
- });
63
- var NotchedOutlineRoot = styled(NotchedOutline, {
64
- name: 'MuiOutlinedInput',
65
- slot: 'NotchedOutline',
66
- overridesResolver: function overridesResolver(props, styles) {
67
- return styles.notchedOutline;
68
- }
69
- })(function (_ref2) {
70
- var theme = _ref2.theme;
71
- var borderColor = theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)';
72
- return {
73
- borderColor: theme.vars ? "rgba(".concat(theme.vars.palette.common.onBackgroundChannel, " / 0.23)") : borderColor
74
- };
75
- });
76
- var OutlinedInputInput = styled(InputBaseInput, {
77
- name: 'MuiOutlinedInput',
78
- slot: 'Input',
79
- overridesResolver: inputBaseInputOverridesResolver
80
- })(function (_ref3) {
81
- var theme = _ref3.theme,
82
- ownerState = _ref3.ownerState;
83
- return _extends({
84
- padding: '16.5px 14px'
85
- }, !theme.vars && {
86
- '&:-webkit-autofill': {
87
- WebkitBoxShadow: theme.palette.mode === 'light' ? null : '0 0 0 100px #266798 inset',
88
- WebkitTextFillColor: theme.palette.mode === 'light' ? null : '#fff',
89
- caretColor: theme.palette.mode === 'light' ? null : '#fff',
90
- borderRadius: 'inherit'
91
- }
92
- }, theme.vars && _defineProperty({
93
- '&:-webkit-autofill': {
94
- borderRadius: 'inherit'
95
- }
96
- }, theme.getColorSchemeSelector('dark'), {
97
- '&:-webkit-autofill': {
98
- WebkitBoxShadow: '0 0 0 100px #266798 inset',
99
- WebkitTextFillColor: '#fff',
100
- caretColor: '#fff'
101
- }
102
- }), ownerState.size === 'small' && {
103
- padding: '8.5px 14px'
104
- }, ownerState.multiline && {
105
- padding: 0
106
- }, ownerState.startAdornment && {
107
- paddingLeft: 0
108
- }, ownerState.endAdornment && {
109
- paddingRight: 0
110
- });
111
- });
112
- var OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inProps, ref) {
113
- var _ref5, _slots$root, _ref6, _slots$input, _React$Fragment;
114
- var props = useThemeProps({
115
- props: inProps,
116
- name: 'MuiOutlinedInput'
117
- });
118
- var _props$components = props.components,
119
- components = _props$components === void 0 ? {} : _props$components,
120
- _props$fullWidth = props.fullWidth,
121
- fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth,
122
- _props$inputComponent = props.inputComponent,
123
- inputComponent = _props$inputComponent === void 0 ? 'input' : _props$inputComponent,
124
- label = props.label,
125
- _props$multiline = props.multiline,
126
- multiline = _props$multiline === void 0 ? false : _props$multiline,
127
- notched = props.notched,
128
- _props$slots = props.slots,
129
- slots = _props$slots === void 0 ? {} : _props$slots,
130
- _props$type = props.type,
131
- type = _props$type === void 0 ? 'text' : _props$type,
132
- other = _objectWithoutProperties(props, ["components", "fullWidth", "inputComponent", "label", "multiline", "notched", "slots", "type"]);
133
- var classes = useUtilityClasses(props);
134
- var muiFormControl = useFormControl();
135
- var fcs = formControlState({
136
- props: props,
137
- muiFormControl: muiFormControl,
138
- states: ['color', 'disabled', 'error', 'focused', 'hiddenLabel', 'size', 'required']
139
- });
140
- var ownerState = _extends({}, props, {
141
- color: fcs.color || 'primary',
142
- disabled: fcs.disabled,
143
- error: fcs.error,
144
- focused: fcs.focused,
145
- formControl: muiFormControl,
146
- fullWidth: fullWidth,
147
- hiddenLabel: fcs.hiddenLabel,
148
- multiline: multiline,
149
- size: fcs.size,
150
- type: type
151
- });
152
- var RootSlot = (_ref5 = (_slots$root = slots.root) != null ? _slots$root : components.Root) != null ? _ref5 : OutlinedInputRoot;
153
- var InputSlot = (_ref6 = (_slots$input = slots.input) != null ? _slots$input : components.Input) != null ? _ref6 : OutlinedInputInput;
154
- return /*#__PURE__*/_jsx(InputBase, _extends({
155
- slots: {
156
- root: RootSlot,
157
- input: InputSlot
158
- },
159
- renderSuffix: function renderSuffix(state) {
160
- return /*#__PURE__*/_jsx(NotchedOutlineRoot, {
161
- ownerState: ownerState,
162
- className: classes.notchedOutline,
163
- label: label != null && label !== '' && fcs.required ? _React$Fragment || (_React$Fragment = /*#__PURE__*/_jsxs(React.Fragment, {
164
- children: [label, "\u2009", '*']
165
- })) : label,
166
- notched: typeof notched !== 'undefined' ? notched : Boolean(state.startAdornment || state.filled || state.focused)
167
- });
168
- },
169
- fullWidth: fullWidth,
170
- inputComponent: inputComponent,
171
- multiline: multiline,
172
- ref: ref,
173
- type: type
174
- }, other, {
175
- classes: _extends({}, classes, {
176
- notchedOutline: null
177
- })
178
- }));
179
- });
180
- process.env.NODE_ENV !== "production" ? OutlinedInput.propTypes /* remove-proptypes */ = {
181
- // ┌────────────────────────────── Warning ──────────────────────────────┐
182
- // │ These PropTypes are generated from the TypeScript type definitions. │
183
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
184
- // └─────────────────────────────────────────────────────────────────────┘
185
- /**
186
- * This prop helps users to fill forms faster, especially on mobile devices.
187
- * The name can be confusing, as it's more like an autofill.
188
- * You can learn more about it [following the specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).
189
- */
190
- autoComplete: PropTypes.string,
191
- /**
192
- * If `true`, the `input` element is focused during the first mount.
193
- */
194
- autoFocus: PropTypes.bool,
195
- /**
196
- * Override or extend the styles applied to the component.
197
- */
198
- classes: PropTypes.object,
199
- /**
200
- * The color of the component.
201
- * It supports both default and custom theme colors, which can be added as shown in the
202
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
203
- * The prop defaults to the value (`'primary'`) inherited from the parent FormControl component.
204
- */
205
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary']), PropTypes.string]),
206
- /**
207
- * The components used for each slot inside.
208
- *
209
- * This prop is an alias for the `slots` prop.
210
- * It's recommended to use the `slots` prop instead.
211
- *
212
- * @default {}
213
- */
214
- components: PropTypes.shape({
215
- Input: PropTypes.elementType,
216
- Root: PropTypes.elementType
217
- }),
218
- /**
219
- * The default value. Use when the component is not controlled.
220
- */
221
- defaultValue: PropTypes.any,
222
- /**
223
- * If `true`, the component is disabled.
224
- * The prop defaults to the value (`false`) inherited from the parent FormControl component.
225
- */
226
- disabled: PropTypes.bool,
227
- /**
228
- * End `InputAdornment` for this component.
229
- */
230
- endAdornment: PropTypes.node,
231
- /**
232
- * If `true`, the `input` will indicate an error.
233
- * The prop defaults to the value (`false`) inherited from the parent FormControl component.
234
- */
235
- error: PropTypes.bool,
236
- /**
237
- * If `true`, the `input` will take up the full width of its container.
238
- * @default false
239
- */
240
- fullWidth: PropTypes.bool,
241
- /**
242
- * The id of the `input` element.
243
- */
244
- id: PropTypes.string,
245
- /**
246
- * The component used for the `input` element.
247
- * Either a string to use a HTML element or a component.
248
- * @default 'input'
249
- */
250
- inputComponent: PropTypes.elementType,
251
- /**
252
- * [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Attributes) applied to the `input` element.
253
- * @default {}
254
- */
255
- inputProps: PropTypes.object,
256
- /**
257
- * Pass a ref to the `input` element.
258
- */
259
- inputRef: refType,
260
- /**
261
- * The label of the `input`. It is only used for layout. The actual labelling
262
- * is handled by `InputLabel`.
263
- */
264
- label: PropTypes.node,
265
- /**
266
- * If `dense`, will adjust vertical spacing. This is normally obtained via context from
267
- * FormControl.
268
- * The prop defaults to the value (`'none'`) inherited from the parent FormControl component.
269
- */
270
- margin: PropTypes.oneOf(['dense', 'none']),
271
- /**
272
- * Maximum number of rows to display when multiline option is set to true.
273
- */
274
- maxRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
275
- /**
276
- * Minimum number of rows to display when multiline option is set to true.
277
- */
278
- minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
279
- /**
280
- * If `true`, a [TextareaAutosize](/material-ui/react-textarea-autosize/) element is rendered.
281
- * @default false
282
- */
283
- multiline: PropTypes.bool,
284
- /**
285
- * Name attribute of the `input` element.
286
- */
287
- name: PropTypes.string,
288
- /**
289
- * If `true`, the outline is notched to accommodate the label.
290
- */
291
- notched: PropTypes.bool,
292
- /**
293
- * Callback fired when the value is changed.
294
- *
295
- * @param {React.ChangeEvent<HTMLTextAreaElement | HTMLInputElement>} event The event source of the callback.
296
- * You can pull out the new value by accessing `event.target.value` (string).
297
- */
298
- onChange: PropTypes.func,
299
- /**
300
- * The short hint displayed in the `input` before the user enters a value.
301
- */
302
- placeholder: PropTypes.string,
303
- /**
304
- * It prevents the user from changing the value of the field
305
- * (not from interacting with the field).
306
- */
307
- readOnly: PropTypes.bool,
308
- /**
309
- * If `true`, the `input` element is required.
310
- * The prop defaults to the value (`false`) inherited from the parent FormControl component.
311
- */
312
- required: PropTypes.bool,
313
- /**
314
- * Number of rows to display when multiline option is set to true.
315
- */
316
- rows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
317
- /**
318
- * The components used for each slot inside.
319
- *
320
- * This prop is an alias for the `components` prop, which will be deprecated in the future.
321
- *
322
- * @default {}
323
- */
324
- slots: PropTypes.shape({
325
- input: PropTypes.elementType,
326
- root: PropTypes.elementType
327
- }),
328
- /**
329
- * Start `InputAdornment` for this component.
330
- */
331
- startAdornment: PropTypes.node,
332
- /**
333
- * The system prop that allows defining system overrides as well as additional CSS styles.
334
- */
335
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
336
- /**
337
- * 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).
338
- * @default 'text'
339
- */
340
- type: PropTypes.string,
341
- /**
342
- * The value of the `input` element, required for a controlled component.
343
- */
344
- value: PropTypes.any
345
- } : void 0;
346
- OutlinedInput.muiName = 'Input';
347
- export default OutlinedInput;
@@ -1,5 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './OutlinedInput';
4
- export { default as outlinedInputClasses } from './outlinedInputClasses';
5
- export * from './outlinedInputClasses';
@@ -1,9 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
3
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
4
- import { inputBaseClasses } from '../InputBase';
5
- export function getOutlinedInputUtilityClass(slot) {
6
- return generateUtilityClass('MuiOutlinedInput', slot);
7
- }
8
- var outlinedInputClasses = _extends({}, inputBaseClasses, generateUtilityClasses('MuiOutlinedInput', ['root', 'notchedOutline', 'input']));
9
- export default outlinedInputClasses;
@@ -1,256 +0,0 @@
1
- 'use client';
2
-
3
- import _extends from "@babel/runtime/helpers/esm/extends";
4
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
5
- import * as React from 'react';
6
- import PropTypes from 'prop-types';
7
- import clsx from 'clsx';
8
- import composeClasses from '@mui/utils/composeClasses';
9
- import integerPropType from '@mui/utils/integerPropType';
10
- import useThemeProps from '../styles/useThemeProps';
11
- import { getPaginationUtilityClass } from './paginationClasses';
12
- import usePagination from '../usePagination';
13
- import PaginationItem from '../PaginationItem';
14
- import styled from '../styles/styled';
15
- import { jsx as _jsx } from "react/jsx-runtime";
16
- var useUtilityClasses = function useUtilityClasses(ownerState) {
17
- var classes = ownerState.classes,
18
- variant = ownerState.variant;
19
- var slots = {
20
- root: ['root', variant],
21
- ul: ['ul']
22
- };
23
- return composeClasses(slots, getPaginationUtilityClass, classes);
24
- };
25
- var PaginationRoot = styled('nav', {
26
- name: 'MuiPagination',
27
- slot: 'Root',
28
- overridesResolver: function overridesResolver(props, styles) {
29
- var ownerState = props.ownerState;
30
- return [styles.root, styles[ownerState.variant]];
31
- }
32
- })({});
33
- var PaginationUl = styled('ul', {
34
- name: 'MuiPagination',
35
- slot: 'Ul',
36
- overridesResolver: function overridesResolver(props, styles) {
37
- return styles.ul;
38
- }
39
- })({
40
- display: 'flex',
41
- flexWrap: 'wrap',
42
- alignItems: 'center',
43
- padding: 0,
44
- margin: 0,
45
- listStyle: 'none'
46
- });
47
- function defaultGetAriaLabel(type, page, selected) {
48
- if (type === 'page') {
49
- return "".concat(selected ? '' : 'Go to ', "page ").concat(page);
50
- }
51
- return "Go to ".concat(type, " page");
52
- }
53
- var Pagination = /*#__PURE__*/React.forwardRef(function Pagination(inProps, ref) {
54
- var props = useThemeProps({
55
- props: inProps,
56
- name: 'MuiPagination'
57
- });
58
- var _props$boundaryCount = props.boundaryCount,
59
- boundaryCount = _props$boundaryCount === void 0 ? 1 : _props$boundaryCount,
60
- className = props.className,
61
- _props$color = props.color,
62
- color = _props$color === void 0 ? 'standard' : _props$color,
63
- _props$count = props.count,
64
- count = _props$count === void 0 ? 1 : _props$count,
65
- _props$defaultPage = props.defaultPage,
66
- defaultPage = _props$defaultPage === void 0 ? 1 : _props$defaultPage,
67
- _props$disabled = props.disabled,
68
- disabled = _props$disabled === void 0 ? false : _props$disabled,
69
- _props$getItemAriaLab = props.getItemAriaLabel,
70
- getItemAriaLabel = _props$getItemAriaLab === void 0 ? defaultGetAriaLabel : _props$getItemAriaLab,
71
- _props$hideNextButton = props.hideNextButton,
72
- hideNextButton = _props$hideNextButton === void 0 ? false : _props$hideNextButton,
73
- _props$hidePrevButton = props.hidePrevButton,
74
- hidePrevButton = _props$hidePrevButton === void 0 ? false : _props$hidePrevButton,
75
- onChange = props.onChange,
76
- page = props.page,
77
- _props$renderItem = props.renderItem,
78
- renderItem = _props$renderItem === void 0 ? function (item) {
79
- return /*#__PURE__*/_jsx(PaginationItem, _extends({}, item));
80
- } : _props$renderItem,
81
- _props$shape = props.shape,
82
- shape = _props$shape === void 0 ? 'circular' : _props$shape,
83
- _props$showFirstButto = props.showFirstButton,
84
- showFirstButton = _props$showFirstButto === void 0 ? false : _props$showFirstButto,
85
- _props$showLastButton = props.showLastButton,
86
- showLastButton = _props$showLastButton === void 0 ? false : _props$showLastButton,
87
- _props$siblingCount = props.siblingCount,
88
- siblingCount = _props$siblingCount === void 0 ? 1 : _props$siblingCount,
89
- _props$size = props.size,
90
- size = _props$size === void 0 ? 'medium' : _props$size,
91
- _props$variant = props.variant,
92
- variant = _props$variant === void 0 ? 'text' : _props$variant,
93
- other = _objectWithoutProperties(props, ["boundaryCount", "className", "color", "count", "defaultPage", "disabled", "getItemAriaLabel", "hideNextButton", "hidePrevButton", "onChange", "page", "renderItem", "shape", "showFirstButton", "showLastButton", "siblingCount", "size", "variant"]);
94
- var _usePagination = usePagination(_extends({}, props, {
95
- componentName: 'Pagination'
96
- })),
97
- items = _usePagination.items;
98
- var ownerState = _extends({}, props, {
99
- boundaryCount: boundaryCount,
100
- color: color,
101
- count: count,
102
- defaultPage: defaultPage,
103
- disabled: disabled,
104
- getItemAriaLabel: getItemAriaLabel,
105
- hideNextButton: hideNextButton,
106
- hidePrevButton: hidePrevButton,
107
- renderItem: renderItem,
108
- shape: shape,
109
- showFirstButton: showFirstButton,
110
- showLastButton: showLastButton,
111
- siblingCount: siblingCount,
112
- size: size,
113
- variant: variant
114
- });
115
- var classes = useUtilityClasses(ownerState);
116
- return /*#__PURE__*/_jsx(PaginationRoot, _extends({
117
- "aria-label": "pagination navigation",
118
- className: clsx(classes.root, className),
119
- ownerState: ownerState,
120
- ref: ref
121
- }, other, {
122
- children: /*#__PURE__*/_jsx(PaginationUl, {
123
- className: classes.ul,
124
- ownerState: ownerState,
125
- children: items.map(function (item, index) {
126
- return /*#__PURE__*/_jsx("li", {
127
- children: renderItem(_extends({}, item, {
128
- color: color,
129
- 'aria-label': getItemAriaLabel(item.type, item.page, item.selected),
130
- shape: shape,
131
- size: size,
132
- variant: variant
133
- }))
134
- }, index);
135
- })
136
- })
137
- }));
138
- });
139
-
140
- // @default tags synced with default values from usePagination
141
-
142
- process.env.NODE_ENV !== "production" ? Pagination.propTypes /* remove-proptypes */ = {
143
- // ┌────────────────────────────── Warning ──────────────────────────────┐
144
- // │ These PropTypes are generated from the TypeScript type definitions. │
145
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
146
- // └─────────────────────────────────────────────────────────────────────┘
147
- /**
148
- * Number of always visible pages at the beginning and end.
149
- * @default 1
150
- */
151
- boundaryCount: integerPropType,
152
- /**
153
- * Override or extend the styles applied to the component.
154
- */
155
- classes: PropTypes.object,
156
- /**
157
- * @ignore
158
- */
159
- className: PropTypes.string,
160
- /**
161
- * The active color.
162
- * It supports both default and custom theme colors, which can be added as shown in the
163
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
164
- * @default 'standard'
165
- */
166
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['primary', 'secondary', 'standard']), PropTypes.string]),
167
- /**
168
- * The total number of pages.
169
- * @default 1
170
- */
171
- count: integerPropType,
172
- /**
173
- * The page selected by default when the component is uncontrolled.
174
- * @default 1
175
- */
176
- defaultPage: integerPropType,
177
- /**
178
- * If `true`, the component is disabled.
179
- * @default false
180
- */
181
- disabled: PropTypes.bool,
182
- /**
183
- * Accepts a function which returns a string value that provides a user-friendly name for the current page.
184
- * This is important for screen reader users.
185
- *
186
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
187
- * @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous' | 'start-ellipsis' | 'end-ellipsis'). Defaults to 'page'.
188
- * @param {number} page The page number to format.
189
- * @param {bool} selected If true, the current page is selected.
190
- * @returns {string}
191
- */
192
- getItemAriaLabel: PropTypes.func,
193
- /**
194
- * If `true`, hide the next-page button.
195
- * @default false
196
- */
197
- hideNextButton: PropTypes.bool,
198
- /**
199
- * If `true`, hide the previous-page button.
200
- * @default false
201
- */
202
- hidePrevButton: PropTypes.bool,
203
- /**
204
- * Callback fired when the page is changed.
205
- *
206
- * @param {React.ChangeEvent<unknown>} event The event source of the callback.
207
- * @param {number} page The page selected.
208
- */
209
- onChange: PropTypes.func,
210
- /**
211
- * The current page.
212
- */
213
- page: integerPropType,
214
- /**
215
- * Render the item.
216
- * @param {PaginationRenderItemParams} params The props to spread on a PaginationItem.
217
- * @returns {ReactNode}
218
- * @default (item) => <PaginationItem {...item} />
219
- */
220
- renderItem: PropTypes.func,
221
- /**
222
- * The shape of the pagination items.
223
- * @default 'circular'
224
- */
225
- shape: PropTypes.oneOf(['circular', 'rounded']),
226
- /**
227
- * If `true`, show the first-page button.
228
- * @default false
229
- */
230
- showFirstButton: PropTypes.bool,
231
- /**
232
- * If `true`, show the last-page button.
233
- * @default false
234
- */
235
- showLastButton: PropTypes.bool,
236
- /**
237
- * Number of always visible pages before and after the current page.
238
- * @default 1
239
- */
240
- siblingCount: integerPropType,
241
- /**
242
- * The size of the component.
243
- * @default 'medium'
244
- */
245
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['small', 'medium', 'large']), PropTypes.string]),
246
- /**
247
- * The system prop that allows defining system overrides as well as additional CSS styles.
248
- */
249
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
250
- /**
251
- * The variant to use.
252
- * @default 'text'
253
- */
254
- variant: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['outlined', 'text']), PropTypes.string])
255
- } : void 0;
256
- export default Pagination;
@@ -1,5 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './Pagination';
4
- export { default as paginationClasses } from './paginationClasses';
5
- export * from './paginationClasses';
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getPaginationUtilityClass(slot) {
4
- return generateUtilityClass('MuiPagination', slot);
5
- }
6
- var paginationClasses = generateUtilityClasses('MuiPagination', ['root', 'ul', 'outlined', 'text']);
7
- export default paginationClasses;