@mui/material 5.13.0 → 5.13.1

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 (610) hide show
  1. package/Accordion/Accordion.js +44 -43
  2. package/AccordionActions/AccordionActions.js +18 -18
  3. package/AccordionDetails/AccordionDetails.js +7 -9
  4. package/AccordionSummary/AccordionSummary.js +32 -32
  5. package/Alert/Alert.js +64 -60
  6. package/AlertTitle/AlertTitle.js +7 -9
  7. package/AppBar/AppBar.js +89 -73
  8. package/Autocomplete/Autocomplete.js +172 -141
  9. package/Avatar/Avatar.js +42 -38
  10. package/AvatarGroup/AvatarGroup.js +34 -33
  11. package/Backdrop/Backdrop.js +33 -31
  12. package/Badge/Badge.js +119 -107
  13. package/BottomNavigation/BottomNavigation.js +15 -17
  14. package/BottomNavigationAction/BottomNavigationAction.js +29 -31
  15. package/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
  16. package/Breadcrumbs/Breadcrumbs.js +19 -21
  17. package/Button/Button.js +168 -133
  18. package/ButtonBase/ButtonBase.js +43 -42
  19. package/ButtonBase/TouchRipple.js +9 -12
  20. package/ButtonGroup/ButtonGroup.js +111 -89
  21. package/CHANGELOG.md +62 -0
  22. package/Card/Card.js +11 -12
  23. package/CardActionArea/CardActionArea.js +9 -12
  24. package/CardActions/CardActions.js +18 -18
  25. package/CardContent/CardContent.js +11 -12
  26. package/CardHeader/CardHeader.js +30 -31
  27. package/CardMedia/CardMedia.js +28 -27
  28. package/Checkbox/Checkbox.js +44 -39
  29. package/Chip/Chip.js +146 -129
  30. package/CircularProgress/CircularProgress.js +43 -36
  31. package/Collapse/Collapse.js +73 -65
  32. package/CssBaseline/CssBaseline.js +17 -14
  33. package/Dialog/Dialog.js +103 -94
  34. package/DialogActions/DialogActions.js +18 -18
  35. package/DialogContent/DialogContent.js +22 -22
  36. package/DialogContentText/DialogContentText.js +13 -11
  37. package/DialogTitle/DialogTitle.js +8 -10
  38. package/Divider/Divider.js +99 -84
  39. package/Drawer/Drawer.js +85 -76
  40. package/Fab/Fab.js +71 -60
  41. package/Fade/Fade.js +31 -30
  42. package/FilledInput/FilledInput.js +135 -117
  43. package/FilledInput/filledInputClasses.js +4 -2
  44. package/FormControl/FormControl.js +41 -35
  45. package/FormControlLabel/FormControlLabel.js +43 -38
  46. package/FormGroup/FormGroup.js +16 -16
  47. package/FormHelperText/FormHelperText.js +30 -23
  48. package/FormLabel/FormLabel.js +26 -18
  49. package/GlobalStyles/GlobalStyles.js +3 -3
  50. package/Grid/Grid.js +50 -41
  51. package/Grow/Grow.js +31 -30
  52. package/Hidden/Hidden.js +21 -22
  53. package/Hidden/HiddenCss.js +29 -29
  54. package/Hidden/withWidth.js +19 -19
  55. package/Icon/Icon.js +14 -15
  56. package/IconButton/IconButton.js +59 -52
  57. package/ImageList/ImageList.js +30 -29
  58. package/ImageListItem/ImageListItem.js +40 -39
  59. package/ImageListItemBar/ImageListItemBar.js +47 -41
  60. package/Input/Input.js +77 -74
  61. package/Input/inputClasses.js +4 -2
  62. package/InputAdornment/InputAdornment.js +36 -34
  63. package/InputBase/InputBase.js +116 -92
  64. package/InputLabel/InputLabel.js +83 -68
  65. package/LinearProgress/LinearProgress.js +64 -58
  66. package/Link/Link.js +69 -64
  67. package/List/List.js +24 -24
  68. package/ListItem/ListItem.js +113 -96
  69. package/ListItemAvatar/ListItemAvatar.js +15 -15
  70. package/ListItemButton/ListItemButton.js +40 -35
  71. package/ListItemIcon/ListItemIcon.js +15 -15
  72. package/ListItemSecondaryAction/ListItemSecondaryAction.js +15 -15
  73. package/ListItemText/ListItemText.js +34 -34
  74. package/ListSubheader/ListSubheader.js +36 -32
  75. package/Menu/Menu.js +38 -39
  76. package/MenuItem/MenuItem.js +50 -45
  77. package/MenuList/MenuList.js +17 -20
  78. package/MobileStepper/MobileStepper.js +61 -53
  79. package/Modal/Modal.js +50 -45
  80. package/NativeSelect/NativeSelect.js +26 -22
  81. package/NativeSelect/NativeSelectInput.js +50 -43
  82. package/OutlinedInput/NotchedOutline.js +55 -51
  83. package/OutlinedInput/OutlinedInput.js +72 -59
  84. package/OutlinedInput/outlinedInputClasses.js +4 -2
  85. package/Pagination/Pagination.js +35 -31
  86. package/PaginationItem/PaginationItem.js +105 -93
  87. package/Paper/Paper.js +32 -28
  88. package/Popover/Popover.js +49 -51
  89. package/Popper/Popper.js +25 -27
  90. package/README.md +1 -1
  91. package/Radio/Radio.js +36 -33
  92. package/Radio/RadioButtonIcon.js +11 -10
  93. package/RadioGroup/RadioGroup.js +14 -17
  94. package/Rating/Rating.js +88 -73
  95. package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  96. package/Select/Select.js +59 -55
  97. package/Select/SelectInput.js +58 -57
  98. package/Skeleton/Skeleton.js +51 -46
  99. package/Slide/Slide.js +37 -33
  100. package/Slider/Slider.js +281 -216
  101. package/Snackbar/Snackbar.js +81 -67
  102. package/SnackbarContent/SnackbarContent.js +13 -15
  103. package/SpeedDial/SpeedDial.js +85 -83
  104. package/SpeedDialAction/SpeedDialAction.js +57 -52
  105. package/SpeedDialIcon/SpeedDialIcon.js +25 -24
  106. package/Step/Step.js +27 -26
  107. package/StepButton/StepButton.js +23 -24
  108. package/StepConnector/StepConnector.js +34 -31
  109. package/StepContent/StepContent.js +23 -24
  110. package/StepIcon/StepIcon.js +22 -22
  111. package/StepLabel/StepLabel.js +34 -33
  112. package/Stepper/Stepper.js +33 -31
  113. package/SvgIcon/SvgIcon.js +19 -20
  114. package/SwipeableDrawer/SwipeArea.js +33 -30
  115. package/SwipeableDrawer/SwipeableDrawer.js +49 -43
  116. package/Switch/Switch.js +59 -52
  117. package/Tab/Tab.js +93 -83
  118. package/TabScrollButton/TabScrollButton.js +30 -25
  119. package/Table/Table.js +20 -19
  120. package/TableBody/TableBody.js +11 -12
  121. package/TableCell/TableCell.js +70 -59
  122. package/TableContainer/TableContainer.js +11 -12
  123. package/TableFooter/TableFooter.js +11 -12
  124. package/TableHead/TableHead.js +11 -12
  125. package/TablePagination/TablePagination.js +53 -49
  126. package/TablePagination/TablePaginationActions.js +22 -25
  127. package/TableRow/TableRow.js +13 -14
  128. package/TableSortLabel/TableSortLabel.js +23 -23
  129. package/Tabs/ScrollbarSize.js +7 -9
  130. package/Tabs/Tabs.js +107 -92
  131. package/TextField/TextField.js +57 -57
  132. package/ToggleButton/ToggleButton.js +36 -35
  133. package/ToggleButtonGroup/ToggleButtonGroup.js +60 -59
  134. package/Toolbar/Toolbar.js +26 -25
  135. package/Tooltip/Tooltip.js +177 -147
  136. package/Typography/Typography.js +37 -32
  137. package/Zoom/Zoom.js +31 -30
  138. package/index.js +1 -1
  139. package/internal/SwitchBase.js +45 -43
  140. package/legacy/Accordion/Accordion.js +9 -8
  141. package/legacy/AccordionActions/AccordionActions.js +6 -4
  142. package/legacy/AccordionDetails/AccordionDetails.js +4 -2
  143. package/legacy/AccordionSummary/AccordionSummary.js +12 -11
  144. package/legacy/Alert/Alert.js +11 -10
  145. package/legacy/AlertTitle/AlertTitle.js +4 -2
  146. package/legacy/AppBar/AppBar.js +18 -16
  147. package/legacy/Autocomplete/Autocomplete.js +45 -43
  148. package/legacy/Avatar/Avatar.js +11 -9
  149. package/legacy/AvatarGroup/AvatarGroup.js +10 -9
  150. package/legacy/Backdrop/Backdrop.js +10 -8
  151. package/legacy/Badge/Badge.js +16 -15
  152. package/legacy/BottomNavigation/BottomNavigation.js +6 -4
  153. package/legacy/BottomNavigationAction/BottomNavigationAction.js +9 -8
  154. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +10 -8
  155. package/legacy/Breadcrumbs/Breadcrumbs.js +5 -4
  156. package/legacy/Button/Button.js +37 -36
  157. package/legacy/ButtonBase/ButtonBase.js +6 -5
  158. package/legacy/ButtonBase/TouchRipple.js +5 -3
  159. package/legacy/ButtonGroup/ButtonGroup.js +28 -27
  160. package/legacy/Card/Card.js +5 -3
  161. package/legacy/CardActionArea/CardActionArea.js +4 -3
  162. package/legacy/CardActions/CardActions.js +6 -4
  163. package/legacy/CardContent/CardContent.js +5 -3
  164. package/legacy/CardHeader/CardHeader.js +11 -10
  165. package/legacy/CardMedia/CardMedia.js +9 -7
  166. package/legacy/Checkbox/Checkbox.js +9 -8
  167. package/legacy/Chip/Chip.js +26 -25
  168. package/legacy/CircularProgress/CircularProgress.js +12 -10
  169. package/legacy/Collapse/Collapse.js +17 -16
  170. package/legacy/CssBaseline/CssBaseline.js +9 -7
  171. package/legacy/Dialog/Dialog.js +20 -19
  172. package/legacy/DialogActions/DialogActions.js +6 -4
  173. package/legacy/DialogContent/DialogContent.js +5 -4
  174. package/legacy/DialogContentText/DialogContentText.js +6 -4
  175. package/legacy/DialogTitle/DialogTitle.js +4 -2
  176. package/legacy/Divider/Divider.js +19 -17
  177. package/legacy/Drawer/Drawer.js +23 -21
  178. package/legacy/Fab/Fab.js +13 -12
  179. package/legacy/Fade/Fade.js +8 -6
  180. package/legacy/FilledInput/FilledInput.js +24 -23
  181. package/legacy/FilledInput/filledInputClasses.js +4 -2
  182. package/legacy/FormControl/FormControl.js +10 -8
  183. package/legacy/FormControlLabel/FormControlLabel.js +11 -10
  184. package/legacy/FormGroup/FormGroup.js +6 -4
  185. package/legacy/FormHelperText/FormHelperText.js +12 -11
  186. package/legacy/FormLabel/FormLabel.js +13 -12
  187. package/legacy/GlobalStyles/GlobalStyles.js +4 -2
  188. package/legacy/Grid/Grid.js +13 -11
  189. package/legacy/Grow/Grow.js +8 -6
  190. package/legacy/Hidden/Hidden.js +5 -3
  191. package/legacy/Hidden/HiddenCss.js +4 -3
  192. package/legacy/Hidden/withWidth.js +6 -4
  193. package/legacy/Icon/Icon.js +5 -3
  194. package/legacy/IconButton/IconButton.js +15 -14
  195. package/legacy/ImageList/ImageList.js +9 -7
  196. package/legacy/ImageListItem/ImageListItem.js +9 -8
  197. package/legacy/ImageListItemBar/ImageListItemBar.js +13 -11
  198. package/legacy/Input/Input.js +8 -7
  199. package/legacy/Input/inputClasses.js +4 -2
  200. package/legacy/InputAdornment/InputAdornment.js +9 -8
  201. package/legacy/InputBase/InputBase.js +28 -27
  202. package/legacy/InputLabel/InputLabel.js +14 -13
  203. package/legacy/LinearProgress/LinearProgress.js +17 -15
  204. package/legacy/Link/Link.js +9 -8
  205. package/legacy/List/List.js +8 -6
  206. package/legacy/ListItem/ListItem.js +25 -24
  207. package/legacy/ListItemAvatar/ListItemAvatar.js +6 -4
  208. package/legacy/ListItemButton/ListItemButton.js +16 -15
  209. package/legacy/ListItemIcon/ListItemIcon.js +6 -4
  210. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +6 -4
  211. package/legacy/ListItemText/ListItemText.js +11 -10
  212. package/legacy/ListSubheader/ListSubheader.js +10 -8
  213. package/legacy/Menu/Menu.js +12 -10
  214. package/legacy/MenuItem/MenuItem.js +22 -21
  215. package/legacy/MenuList/MenuList.js +5 -3
  216. package/legacy/MobileStepper/MobileStepper.js +12 -10
  217. package/legacy/Modal/Modal.js +10 -8
  218. package/legacy/NativeSelect/NativeSelect.js +8 -6
  219. package/legacy/NativeSelect/NativeSelectInput.js +17 -16
  220. package/legacy/OutlinedInput/NotchedOutline.js +8 -6
  221. package/legacy/OutlinedInput/OutlinedInput.js +23 -22
  222. package/legacy/OutlinedInput/outlinedInputClasses.js +4 -2
  223. package/legacy/Pagination/Pagination.js +9 -7
  224. package/legacy/PaginationItem/PaginationItem.js +24 -23
  225. package/legacy/Paper/Paper.js +9 -7
  226. package/legacy/Popover/Popover.js +12 -10
  227. package/legacy/Popper/Popper.js +6 -4
  228. package/legacy/Radio/Radio.js +8 -7
  229. package/legacy/Radio/RadioButtonIcon.js +5 -3
  230. package/legacy/RadioGroup/RadioGroup.js +5 -3
  231. package/legacy/Rating/Rating.js +24 -23
  232. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +6 -4
  233. package/legacy/Select/Select.js +10 -8
  234. package/legacy/Select/SelectInput.js +11 -10
  235. package/legacy/Skeleton/Skeleton.js +13 -11
  236. package/legacy/Slide/Slide.js +10 -8
  237. package/legacy/Slider/Slider.js +65 -64
  238. package/legacy/Snackbar/Snackbar.js +16 -15
  239. package/legacy/SnackbarContent/SnackbarContent.js +5 -4
  240. package/legacy/SpeedDial/SpeedDial.js +15 -14
  241. package/legacy/SpeedDialAction/SpeedDialAction.js +16 -15
  242. package/legacy/SpeedDialIcon/SpeedDialIcon.js +7 -6
  243. package/legacy/Step/Step.js +8 -6
  244. package/legacy/StepButton/StepButton.js +8 -7
  245. package/legacy/StepConnector/StepConnector.js +10 -8
  246. package/legacy/StepContent/StepContent.js +9 -7
  247. package/legacy/StepIcon/StepIcon.js +7 -6
  248. package/legacy/StepLabel/StepLabel.js +20 -19
  249. package/legacy/Stepper/Stepper.js +10 -8
  250. package/legacy/SvgIcon/SvgIcon.js +6 -4
  251. package/legacy/SwipeableDrawer/SwipeArea.js +9 -8
  252. package/legacy/SwipeableDrawer/SwipeableDrawer.js +10 -8
  253. package/legacy/Switch/Switch.js +11 -10
  254. package/legacy/Tab/Tab.js +16 -15
  255. package/legacy/TabScrollButton/TabScrollButton.js +7 -6
  256. package/legacy/Table/Table.js +7 -5
  257. package/legacy/TableBody/TableBody.js +5 -3
  258. package/legacy/TableCell/TableCell.js +15 -14
  259. package/legacy/TableContainer/TableContainer.js +5 -3
  260. package/legacy/TableFooter/TableFooter.js +5 -3
  261. package/legacy/TableHead/TableHead.js +5 -3
  262. package/legacy/TablePagination/TablePagination.js +15 -14
  263. package/legacy/TablePagination/TablePaginationActions.js +9 -7
  264. package/legacy/TableRow/TableRow.js +4 -3
  265. package/legacy/TableSortLabel/TableSortLabel.js +7 -6
  266. package/legacy/Tabs/ScrollbarSize.js +4 -2
  267. package/legacy/Tabs/Tabs.js +23 -22
  268. package/legacy/TextField/TextField.js +14 -12
  269. package/legacy/ToggleButton/ToggleButton.js +12 -11
  270. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +8 -7
  271. package/legacy/Toolbar/Toolbar.js +6 -5
  272. package/legacy/Tooltip/Tooltip.js +34 -33
  273. package/legacy/Typography/Typography.js +11 -9
  274. package/legacy/Zoom/Zoom.js +8 -6
  275. package/legacy/index.js +1 -1
  276. package/legacy/internal/SwitchBase.js +10 -8
  277. package/legacy/locale/index.js +383 -68
  278. package/legacy/styles/CssVarsProvider.js +4 -2
  279. package/legacy/styles/ThemeProvider.js +4 -2
  280. package/legacy/styles/adaptV4Theme.js +7 -6
  281. package/legacy/styles/createMixins.js +3 -2
  282. package/legacy/styles/createPalette.js +6 -4
  283. package/legacy/styles/createTheme.js +4 -3
  284. package/legacy/styles/createTransitions.js +7 -5
  285. package/legacy/styles/createTypography.js +6 -4
  286. package/legacy/styles/experimental_extendTheme.js +12 -10
  287. package/legacy/styles/responsiveFontSizes.js +6 -4
  288. package/legacy/usePagination/usePagination.js +4 -2
  289. package/legacy/useScrollTrigger/useScrollTrigger.js +4 -2
  290. package/legacy/utils/createSvgIcon.js +5 -3
  291. package/locale/index.d.ts +4 -0
  292. package/locale/index.js +309 -0
  293. package/modern/Accordion/Accordion.js +44 -43
  294. package/modern/AccordionActions/AccordionActions.js +18 -18
  295. package/modern/AccordionDetails/AccordionDetails.js +7 -9
  296. package/modern/AccordionSummary/AccordionSummary.js +32 -32
  297. package/modern/Alert/Alert.js +64 -60
  298. package/modern/AlertTitle/AlertTitle.js +7 -9
  299. package/modern/AppBar/AppBar.js +89 -73
  300. package/modern/Autocomplete/Autocomplete.js +169 -138
  301. package/modern/Avatar/Avatar.js +42 -38
  302. package/modern/AvatarGroup/AvatarGroup.js +34 -33
  303. package/modern/Backdrop/Backdrop.js +33 -31
  304. package/modern/Badge/Badge.js +119 -107
  305. package/modern/BottomNavigation/BottomNavigation.js +15 -17
  306. package/modern/BottomNavigationAction/BottomNavigationAction.js +29 -31
  307. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
  308. package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
  309. package/modern/Button/Button.js +168 -133
  310. package/modern/ButtonBase/ButtonBase.js +43 -42
  311. package/modern/ButtonBase/TouchRipple.js +9 -12
  312. package/modern/ButtonGroup/ButtonGroup.js +111 -89
  313. package/modern/Card/Card.js +11 -12
  314. package/modern/CardActionArea/CardActionArea.js +9 -12
  315. package/modern/CardActions/CardActions.js +18 -18
  316. package/modern/CardContent/CardContent.js +11 -12
  317. package/modern/CardHeader/CardHeader.js +30 -31
  318. package/modern/CardMedia/CardMedia.js +28 -27
  319. package/modern/Checkbox/Checkbox.js +44 -39
  320. package/modern/Chip/Chip.js +146 -129
  321. package/modern/CircularProgress/CircularProgress.js +43 -36
  322. package/modern/Collapse/Collapse.js +73 -65
  323. package/modern/CssBaseline/CssBaseline.js +17 -14
  324. package/modern/Dialog/Dialog.js +103 -94
  325. package/modern/DialogActions/DialogActions.js +18 -18
  326. package/modern/DialogContent/DialogContent.js +22 -22
  327. package/modern/DialogContentText/DialogContentText.js +13 -11
  328. package/modern/DialogTitle/DialogTitle.js +8 -10
  329. package/modern/Divider/Divider.js +99 -84
  330. package/modern/Drawer/Drawer.js +85 -76
  331. package/modern/Fab/Fab.js +70 -59
  332. package/modern/Fade/Fade.js +31 -30
  333. package/modern/FilledInput/FilledInput.js +135 -117
  334. package/modern/FilledInput/filledInputClasses.js +4 -2
  335. package/modern/FormControl/FormControl.js +41 -35
  336. package/modern/FormControlLabel/FormControlLabel.js +43 -38
  337. package/modern/FormGroup/FormGroup.js +16 -16
  338. package/modern/FormHelperText/FormHelperText.js +30 -23
  339. package/modern/FormLabel/FormLabel.js +26 -18
  340. package/modern/GlobalStyles/GlobalStyles.js +3 -3
  341. package/modern/Grid/Grid.js +50 -41
  342. package/modern/Grow/Grow.js +31 -30
  343. package/modern/Hidden/Hidden.js +21 -22
  344. package/modern/Hidden/HiddenCss.js +29 -29
  345. package/modern/Hidden/withWidth.js +19 -19
  346. package/modern/Icon/Icon.js +14 -15
  347. package/modern/IconButton/IconButton.js +59 -52
  348. package/modern/ImageList/ImageList.js +30 -29
  349. package/modern/ImageListItem/ImageListItem.js +40 -39
  350. package/modern/ImageListItemBar/ImageListItemBar.js +47 -41
  351. package/modern/Input/Input.js +77 -74
  352. package/modern/Input/inputClasses.js +4 -2
  353. package/modern/InputAdornment/InputAdornment.js +36 -34
  354. package/modern/InputBase/InputBase.js +116 -92
  355. package/modern/InputLabel/InputLabel.js +83 -68
  356. package/modern/LinearProgress/LinearProgress.js +64 -58
  357. package/modern/Link/Link.js +69 -64
  358. package/modern/List/List.js +24 -24
  359. package/modern/ListItem/ListItem.js +113 -96
  360. package/modern/ListItemAvatar/ListItemAvatar.js +15 -15
  361. package/modern/ListItemButton/ListItemButton.js +40 -35
  362. package/modern/ListItemIcon/ListItemIcon.js +15 -15
  363. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +15 -15
  364. package/modern/ListItemText/ListItemText.js +34 -34
  365. package/modern/ListSubheader/ListSubheader.js +36 -32
  366. package/modern/Menu/Menu.js +38 -39
  367. package/modern/MenuItem/MenuItem.js +50 -45
  368. package/modern/MenuList/MenuList.js +17 -20
  369. package/modern/MobileStepper/MobileStepper.js +61 -53
  370. package/modern/Modal/Modal.js +50 -45
  371. package/modern/NativeSelect/NativeSelect.js +26 -22
  372. package/modern/NativeSelect/NativeSelectInput.js +50 -43
  373. package/modern/OutlinedInput/NotchedOutline.js +55 -51
  374. package/modern/OutlinedInput/OutlinedInput.js +72 -59
  375. package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
  376. package/modern/Pagination/Pagination.js +35 -31
  377. package/modern/PaginationItem/PaginationItem.js +105 -93
  378. package/modern/Paper/Paper.js +32 -28
  379. package/modern/Popover/Popover.js +49 -51
  380. package/modern/Popper/Popper.js +25 -27
  381. package/modern/Radio/Radio.js +36 -33
  382. package/modern/Radio/RadioButtonIcon.js +11 -10
  383. package/modern/RadioGroup/RadioGroup.js +14 -17
  384. package/modern/Rating/Rating.js +88 -73
  385. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  386. package/modern/Select/Select.js +59 -55
  387. package/modern/Select/SelectInput.js +58 -57
  388. package/modern/Skeleton/Skeleton.js +51 -46
  389. package/modern/Slide/Slide.js +37 -33
  390. package/modern/Slider/Slider.js +281 -216
  391. package/modern/Snackbar/Snackbar.js +81 -67
  392. package/modern/SnackbarContent/SnackbarContent.js +13 -15
  393. package/modern/SpeedDial/SpeedDial.js +85 -83
  394. package/modern/SpeedDialAction/SpeedDialAction.js +57 -52
  395. package/modern/SpeedDialIcon/SpeedDialIcon.js +25 -24
  396. package/modern/Step/Step.js +27 -26
  397. package/modern/StepButton/StepButton.js +23 -24
  398. package/modern/StepConnector/StepConnector.js +34 -31
  399. package/modern/StepContent/StepContent.js +23 -24
  400. package/modern/StepIcon/StepIcon.js +22 -22
  401. package/modern/StepLabel/StepLabel.js +34 -33
  402. package/modern/Stepper/Stepper.js +33 -31
  403. package/modern/SvgIcon/SvgIcon.js +19 -20
  404. package/modern/SwipeableDrawer/SwipeArea.js +33 -30
  405. package/modern/SwipeableDrawer/SwipeableDrawer.js +49 -43
  406. package/modern/Switch/Switch.js +59 -52
  407. package/modern/Tab/Tab.js +93 -83
  408. package/modern/TabScrollButton/TabScrollButton.js +30 -25
  409. package/modern/Table/Table.js +20 -19
  410. package/modern/TableBody/TableBody.js +11 -12
  411. package/modern/TableCell/TableCell.js +70 -59
  412. package/modern/TableContainer/TableContainer.js +11 -12
  413. package/modern/TableFooter/TableFooter.js +11 -12
  414. package/modern/TableHead/TableHead.js +11 -12
  415. package/modern/TablePagination/TablePagination.js +53 -49
  416. package/modern/TablePagination/TablePaginationActions.js +22 -25
  417. package/modern/TableRow/TableRow.js +13 -14
  418. package/modern/TableSortLabel/TableSortLabel.js +23 -23
  419. package/modern/Tabs/ScrollbarSize.js +7 -9
  420. package/modern/Tabs/Tabs.js +107 -92
  421. package/modern/TextField/TextField.js +57 -57
  422. package/modern/ToggleButton/ToggleButton.js +36 -35
  423. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +60 -59
  424. package/modern/Toolbar/Toolbar.js +26 -25
  425. package/modern/Tooltip/Tooltip.js +177 -147
  426. package/modern/Typography/Typography.js +37 -32
  427. package/modern/Zoom/Zoom.js +31 -30
  428. package/modern/index.js +1 -1
  429. package/modern/internal/SwitchBase.js +45 -43
  430. package/modern/locale/index.js +309 -0
  431. package/modern/styles/CssVarsProvider.js +3 -3
  432. package/modern/styles/ThemeProvider.js +7 -10
  433. package/modern/styles/adaptV4Theme.js +31 -31
  434. package/modern/styles/createMixins.js +4 -4
  435. package/modern/styles/createPalette.js +16 -13
  436. package/modern/styles/createTheme.js +16 -11
  437. package/modern/styles/createTransitions.js +17 -14
  438. package/modern/styles/createTypography.js +31 -29
  439. package/modern/styles/experimental_extendTheme.js +41 -33
  440. package/modern/styles/responsiveFontSizes.js +17 -11
  441. package/modern/usePagination/usePagination.js +18 -20
  442. package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
  443. package/modern/utils/createSvgIcon.js +4 -5
  444. package/node/Accordion/Accordion.js +44 -43
  445. package/node/AccordionActions/AccordionActions.js +18 -18
  446. package/node/AccordionDetails/AccordionDetails.js +7 -9
  447. package/node/AccordionSummary/AccordionSummary.js +32 -32
  448. package/node/Alert/Alert.js +64 -60
  449. package/node/AlertTitle/AlertTitle.js +7 -9
  450. package/node/AppBar/AppBar.js +89 -73
  451. package/node/Autocomplete/Autocomplete.js +172 -141
  452. package/node/Avatar/Avatar.js +42 -38
  453. package/node/AvatarGroup/AvatarGroup.js +34 -33
  454. package/node/Backdrop/Backdrop.js +33 -31
  455. package/node/Badge/Badge.js +119 -107
  456. package/node/BottomNavigation/BottomNavigation.js +15 -17
  457. package/node/BottomNavigationAction/BottomNavigationAction.js +29 -31
  458. package/node/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
  459. package/node/Breadcrumbs/Breadcrumbs.js +19 -21
  460. package/node/Button/Button.js +168 -133
  461. package/node/ButtonBase/ButtonBase.js +43 -42
  462. package/node/ButtonBase/TouchRipple.js +9 -12
  463. package/node/ButtonGroup/ButtonGroup.js +111 -89
  464. package/node/Card/Card.js +11 -12
  465. package/node/CardActionArea/CardActionArea.js +9 -12
  466. package/node/CardActions/CardActions.js +18 -18
  467. package/node/CardContent/CardContent.js +11 -12
  468. package/node/CardHeader/CardHeader.js +30 -31
  469. package/node/CardMedia/CardMedia.js +28 -27
  470. package/node/Checkbox/Checkbox.js +44 -39
  471. package/node/Chip/Chip.js +146 -129
  472. package/node/CircularProgress/CircularProgress.js +43 -36
  473. package/node/Collapse/Collapse.js +73 -65
  474. package/node/CssBaseline/CssBaseline.js +17 -14
  475. package/node/Dialog/Dialog.js +103 -94
  476. package/node/DialogActions/DialogActions.js +18 -18
  477. package/node/DialogContent/DialogContent.js +22 -22
  478. package/node/DialogContentText/DialogContentText.js +13 -11
  479. package/node/DialogTitle/DialogTitle.js +8 -10
  480. package/node/Divider/Divider.js +99 -84
  481. package/node/Drawer/Drawer.js +85 -76
  482. package/node/Fab/Fab.js +71 -60
  483. package/node/Fade/Fade.js +31 -30
  484. package/node/FilledInput/FilledInput.js +135 -117
  485. package/node/FilledInput/filledInputClasses.js +4 -2
  486. package/node/FormControl/FormControl.js +41 -35
  487. package/node/FormControlLabel/FormControlLabel.js +43 -38
  488. package/node/FormGroup/FormGroup.js +16 -16
  489. package/node/FormHelperText/FormHelperText.js +30 -23
  490. package/node/FormLabel/FormLabel.js +26 -18
  491. package/node/GlobalStyles/GlobalStyles.js +3 -3
  492. package/node/Grid/Grid.js +54 -43
  493. package/node/Grow/Grow.js +31 -30
  494. package/node/Hidden/Hidden.js +24 -26
  495. package/node/Hidden/HiddenCss.js +29 -29
  496. package/node/Hidden/withWidth.js +19 -19
  497. package/node/Icon/Icon.js +14 -15
  498. package/node/IconButton/IconButton.js +59 -52
  499. package/node/ImageList/ImageList.js +30 -29
  500. package/node/ImageListItem/ImageListItem.js +40 -39
  501. package/node/ImageListItemBar/ImageListItemBar.js +47 -41
  502. package/node/Input/Input.js +77 -74
  503. package/node/Input/inputClasses.js +4 -2
  504. package/node/InputAdornment/InputAdornment.js +36 -34
  505. package/node/InputBase/InputBase.js +116 -92
  506. package/node/InputLabel/InputLabel.js +83 -68
  507. package/node/LinearProgress/LinearProgress.js +64 -58
  508. package/node/Link/Link.js +69 -64
  509. package/node/List/List.js +24 -24
  510. package/node/ListItem/ListItem.js +113 -96
  511. package/node/ListItemAvatar/ListItemAvatar.js +15 -15
  512. package/node/ListItemButton/ListItemButton.js +40 -35
  513. package/node/ListItemIcon/ListItemIcon.js +15 -15
  514. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +15 -15
  515. package/node/ListItemText/ListItemText.js +34 -34
  516. package/node/ListSubheader/ListSubheader.js +36 -32
  517. package/node/Menu/Menu.js +38 -39
  518. package/node/MenuItem/MenuItem.js +50 -45
  519. package/node/MenuList/MenuList.js +17 -20
  520. package/node/MobileStepper/MobileStepper.js +61 -53
  521. package/node/Modal/Modal.js +50 -45
  522. package/node/NativeSelect/NativeSelect.js +26 -22
  523. package/node/NativeSelect/NativeSelectInput.js +50 -43
  524. package/node/OutlinedInput/NotchedOutline.js +55 -51
  525. package/node/OutlinedInput/OutlinedInput.js +72 -59
  526. package/node/OutlinedInput/outlinedInputClasses.js +4 -2
  527. package/node/Pagination/Pagination.js +35 -31
  528. package/node/PaginationItem/PaginationItem.js +105 -93
  529. package/node/Paper/Paper.js +32 -28
  530. package/node/Popover/Popover.js +49 -51
  531. package/node/Popper/Popper.js +25 -27
  532. package/node/Radio/Radio.js +36 -33
  533. package/node/Radio/RadioButtonIcon.js +11 -10
  534. package/node/RadioGroup/RadioGroup.js +14 -17
  535. package/node/Rating/Rating.js +88 -73
  536. package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  537. package/node/Select/Select.js +59 -55
  538. package/node/Select/SelectInput.js +58 -57
  539. package/node/Skeleton/Skeleton.js +51 -46
  540. package/node/Slide/Slide.js +39 -34
  541. package/node/Slider/Slider.js +281 -216
  542. package/node/Snackbar/Snackbar.js +81 -67
  543. package/node/SnackbarContent/SnackbarContent.js +13 -15
  544. package/node/SpeedDial/SpeedDial.js +85 -83
  545. package/node/SpeedDialAction/SpeedDialAction.js +59 -52
  546. package/node/SpeedDialIcon/SpeedDialIcon.js +25 -24
  547. package/node/Step/Step.js +27 -26
  548. package/node/StepButton/StepButton.js +23 -24
  549. package/node/StepConnector/StepConnector.js +34 -31
  550. package/node/StepContent/StepContent.js +23 -24
  551. package/node/StepIcon/StepIcon.js +22 -22
  552. package/node/StepLabel/StepLabel.js +34 -33
  553. package/node/Stepper/Stepper.js +33 -31
  554. package/node/SvgIcon/SvgIcon.js +19 -20
  555. package/node/SwipeableDrawer/SwipeArea.js +33 -30
  556. package/node/SwipeableDrawer/SwipeableDrawer.js +51 -44
  557. package/node/Switch/Switch.js +61 -52
  558. package/node/Tab/Tab.js +93 -83
  559. package/node/TabScrollButton/TabScrollButton.js +32 -26
  560. package/node/Table/Table.js +20 -19
  561. package/node/TableBody/TableBody.js +11 -12
  562. package/node/TableCell/TableCell.js +70 -59
  563. package/node/TableContainer/TableContainer.js +11 -12
  564. package/node/TableFooter/TableFooter.js +11 -12
  565. package/node/TableHead/TableHead.js +11 -12
  566. package/node/TablePagination/TablePagination.js +53 -49
  567. package/node/TablePagination/TablePaginationActions.js +22 -25
  568. package/node/TableRow/TableRow.js +13 -14
  569. package/node/TableSortLabel/TableSortLabel.js +23 -23
  570. package/node/Tabs/ScrollbarSize.js +7 -9
  571. package/node/Tabs/Tabs.js +107 -92
  572. package/node/TextField/TextField.js +57 -57
  573. package/node/ToggleButton/ToggleButton.js +38 -35
  574. package/node/ToggleButtonGroup/ToggleButtonGroup.js +60 -59
  575. package/node/Toolbar/Toolbar.js +26 -25
  576. package/node/Tooltip/Tooltip.js +177 -147
  577. package/node/Typography/Typography.js +37 -32
  578. package/node/Zoom/Zoom.js +31 -30
  579. package/node/index.js +1 -1
  580. package/node/internal/SwitchBase.js +45 -43
  581. package/node/locale/index.js +314 -1
  582. package/node/styles/CssVarsProvider.js +3 -3
  583. package/node/styles/ThemeProvider.js +7 -10
  584. package/node/styles/adaptV4Theme.js +31 -32
  585. package/node/styles/createMixins.js +4 -5
  586. package/node/styles/createPalette.js +16 -13
  587. package/node/styles/createTheme.js +16 -11
  588. package/node/styles/createTransitions.js +17 -15
  589. package/node/styles/createTypography.js +31 -30
  590. package/node/styles/experimental_extendTheme.js +41 -33
  591. package/node/styles/responsiveFontSizes.js +17 -12
  592. package/node/usePagination/usePagination.js +18 -21
  593. package/node/useScrollTrigger/useScrollTrigger.js +8 -11
  594. package/node/utils/createSvgIcon.js +4 -5
  595. package/package.json +5 -5
  596. package/styles/CssVarsProvider.js +3 -3
  597. package/styles/ThemeProvider.js +7 -10
  598. package/styles/adaptV4Theme.js +31 -31
  599. package/styles/createMixins.js +4 -4
  600. package/styles/createPalette.js +16 -13
  601. package/styles/createTheme.js +16 -11
  602. package/styles/createTransitions.js +17 -14
  603. package/styles/createTypography.js +31 -29
  604. package/styles/experimental_extendTheme.js +41 -33
  605. package/styles/responsiveFontSizes.js +17 -11
  606. package/umd/material-ui.development.js +7513 -6042
  607. package/umd/material-ui.production.min.js +21 -21
  608. package/usePagination/usePagination.js +18 -20
  609. package/useScrollTrigger/useScrollTrigger.js +8 -10
  610. package/utils/createSvgIcon.js +4 -5
@@ -1,5 +1,7 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
- import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3
5
  import * as React from 'react';
4
6
  import PropTypes from 'prop-types';
5
7
  import clsx from 'clsx';
@@ -21,7 +23,7 @@ var ModalRoot = styled('div', {
21
23
  })(function (_ref) {
22
24
  var theme = _ref.theme,
23
25
  ownerState = _ref.ownerState;
24
- return _extends({
26
+ return _objectSpread({
25
27
  position: 'fixed',
26
28
  zIndex: (theme.vars || theme).zIndex.modal,
27
29
  right: 0,
@@ -116,29 +118,29 @@ var Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
116
118
  onClose: onClose,
117
119
  open: open
118
120
  };
119
- var ownerState = _extends({}, props, commonProps, {
121
+ var ownerState = _objectSpread(_objectSpread(_objectSpread({}, props), commonProps), {}, {
120
122
  exited: exited
121
123
  });
122
124
  var RootSlot = (_ref2 = (_slots$root = slots == null ? void 0 : slots.root) != null ? _slots$root : components.Root) != null ? _ref2 : ModalRoot;
123
125
  var BackdropSlot = (_ref3 = (_slots$backdrop = slots == null ? void 0 : slots.backdrop) != null ? _slots$backdrop : components.Backdrop) != null ? _ref3 : BackdropComponent;
124
126
  var rootSlotProps = (_slotProps$root = slotProps == null ? void 0 : slotProps.root) != null ? _slotProps$root : componentsProps.root;
125
127
  var backdropSlotProps = (_slotProps$backdrop = slotProps == null ? void 0 : slotProps.backdrop) != null ? _slotProps$backdrop : componentsProps.backdrop;
126
- return /*#__PURE__*/_jsx(ModalUnstyled, _extends({
128
+ return /*#__PURE__*/_jsx(ModalUnstyled, _objectSpread(_objectSpread(_objectSpread({
127
129
  slots: {
128
130
  root: RootSlot,
129
131
  backdrop: BackdropSlot
130
132
  },
131
133
  slotProps: {
132
134
  root: function root() {
133
- return _extends({}, resolveComponentProps(rootSlotProps, ownerState), !isHostComponent(RootSlot) && {
135
+ return _objectSpread(_objectSpread(_objectSpread({}, resolveComponentProps(rootSlotProps, ownerState)), !isHostComponent(RootSlot) && {
134
136
  as: component,
135
137
  theme: theme
136
- }, {
138
+ }), {}, {
137
139
  className: clsx(className, rootSlotProps == null ? void 0 : rootSlotProps.className, classes == null ? void 0 : classes.root, !ownerState.open && ownerState.exited && (classes == null ? void 0 : classes.hidden))
138
140
  });
139
141
  },
140
142
  backdrop: function backdrop() {
141
- return _extends({}, BackdropProps, resolveComponentProps(backdropSlotProps, ownerState), {
143
+ return _objectSpread(_objectSpread(_objectSpread({}, BackdropProps), resolveComponentProps(backdropSlotProps, ownerState)), {}, {
142
144
  className: clsx(backdropSlotProps == null ? void 0 : backdropSlotProps.className, classes == null ? void 0 : classes.backdrop)
143
145
  });
144
146
  }
@@ -150,7 +152,7 @@ var Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
150
152
  return setExited(true);
151
153
  },
152
154
  ref: ref
153
- }, other, commonProps, {
155
+ }, other), commonProps), {}, {
154
156
  children: children
155
157
  }));
156
158
  });
@@ -1,5 +1,7 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3
5
  import * as React from 'react';
4
6
  import clsx from 'clsx';
5
7
  import PropTypes from 'prop-types';
@@ -45,26 +47,26 @@ var NativeSelect = /*#__PURE__*/React.forwardRef(function NativeSelect(inProps,
45
47
  muiFormControl: muiFormControl,
46
48
  states: ['variant']
47
49
  });
48
- var ownerState = _extends({}, props, {
50
+ var ownerState = _objectSpread(_objectSpread({}, props), {}, {
49
51
  classes: classesProp
50
52
  });
51
53
  var classes = useUtilityClasses(ownerState);
52
54
  var root = classesProp.root,
53
55
  otherClasses = _objectWithoutProperties(classesProp, ["root"]);
54
56
  return /*#__PURE__*/_jsx(React.Fragment, {
55
- children: /*#__PURE__*/React.cloneElement(input, _extends({
57
+ children: /*#__PURE__*/React.cloneElement(input, _objectSpread(_objectSpread({
56
58
  // Most of the logic is implemented in `NativeSelectInput`.
57
59
  // The `Select` component is a simple API wrapper to expose something better to play with.
58
60
  inputComponent: NativeSelectInput,
59
- inputProps: _extends({
61
+ inputProps: _objectSpread(_objectSpread({
60
62
  children: children,
61
63
  classes: otherClasses,
62
64
  IconComponent: IconComponent,
63
65
  variant: fcs.variant,
64
66
  type: undefined
65
- }, inputProps, input ? input.props.inputProps : {}),
67
+ }, inputProps), input ? input.props.inputProps : {}),
66
68
  ref: ref
67
- }, other, {
69
+ }, other), {}, {
68
70
  className: clsx(classes.root, input.props.className, className)
69
71
  }))
70
72
  });
@@ -1,6 +1,7 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
2
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
3
- import _extends from "@babel/runtime/helpers/esm/extends";
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
5
  import * as React from 'react';
5
6
  import PropTypes from 'prop-types';
6
7
  import clsx from 'clsx';
@@ -25,10 +26,10 @@ var useUtilityClasses = function useUtilityClasses(ownerState) {
25
26
  return composeClasses(slots, getNativeSelectUtilityClasses, classes);
26
27
  };
27
28
  export var nativeSelectSelectStyles = function nativeSelectSelectStyles(_ref) {
28
- var _extends2;
29
+ var _objectSpread2;
29
30
  var ownerState = _ref.ownerState,
30
31
  theme = _ref.theme;
31
- return _extends((_extends2 = {
32
+ return _objectSpread(_objectSpread((_objectSpread2 = {
32
33
  MozAppearance: 'none',
33
34
  // Reset
34
35
  WebkitAppearance: 'none',
@@ -39,11 +40,11 @@ export var nativeSelectSelectStyles = function nativeSelectSelectStyles(_ref) {
39
40
  borderRadius: 0,
40
41
  // Reset
41
42
  cursor: 'pointer',
42
- '&:focus': _extends({}, theme.vars ? {
43
+ '&:focus': _objectSpread(_objectSpread({}, theme.vars ? {
43
44
  backgroundColor: "rgba(".concat(theme.vars.palette.common.onBackgroundChannel, " / 0.05)")
44
45
  } : {
45
46
  backgroundColor: theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.05)' : 'rgba(255, 255, 255, 0.05)'
46
- }, {
47
+ }), {}, {
47
48
  borderRadius: 0 // Reset Chrome style
48
49
  }),
49
50
 
@@ -51,20 +52,20 @@ export var nativeSelectSelectStyles = function nativeSelectSelectStyles(_ref) {
51
52
  '&::-ms-expand': {
52
53
  display: 'none'
53
54
  }
54
- }, _defineProperty(_extends2, "&.".concat(nativeSelectClasses.disabled), {
55
+ }, _defineProperty(_objectSpread2, "&.".concat(nativeSelectClasses.disabled), {
55
56
  cursor: 'default'
56
- }), _defineProperty(_extends2, '&[multiple]', {
57
+ }), _defineProperty(_objectSpread2, '&[multiple]', {
57
58
  height: 'auto'
58
- }), _defineProperty(_extends2, '&:not([multiple]) option, &:not([multiple]) optgroup', {
59
+ }), _defineProperty(_objectSpread2, '&:not([multiple]) option, &:not([multiple]) optgroup', {
59
60
  backgroundColor: (theme.vars || theme).palette.background.paper
60
- }), _defineProperty(_extends2, '&&&', {
61
+ }), _defineProperty(_objectSpread2, '&&&', {
61
62
  paddingRight: 24,
62
63
  minWidth: 16 // So it doesn't collapse.
63
- }), _extends2), ownerState.variant === 'filled' && {
64
+ }), _objectSpread2), ownerState.variant === 'filled' && {
64
65
  '&&&': {
65
66
  paddingRight: 32
66
67
  }
67
- }, ownerState.variant === 'outlined' && {
68
+ }), ownerState.variant === 'outlined' && {
68
69
  borderRadius: (theme.vars || theme).shape.borderRadius,
69
70
  '&:focus': {
70
71
  borderRadius: (theme.vars || theme).shape.borderRadius // Reset the reset for Chrome style
@@ -87,7 +88,7 @@ var NativeSelectSelect = styled('select', {
87
88
  export var nativeSelectIconStyles = function nativeSelectIconStyles(_ref3) {
88
89
  var ownerState = _ref3.ownerState,
89
90
  theme = _ref3.theme;
90
- return _extends(_defineProperty({
91
+ return _objectSpread(_objectSpread(_objectSpread(_defineProperty({
91
92
  // We use a position absolute over a flexbox in order to forward the pointer events
92
93
  // to the input and to support wrapping tags..
93
94
  position: 'absolute',
@@ -101,9 +102,9 @@ export var nativeSelectIconStyles = function nativeSelectIconStyles(_ref3) {
101
102
  color: (theme.vars || theme).palette.action.disabled
102
103
  }), ownerState.open && {
103
104
  transform: 'rotate(180deg)'
104
- }, ownerState.variant === 'filled' && {
105
+ }), ownerState.variant === 'filled' && {
105
106
  right: 7
106
- }, ownerState.variant === 'outlined' && {
107
+ }), ownerState.variant === 'outlined' && {
107
108
  right: 7
108
109
  });
109
110
  };
@@ -128,14 +129,14 @@ var NativeSelectInput = /*#__PURE__*/React.forwardRef(function NativeSelectInput
128
129
  _props$variant = props.variant,
129
130
  variant = _props$variant === void 0 ? 'standard' : _props$variant,
130
131
  other = _objectWithoutProperties(props, ["className", "disabled", "error", "IconComponent", "inputRef", "variant"]);
131
- var ownerState = _extends({}, props, {
132
+ var ownerState = _objectSpread(_objectSpread({}, props), {}, {
132
133
  disabled: disabled,
133
134
  variant: variant,
134
135
  error: error
135
136
  });
136
137
  var classes = useUtilityClasses(ownerState);
137
138
  return /*#__PURE__*/_jsxs(React.Fragment, {
138
- children: [/*#__PURE__*/_jsx(NativeSelectSelect, _extends({
139
+ children: [/*#__PURE__*/_jsx(NativeSelectSelect, _objectSpread({
139
140
  ownerState: ownerState,
140
141
  className: clsx(classes.select, className),
141
142
  disabled: disabled,
@@ -1,6 +1,8 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
- import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
3
3
  var _span;
4
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
6
  import * as React from 'react';
5
7
  import PropTypes from 'prop-types';
6
8
  import styled from '../styles/styled';
@@ -24,7 +26,7 @@ var NotchedOutlineRoot = styled('fieldset')({
24
26
  var NotchedOutlineLegend = styled('legend')(function (_ref) {
25
27
  var ownerState = _ref.ownerState,
26
28
  theme = _ref.theme;
27
- return _extends({
29
+ return _objectSpread(_objectSpread({
28
30
  float: 'unset',
29
31
  // Fix conflict with bootstrap
30
32
  width: 'auto',
@@ -38,7 +40,7 @@ var NotchedOutlineLegend = styled('legend')(function (_ref) {
38
40
  duration: 150,
39
41
  easing: theme.transitions.easing.easeOut
40
42
  })
41
- }, ownerState.withLabel && _extends({
43
+ }), ownerState.withLabel && _objectSpread({
42
44
  display: 'block',
43
45
  // Fix conflict with normalize.css and sanitize.css
44
46
  padding: 0,
@@ -80,15 +82,15 @@ export default function NotchedOutline(props) {
80
82
  notched = props.notched,
81
83
  other = _objectWithoutProperties(props, ["children", "classes", "className", "label", "notched"]);
82
84
  var withLabel = label != null && label !== '';
83
- var ownerState = _extends({}, props, {
85
+ var ownerState = _objectSpread(_objectSpread({}, props), {}, {
84
86
  notched: notched,
85
87
  withLabel: withLabel
86
88
  });
87
- return /*#__PURE__*/_jsx(NotchedOutlineRoot, _extends({
89
+ return /*#__PURE__*/_jsx(NotchedOutlineRoot, _objectSpread(_objectSpread({
88
90
  "aria-hidden": true,
89
91
  className: className,
90
92
  ownerState: ownerState
91
- }, other, {
93
+ }, other), {}, {
92
94
  children: /*#__PURE__*/_jsx(NotchedOutlineLegend, {
93
95
  ownerState: ownerState,
94
96
  children: withLabel ? /*#__PURE__*/_jsx("span", {
@@ -1,6 +1,7 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
2
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
3
- import _extends from "@babel/runtime/helpers/esm/extends";
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
5
  import * as React from 'react';
5
6
  import PropTypes from 'prop-types';
6
7
  import { refType } from '@mui/utils';
@@ -22,7 +23,7 @@ var useUtilityClasses = function useUtilityClasses(ownerState) {
22
23
  input: ['input']
23
24
  };
24
25
  var composedClasses = composeClasses(slots, getOutlinedInputUtilityClass, classes);
25
- return _extends({}, classes, composedClasses);
26
+ return _objectSpread(_objectSpread({}, classes), composedClasses);
26
27
  };
27
28
  var OutlinedInputRoot = styled(InputBaseRoot, {
28
29
  shouldForwardProp: function shouldForwardProp(prop) {
@@ -32,29 +33,29 @@ var OutlinedInputRoot = styled(InputBaseRoot, {
32
33
  slot: 'Root',
33
34
  overridesResolver: inputBaseRootOverridesResolver
34
35
  })(function (_ref) {
35
- var _extends2;
36
+ var _objectSpread2;
36
37
  var theme = _ref.theme,
37
38
  ownerState = _ref.ownerState;
38
39
  var borderColor = theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)';
39
- return _extends((_extends2 = {
40
+ return _objectSpread(_objectSpread(_objectSpread((_objectSpread2 = {
40
41
  position: 'relative',
41
42
  borderRadius: (theme.vars || theme).shape.borderRadius
42
- }, _defineProperty(_extends2, "&:hover .".concat(outlinedInputClasses.notchedOutline), {
43
+ }, _defineProperty(_objectSpread2, "&:hover .".concat(outlinedInputClasses.notchedOutline), {
43
44
  borderColor: (theme.vars || theme).palette.text.primary
44
- }), _defineProperty(_extends2, '@media (hover: none)', _defineProperty({}, "&:hover .".concat(outlinedInputClasses.notchedOutline), {
45
+ }), _defineProperty(_objectSpread2, '@media (hover: none)', _defineProperty({}, "&:hover .".concat(outlinedInputClasses.notchedOutline), {
45
46
  borderColor: theme.vars ? "rgba(".concat(theme.vars.palette.common.onBackgroundChannel, " / 0.23)") : borderColor
46
- })), _defineProperty(_extends2, "&.".concat(outlinedInputClasses.focused, " .").concat(outlinedInputClasses.notchedOutline), {
47
+ })), _defineProperty(_objectSpread2, "&.".concat(outlinedInputClasses.focused, " .").concat(outlinedInputClasses.notchedOutline), {
47
48
  borderColor: (theme.vars || theme).palette[ownerState.color].main,
48
49
  borderWidth: 2
49
- }), _defineProperty(_extends2, "&.".concat(outlinedInputClasses.error, " .").concat(outlinedInputClasses.notchedOutline), {
50
+ }), _defineProperty(_objectSpread2, "&.".concat(outlinedInputClasses.error, " .").concat(outlinedInputClasses.notchedOutline), {
50
51
  borderColor: (theme.vars || theme).palette.error.main
51
- }), _defineProperty(_extends2, "&.".concat(outlinedInputClasses.disabled, " .").concat(outlinedInputClasses.notchedOutline), {
52
+ }), _defineProperty(_objectSpread2, "&.".concat(outlinedInputClasses.disabled, " .").concat(outlinedInputClasses.notchedOutline), {
52
53
  borderColor: (theme.vars || theme).palette.action.disabled
53
- }), _extends2), ownerState.startAdornment && {
54
+ }), _objectSpread2), ownerState.startAdornment && {
54
55
  paddingLeft: 14
55
- }, ownerState.endAdornment && {
56
+ }), ownerState.endAdornment && {
56
57
  paddingRight: 14
57
- }, ownerState.multiline && _extends({
58
+ }), ownerState.multiline && _objectSpread({
58
59
  padding: '16.5px 14px'
59
60
  }, ownerState.size === 'small' && {
60
61
  padding: '8.5px 14px'
@@ -80,7 +81,7 @@ var OutlinedInputInput = styled(InputBaseInput, {
80
81
  })(function (_ref3) {
81
82
  var theme = _ref3.theme,
82
83
  ownerState = _ref3.ownerState;
83
- return _extends({
84
+ return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
84
85
  padding: '16.5px 14px'
85
86
  }, !theme.vars && {
86
87
  '&:-webkit-autofill': {
@@ -89,7 +90,7 @@ var OutlinedInputInput = styled(InputBaseInput, {
89
90
  caretColor: theme.palette.mode === 'light' ? null : '#fff',
90
91
  borderRadius: 'inherit'
91
92
  }
92
- }, theme.vars && _defineProperty({
93
+ }), theme.vars && _defineProperty({
93
94
  '&:-webkit-autofill': {
94
95
  borderRadius: 'inherit'
95
96
  }
@@ -99,13 +100,13 @@ var OutlinedInputInput = styled(InputBaseInput, {
99
100
  WebkitTextFillColor: '#fff',
100
101
  caretColor: '#fff'
101
102
  }
102
- }), ownerState.size === 'small' && {
103
+ })), ownerState.size === 'small' && {
103
104
  padding: '8.5px 14px'
104
- }, ownerState.multiline && {
105
+ }), ownerState.multiline && {
105
106
  padding: 0
106
- }, ownerState.startAdornment && {
107
+ }), ownerState.startAdornment && {
107
108
  paddingLeft: 0
108
- }, ownerState.endAdornment && {
109
+ }), ownerState.endAdornment && {
109
110
  paddingRight: 0
110
111
  });
111
112
  });
@@ -137,7 +138,7 @@ var OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inProps
137
138
  muiFormControl: muiFormControl,
138
139
  states: ['required']
139
140
  });
140
- var ownerState = _extends({}, props, {
141
+ var ownerState = _objectSpread(_objectSpread({}, props), {}, {
141
142
  color: fcs.color || 'primary',
142
143
  disabled: fcs.disabled,
143
144
  error: fcs.error,
@@ -151,7 +152,7 @@ var OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inProps
151
152
  });
152
153
  var RootSlot = (_ref5 = (_slots$root = slots.root) != null ? _slots$root : components.Root) != null ? _ref5 : OutlinedInputRoot;
153
154
  var InputSlot = (_ref6 = (_slots$input = slots.input) != null ? _slots$input : components.Input) != null ? _ref6 : OutlinedInputInput;
154
- return /*#__PURE__*/_jsx(InputBase, _extends({
155
+ return /*#__PURE__*/_jsx(InputBase, _objectSpread(_objectSpread({
155
156
  slots: {
156
157
  root: RootSlot,
157
158
  input: InputSlot
@@ -171,8 +172,8 @@ var OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inProps
171
172
  multiline: multiline,
172
173
  ref: ref,
173
174
  type: type
174
- }, other, {
175
- classes: _extends({}, classes, {
175
+ }, other), {}, {
176
+ classes: _objectSpread(_objectSpread({}, classes), {}, {
176
177
  notchedOutline: null
177
178
  })
178
179
  }));
@@ -1,9 +1,11 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
2
4
  import { unstable_generateUtilityClasses as generateUtilityClasses } from '@mui/utils';
3
5
  import generateUtilityClass from '../generateUtilityClass';
4
6
  import { inputBaseClasses } from '../InputBase';
5
7
  export function getOutlinedInputUtilityClass(slot) {
6
8
  return generateUtilityClass('MuiOutlinedInput', slot);
7
9
  }
8
- var outlinedInputClasses = _extends({}, inputBaseClasses, generateUtilityClasses('MuiOutlinedInput', ['root', 'notchedOutline', 'input']));
10
+ var outlinedInputClasses = _objectSpread(_objectSpread({}, inputBaseClasses), generateUtilityClasses('MuiOutlinedInput', ['root', 'notchedOutline', 'input']));
9
11
  export default outlinedInputClasses;
@@ -1,5 +1,7 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3
5
  import * as React from 'react';
4
6
  import PropTypes from 'prop-types';
5
7
  import clsx from 'clsx';
@@ -74,7 +76,7 @@ var Pagination = /*#__PURE__*/React.forwardRef(function Pagination(inProps, ref)
74
76
  page = props.page,
75
77
  _props$renderItem = props.renderItem,
76
78
  renderItem = _props$renderItem === void 0 ? function (item) {
77
- return /*#__PURE__*/_jsx(PaginationItem, _extends({}, item));
79
+ return /*#__PURE__*/_jsx(PaginationItem, _objectSpread({}, item));
78
80
  } : _props$renderItem,
79
81
  _props$shape = props.shape,
80
82
  shape = _props$shape === void 0 ? 'circular' : _props$shape,
@@ -89,11 +91,11 @@ var Pagination = /*#__PURE__*/React.forwardRef(function Pagination(inProps, ref)
89
91
  _props$variant = props.variant,
90
92
  variant = _props$variant === void 0 ? 'text' : _props$variant,
91
93
  other = _objectWithoutProperties(props, ["boundaryCount", "className", "color", "count", "defaultPage", "disabled", "getItemAriaLabel", "hideNextButton", "hidePrevButton", "onChange", "page", "renderItem", "shape", "showFirstButton", "showLastButton", "siblingCount", "size", "variant"]);
92
- var _usePagination = usePagination(_extends({}, props, {
94
+ var _usePagination = usePagination(_objectSpread(_objectSpread({}, props), {}, {
93
95
  componentName: 'Pagination'
94
96
  })),
95
97
  items = _usePagination.items;
96
- var ownerState = _extends({}, props, {
98
+ var ownerState = _objectSpread(_objectSpread({}, props), {}, {
97
99
  boundaryCount: boundaryCount,
98
100
  color: color,
99
101
  count: count,
@@ -111,18 +113,18 @@ var Pagination = /*#__PURE__*/React.forwardRef(function Pagination(inProps, ref)
111
113
  variant: variant
112
114
  });
113
115
  var classes = useUtilityClasses(ownerState);
114
- return /*#__PURE__*/_jsx(PaginationRoot, _extends({
116
+ return /*#__PURE__*/_jsx(PaginationRoot, _objectSpread(_objectSpread({
115
117
  "aria-label": "pagination navigation",
116
118
  className: clsx(classes.root, className),
117
119
  ownerState: ownerState,
118
120
  ref: ref
119
- }, other, {
121
+ }, other), {}, {
120
122
  children: /*#__PURE__*/_jsx(PaginationUl, {
121
123
  className: classes.ul,
122
124
  ownerState: ownerState,
123
125
  children: items.map(function (item, index) {
124
126
  return /*#__PURE__*/_jsx("li", {
125
- children: renderItem(_extends({}, item, {
127
+ children: renderItem(_objectSpread(_objectSpread({}, item), {}, {
126
128
  color: color,
127
129
  'aria-label': getItemAriaLabel(item.type, item.page, item.selected),
128
130
  shape: shape,
@@ -1,6 +1,7 @@
1
1
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
2
2
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
3
- import _extends from "@babel/runtime/helpers/esm/extends";
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
5
  import * as React from 'react';
5
6
  import PropTypes from 'prop-types';
6
7
  import clsx from 'clsx';
@@ -52,7 +53,7 @@ var PaginationItemEllipsis = styled('div', {
52
53
  })(function (_ref) {
53
54
  var theme = _ref.theme,
54
55
  ownerState = _ref.ownerState;
55
- return _extends({}, theme.typography.body2, _defineProperty({
56
+ return _objectSpread(_objectSpread(_objectSpread({}, theme.typography.body2), {}, _defineProperty({
56
57
  borderRadius: 32 / 2,
57
58
  textAlign: 'center',
58
59
  boxSizing: 'border-box',
@@ -68,7 +69,7 @@ var PaginationItemEllipsis = styled('div', {
68
69
  borderRadius: 26 / 2,
69
70
  margin: '0 1px',
70
71
  padding: '0 4px'
71
- }, ownerState.size === 'large' && {
72
+ }), ownerState.size === 'large' && {
72
73
  minWidth: 40,
73
74
  borderRadius: 40 / 2,
74
75
  padding: '0 10px',
@@ -80,10 +81,10 @@ var PaginationItemPage = styled(ButtonBase, {
80
81
  slot: 'Root',
81
82
  overridesResolver: overridesResolver
82
83
  })(function (_ref2) {
83
- var _$concat, _extends3;
84
+ var _$concat, _objectSpread3;
84
85
  var theme = _ref2.theme,
85
86
  ownerState = _ref2.ownerState;
86
- return _extends({}, theme.typography.body2, (_extends3 = {
87
+ return _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, theme.typography.body2), {}, (_objectSpread3 = {
87
88
  borderRadius: 32 / 2,
88
89
  textAlign: 'center',
89
90
  boxSizing: 'border-box',
@@ -92,19 +93,19 @@ var PaginationItemPage = styled(ButtonBase, {
92
93
  padding: '0 6px',
93
94
  margin: '0 3px',
94
95
  color: (theme.vars || theme).palette.text.primary
95
- }, _defineProperty(_extends3, "&.".concat(paginationItemClasses.focusVisible), {
96
+ }, _defineProperty(_objectSpread3, "&.".concat(paginationItemClasses.focusVisible), {
96
97
  backgroundColor: (theme.vars || theme).palette.action.focus
97
- }), _defineProperty(_extends3, "&.".concat(paginationItemClasses.disabled), {
98
+ }), _defineProperty(_objectSpread3, "&.".concat(paginationItemClasses.disabled), {
98
99
  opacity: (theme.vars || theme).palette.action.disabledOpacity
99
- }), _defineProperty(_extends3, "transition", theme.transitions.create(['color', 'background-color'], {
100
+ }), _defineProperty(_objectSpread3, "transition", theme.transitions.create(['color', 'background-color'], {
100
101
  duration: theme.transitions.duration.short
101
- })), _defineProperty(_extends3, '&:hover', {
102
+ })), _defineProperty(_objectSpread3, '&:hover', {
102
103
  backgroundColor: (theme.vars || theme).palette.action.hover,
103
104
  // Reset on touch devices, it doesn't add specificity
104
105
  '@media (hover: none)': {
105
106
  backgroundColor: 'transparent'
106
107
  }
107
- }), _defineProperty(_extends3, "&.".concat(paginationItemClasses.selected), (_$concat = {
108
+ }), _defineProperty(_objectSpread3, "&.".concat(paginationItemClasses.selected), (_$concat = {
108
109
  backgroundColor: (theme.vars || theme).palette.action.selected,
109
110
  '&:hover': {
110
111
  backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.action.selected, " / calc(").concat(theme.vars.palette.action.selectedOpacity, " + ").concat(theme.vars.palette.action.hoverOpacity, "))") : alpha(theme.palette.action.selected, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity),
@@ -119,25 +120,25 @@ var PaginationItemPage = styled(ButtonBase, {
119
120
  opacity: 1,
120
121
  color: (theme.vars || theme).palette.action.disabled,
121
122
  backgroundColor: (theme.vars || theme).palette.action.selected
122
- }), _$concat)), _extends3), ownerState.size === 'small' && {
123
+ }), _$concat)), _objectSpread3), ownerState.size === 'small' && {
123
124
  minWidth: 26,
124
125
  height: 26,
125
126
  borderRadius: 26 / 2,
126
127
  margin: '0 1px',
127
128
  padding: '0 4px'
128
- }, ownerState.size === 'large' && {
129
+ }), ownerState.size === 'large' && {
129
130
  minWidth: 40,
130
131
  height: 40,
131
132
  borderRadius: 40 / 2,
132
133
  padding: '0 10px',
133
134
  fontSize: theme.typography.pxToRem(15)
134
- }, ownerState.shape === 'rounded' && {
135
+ }), ownerState.shape === 'rounded' && {
135
136
  borderRadius: (theme.vars || theme).shape.borderRadius
136
137
  });
137
138
  }, function (_ref3) {
138
139
  var theme = _ref3.theme,
139
140
  ownerState = _ref3.ownerState;
140
- return _extends({}, ownerState.variant === 'text' && _defineProperty({}, "&.".concat(paginationItemClasses.selected), _extends({}, ownerState.color !== 'standard' && _defineProperty({
141
+ return _objectSpread(_objectSpread({}, ownerState.variant === 'text' && _defineProperty({}, "&.".concat(paginationItemClasses.selected), _objectSpread(_objectSpread({}, ownerState.color !== 'standard' && _defineProperty({
141
142
  color: (theme.vars || theme).palette[ownerState.color].contrastText,
142
143
  backgroundColor: (theme.vars || theme).palette[ownerState.color].main,
143
144
  '&:hover': {
@@ -149,11 +150,11 @@ var PaginationItemPage = styled(ButtonBase, {
149
150
  }
150
151
  }, "&.".concat(paginationItemClasses.focusVisible), {
151
152
  backgroundColor: (theme.vars || theme).palette[ownerState.color].dark
152
- }), _defineProperty({}, "&.".concat(paginationItemClasses.disabled), {
153
+ })), {}, _defineProperty({}, "&.".concat(paginationItemClasses.disabled), {
153
154
  color: (theme.vars || theme).palette.action.disabled
154
- }))), ownerState.variant === 'outlined' && _defineProperty({
155
+ })))), ownerState.variant === 'outlined' && _defineProperty({
155
156
  border: theme.vars ? "1px solid rgba(".concat(theme.vars.palette.common.onBackgroundChannel, " / 0.23)") : "1px solid ".concat(theme.palette.mode === 'light' ? 'rgba(0, 0, 0, 0.23)' : 'rgba(255, 255, 255, 0.23)')
156
- }, "&.".concat(paginationItemClasses.selected), _extends({}, ownerState.color !== 'standard' && _defineProperty({
157
+ }, "&.".concat(paginationItemClasses.selected), _objectSpread(_objectSpread({}, ownerState.color !== 'standard' && _defineProperty({
157
158
  color: (theme.vars || theme).palette[ownerState.color].main,
158
159
  border: "1px solid ".concat(theme.vars ? "rgba(".concat(theme.vars.palette[ownerState.color].mainChannel, " / 0.5)") : alpha(theme.palette[ownerState.color].main, 0.5)),
159
160
  backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette[ownerState.color].mainChannel, " / ").concat(theme.vars.palette.action.activatedOpacity, ")") : alpha(theme.palette[ownerState.color].main, theme.palette.action.activatedOpacity),
@@ -166,7 +167,7 @@ var PaginationItemPage = styled(ButtonBase, {
166
167
  }
167
168
  }, "&.".concat(paginationItemClasses.focusVisible), {
168
169
  backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette[ownerState.color].mainChannel, " / calc(").concat(theme.vars.palette.action.activatedOpacity, " + ").concat(theme.vars.palette.action.focusOpacity, "))") : alpha(theme.palette[ownerState.color].main, theme.palette.action.activatedOpacity + theme.palette.action.focusOpacity)
169
- }), _defineProperty({}, "&.".concat(paginationItemClasses.disabled), {
170
+ })), {}, _defineProperty({}, "&.".concat(paginationItemClasses.disabled), {
170
171
  borderColor: (theme.vars || theme).palette.action.disabledBackground,
171
172
  color: (theme.vars || theme).palette.action.disabled
172
173
  }))));
@@ -180,12 +181,12 @@ var PaginationItemPageIcon = styled('div', {
180
181
  })(function (_ref8) {
181
182
  var theme = _ref8.theme,
182
183
  ownerState = _ref8.ownerState;
183
- return _extends({
184
+ return _objectSpread(_objectSpread({
184
185
  fontSize: theme.typography.pxToRem(20),
185
186
  margin: '0 -8px'
186
187
  }, ownerState.size === 'small' && {
187
188
  fontSize: theme.typography.pxToRem(18)
188
- }, ownerState.size === 'large' && {
189
+ }), ownerState.size === 'large' && {
189
190
  fontSize: theme.typography.pxToRem(22)
190
191
  });
191
192
  });
@@ -216,7 +217,7 @@ var PaginationItem = /*#__PURE__*/React.forwardRef(function PaginationItem(inPro
216
217
  _props$variant = props.variant,
217
218
  variant = _props$variant === void 0 ? 'text' : _props$variant,
218
219
  other = _objectWithoutProperties(props, ["className", "color", "component", "components", "disabled", "page", "selected", "shape", "size", "slots", "type", "variant"]);
219
- var ownerState = _extends({}, props, {
220
+ var ownerState = _objectSpread(_objectSpread({}, props), {}, {
220
221
  color: color,
221
222
  disabled: disabled,
222
223
  selected: selected,
@@ -244,13 +245,13 @@ var PaginationItem = /*#__PURE__*/React.forwardRef(function PaginationItem(inPro
244
245
  ownerState: ownerState,
245
246
  className: clsx(classes.root, className),
246
247
  children: "\u2026"
247
- }) : /*#__PURE__*/_jsxs(PaginationItemPage, _extends({
248
+ }) : /*#__PURE__*/_jsxs(PaginationItemPage, _objectSpread(_objectSpread({
248
249
  ref: ref,
249
250
  ownerState: ownerState,
250
251
  component: component,
251
252
  disabled: disabled,
252
253
  className: clsx(classes.root, className)
253
- }, other, {
254
+ }, other), {}, {
254
255
  children: [type === 'page' && page, Icon ? /*#__PURE__*/_jsx(PaginationItemPageIcon, {
255
256
  as: Icon,
256
257
  ownerState: ownerState,