@mui/material 6.0.0-alpha.2 → 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 (593) hide show
  1. package/AppBar/AppBar.js +0 -1
  2. package/Avatar/Avatar.js +1 -1
  3. package/CHANGELOG.md +73 -0
  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/StepConnector/stepConnectorClasses.d.ts +6 -2
  11. package/StepLabel/StepLabel.d.ts +7 -0
  12. package/StepLabel/StepLabel.js +17 -6
  13. package/ToggleButton/ToggleButton.js +74 -45
  14. package/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  15. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +8 -2
  16. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  17. package/Tooltip/Tooltip.js +1 -2
  18. package/Typography/Typography.js +3 -1
  19. package/index.js +1 -1
  20. package/modern/AppBar/AppBar.js +0 -1
  21. package/modern/Avatar/Avatar.js +1 -1
  22. package/modern/CardMedia/CardMedia.js +0 -1
  23. package/modern/CircularProgress/CircularProgress.js +66 -30
  24. package/modern/Dialog/Dialog.js +10 -1
  25. package/modern/Fab/Fab.js +83 -43
  26. package/modern/LinearProgress/LinearProgress.js +180 -75
  27. package/modern/PaginationItem/PaginationItem.js +137 -76
  28. package/modern/StepLabel/StepLabel.js +17 -6
  29. package/modern/ToggleButton/ToggleButton.js +74 -45
  30. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
  31. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  32. package/modern/Tooltip/Tooltip.js +1 -2
  33. package/modern/Typography/Typography.js +3 -1
  34. package/modern/index.js +1 -1
  35. package/modern/styles/createTransitions.js +1 -3
  36. package/modern/zero-styled/index.js +1 -1
  37. package/node/AppBar/AppBar.js +0 -1
  38. package/node/Avatar/Avatar.js +1 -1
  39. package/node/CardMedia/CardMedia.js +0 -1
  40. package/node/CircularProgress/CircularProgress.js +72 -36
  41. package/node/Dialog/Dialog.js +10 -1
  42. package/node/Fab/Fab.js +85 -45
  43. package/node/LinearProgress/LinearProgress.js +188 -83
  44. package/node/PaginationItem/PaginationItem.js +141 -80
  45. package/node/StepLabel/StepLabel.js +17 -6
  46. package/node/ToggleButton/ToggleButton.js +76 -47
  47. package/node/ToggleButtonGroup/ToggleButtonGroup.js +65 -53
  48. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  49. package/node/Tooltip/Tooltip.js +1 -2
  50. package/node/Typography/Typography.js +3 -1
  51. package/node/index.js +1 -1
  52. package/node/styles/createTransitions.js +1 -3
  53. package/node/zero-styled/index.js +6 -0
  54. package/package.json +5 -5
  55. package/styles/createTransitions.js +1 -3
  56. package/umd/material-ui.development.js +973 -509
  57. package/umd/material-ui.production.min.js +4 -4
  58. package/zero-styled/index.d.ts +1 -1
  59. package/zero-styled/index.js +1 -1
  60. package/legacy/Accordion/Accordion.js +0 -306
  61. package/legacy/Accordion/AccordionContext.js +0 -13
  62. package/legacy/Accordion/accordionClasses.js +0 -7
  63. package/legacy/Accordion/index.js +0 -3
  64. package/legacy/AccordionActions/AccordionActions.js +0 -90
  65. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  66. package/legacy/AccordionActions/index.js +0 -3
  67. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  68. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  69. package/legacy/AccordionDetails/index.js +0 -3
  70. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  71. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  72. package/legacy/AccordionSummary/index.js +0 -3
  73. package/legacy/Alert/Alert.js +0 -385
  74. package/legacy/Alert/alertClasses.js +0 -7
  75. package/legacy/Alert/index.js +0 -5
  76. package/legacy/AlertTitle/AlertTitle.js +0 -73
  77. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  78. package/legacy/AlertTitle/index.js +0 -5
  79. package/legacy/AppBar/AppBar.js +0 -235
  80. package/legacy/AppBar/appBarClasses.js +0 -7
  81. package/legacy/AppBar/index.js +0 -5
  82. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  83. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  84. package/legacy/Autocomplete/index.js +0 -5
  85. package/legacy/Avatar/Avatar.js +0 -296
  86. package/legacy/Avatar/avatarClasses.js +0 -7
  87. package/legacy/Avatar/index.js +0 -5
  88. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  89. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  90. package/legacy/AvatarGroup/index.js +0 -5
  91. package/legacy/Backdrop/Backdrop.js +0 -211
  92. package/legacy/Backdrop/backdropClasses.js +0 -7
  93. package/legacy/Backdrop/index.js +0 -5
  94. package/legacy/Badge/Badge.js +0 -439
  95. package/legacy/Badge/badgeClasses.js +0 -9
  96. package/legacy/Badge/index.js +0 -5
  97. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  98. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  99. package/legacy/BottomNavigation/index.js +0 -5
  100. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  101. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  102. package/legacy/BottomNavigationAction/index.js +0 -5
  103. package/legacy/Box/Box.js +0 -35
  104. package/legacy/Box/boxClasses.js +0 -3
  105. package/legacy/Box/index.js +0 -5
  106. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  107. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  108. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  109. package/legacy/Breadcrumbs/index.js +0 -5
  110. package/legacy/Button/Button.js +0 -472
  111. package/legacy/Button/buttonClasses.js +0 -7
  112. package/legacy/Button/index.js +0 -5
  113. package/legacy/ButtonBase/ButtonBase.js +0 -487
  114. package/legacy/ButtonBase/Ripple.js +0 -89
  115. package/legacy/ButtonBase/TouchRipple.js +0 -267
  116. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  117. package/legacy/ButtonBase/index.js +0 -7
  118. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  119. package/legacy/ButtonGroup/ButtonGroup.js +0 -371
  120. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  121. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  122. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  123. package/legacy/ButtonGroup/index.js +0 -7
  124. package/legacy/Card/Card.js +0 -83
  125. package/legacy/Card/cardClasses.js +0 -7
  126. package/legacy/Card/index.js +0 -5
  127. package/legacy/CardActionArea/CardActionArea.js +0 -119
  128. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  129. package/legacy/CardActionArea/index.js +0 -5
  130. package/legacy/CardActions/CardActions.js +0 -89
  131. package/legacy/CardActions/cardActionsClasses.js +0 -7
  132. package/legacy/CardActions/index.js +0 -5
  133. package/legacy/CardContent/CardContent.js +0 -79
  134. package/legacy/CardContent/cardContentClasses.js +0 -7
  135. package/legacy/CardContent/index.js +0 -5
  136. package/legacy/CardHeader/CardHeader.js +0 -198
  137. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  138. package/legacy/CardHeader/index.js +0 -5
  139. package/legacy/CardMedia/CardMedia.js +0 -139
  140. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  141. package/legacy/CardMedia/index.js +0 -5
  142. package/legacy/Checkbox/Checkbox.js +0 -212
  143. package/legacy/Checkbox/checkboxClasses.js +0 -7
  144. package/legacy/Checkbox/index.js +0 -5
  145. package/legacy/Chip/Chip.js +0 -547
  146. package/legacy/Chip/chipClasses.js +0 -7
  147. package/legacy/Chip/index.js +0 -5
  148. package/legacy/CircularProgress/CircularProgress.js +0 -224
  149. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  150. package/legacy/CircularProgress/index.js +0 -5
  151. package/legacy/ClickAwayListener/index.js +0 -1
  152. package/legacy/Collapse/Collapse.js +0 -383
  153. package/legacy/Collapse/collapseClasses.js +0 -7
  154. package/legacy/Collapse/index.js +0 -5
  155. package/legacy/Container/Container.js +0 -67
  156. package/legacy/Container/containerClasses.js +0 -7
  157. package/legacy/Container/index.js +0 -5
  158. package/legacy/CssBaseline/CssBaseline.js +0 -113
  159. package/legacy/CssBaseline/index.js +0 -3
  160. package/legacy/Dialog/Dialog.js +0 -392
  161. package/legacy/Dialog/DialogContext.js +0 -6
  162. package/legacy/Dialog/dialogClasses.js +0 -7
  163. package/legacy/Dialog/index.js +0 -5
  164. package/legacy/DialogActions/DialogActions.js +0 -88
  165. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  166. package/legacy/DialogActions/index.js +0 -5
  167. package/legacy/DialogContent/DialogContent.js +0 -93
  168. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  169. package/legacy/DialogContent/index.js +0 -5
  170. package/legacy/DialogContentText/DialogContentText.js +0 -74
  171. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  172. package/legacy/DialogContentText/index.js +0 -5
  173. package/legacy/DialogTitle/DialogTitle.js +0 -80
  174. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  175. package/legacy/DialogTitle/index.js +0 -5
  176. package/legacy/Divider/Divider.js +0 -316
  177. package/legacy/Divider/dividerClasses.js +0 -7
  178. package/legacy/Divider/index.js +0 -5
  179. package/legacy/Drawer/Drawer.js +0 -316
  180. package/legacy/Drawer/drawerClasses.js +0 -7
  181. package/legacy/Drawer/index.js +0 -5
  182. package/legacy/Fab/Fab.js +0 -229
  183. package/legacy/Fab/fabClasses.js +0 -7
  184. package/legacy/Fab/index.js +0 -5
  185. package/legacy/Fade/Fade.js +0 -206
  186. package/legacy/Fade/index.js +0 -3
  187. package/legacy/FilledInput/FilledInput.js +0 -425
  188. package/legacy/FilledInput/filledInputClasses.js +0 -9
  189. package/legacy/FilledInput/index.js +0 -5
  190. package/legacy/FormControl/FormControl.js +0 -315
  191. package/legacy/FormControl/FormControlContext.js +0 -9
  192. package/legacy/FormControl/formControlClasses.js +0 -7
  193. package/legacy/FormControl/formControlState.js +0 -14
  194. package/legacy/FormControl/index.js +0 -6
  195. package/legacy/FormControl/useFormControl.js +0 -7
  196. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  197. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  198. package/legacy/FormControlLabel/index.js +0 -5
  199. package/legacy/FormGroup/FormGroup.js +0 -103
  200. package/legacy/FormGroup/formGroupClasses.js +0 -7
  201. package/legacy/FormGroup/index.js +0 -5
  202. package/legacy/FormHelperText/FormHelperText.js +0 -167
  203. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  204. package/legacy/FormHelperText/index.js +0 -5
  205. package/legacy/FormLabel/FormLabel.js +0 -166
  206. package/legacy/FormLabel/formLabelClasses.js +0 -7
  207. package/legacy/FormLabel/index.js +0 -6
  208. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  209. package/legacy/GlobalStyles/index.js +0 -1
  210. package/legacy/Grid/Grid.js +0 -561
  211. package/legacy/Grid/GridContext.js +0 -12
  212. package/legacy/Grid/gridClasses.js +0 -28
  213. package/legacy/Grid/index.js +0 -5
  214. package/legacy/Grow/Grow.js +0 -253
  215. package/legacy/Grow/index.js +0 -3
  216. package/legacy/Hidden/Hidden.js +0 -147
  217. package/legacy/Hidden/HiddenCss.js +0 -168
  218. package/legacy/Hidden/HiddenJs.js +0 -123
  219. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  220. package/legacy/Hidden/index.js +0 -3
  221. package/legacy/Hidden/withWidth.js +0 -110
  222. package/legacy/Icon/Icon.js +0 -144
  223. package/legacy/Icon/iconClasses.js +0 -7
  224. package/legacy/Icon/index.js +0 -5
  225. package/legacy/IconButton/IconButton.js +0 -204
  226. package/legacy/IconButton/iconButtonClasses.js +0 -7
  227. package/legacy/IconButton/index.js +0 -5
  228. package/legacy/ImageList/ImageList.js +0 -155
  229. package/legacy/ImageList/ImageListContext.js +0 -13
  230. package/legacy/ImageList/imageListClasses.js +0 -7
  231. package/legacy/ImageList/index.js +0 -5
  232. package/legacy/ImageListItem/ImageListItem.js +0 -168
  233. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  234. package/legacy/ImageListItem/index.js +0 -5
  235. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  236. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  237. package/legacy/ImageListItemBar/index.js +0 -5
  238. package/legacy/Input/Input.js +0 -339
  239. package/legacy/Input/index.js +0 -5
  240. package/legacy/Input/inputClasses.js +0 -9
  241. package/legacy/InputAdornment/InputAdornment.js +0 -167
  242. package/legacy/InputAdornment/index.js +0 -5
  243. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  244. package/legacy/InputBase/InputBase.js +0 -713
  245. package/legacy/InputBase/index.js +0 -5
  246. package/legacy/InputBase/inputBaseClasses.js +0 -7
  247. package/legacy/InputBase/utils.js +0 -31
  248. package/legacy/InputLabel/InputLabel.js +0 -214
  249. package/legacy/InputLabel/index.js +0 -5
  250. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  251. package/legacy/LinearProgress/LinearProgress.js +0 -285
  252. package/legacy/LinearProgress/index.js +0 -5
  253. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  254. package/legacy/Link/Link.js +0 -209
  255. package/legacy/Link/getTextDecoration.js +0 -24
  256. package/legacy/Link/index.js +0 -5
  257. package/legacy/Link/linkClasses.js +0 -7
  258. package/legacy/List/List.js +0 -126
  259. package/legacy/List/ListContext.js +0 -12
  260. package/legacy/List/index.js +0 -5
  261. package/legacy/List/listClasses.js +0 -7
  262. package/legacy/ListItem/ListItem.js +0 -425
  263. package/legacy/ListItem/index.js +0 -5
  264. package/legacy/ListItem/listItemClasses.js +0 -7
  265. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  266. package/legacy/ListItemAvatar/index.js +0 -5
  267. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  268. package/legacy/ListItemButton/ListItemButton.js +0 -242
  269. package/legacy/ListItemButton/index.js +0 -5
  270. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  271. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  272. package/legacy/ListItemIcon/index.js +0 -5
  273. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  274. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  275. package/legacy/ListItemSecondaryAction/index.js +0 -5
  276. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  277. package/legacy/ListItemText/ListItemText.js +0 -160
  278. package/legacy/ListItemText/index.js +0 -5
  279. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  280. package/legacy/ListSubheader/ListSubheader.js +0 -139
  281. package/legacy/ListSubheader/index.js +0 -5
  282. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  283. package/legacy/Menu/Menu.js +0 -317
  284. package/legacy/Menu/index.js +0 -5
  285. package/legacy/Menu/menuClasses.js +0 -7
  286. package/legacy/MenuItem/MenuItem.js +0 -251
  287. package/legacy/MenuItem/index.js +0 -5
  288. package/legacy/MenuItem/menuItemClasses.js +0 -7
  289. package/legacy/MenuList/MenuList.js +0 -285
  290. package/legacy/MenuList/index.js +0 -3
  291. package/legacy/MobileStepper/MobileStepper.js +0 -254
  292. package/legacy/MobileStepper/index.js +0 -5
  293. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  294. package/legacy/Modal/Modal.js +0 -398
  295. package/legacy/Modal/index.js +0 -6
  296. package/legacy/Modal/modalClasses.js +0 -7
  297. package/legacy/NativeSelect/NativeSelect.js +0 -128
  298. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  299. package/legacy/NativeSelect/index.js +0 -5
  300. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  301. package/legacy/NoSsr/index.js +0 -1
  302. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  303. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  304. package/legacy/OutlinedInput/index.js +0 -5
  305. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  306. package/legacy/Pagination/Pagination.js +0 -256
  307. package/legacy/Pagination/index.js +0 -5
  308. package/legacy/Pagination/paginationClasses.js +0 -7
  309. package/legacy/PaginationItem/PaginationItem.js +0 -356
  310. package/legacy/PaginationItem/index.js +0 -5
  311. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  312. package/legacy/Paper/Paper.js +0 -141
  313. package/legacy/Paper/index.js +0 -5
  314. package/legacy/Paper/paperClasses.js +0 -7
  315. package/legacy/Popover/Popover.js +0 -548
  316. package/legacy/Popover/index.js +0 -6
  317. package/legacy/Popover/popoverClasses.js +0 -7
  318. package/legacy/Popper/Popper.js +0 -207
  319. package/legacy/Popper/index.js +0 -3
  320. package/legacy/Portal/index.js +0 -1
  321. package/legacy/Radio/Radio.js +0 -212
  322. package/legacy/Radio/RadioButtonIcon.js +0 -81
  323. package/legacy/Radio/index.js +0 -5
  324. package/legacy/Radio/radioClasses.js +0 -7
  325. package/legacy/RadioGroup/RadioGroup.js +0 -118
  326. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  327. package/legacy/RadioGroup/index.js +0 -6
  328. package/legacy/RadioGroup/radioGroupClasses.js +0 -7
  329. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  330. package/legacy/Rating/Rating.js +0 -657
  331. package/legacy/Rating/index.js +0 -3
  332. package/legacy/Rating/ratingClasses.js +0 -7
  333. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  334. package/legacy/ScopedCssBaseline/index.js +0 -5
  335. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  336. package/legacy/Select/Select.js +0 -290
  337. package/legacy/Select/SelectInput.js +0 -667
  338. package/legacy/Select/index.js +0 -5
  339. package/legacy/Select/selectClasses.js +0 -7
  340. package/legacy/Skeleton/Skeleton.js +0 -166
  341. package/legacy/Skeleton/index.js +0 -5
  342. package/legacy/Skeleton/skeletonClasses.js +0 -7
  343. package/legacy/Slide/Slide.js +0 -333
  344. package/legacy/Slide/index.js +0 -3
  345. package/legacy/Slider/Slider.js +0 -1063
  346. package/legacy/Slider/SliderValueLabel.js +0 -49
  347. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  348. package/legacy/Slider/index.js +0 -6
  349. package/legacy/Slider/sliderClasses.js +0 -7
  350. package/legacy/Snackbar/Snackbar.js +0 -312
  351. package/legacy/Snackbar/index.js +0 -5
  352. package/legacy/Snackbar/snackbarClasses.js +0 -7
  353. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  354. package/legacy/SnackbarContent/index.js +0 -5
  355. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  356. package/legacy/SpeedDial/SpeedDial.js +0 -491
  357. package/legacy/SpeedDial/index.js +0 -5
  358. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  359. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  360. package/legacy/SpeedDialAction/index.js +0 -5
  361. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  362. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  363. package/legacy/SpeedDialIcon/index.js +0 -5
  364. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  365. package/legacy/Stack/Stack.js +0 -66
  366. package/legacy/Stack/index.js +0 -4
  367. package/legacy/Stack/stackClasses.js +0 -7
  368. package/legacy/Step/Step.js +0 -179
  369. package/legacy/Step/StepContext.js +0 -17
  370. package/legacy/Step/index.js +0 -7
  371. package/legacy/Step/stepClasses.js +0 -7
  372. package/legacy/StepButton/StepButton.js +0 -122
  373. package/legacy/StepButton/index.js +0 -5
  374. package/legacy/StepButton/stepButtonClasses.js +0 -7
  375. package/legacy/StepConnector/StepConnector.js +0 -142
  376. package/legacy/StepConnector/index.js +0 -5
  377. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  378. package/legacy/StepContent/StepContent.js +0 -152
  379. package/legacy/StepContent/index.js +0 -5
  380. package/legacy/StepContent/stepContentClasses.js +0 -7
  381. package/legacy/StepIcon/StepIcon.js +0 -162
  382. package/legacy/StepIcon/index.js +0 -5
  383. package/legacy/StepIcon/stepIconClasses.js +0 -7
  384. package/legacy/StepLabel/StepLabel.js +0 -258
  385. package/legacy/StepLabel/index.js +0 -5
  386. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  387. package/legacy/Stepper/Stepper.js +0 -167
  388. package/legacy/Stepper/StepperContext.js +0 -17
  389. package/legacy/Stepper/index.js +0 -7
  390. package/legacy/Stepper/stepperClasses.js +0 -7
  391. package/legacy/StyledEngineProvider/index.js +0 -1
  392. package/legacy/SvgIcon/SvgIcon.js +0 -183
  393. package/legacy/SvgIcon/index.js +0 -5
  394. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  395. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  396. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  397. package/legacy/SwipeableDrawer/index.js +0 -3
  398. package/legacy/Switch/Switch.js +0 -337
  399. package/legacy/Switch/index.js +0 -5
  400. package/legacy/Switch/switchClasses.js +0 -7
  401. package/legacy/Tab/Tab.js +0 -249
  402. package/legacy/Tab/index.js +0 -5
  403. package/legacy/Tab/tabClasses.js +0 -7
  404. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  405. package/legacy/TabScrollButton/index.js +0 -5
  406. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  407. package/legacy/Table/Table.js +0 -130
  408. package/legacy/Table/TableContext.js +0 -12
  409. package/legacy/Table/Tablelvl2Context.js +0 -10
  410. package/legacy/Table/index.js +0 -5
  411. package/legacy/Table/tableClasses.js +0 -7
  412. package/legacy/TableBody/TableBody.js +0 -85
  413. package/legacy/TableBody/index.js +0 -5
  414. package/legacy/TableBody/tableBodyClasses.js +0 -7
  415. package/legacy/TableCell/TableCell.js +0 -208
  416. package/legacy/TableCell/index.js +0 -5
  417. package/legacy/TableCell/tableCellClasses.js +0 -7
  418. package/legacy/TableContainer/TableContainer.js +0 -77
  419. package/legacy/TableContainer/index.js +0 -5
  420. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  421. package/legacy/TableFooter/TableFooter.js +0 -85
  422. package/legacy/TableFooter/index.js +0 -5
  423. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  424. package/legacy/TableHead/TableHead.js +0 -85
  425. package/legacy/TableHead/index.js +0 -5
  426. package/legacy/TableHead/tableHeadClasses.js +0 -7
  427. package/legacy/TablePagination/TablePagination.js +0 -461
  428. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  429. package/legacy/TablePagination/index.js +0 -5
  430. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  431. package/legacy/TableRow/TableRow.js +0 -123
  432. package/legacy/TableRow/index.js +0 -5
  433. package/legacy/TableRow/tableRowClasses.js +0 -7
  434. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  435. package/legacy/TableSortLabel/index.js +0 -5
  436. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  437. package/legacy/Tabs/ScrollbarSize.js +0 -57
  438. package/legacy/Tabs/Tabs.js +0 -849
  439. package/legacy/Tabs/index.js +0 -5
  440. package/legacy/Tabs/tabsClasses.js +0 -7
  441. package/legacy/TextField/TextField.js +0 -381
  442. package/legacy/TextField/index.js +0 -5
  443. package/legacy/TextField/textFieldClasses.js +0 -7
  444. package/legacy/TextareaAutosize/index.js +0 -1
  445. package/legacy/ToggleButton/ToggleButton.js +0 -230
  446. package/legacy/ToggleButton/index.js +0 -5
  447. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  448. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  449. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  450. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  451. package/legacy/ToggleButtonGroup/index.js +0 -5
  452. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  453. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  454. package/legacy/Toolbar/Toolbar.js +0 -115
  455. package/legacy/Toolbar/index.js +0 -3
  456. package/legacy/Toolbar/toolbarClasses.js +0 -7
  457. package/legacy/Tooltip/Tooltip.js +0 -788
  458. package/legacy/Tooltip/index.js +0 -5
  459. package/legacy/Tooltip/tooltipClasses.js +0 -7
  460. package/legacy/Typography/Typography.js +0 -198
  461. package/legacy/Typography/index.js +0 -5
  462. package/legacy/Typography/typographyClasses.js +0 -7
  463. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  464. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  465. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  466. package/legacy/Unstable_Grid2/index.js +0 -6
  467. package/legacy/Unstable_TrapFocus/index.js +0 -1
  468. package/legacy/Zoom/Zoom.js +0 -206
  469. package/legacy/Zoom/index.js +0 -3
  470. package/legacy/className/index.js +0 -2
  471. package/legacy/colors/amber.js +0 -17
  472. package/legacy/colors/blue.js +0 -17
  473. package/legacy/colors/blueGrey.js +0 -17
  474. package/legacy/colors/brown.js +0 -17
  475. package/legacy/colors/common.js +0 -5
  476. package/legacy/colors/cyan.js +0 -17
  477. package/legacy/colors/deepOrange.js +0 -17
  478. package/legacy/colors/deepPurple.js +0 -17
  479. package/legacy/colors/green.js +0 -17
  480. package/legacy/colors/grey.js +0 -17
  481. package/legacy/colors/index.js +0 -20
  482. package/legacy/colors/indigo.js +0 -17
  483. package/legacy/colors/lightBlue.js +0 -17
  484. package/legacy/colors/lightGreen.js +0 -17
  485. package/legacy/colors/lime.js +0 -17
  486. package/legacy/colors/orange.js +0 -17
  487. package/legacy/colors/pink.js +0 -17
  488. package/legacy/colors/purple.js +0 -17
  489. package/legacy/colors/red.js +0 -17
  490. package/legacy/colors/teal.js +0 -17
  491. package/legacy/colors/yellow.js +0 -17
  492. package/legacy/darkScrollbar/index.js +0 -33
  493. package/legacy/generateUtilityClass/index.js +0 -1
  494. package/legacy/generateUtilityClasses/index.js +0 -1
  495. package/legacy/index.js +0 -288
  496. package/legacy/internal/SwitchBase.js +0 -275
  497. package/legacy/internal/animate.js +0 -41
  498. package/legacy/internal/svg-icons/Add.js +0 -12
  499. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  500. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  501. package/legacy/internal/svg-icons/Cancel.js +0 -12
  502. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  503. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  504. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  505. package/legacy/internal/svg-icons/Close.js +0 -14
  506. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  507. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  508. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  509. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  510. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  511. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  512. package/legacy/internal/svg-icons/LastPage.js +0 -12
  513. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  514. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  515. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  516. package/legacy/internal/svg-icons/Person.js +0 -12
  517. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  518. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  519. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  520. package/legacy/internal/svg-icons/Star.js +0 -12
  521. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  522. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  523. package/legacy/internal/svg-icons/Warning.js +0 -12
  524. package/legacy/internal/switchBaseClasses.js +0 -7
  525. package/legacy/locale/index.js +0 -4389
  526. package/legacy/styles/CssVarsProvider.js +0 -39
  527. package/legacy/styles/ThemeProvider.js +0 -28
  528. package/legacy/styles/adaptV4Theme.js +0 -81
  529. package/legacy/styles/createGetSelector.js +0 -21
  530. package/legacy/styles/createMixins.js +0 -15
  531. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  532. package/legacy/styles/createPalette.js +0 -299
  533. package/legacy/styles/createStyles.js +0 -10
  534. package/legacy/styles/createTheme.js +0 -97
  535. package/legacy/styles/createTransitions.js +0 -97
  536. package/legacy/styles/createTypography.js +0 -93
  537. package/legacy/styles/cssUtils.js +0 -122
  538. package/legacy/styles/defaultTheme.js +0 -5
  539. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  540. package/legacy/styles/experimental_extendTheme.js +0 -377
  541. package/legacy/styles/getOverlayAlpha.js +0 -11
  542. package/legacy/styles/identifier.js +0 -1
  543. package/legacy/styles/index.js +0 -37
  544. package/legacy/styles/makeStyles.js +0 -4
  545. package/legacy/styles/responsiveFontSizes.js +0 -63
  546. package/legacy/styles/rootShouldForwardProp.js +0 -5
  547. package/legacy/styles/shadows.js +0 -10
  548. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  549. package/legacy/styles/slotShouldForwardProp.js +0 -5
  550. package/legacy/styles/styled.js +0 -14
  551. package/legacy/styles/useTheme.js +0 -14
  552. package/legacy/styles/useThemeProps.js +0 -15
  553. package/legacy/styles/withStyles.js +0 -4
  554. package/legacy/styles/withTheme.js +0 -4
  555. package/legacy/styles/zIndex.js +0 -13
  556. package/legacy/transitions/index.js +0 -1
  557. package/legacy/transitions/transition.js +0 -1
  558. package/legacy/transitions/utils.js +0 -16
  559. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  560. package/legacy/useAutocomplete/index.js +0 -3
  561. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  562. package/legacy/useMediaQuery/index.js +0 -1
  563. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  564. package/legacy/usePagination/index.js +0 -3
  565. package/legacy/usePagination/usePagination.js +0 -122
  566. package/legacy/useScrollTrigger/index.js +0 -3
  567. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  568. package/legacy/useTouchRipple/index.js +0 -3
  569. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  570. package/legacy/utils/capitalize.js +0 -2
  571. package/legacy/utils/createChainedFunction.js +0 -2
  572. package/legacy/utils/createSvgIcon.js +0 -27
  573. package/legacy/utils/debounce.js +0 -2
  574. package/legacy/utils/deprecatedPropType.js +0 -2
  575. package/legacy/utils/getScrollbarSize.js +0 -2
  576. package/legacy/utils/index.js +0 -30
  577. package/legacy/utils/isMuiElement.js +0 -2
  578. package/legacy/utils/ownerDocument.js +0 -2
  579. package/legacy/utils/ownerWindow.js +0 -2
  580. package/legacy/utils/requirePropFactory.js +0 -2
  581. package/legacy/utils/scrollLeft.js +0 -1
  582. package/legacy/utils/setRef.js +0 -2
  583. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  584. package/legacy/utils/types.js +0 -1
  585. package/legacy/utils/unsupportedProp.js +0 -2
  586. package/legacy/utils/useControlled.js +0 -4
  587. package/legacy/utils/useEnhancedEffect.js +0 -4
  588. package/legacy/utils/useEventCallback.js +0 -4
  589. package/legacy/utils/useForkRef.js +0 -4
  590. package/legacy/utils/useId.js +0 -4
  591. package/legacy/utils/useIsFocusVisible.js +0 -4
  592. package/legacy/utils/useSlot.js +0 -71
  593. package/legacy/zero-styled/index.js +0 -8
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getHiddenCssUtilityClass(slot) {
4
- return generateUtilityClass('PrivateHiddenCss', slot);
5
- }
6
- var hiddenCssClasses = generateUtilityClasses('PrivateHiddenCss', ['root', 'xlDown', 'xlUp', 'onlyXl', 'lgDown', 'lgUp', 'onlyLg', 'mdDown', 'mdUp', 'onlyMd', 'smDown', 'smUp', 'onlySm', 'xsDown', 'xsUp', 'onlyXs']);
7
- export default hiddenCssClasses;
@@ -1,3 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './Hidden';
@@ -1,110 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
- import * as React from 'react';
4
- import PropTypes from 'prop-types';
5
- import getDisplayName from '@mui/utils/getDisplayName';
6
- import { getThemeProps } from '@mui/system/useThemeProps';
7
- import useTheme from '../styles/useTheme';
8
- import useEnhancedEffect from '../utils/useEnhancedEffect';
9
- import useMediaQuery from '../useMediaQuery';
10
- import { jsx as _jsx } from "react/jsx-runtime";
11
- var breakpointKeys = ['xs', 'sm', 'md', 'lg', 'xl'];
12
-
13
- // By default, returns true if screen width is the same or greater than the given breakpoint.
14
- export var isWidthUp = function isWidthUp(breakpoint, width) {
15
- var inclusive = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
16
- if (inclusive) {
17
- return breakpointKeys.indexOf(breakpoint) <= breakpointKeys.indexOf(width);
18
- }
19
- return breakpointKeys.indexOf(breakpoint) < breakpointKeys.indexOf(width);
20
- };
21
-
22
- // By default, returns true if screen width is less than the given breakpoint.
23
- export var isWidthDown = function isWidthDown(breakpoint, width) {
24
- var inclusive = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
25
- if (inclusive) {
26
- return breakpointKeys.indexOf(width) <= breakpointKeys.indexOf(breakpoint);
27
- }
28
- return breakpointKeys.indexOf(width) < breakpointKeys.indexOf(breakpoint);
29
- };
30
- var withWidth = function withWidth() {
31
- var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
32
- return function (Component) {
33
- var _options$withTheme = options.withTheme,
34
- withThemeOption = _options$withTheme === void 0 ? false : _options$withTheme,
35
- _options$noSSR = options.noSSR,
36
- noSSR = _options$noSSR === void 0 ? false : _options$noSSR,
37
- initialWidthOption = options.initialWidth;
38
- function WithWidth(props) {
39
- var contextTheme = useTheme();
40
- var theme = props.theme || contextTheme;
41
- var _getThemeProps = getThemeProps({
42
- theme: theme,
43
- name: 'MuiWithWidth',
44
- props: props
45
- }),
46
- initialWidth = _getThemeProps.initialWidth,
47
- width = _getThemeProps.width,
48
- other = _objectWithoutProperties(_getThemeProps, ["initialWidth", "width"]);
49
- var _React$useState = React.useState(false),
50
- mountedState = _React$useState[0],
51
- setMountedState = _React$useState[1];
52
- useEnhancedEffect(function () {
53
- setMountedState(true);
54
- }, []);
55
-
56
- /**
57
- * innerWidth |xs sm md lg xl
58
- * |-------|-------|-------|-------|------>
59
- * width | xs | sm | md | lg | xl
60
- */
61
- var keys = theme.breakpoints.keys.slice().reverse();
62
- var widthComputed = keys.reduce(function (output, key) {
63
- // eslint-disable-next-line react-hooks/rules-of-hooks
64
- var matches = useMediaQuery(theme.breakpoints.up(key));
65
- return !output && matches ? key : output;
66
- }, null);
67
- var more = _extends({
68
- width: width || (mountedState || noSSR ? widthComputed : undefined) || initialWidth || initialWidthOption
69
- }, withThemeOption ? {
70
- theme: theme
71
- } : {}, other);
72
-
73
- // When rendering the component on the server,
74
- // we have no idea about the client browser screen width.
75
- // In order to prevent blinks and help the reconciliation of the React tree
76
- // we are not rendering the child component.
77
- //
78
- // An alternative is to use the `initialWidth` property.
79
- if (more.width === undefined) {
80
- return null;
81
- }
82
- return /*#__PURE__*/_jsx(Component, _extends({}, more));
83
- }
84
- process.env.NODE_ENV !== "production" ? WithWidth.propTypes = {
85
- /**
86
- * As `window.innerWidth` is unavailable on the server,
87
- * we default to rendering an empty component during the first mount.
88
- * You might want to use a heuristic to approximate
89
- * the screen width of the client browser screen width.
90
- *
91
- * For instance, you could be using the user-agent or the client-hints.
92
- * https://caniuse.com/#search=client%20hint
93
- */
94
- initialWidth: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl']),
95
- /**
96
- * @ignore
97
- */
98
- theme: PropTypes.object,
99
- /**
100
- * Bypass the width calculation logic.
101
- */
102
- width: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl'])
103
- } : void 0;
104
- if (process.env.NODE_ENV !== 'production') {
105
- WithWidth.displayName = "WithWidth(".concat(getDisplayName(Component), ")");
106
- }
107
- return WithWidth;
108
- };
109
- };
110
- export default withWidth;
@@ -1,144 +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 styled from '../styles/styled';
10
- import useThemeProps from '../styles/useThemeProps';
11
- import capitalize from '../utils/capitalize';
12
- import { getIconUtilityClass } from './iconClasses';
13
- import { jsx as _jsx } from "react/jsx-runtime";
14
- var useUtilityClasses = function useUtilityClasses(ownerState) {
15
- var color = ownerState.color,
16
- fontSize = ownerState.fontSize,
17
- classes = ownerState.classes;
18
- var slots = {
19
- root: ['root', color !== 'inherit' && "color".concat(capitalize(color)), "fontSize".concat(capitalize(fontSize))]
20
- };
21
- return composeClasses(slots, getIconUtilityClass, classes);
22
- };
23
- var IconRoot = styled('span', {
24
- name: 'MuiIcon',
25
- slot: 'Root',
26
- overridesResolver: function overridesResolver(props, styles) {
27
- var ownerState = props.ownerState;
28
- return [styles.root, ownerState.color !== 'inherit' && styles["color".concat(capitalize(ownerState.color))], styles["fontSize".concat(capitalize(ownerState.fontSize))]];
29
- }
30
- })(function (_ref) {
31
- var theme = _ref.theme,
32
- ownerState = _ref.ownerState;
33
- return {
34
- userSelect: 'none',
35
- width: '1em',
36
- height: '1em',
37
- // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
38
- // To remove at some point.
39
- overflow: 'hidden',
40
- display: 'inline-block',
41
- // allow overflow hidden to take action
42
- textAlign: 'center',
43
- // support non-square icon
44
- flexShrink: 0,
45
- fontSize: {
46
- inherit: 'inherit',
47
- small: theme.typography.pxToRem(20),
48
- medium: theme.typography.pxToRem(24),
49
- large: theme.typography.pxToRem(36)
50
- }[ownerState.fontSize],
51
- // TODO v5 deprecate, v6 remove for sx
52
- color: {
53
- primary: (theme.vars || theme).palette.primary.main,
54
- secondary: (theme.vars || theme).palette.secondary.main,
55
- info: (theme.vars || theme).palette.info.main,
56
- success: (theme.vars || theme).palette.success.main,
57
- warning: (theme.vars || theme).palette.warning.main,
58
- action: (theme.vars || theme).palette.action.active,
59
- error: (theme.vars || theme).palette.error.main,
60
- disabled: (theme.vars || theme).palette.action.disabled,
61
- inherit: undefined
62
- }[ownerState.color]
63
- };
64
- });
65
- var Icon = /*#__PURE__*/React.forwardRef(function Icon(inProps, ref) {
66
- var props = useThemeProps({
67
- props: inProps,
68
- name: 'MuiIcon'
69
- });
70
- var _props$baseClassName = props.baseClassName,
71
- baseClassName = _props$baseClassName === void 0 ? 'material-icons' : _props$baseClassName,
72
- className = props.className,
73
- _props$color = props.color,
74
- color = _props$color === void 0 ? 'inherit' : _props$color,
75
- _props$component = props.component,
76
- Component = _props$component === void 0 ? 'span' : _props$component,
77
- _props$fontSize = props.fontSize,
78
- fontSize = _props$fontSize === void 0 ? 'medium' : _props$fontSize,
79
- other = _objectWithoutProperties(props, ["baseClassName", "className", "color", "component", "fontSize"]);
80
- var ownerState = _extends({}, props, {
81
- baseClassName: baseClassName,
82
- color: color,
83
- component: Component,
84
- fontSize: fontSize
85
- });
86
- var classes = useUtilityClasses(ownerState);
87
- return /*#__PURE__*/_jsx(IconRoot, _extends({
88
- as: Component,
89
- className: clsx(baseClassName,
90
- // Prevent the translation of the text content.
91
- // The font relies on the exact text content to render the icon.
92
- 'notranslate', classes.root, className),
93
- ownerState: ownerState,
94
- "aria-hidden": true,
95
- ref: ref
96
- }, other));
97
- });
98
- process.env.NODE_ENV !== "production" ? Icon.propTypes /* remove-proptypes */ = {
99
- // ┌────────────────────────────── Warning ──────────────────────────────┐
100
- // │ These PropTypes are generated from the TypeScript type definitions. │
101
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
102
- // └─────────────────────────────────────────────────────────────────────┘
103
- /**
104
- * The base class applied to the icon. Defaults to 'material-icons', but can be changed to any
105
- * other base class that suits the icon font you're using (for example material-icons-rounded, fas, etc).
106
- * @default 'material-icons'
107
- */
108
- baseClassName: PropTypes.string,
109
- /**
110
- * The name of the icon font ligature.
111
- */
112
- children: PropTypes.node,
113
- /**
114
- * Override or extend the styles applied to the component.
115
- */
116
- classes: PropTypes.object,
117
- /**
118
- * @ignore
119
- */
120
- className: PropTypes.string,
121
- /**
122
- * The color of the component.
123
- * It supports both default and custom theme colors, which can be added as shown in the
124
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
125
- * @default 'inherit'
126
- */
127
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
128
- /**
129
- * The component used for the root node.
130
- * Either a string to use a HTML element or a component.
131
- */
132
- component: PropTypes.elementType,
133
- /**
134
- * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
135
- * @default 'medium'
136
- */
137
- fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),
138
- /**
139
- * The system prop that allows defining system overrides as well as additional CSS styles.
140
- */
141
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
142
- } : void 0;
143
- Icon.muiName = 'Icon';
144
- export default Icon;
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getIconUtilityClass(slot) {
4
- return generateUtilityClass('MuiIcon', slot);
5
- }
6
- var iconClasses = generateUtilityClasses('MuiIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
7
- export default iconClasses;
@@ -1,5 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './Icon';
4
- export { default as iconClasses } from './iconClasses';
5
- export * from './iconClasses';
@@ -1,204 +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 clsx from 'clsx';
9
- import chainPropTypes from '@mui/utils/chainPropTypes';
10
- import composeClasses from '@mui/utils/composeClasses';
11
- import { alpha } from '@mui/system/colorManipulator';
12
- import styled from '../styles/styled';
13
- import useThemeProps from '../styles/useThemeProps';
14
- import ButtonBase from '../ButtonBase';
15
- import capitalize from '../utils/capitalize';
16
- import iconButtonClasses, { getIconButtonUtilityClass } from './iconButtonClasses';
17
- import { jsx as _jsx } from "react/jsx-runtime";
18
- var useUtilityClasses = function useUtilityClasses(ownerState) {
19
- var classes = ownerState.classes,
20
- disabled = ownerState.disabled,
21
- color = ownerState.color,
22
- edge = ownerState.edge,
23
- size = ownerState.size;
24
- var slots = {
25
- root: ['root', disabled && 'disabled', color !== 'default' && "color".concat(capitalize(color)), edge && "edge".concat(capitalize(edge)), "size".concat(capitalize(size))]
26
- };
27
- return composeClasses(slots, getIconButtonUtilityClass, classes);
28
- };
29
- var IconButtonRoot = styled(ButtonBase, {
30
- name: 'MuiIconButton',
31
- slot: 'Root',
32
- overridesResolver: function overridesResolver(props, styles) {
33
- var ownerState = props.ownerState;
34
- return [styles.root, ownerState.color !== 'default' && styles["color".concat(capitalize(ownerState.color))], ownerState.edge && styles["edge".concat(capitalize(ownerState.edge))], styles["size".concat(capitalize(ownerState.size))]];
35
- }
36
- })(function (_ref) {
37
- var theme = _ref.theme,
38
- ownerState = _ref.ownerState;
39
- return _extends({
40
- textAlign: 'center',
41
- flex: '0 0 auto',
42
- fontSize: theme.typography.pxToRem(24),
43
- padding: 8,
44
- borderRadius: '50%',
45
- overflow: 'visible',
46
- // Explicitly set the default value to solve a bug on IE11.
47
- color: (theme.vars || theme).palette.action.active,
48
- transition: theme.transitions.create('background-color', {
49
- duration: theme.transitions.duration.shortest
50
- })
51
- }, !ownerState.disableRipple && {
52
- '&:hover': {
53
- backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.action.activeChannel, " / ").concat(theme.vars.palette.action.hoverOpacity, ")") : alpha(theme.palette.action.active, theme.palette.action.hoverOpacity),
54
- // Reset on touch devices, it doesn't add specificity
55
- '@media (hover: none)': {
56
- backgroundColor: 'transparent'
57
- }
58
- }
59
- }, ownerState.edge === 'start' && {
60
- marginLeft: ownerState.size === 'small' ? -3 : -12
61
- }, ownerState.edge === 'end' && {
62
- marginRight: ownerState.size === 'small' ? -3 : -12
63
- });
64
- }, function (_ref2) {
65
- var _palette;
66
- var theme = _ref2.theme,
67
- ownerState = _ref2.ownerState;
68
- var palette = (_palette = (theme.vars || theme).palette) == null ? void 0 : _palette[ownerState.color];
69
- return _extends({}, ownerState.color === 'inherit' && {
70
- color: 'inherit'
71
- }, ownerState.color !== 'inherit' && ownerState.color !== 'default' && _extends({
72
- color: palette == null ? void 0 : palette.main
73
- }, !ownerState.disableRipple && {
74
- '&:hover': _extends({}, palette && {
75
- backgroundColor: theme.vars ? "rgba(".concat(palette.mainChannel, " / ").concat(theme.vars.palette.action.hoverOpacity, ")") : alpha(palette.main, theme.palette.action.hoverOpacity)
76
- }, {
77
- // Reset on touch devices, it doesn't add specificity
78
- '@media (hover: none)': {
79
- backgroundColor: 'transparent'
80
- }
81
- })
82
- }), ownerState.size === 'small' && {
83
- padding: 5,
84
- fontSize: theme.typography.pxToRem(18)
85
- }, ownerState.size === 'large' && {
86
- padding: 12,
87
- fontSize: theme.typography.pxToRem(28)
88
- }, _defineProperty({}, "&.".concat(iconButtonClasses.disabled), {
89
- backgroundColor: 'transparent',
90
- color: (theme.vars || theme).palette.action.disabled
91
- }));
92
- });
93
-
94
- /**
95
- * Refer to the [Icons](/material-ui/icons/) section of the documentation
96
- * regarding the available icon options.
97
- */
98
- var IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, ref) {
99
- var props = useThemeProps({
100
- props: inProps,
101
- name: 'MuiIconButton'
102
- });
103
- var _props$edge = props.edge,
104
- edge = _props$edge === void 0 ? false : _props$edge,
105
- children = props.children,
106
- className = props.className,
107
- _props$color = props.color,
108
- color = _props$color === void 0 ? 'default' : _props$color,
109
- _props$disabled = props.disabled,
110
- disabled = _props$disabled === void 0 ? false : _props$disabled,
111
- _props$disableFocusRi = props.disableFocusRipple,
112
- disableFocusRipple = _props$disableFocusRi === void 0 ? false : _props$disableFocusRi,
113
- _props$size = props.size,
114
- size = _props$size === void 0 ? 'medium' : _props$size,
115
- other = _objectWithoutProperties(props, ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"]);
116
- var ownerState = _extends({}, props, {
117
- edge: edge,
118
- color: color,
119
- disabled: disabled,
120
- disableFocusRipple: disableFocusRipple,
121
- size: size
122
- });
123
- var classes = useUtilityClasses(ownerState);
124
- return /*#__PURE__*/_jsx(IconButtonRoot, _extends({
125
- className: clsx(classes.root, className),
126
- centerRipple: true,
127
- focusRipple: !disableFocusRipple,
128
- disabled: disabled,
129
- ref: ref
130
- }, other, {
131
- ownerState: ownerState,
132
- children: children
133
- }));
134
- });
135
- process.env.NODE_ENV !== "production" ? IconButton.propTypes /* remove-proptypes */ = {
136
- // ┌────────────────────────────── Warning ──────────────────────────────┐
137
- // │ These PropTypes are generated from the TypeScript type definitions. │
138
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
139
- // └─────────────────────────────────────────────────────────────────────┘
140
- /**
141
- * The icon to display.
142
- */
143
- children: chainPropTypes(PropTypes.node, function (props) {
144
- var found = React.Children.toArray(props.children).some(function (child) {
145
- return /*#__PURE__*/React.isValidElement(child) && child.props.onClick;
146
- });
147
- if (found) {
148
- return new Error(['MUI: You are providing an onClick event listener to a child of a button element.', 'Prefer applying it to the IconButton directly.', 'This guarantees that the whole <button> will be responsive to click events.'].join('\n'));
149
- }
150
- return null;
151
- }),
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 color of the component.
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 'default'
165
- */
166
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'default', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
167
- /**
168
- * If `true`, the component is disabled.
169
- * @default false
170
- */
171
- disabled: PropTypes.bool,
172
- /**
173
- * If `true`, the keyboard focus ripple is disabled.
174
- * @default false
175
- */
176
- disableFocusRipple: PropTypes.bool,
177
- /**
178
- * If `true`, the ripple effect is disabled.
179
- *
180
- * ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure
181
- * to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
182
- * @default false
183
- */
184
- disableRipple: PropTypes.bool,
185
- /**
186
- * If given, uses a negative margin to counteract the padding on one
187
- * side (this is often helpful for aligning the left or right
188
- * side of the icon with content above or below, without ruining the border
189
- * size and shape).
190
- * @default false
191
- */
192
- edge: PropTypes.oneOf(['end', 'start', false]),
193
- /**
194
- * The size of the component.
195
- * `small` is equivalent to the dense button styling.
196
- * @default 'medium'
197
- */
198
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['small', 'medium', 'large']), PropTypes.string]),
199
- /**
200
- * The system prop that allows defining system overrides as well as additional CSS styles.
201
- */
202
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
203
- } : void 0;
204
- export default IconButton;
@@ -1,7 +0,0 @@
1
- import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2
- import generateUtilityClass from '@mui/utils/generateUtilityClass';
3
- export function getIconButtonUtilityClass(slot) {
4
- return generateUtilityClass('MuiIconButton', slot);
5
- }
6
- var iconButtonClasses = generateUtilityClasses('MuiIconButton', ['root', 'disabled', 'colorInherit', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'edgeStart', 'edgeEnd', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
7
- export default iconButtonClasses;
@@ -1,5 +0,0 @@
1
- 'use client';
2
-
3
- export { default } from './IconButton';
4
- export { default as iconButtonClasses } from './iconButtonClasses';
5
- export * from './iconButtonClasses';
@@ -1,155 +0,0 @@
1
- 'use client';
2
-
3
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import _extends from "@babel/runtime/helpers/esm/extends";
5
- import composeClasses from '@mui/utils/composeClasses';
6
- import integerPropType from '@mui/utils/integerPropType';
7
- import clsx from 'clsx';
8
- import PropTypes from 'prop-types';
9
- import * as React from 'react';
10
- import styled from '../styles/styled';
11
- import useThemeProps from '../styles/useThemeProps';
12
- import { getImageListUtilityClass } from './imageListClasses';
13
- import ImageListContext from './ImageListContext';
14
- import { jsx as _jsx } from "react/jsx-runtime";
15
- var useUtilityClasses = function useUtilityClasses(ownerState) {
16
- var classes = ownerState.classes,
17
- variant = ownerState.variant;
18
- var slots = {
19
- root: ['root', variant]
20
- };
21
- return composeClasses(slots, getImageListUtilityClass, classes);
22
- };
23
- var ImageListRoot = styled('ul', {
24
- name: 'MuiImageList',
25
- slot: 'Root',
26
- overridesResolver: function overridesResolver(props, styles) {
27
- var ownerState = props.ownerState;
28
- return [styles.root, styles[ownerState.variant]];
29
- }
30
- })(function (_ref) {
31
- var ownerState = _ref.ownerState;
32
- return _extends({
33
- display: 'grid',
34
- overflowY: 'auto',
35
- listStyle: 'none',
36
- padding: 0,
37
- // Add iOS momentum scrolling for iOS < 13.0
38
- WebkitOverflowScrolling: 'touch'
39
- }, ownerState.variant === 'masonry' && {
40
- display: 'block'
41
- });
42
- });
43
- var ImageList = /*#__PURE__*/React.forwardRef(function ImageList(inProps, ref) {
44
- var props = useThemeProps({
45
- props: inProps,
46
- name: 'MuiImageList'
47
- });
48
- var children = props.children,
49
- className = props.className,
50
- _props$cols = props.cols,
51
- cols = _props$cols === void 0 ? 2 : _props$cols,
52
- _props$component = props.component,
53
- component = _props$component === void 0 ? 'ul' : _props$component,
54
- _props$rowHeight = props.rowHeight,
55
- rowHeight = _props$rowHeight === void 0 ? 'auto' : _props$rowHeight,
56
- _props$gap = props.gap,
57
- gap = _props$gap === void 0 ? 4 : _props$gap,
58
- styleProp = props.style,
59
- _props$variant = props.variant,
60
- variant = _props$variant === void 0 ? 'standard' : _props$variant,
61
- other = _objectWithoutProperties(props, ["children", "className", "cols", "component", "rowHeight", "gap", "style", "variant"]);
62
- var contextValue = React.useMemo(function () {
63
- return {
64
- rowHeight: rowHeight,
65
- gap: gap,
66
- variant: variant
67
- };
68
- }, [rowHeight, gap, variant]);
69
- React.useEffect(function () {
70
- if (process.env.NODE_ENV !== 'production') {
71
- // Detect Internet Explorer 8+
72
- if (document !== undefined && 'objectFit' in document.documentElement.style === false) {
73
- console.error(['MUI: ImageList v5+ no longer natively supports Internet Explorer.', 'Use v4 of this component instead, or polyfill CSS object-fit.'].join('\n'));
74
- }
75
- }
76
- }, []);
77
- var style = variant === 'masonry' ? _extends({
78
- columnCount: cols,
79
- columnGap: gap
80
- }, styleProp) : _extends({
81
- gridTemplateColumns: "repeat(".concat(cols, ", 1fr)"),
82
- gap: gap
83
- }, styleProp);
84
- var ownerState = _extends({}, props, {
85
- component: component,
86
- gap: gap,
87
- rowHeight: rowHeight,
88
- variant: variant
89
- });
90
- var classes = useUtilityClasses(ownerState);
91
- return /*#__PURE__*/_jsx(ImageListRoot, _extends({
92
- as: component,
93
- className: clsx(classes.root, classes[variant], className),
94
- ref: ref,
95
- style: style,
96
- ownerState: ownerState
97
- }, other, {
98
- children: /*#__PURE__*/_jsx(ImageListContext.Provider, {
99
- value: contextValue,
100
- children: children
101
- })
102
- }));
103
- });
104
- process.env.NODE_ENV !== "production" ? ImageList.propTypes /* remove-proptypes */ = {
105
- // ┌────────────────────────────── Warning ──────────────────────────────┐
106
- // │ These PropTypes are generated from the TypeScript type definitions. │
107
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
108
- // └─────────────────────────────────────────────────────────────────────┘
109
- /**
110
- * The content of the component, normally `ImageListItem`s.
111
- */
112
- children: PropTypes /* @typescript-to-proptypes-ignore */.node.isRequired,
113
- /**
114
- * Override or extend the styles applied to the component.
115
- */
116
- classes: PropTypes.object,
117
- /**
118
- * @ignore
119
- */
120
- className: PropTypes.string,
121
- /**
122
- * Number of columns.
123
- * @default 2
124
- */
125
- cols: integerPropType,
126
- /**
127
- * The component used for the root node.
128
- * Either a string to use a HTML element or a component.
129
- */
130
- component: PropTypes.elementType,
131
- /**
132
- * The gap between items in px.
133
- * @default 4
134
- */
135
- gap: PropTypes.number,
136
- /**
137
- * The height of one row in px.
138
- * @default 'auto'
139
- */
140
- rowHeight: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.number]),
141
- /**
142
- * @ignore
143
- */
144
- style: PropTypes.object,
145
- /**
146
- * The system prop that allows defining system overrides as well as additional CSS styles.
147
- */
148
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
149
- /**
150
- * The variant to use.
151
- * @default 'standard'
152
- */
153
- variant: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['masonry', 'quilted', 'standard', 'woven']), PropTypes.string])
154
- } : void 0;
155
- export default ImageList;
@@ -1,13 +0,0 @@
1
- 'use client';
2
-
3
- import * as React from 'react';
4
-
5
- /**
6
- * @ignore - internal component.
7
- * @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>}
8
- */
9
- var ImageListContext = /*#__PURE__*/React.createContext({});
10
- if (process.env.NODE_ENV !== 'production') {
11
- ImageListContext.displayName = 'ImageListContext';
12
- }
13
- export default ImageListContext;