@mui/material 5.14.14 → 5.14.16

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 (345) hide show
  1. package/CHANGELOG.md +134 -0
  2. package/Checkbox/Checkbox.js +1 -1
  3. package/GlobalStyles/index.js +0 -2
  4. package/InputLabel/InputLabel.js +4 -3
  5. package/OutlinedInput/NotchedOutline.js +7 -3
  6. package/Radio/Radio.js +1 -1
  7. package/Radio/RadioButtonIcon.js +4 -2
  8. package/SwipeableDrawer/SwipeArea.js +4 -2
  9. package/ToggleButton/toggleButtonClasses.d.ts +2 -0
  10. package/ToggleButton/toggleButtonClasses.js +1 -1
  11. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +2 -0
  12. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  13. package/index.js +3 -2
  14. package/internal/SwitchBase.js +4 -2
  15. package/legacy/Checkbox/Checkbox.js +1 -1
  16. package/legacy/GlobalStyles/index.js +0 -2
  17. package/legacy/InputLabel/InputLabel.js +4 -3
  18. package/legacy/OutlinedInput/NotchedOutline.js +7 -3
  19. package/legacy/Radio/Radio.js +1 -1
  20. package/legacy/Radio/RadioButtonIcon.js +4 -2
  21. package/legacy/SwipeableDrawer/SwipeArea.js +4 -2
  22. package/legacy/ToggleButton/toggleButtonClasses.js +1 -1
  23. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  24. package/legacy/index.js +3 -2
  25. package/legacy/internal/SwitchBase.js +4 -2
  26. package/legacy/locale/index.js +244 -166
  27. package/locale/index.d.ts +1 -0
  28. package/locale/index.js +120 -46
  29. package/modern/Checkbox/Checkbox.js +1 -1
  30. package/modern/GlobalStyles/index.js +0 -2
  31. package/modern/InputLabel/InputLabel.js +4 -3
  32. package/modern/OutlinedInput/NotchedOutline.js +7 -3
  33. package/modern/Radio/Radio.js +1 -1
  34. package/modern/Radio/RadioButtonIcon.js +4 -2
  35. package/modern/SwipeableDrawer/SwipeArea.js +4 -2
  36. package/modern/ToggleButton/toggleButtonClasses.js +1 -1
  37. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  38. package/modern/index.js +3 -2
  39. package/modern/internal/SwitchBase.js +4 -2
  40. package/modern/locale/index.js +120 -46
  41. package/node/Accordion/Accordion.js +2 -2
  42. package/node/Accordion/AccordionContext.js +2 -2
  43. package/node/Accordion/index.js +2 -2
  44. package/node/AccordionActions/AccordionActions.js +2 -2
  45. package/node/AccordionActions/index.js +2 -2
  46. package/node/AccordionDetails/AccordionDetails.js +2 -2
  47. package/node/AccordionDetails/index.js +2 -2
  48. package/node/AccordionSummary/AccordionSummary.js +2 -2
  49. package/node/AccordionSummary/index.js +2 -2
  50. package/node/Alert/Alert.js +2 -2
  51. package/node/Alert/index.js +2 -2
  52. package/node/AlertTitle/AlertTitle.js +2 -2
  53. package/node/AlertTitle/index.js +2 -2
  54. package/node/AppBar/AppBar.js +2 -2
  55. package/node/AppBar/index.js +2 -2
  56. package/node/Autocomplete/Autocomplete.js +2 -2
  57. package/node/Autocomplete/index.js +2 -2
  58. package/node/Avatar/Avatar.js +2 -2
  59. package/node/Avatar/index.js +2 -2
  60. package/node/AvatarGroup/AvatarGroup.js +2 -2
  61. package/node/AvatarGroup/index.js +2 -2
  62. package/node/Backdrop/Backdrop.js +2 -2
  63. package/node/Backdrop/index.js +2 -2
  64. package/node/Badge/Badge.js +2 -2
  65. package/node/Badge/index.js +2 -2
  66. package/node/BottomNavigation/BottomNavigation.js +2 -2
  67. package/node/BottomNavigation/index.js +2 -2
  68. package/node/BottomNavigationAction/BottomNavigationAction.js +2 -2
  69. package/node/BottomNavigationAction/index.js +2 -2
  70. package/node/Breadcrumbs/BreadcrumbCollapsed.js +2 -2
  71. package/node/Breadcrumbs/Breadcrumbs.js +2 -2
  72. package/node/Breadcrumbs/index.js +2 -2
  73. package/node/Button/Button.js +2 -2
  74. package/node/Button/index.js +2 -2
  75. package/node/ButtonBase/ButtonBase.js +2 -2
  76. package/node/ButtonBase/Ripple.js +2 -2
  77. package/node/ButtonBase/TouchRipple.js +2 -2
  78. package/node/ButtonBase/index.js +2 -2
  79. package/node/ButtonGroup/ButtonGroup.js +2 -2
  80. package/node/ButtonGroup/ButtonGroupButtonContext.js +2 -2
  81. package/node/ButtonGroup/ButtonGroupContext.js +2 -2
  82. package/node/ButtonGroup/index.js +2 -2
  83. package/node/Card/Card.js +2 -2
  84. package/node/Card/index.js +2 -2
  85. package/node/CardActionArea/CardActionArea.js +2 -2
  86. package/node/CardActionArea/index.js +2 -2
  87. package/node/CardActions/CardActions.js +2 -2
  88. package/node/CardActions/index.js +2 -2
  89. package/node/CardContent/CardContent.js +2 -2
  90. package/node/CardContent/index.js +2 -2
  91. package/node/CardHeader/CardHeader.js +2 -2
  92. package/node/CardHeader/index.js +2 -2
  93. package/node/CardMedia/CardMedia.js +2 -2
  94. package/node/CardMedia/index.js +2 -2
  95. package/node/Checkbox/Checkbox.js +3 -3
  96. package/node/Checkbox/index.js +2 -2
  97. package/node/Chip/Chip.js +2 -2
  98. package/node/Chip/index.js +2 -2
  99. package/node/CircularProgress/CircularProgress.js +2 -2
  100. package/node/CircularProgress/index.js +2 -2
  101. package/node/Collapse/Collapse.js +2 -2
  102. package/node/Collapse/index.js +2 -2
  103. package/node/Container/index.js +2 -2
  104. package/node/CssBaseline/CssBaseline.js +2 -2
  105. package/node/Dialog/Dialog.js +2 -2
  106. package/node/Dialog/DialogContext.js +2 -2
  107. package/node/Dialog/index.js +2 -2
  108. package/node/DialogActions/DialogActions.js +2 -2
  109. package/node/DialogActions/index.js +2 -2
  110. package/node/DialogContent/DialogContent.js +2 -2
  111. package/node/DialogContent/index.js +2 -2
  112. package/node/DialogContentText/DialogContentText.js +2 -2
  113. package/node/DialogContentText/index.js +2 -2
  114. package/node/DialogTitle/DialogTitle.js +2 -2
  115. package/node/DialogTitle/index.js +2 -2
  116. package/node/Divider/Divider.js +2 -2
  117. package/node/Divider/index.js +2 -2
  118. package/node/Drawer/Drawer.js +2 -2
  119. package/node/Drawer/index.js +2 -2
  120. package/node/Fab/Fab.js +2 -2
  121. package/node/Fab/index.js +2 -2
  122. package/node/Fade/Fade.js +2 -2
  123. package/node/FilledInput/FilledInput.js +2 -2
  124. package/node/FilledInput/index.js +2 -2
  125. package/node/FormControl/FormControl.js +2 -2
  126. package/node/FormControl/FormControlContext.js +2 -2
  127. package/node/FormControl/index.js +2 -2
  128. package/node/FormControl/useFormControl.js +2 -2
  129. package/node/FormControlLabel/FormControlLabel.js +2 -2
  130. package/node/FormControlLabel/index.js +2 -2
  131. package/node/FormGroup/FormGroup.js +2 -2
  132. package/node/FormGroup/index.js +2 -2
  133. package/node/FormHelperText/FormHelperText.js +2 -2
  134. package/node/FormHelperText/index.js +2 -2
  135. package/node/FormLabel/FormLabel.js +2 -2
  136. package/node/FormLabel/index.js +2 -2
  137. package/node/GlobalStyles/GlobalStyles.js +2 -2
  138. package/node/GlobalStyles/index.js +0 -1
  139. package/node/Grid/Grid.js +2 -2
  140. package/node/Grid/GridContext.js +2 -2
  141. package/node/Grid/index.js +2 -2
  142. package/node/Grow/Grow.js +2 -2
  143. package/node/Hidden/Hidden.js +2 -2
  144. package/node/Hidden/HiddenCss.js +2 -2
  145. package/node/Hidden/HiddenJs.js +2 -2
  146. package/node/Hidden/withWidth.js +2 -2
  147. package/node/Icon/Icon.js +2 -2
  148. package/node/Icon/index.js +2 -2
  149. package/node/IconButton/IconButton.js +2 -2
  150. package/node/IconButton/index.js +2 -2
  151. package/node/ImageList/ImageList.js +2 -2
  152. package/node/ImageList/ImageListContext.js +2 -2
  153. package/node/ImageList/index.js +2 -2
  154. package/node/ImageListItem/ImageListItem.js +2 -2
  155. package/node/ImageListItem/index.js +2 -2
  156. package/node/ImageListItemBar/ImageListItemBar.js +2 -2
  157. package/node/ImageListItemBar/index.js +2 -2
  158. package/node/Input/Input.js +2 -2
  159. package/node/Input/index.js +2 -2
  160. package/node/InputAdornment/InputAdornment.js +2 -2
  161. package/node/InputAdornment/index.js +2 -2
  162. package/node/InputBase/InputBase.js +2 -2
  163. package/node/InputBase/index.js +2 -2
  164. package/node/InputLabel/InputLabel.js +6 -5
  165. package/node/InputLabel/index.js +2 -2
  166. package/node/LinearProgress/LinearProgress.js +2 -2
  167. package/node/LinearProgress/index.js +2 -2
  168. package/node/Link/Link.js +2 -2
  169. package/node/Link/index.js +2 -2
  170. package/node/List/List.js +2 -2
  171. package/node/List/ListContext.js +2 -2
  172. package/node/List/index.js +2 -2
  173. package/node/ListItem/ListItem.js +2 -2
  174. package/node/ListItem/index.js +2 -2
  175. package/node/ListItemAvatar/ListItemAvatar.js +2 -2
  176. package/node/ListItemAvatar/index.js +2 -2
  177. package/node/ListItemButton/ListItemButton.js +2 -2
  178. package/node/ListItemButton/index.js +2 -2
  179. package/node/ListItemIcon/ListItemIcon.js +2 -2
  180. package/node/ListItemIcon/index.js +2 -2
  181. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
  182. package/node/ListItemSecondaryAction/index.js +2 -2
  183. package/node/ListItemText/ListItemText.js +2 -2
  184. package/node/ListItemText/index.js +2 -2
  185. package/node/ListSubheader/ListSubheader.js +2 -2
  186. package/node/ListSubheader/index.js +2 -2
  187. package/node/Menu/Menu.js +2 -2
  188. package/node/Menu/index.js +2 -2
  189. package/node/MenuItem/MenuItem.js +2 -2
  190. package/node/MenuItem/index.js +2 -2
  191. package/node/MenuList/MenuList.js +2 -2
  192. package/node/MobileStepper/MobileStepper.js +2 -2
  193. package/node/MobileStepper/index.js +2 -2
  194. package/node/Modal/Modal.js +2 -2
  195. package/node/Modal/index.js +2 -2
  196. package/node/NativeSelect/NativeSelect.js +2 -2
  197. package/node/NativeSelect/NativeSelectInput.js +2 -2
  198. package/node/NativeSelect/index.js +2 -2
  199. package/node/OutlinedInput/NotchedOutline.js +9 -5
  200. package/node/OutlinedInput/OutlinedInput.js +2 -2
  201. package/node/OutlinedInput/index.js +2 -2
  202. package/node/Pagination/Pagination.js +2 -2
  203. package/node/Pagination/index.js +2 -2
  204. package/node/PaginationItem/PaginationItem.js +2 -2
  205. package/node/PaginationItem/index.js +2 -2
  206. package/node/Paper/Paper.js +2 -2
  207. package/node/Paper/index.js +2 -2
  208. package/node/Popover/Popover.js +2 -2
  209. package/node/Popover/index.js +2 -2
  210. package/node/Popper/Popper.js +2 -2
  211. package/node/Radio/Radio.js +3 -3
  212. package/node/Radio/RadioButtonIcon.js +6 -4
  213. package/node/Radio/index.js +2 -2
  214. package/node/RadioGroup/RadioGroup.js +2 -2
  215. package/node/RadioGroup/RadioGroupContext.js +2 -2
  216. package/node/RadioGroup/useRadioGroup.js +2 -2
  217. package/node/Rating/Rating.js +2 -2
  218. package/node/Rating/index.js +2 -2
  219. package/node/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
  220. package/node/ScopedCssBaseline/index.js +2 -2
  221. package/node/Select/Select.js +2 -2
  222. package/node/Select/SelectInput.js +2 -2
  223. package/node/Select/index.js +2 -2
  224. package/node/Skeleton/Skeleton.js +2 -2
  225. package/node/Skeleton/index.js +2 -2
  226. package/node/Slide/Slide.js +2 -2
  227. package/node/Slider/Slider.js +2 -2
  228. package/node/Slider/SliderValueLabel.js +2 -2
  229. package/node/Slider/index.js +2 -2
  230. package/node/Snackbar/Snackbar.js +2 -2
  231. package/node/Snackbar/index.js +2 -2
  232. package/node/SnackbarContent/SnackbarContent.js +2 -2
  233. package/node/SnackbarContent/index.js +2 -2
  234. package/node/SpeedDial/SpeedDial.js +2 -2
  235. package/node/SpeedDial/index.js +2 -2
  236. package/node/SpeedDialAction/SpeedDialAction.js +2 -2
  237. package/node/SpeedDialAction/index.js +2 -2
  238. package/node/SpeedDialIcon/SpeedDialIcon.js +2 -2
  239. package/node/SpeedDialIcon/index.js +2 -2
  240. package/node/Step/Step.js +2 -2
  241. package/node/Step/StepContext.js +2 -2
  242. package/node/Step/index.js +2 -2
  243. package/node/StepButton/StepButton.js +2 -2
  244. package/node/StepButton/index.js +2 -2
  245. package/node/StepConnector/StepConnector.js +2 -2
  246. package/node/StepConnector/index.js +2 -2
  247. package/node/StepContent/StepContent.js +2 -2
  248. package/node/StepContent/index.js +2 -2
  249. package/node/StepIcon/StepIcon.js +2 -2
  250. package/node/StepIcon/index.js +2 -2
  251. package/node/StepLabel/StepLabel.js +2 -2
  252. package/node/StepLabel/index.js +2 -2
  253. package/node/Stepper/Stepper.js +2 -2
  254. package/node/Stepper/StepperContext.js +2 -2
  255. package/node/Stepper/index.js +2 -2
  256. package/node/SvgIcon/SvgIcon.js +2 -2
  257. package/node/SvgIcon/index.js +2 -2
  258. package/node/SwipeableDrawer/SwipeArea.js +6 -4
  259. package/node/SwipeableDrawer/SwipeableDrawer.js +2 -2
  260. package/node/Switch/Switch.js +2 -2
  261. package/node/Switch/index.js +2 -2
  262. package/node/Tab/Tab.js +2 -2
  263. package/node/Tab/index.js +2 -2
  264. package/node/TabScrollButton/TabScrollButton.js +2 -2
  265. package/node/TabScrollButton/index.js +2 -2
  266. package/node/Table/Table.js +2 -2
  267. package/node/Table/TableContext.js +2 -2
  268. package/node/Table/Tablelvl2Context.js +2 -2
  269. package/node/Table/index.js +2 -2
  270. package/node/TableBody/TableBody.js +2 -2
  271. package/node/TableBody/index.js +2 -2
  272. package/node/TableCell/TableCell.js +2 -2
  273. package/node/TableCell/index.js +2 -2
  274. package/node/TableContainer/TableContainer.js +2 -2
  275. package/node/TableContainer/index.js +2 -2
  276. package/node/TableFooter/TableFooter.js +2 -2
  277. package/node/TableFooter/index.js +2 -2
  278. package/node/TableHead/TableHead.js +2 -2
  279. package/node/TableHead/index.js +2 -2
  280. package/node/TablePagination/TablePagination.js +2 -2
  281. package/node/TablePagination/TablePaginationActions.js +2 -2
  282. package/node/TablePagination/index.js +2 -2
  283. package/node/TableRow/TableRow.js +2 -2
  284. package/node/TableRow/index.js +2 -2
  285. package/node/TableSortLabel/TableSortLabel.js +2 -2
  286. package/node/TableSortLabel/index.js +2 -2
  287. package/node/Tabs/ScrollbarSize.js +2 -2
  288. package/node/Tabs/Tabs.js +2 -2
  289. package/node/Tabs/index.js +2 -2
  290. package/node/TextField/TextField.js +2 -2
  291. package/node/TextField/index.js +2 -2
  292. package/node/ToggleButton/ToggleButton.js +2 -2
  293. package/node/ToggleButton/index.js +2 -2
  294. package/node/ToggleButton/toggleButtonClasses.js +1 -1
  295. package/node/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
  296. package/node/ToggleButtonGroup/index.js +2 -2
  297. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  298. package/node/Toolbar/Toolbar.js +2 -2
  299. package/node/Toolbar/index.js +2 -2
  300. package/node/Tooltip/Tooltip.js +2 -2
  301. package/node/Tooltip/index.js +2 -2
  302. package/node/Typography/Typography.js +2 -2
  303. package/node/Typography/index.js +2 -2
  304. package/node/Unstable_Grid2/index.js +2 -2
  305. package/node/Zoom/Zoom.js +2 -2
  306. package/node/index.js +3 -10
  307. package/node/internal/SwitchBase.js +6 -4
  308. package/node/internal/svg-icons/Add.js +2 -2
  309. package/node/internal/svg-icons/ArrowDownward.js +2 -2
  310. package/node/internal/svg-icons/ArrowDropDown.js +2 -2
  311. package/node/internal/svg-icons/Cancel.js +2 -2
  312. package/node/internal/svg-icons/CheckBox.js +2 -2
  313. package/node/internal/svg-icons/CheckBoxOutlineBlank.js +2 -2
  314. package/node/internal/svg-icons/CheckCircle.js +2 -2
  315. package/node/internal/svg-icons/Close.js +2 -2
  316. package/node/internal/svg-icons/ErrorOutline.js +2 -2
  317. package/node/internal/svg-icons/FirstPage.js +2 -2
  318. package/node/internal/svg-icons/IndeterminateCheckBox.js +2 -2
  319. package/node/internal/svg-icons/InfoOutlined.js +2 -2
  320. package/node/internal/svg-icons/KeyboardArrowLeft.js +2 -2
  321. package/node/internal/svg-icons/KeyboardArrowRight.js +2 -2
  322. package/node/internal/svg-icons/LastPage.js +2 -2
  323. package/node/internal/svg-icons/MoreHoriz.js +2 -2
  324. package/node/internal/svg-icons/NavigateBefore.js +2 -2
  325. package/node/internal/svg-icons/NavigateNext.js +2 -2
  326. package/node/internal/svg-icons/Person.js +2 -2
  327. package/node/internal/svg-icons/RadioButtonChecked.js +2 -2
  328. package/node/internal/svg-icons/RadioButtonUnchecked.js +2 -2
  329. package/node/internal/svg-icons/ReportProblemOutlined.js +2 -2
  330. package/node/internal/svg-icons/Star.js +2 -2
  331. package/node/internal/svg-icons/StarBorder.js +2 -2
  332. package/node/internal/svg-icons/SuccessOutlined.js +2 -2
  333. package/node/internal/svg-icons/Warning.js +2 -2
  334. package/node/locale/index.js +121 -47
  335. package/node/styles/ThemeProvider.js +2 -2
  336. package/node/styles/index.js +2 -2
  337. package/node/styles/useTheme.js +2 -2
  338. package/node/useAutocomplete/index.js +2 -2
  339. package/node/useMediaQuery/useMediaQuery.js +2 -2
  340. package/node/useScrollTrigger/useScrollTrigger.js +2 -2
  341. package/node/useTouchRipple/useTouchRipple.js +2 -2
  342. package/node/utils/createSvgIcon.js +2 -2
  343. package/package.json +8 -8
  344. package/umd/material-ui.development.js +44 -25
  345. package/umd/material-ui.production.min.js +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,139 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.16
4
+
5
+ <!-- generated comparing v5.14.15..master -->
6
+
7
+ _Oct 31, 2023_
8
+
9
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
12
+
13
+ ### `@mui/material@5.14.16`
14
+
15
+ - &#8203;<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
16
+
17
+ ### `@mui/base@5.0.0-beta.22`
18
+
19
+ - &#8203;<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
20
+ - &#8203;<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
21
+ - &#8203;<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
22
+
23
+ ### `@mui/joy@5.0.0-beta.13`
24
+
25
+ - &#8203;<!-- 29 -->[Accordion] Add type button to accordion
26
+ - &#8203;<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
27
+ - &#8203;<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
28
+ - &#8203;<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
29
+ - &#8203;<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
30
+ - &#8203;<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
31
+ - &#8203;<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
32
+ - &#8203;<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
33
+
34
+ ### `@mui/material-next@6.0.0-alpha.108`
35
+
36
+ - &#8203;<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
37
+
38
+ ### Docs
39
+
40
+ - &#8203;<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
41
+ - &#8203;<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
42
+ - &#8203;<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
43
+ - &#8203;<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
44
+ - &#8203;<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
45
+ - &#8203;<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
46
+ - &#8203;<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
47
+ - &#8203;<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
48
+ - &#8203;<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
49
+ - &#8203;<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
50
+
51
+ ### Core
52
+
53
+ - &#8203;<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
54
+ - &#8203;<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
55
+ - &#8203;<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
56
+ - &#8203;<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
57
+ - &#8203;<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
58
+ - &#8203;<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
59
+ - &#8203;<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
60
+ - &#8203;<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
61
+
62
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
63
+
64
+ ## 5.14.15
65
+
66
+ <!-- generated comparing v5.14.14..master -->
67
+
68
+ _Oct 24, 2023_
69
+
70
+ A big thanks to the 17 contributors who made this release possible.
71
+
72
+ ### `@mui/material@5.14.15`
73
+
74
+ - &#8203;<!-- 24 -->[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
75
+ - &#8203;<!-- 12 -->[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
76
+ - &#8203;<!-- 07 -->[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` (#39536) @Semigradsky
77
+
78
+ ### `@mui/base@5.0.0-beta.21`
79
+
80
+ - &#8203;<!-- 29 -->[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
81
+ - &#8203;<!-- 28 -->[Select] Standardize box shadow on demos (#39509) @zanivan
82
+ - &#8203;<!-- 27 -->[Slider] Refine demos (#39526) @zanivan
83
+ - &#8203;<!-- 34 -->[Input] Update and port additional tests from material-ui (#39584) @mj12albert
84
+
85
+ ### `@mui/material-next@6.0.0-alpha.107`
86
+
87
+ - &#8203;<!-- 16 -->[FilledInput] Add FilledInput component (#39307) @mj12albert
88
+ - &#8203;<!-- 13 -->[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
89
+ - &#8203;<!-- 08 -->[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
90
+ - &#8203;<!-- 33 -->[Menu] Use useMenu hook (#38934) @mnajdova
91
+
92
+ ### `@mui/joy@5.0.0-beta.12`
93
+
94
+ - &#8203;<!-- 26 -->[Button] Fix button size being a decorator (#39529) @siriwatknp
95
+ - &#8203;<!-- 25 -->[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
96
+ - &#8203;<!-- 11 -->[Link] Apply `userSelect: none` only when it's a button (#39486) @mwskwong
97
+
98
+ ### `@mui/lab@5.0.0-alpha.150`
99
+
100
+ - &#8203;<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
101
+
102
+ ### `@mui/zero-runtime@0.0.1-alpha.0`
103
+
104
+ - &#8203;<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
105
+
106
+ ### `@mui/zero-vite-plugin@0.0.1-alpha.0`
107
+
108
+ - &#8203;<!-- 05 -->Modify plugin to transform node_modules (#39517) @brijeshb42
109
+
110
+ ### Docs
111
+
112
+ - &#8203;<!-- 31 -->[base-ui] Standardize grey palette across demos (#39504) @zanivan
113
+ - &#8203;<!-- 30 -->[base-ui] Overall demos design review (#38820) @zanivan
114
+ - &#8203;<!-- 19 -->[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
115
+ - &#8203;<!-- 18 -->[material-ui] Typo fixes in overview page (#39540) @Evan151
116
+ - &#8203;<!-- 35 -->[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
117
+ - &#8203;<!-- 17 -->[system] Revise the Box page (#39159) @danilo-leal
118
+ - &#8203;<!-- 22 -->Fix git diff format @oliviertassinari
119
+ - &#8203;<!-- 15 -->[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
120
+ - &#8203;<!-- 10 -->[l10n] Fix double space typo in ar-EG @oliviertassinari
121
+ - &#8203;<!-- 14 -->[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys
122
+
123
+ ### Core
124
+
125
+ - &#8203;<!-- 23 -->[core] Replace a `useCallback` by `useRef` in useEventCallback (#39078) @romgrk
126
+ - &#8203;<!-- 21 -->[docs-infra] Prevent docs crash (#39214) @alexfauquette
127
+ - &#8203;<!-- 20 -->[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
128
+ - &#8203;<!-- 32 -->[docs-infra] Refine the API page design (#39520) @alexfauquette
129
+ - &#8203;<!-- 25 -->[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
130
+ - &#8203;<!-- 04 -->[website] Add missing h1 on page @oliviertassinari
131
+ - &#8203;<!-- 03 -->[website] Fix unrecognized prop warning @oliviertassinari
132
+ - &#8203;<!-- 02 -->[website] Store Engineer role filled @oliviertassinari
133
+ - &#8203;<!-- 01 -->[website] Add stray design adjustments (#39496) @danilo-leal
134
+
135
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @brijeshb42, @danilo-leal, @DiegoAndai, @Evan151, @gitstart, @hjalti-lifekeys, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @romgrk, @Semigradsky, @siriwatknp, @VadimZvf, @zanivan
136
+
3
137
  ## 5.14.14
4
138
 
5
139
  <!-- generated comparing v5.14.13..master -->
@@ -39,7 +39,7 @@ const CheckboxRoot = styled(SwitchBase, {
39
39
  const {
40
40
  ownerState
41
41
  } = props;
42
- return [styles.root, ownerState.indeterminate && styles.indeterminate, ownerState.color !== 'default' && styles[`color${capitalize(ownerState.color)}`]];
42
+ return [styles.root, ownerState.indeterminate && styles.indeterminate, styles[`size${capitalize(ownerState.size)}`], ownerState.color !== 'default' && styles[`color${capitalize(ownerState.color)}`]];
43
43
  }
44
44
  })(({
45
45
  theme,
@@ -1,3 +1 @@
1
- 'use client';
2
-
3
1
  export { default } from './GlobalStyles';
@@ -42,7 +42,7 @@ const InputLabelRoot = styled(FormLabel, {
42
42
  } = props;
43
43
  return [{
44
44
  [`& .${formLabelClasses.asterisk}`]: styles.asterisk
45
- }, styles.root, ownerState.formControl && styles.formControl, ownerState.size === 'small' && styles.sizeSmall, ownerState.shrink && styles.shrink, !ownerState.disableAnimation && styles.animated, styles[ownerState.variant]];
45
+ }, styles.root, ownerState.formControl && styles.formControl, ownerState.size === 'small' && styles.sizeSmall, ownerState.shrink && styles.shrink, !ownerState.disableAnimation && styles.animated, ownerState.focused && styles.focused, styles[ownerState.variant]];
46
46
  }
47
47
  })(({
48
48
  theme,
@@ -125,7 +125,7 @@ const InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, re
125
125
  const fcs = formControlState({
126
126
  props,
127
127
  muiFormControl,
128
- states: ['size', 'variant', 'required']
128
+ states: ['size', 'variant', 'required', 'focused']
129
129
  });
130
130
  const ownerState = _extends({}, props, {
131
131
  disableAnimation,
@@ -133,7 +133,8 @@ const InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, re
133
133
  shrink,
134
134
  size: fcs.size,
135
135
  variant: fcs.variant,
136
- required: fcs.required
136
+ required: fcs.required,
137
+ focused: fcs.focused
137
138
  });
138
139
  const classes = useUtilityClasses(ownerState);
139
140
  return /*#__PURE__*/_jsx(InputLabelRoot, _extends({
@@ -6,9 +6,11 @@ var _span;
6
6
  const _excluded = ["children", "classes", "className", "label", "notched"];
7
7
  import * as React from 'react';
8
8
  import PropTypes from 'prop-types';
9
- import styled from '../styles/styled';
9
+ import styled, { rootShouldForwardProp } from '../styles/styled';
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
- const NotchedOutlineRoot = styled('fieldset')({
11
+ const NotchedOutlineRoot = styled('fieldset', {
12
+ shouldForwardProp: rootShouldForwardProp
13
+ })({
12
14
  textAlign: 'left',
13
15
  position: 'absolute',
14
16
  bottom: 0,
@@ -24,7 +26,9 @@ const NotchedOutlineRoot = styled('fieldset')({
24
26
  overflow: 'hidden',
25
27
  minWidth: '0%'
26
28
  });
27
- const NotchedOutlineLegend = styled('legend')(({
29
+ const NotchedOutlineLegend = styled('legend', {
30
+ shouldForwardProp: rootShouldForwardProp
31
+ })(({
28
32
  ownerState,
29
33
  theme
30
34
  }) => _extends({
package/Radio/Radio.js CHANGED
@@ -37,7 +37,7 @@ const RadioRoot = styled(SwitchBase, {
37
37
  const {
38
38
  ownerState
39
39
  } = props;
40
- return [styles.root, styles[`color${capitalize(ownerState.color)}`]];
40
+ return [styles.root, ownerState.size !== 'medium' && styles[`size${capitalize(ownerState.size)}`], styles[`color${capitalize(ownerState.color)}`]];
41
41
  }
42
42
  })(({
43
43
  theme,
@@ -5,10 +5,12 @@ import * as React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import RadioButtonUncheckedIcon from '../internal/svg-icons/RadioButtonUnchecked';
7
7
  import RadioButtonCheckedIcon from '../internal/svg-icons/RadioButtonChecked';
8
- import styled from '../styles/styled';
8
+ import styled, { rootShouldForwardProp } from '../styles/styled';
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  import { jsxs as _jsxs } from "react/jsx-runtime";
11
- const RadioButtonIconRoot = styled('span')({
11
+ const RadioButtonIconRoot = styled('span', {
12
+ shouldForwardProp: rootShouldForwardProp
13
+ })({
12
14
  position: 'relative',
13
15
  display: 'flex'
14
16
  });
@@ -6,11 +6,13 @@ const _excluded = ["anchor", "classes", "className", "width", "style"];
6
6
  import * as React from 'react';
7
7
  import PropTypes from 'prop-types';
8
8
  import clsx from 'clsx';
9
- import styled from '../styles/styled';
9
+ import styled, { rootShouldForwardProp } from '../styles/styled';
10
10
  import capitalize from '../utils/capitalize';
11
11
  import { isHorizontal } from '../Drawer/Drawer';
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- const SwipeAreaRoot = styled('div')(({
13
+ const SwipeAreaRoot = styled('div', {
14
+ shouldForwardProp: rootShouldForwardProp
15
+ })(({
14
16
  theme,
15
17
  ownerState
16
18
  }) => _extends({
@@ -17,6 +17,8 @@ export interface ToggleButtonClasses {
17
17
  sizeMedium: string;
18
18
  /** Styles applied to the root element if `size="large"`. */
19
19
  sizeLarge: string;
20
+ /** Styles applied to the root element if `fullWidth={true}`. */
21
+ fullWidth: string;
20
22
  }
21
23
  export type ToggleButtonClassKey = keyof ToggleButtonClasses;
22
24
  export declare function getToggleButtonUtilityClass(slot: string): string;
@@ -3,5 +3,5 @@ import generateUtilityClass from '../generateUtilityClass';
3
3
  export function getToggleButtonUtilityClass(slot) {
4
4
  return generateUtilityClass('MuiToggleButton', slot);
5
5
  }
6
- const toggleButtonClasses = generateUtilityClasses('MuiToggleButton', ['root', 'disabled', 'selected', 'standard', 'primary', 'secondary', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
6
+ const toggleButtonClasses = generateUtilityClasses('MuiToggleButton', ['root', 'disabled', 'selected', 'standard', 'primary', 'secondary', 'sizeSmall', 'sizeMedium', 'sizeLarge', 'fullWidth']);
7
7
  export default toggleButtonClasses;
@@ -11,6 +11,8 @@ export interface ToggleButtonGroupClasses {
11
11
  groupedHorizontal: string;
12
12
  /** Styles applied to the children if `orientation="vertical"`. */
13
13
  groupedVertical: string;
14
+ /** Styles applied to the root element if `fullWidth={true}`. */
15
+ fullWidth: string;
14
16
  }
15
17
  export type ToggleButtonGroupClassKey = keyof ToggleButtonGroupClasses;
16
18
  export declare function getToggleButtonGroupUtilityClass(slot: string): string;
@@ -3,5 +3,5 @@ import generateUtilityClass from '../generateUtilityClass';
3
3
  export function getToggleButtonGroupUtilityClass(slot) {
4
4
  return generateUtilityClass('MuiToggleButtonGroup', slot);
5
5
  }
6
- const toggleButtonGroupClasses = generateUtilityClasses('MuiToggleButtonGroup', ['root', 'selected', 'vertical', 'disabled', 'grouped', 'groupedHorizontal', 'groupedVertical']);
6
+ const toggleButtonGroupClasses = generateUtilityClasses('MuiToggleButtonGroup', ['root', 'selected', 'vertical', 'disabled', 'grouped', 'groupedHorizontal', 'groupedVertical', 'fullWidth']);
7
7
  export default toggleButtonGroupClasses;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v5.14.14
2
+ * @mui/material v5.14.16
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -11,6 +11,8 @@
11
11
  import * as colors from './colors';
12
12
  export { colors };
13
13
  export * from './styles';
14
+
15
+ // TODO remove, import directly from Base UI or create one folder per module
14
16
  export * from './utils';
15
17
  export { default as Accordion } from './Accordion';
16
18
  export * from './Accordion';
@@ -281,7 +283,6 @@ export * from './Zoom';
281
283
  export { default as useAutocomplete } from './useAutocomplete';
282
284
  export { default as GlobalStyles } from './GlobalStyles';
283
285
  export * from './GlobalStyles';
284
- export { StyledEngineProvider } from './styles';
285
286
  export { unstable_composeClasses } from '@mui/base/composeClasses';
286
287
  export { default as generateUtilityClass } from './generateUtilityClass';
287
288
  export * from './generateUtilityClass';
@@ -9,7 +9,7 @@ import clsx from 'clsx';
9
9
  import { refType } from '@mui/utils';
10
10
  import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
11
11
  import capitalize from '../utils/capitalize';
12
- import styled from '../styles/styled';
12
+ import styled, { rootShouldForwardProp } from '../styles/styled';
13
13
  import useControlled from '../utils/useControlled';
14
14
  import useFormControl from '../FormControl/useFormControl';
15
15
  import ButtonBase from '../ButtonBase';
@@ -39,7 +39,9 @@ const SwitchBaseRoot = styled(ButtonBase)(({
39
39
  }, ownerState.edge === 'end' && {
40
40
  marginRight: ownerState.size === 'small' ? -3 : -12
41
41
  }));
42
- const SwitchBaseInput = styled('input')({
42
+ const SwitchBaseInput = styled('input', {
43
+ shouldForwardProp: rootShouldForwardProp
44
+ })({
43
45
  cursor: 'inherit',
44
46
  position: 'absolute',
45
47
  opacity: 0,
@@ -37,7 +37,7 @@ var CheckboxRoot = styled(SwitchBase, {
37
37
  slot: 'Root',
38
38
  overridesResolver: function overridesResolver(props, styles) {
39
39
  var ownerState = props.ownerState;
40
- return [styles.root, ownerState.indeterminate && styles.indeterminate, ownerState.color !== 'default' && styles["color".concat(capitalize(ownerState.color))]];
40
+ return [styles.root, ownerState.indeterminate && styles.indeterminate, styles["size".concat(capitalize(ownerState.size))], ownerState.color !== 'default' && styles["color".concat(capitalize(ownerState.color))]];
41
41
  }
42
42
  })(function (_ref) {
43
43
  var _ref2;
@@ -1,3 +1 @@
1
- 'use client';
2
-
3
1
  export { default } from './GlobalStyles';
@@ -38,7 +38,7 @@ var InputLabelRoot = styled(FormLabel, {
38
38
  slot: 'Root',
39
39
  overridesResolver: function overridesResolver(props, styles) {
40
40
  var ownerState = props.ownerState;
41
- return [_defineProperty({}, "& .".concat(formLabelClasses.asterisk), styles.asterisk), styles.root, ownerState.formControl && styles.formControl, ownerState.size === 'small' && styles.sizeSmall, ownerState.shrink && styles.shrink, !ownerState.disableAnimation && styles.animated, styles[ownerState.variant]];
41
+ return [_defineProperty({}, "& .".concat(formLabelClasses.asterisk), styles.asterisk), styles.root, ownerState.formControl && styles.formControl, ownerState.size === 'small' && styles.sizeSmall, ownerState.shrink && styles.shrink, !ownerState.disableAnimation && styles.animated, ownerState.focused && styles.focused, styles[ownerState.variant]];
42
42
  }
43
43
  })(function (_ref2) {
44
44
  var theme = _ref2.theme,
@@ -123,7 +123,7 @@ var InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, ref)
123
123
  var fcs = formControlState({
124
124
  props: props,
125
125
  muiFormControl: muiFormControl,
126
- states: ['size', 'variant', 'required']
126
+ states: ['size', 'variant', 'required', 'focused']
127
127
  });
128
128
  var ownerState = _extends({}, props, {
129
129
  disableAnimation: disableAnimation,
@@ -131,7 +131,8 @@ var InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, ref)
131
131
  shrink: shrink,
132
132
  size: fcs.size,
133
133
  variant: fcs.variant,
134
- required: fcs.required
134
+ required: fcs.required,
135
+ focused: fcs.focused
135
136
  });
136
137
  var classes = useUtilityClasses(ownerState);
137
138
  return /*#__PURE__*/_jsx(InputLabelRoot, _extends({
@@ -5,9 +5,11 @@ import _extends from "@babel/runtime/helpers/esm/extends";
5
5
  var _span;
6
6
  import * as React from 'react';
7
7
  import PropTypes from 'prop-types';
8
- import styled from '../styles/styled';
8
+ import styled, { rootShouldForwardProp } from '../styles/styled';
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
- var NotchedOutlineRoot = styled('fieldset')({
10
+ var NotchedOutlineRoot = styled('fieldset', {
11
+ shouldForwardProp: rootShouldForwardProp
12
+ })({
11
13
  textAlign: 'left',
12
14
  position: 'absolute',
13
15
  bottom: 0,
@@ -23,7 +25,9 @@ var NotchedOutlineRoot = styled('fieldset')({
23
25
  overflow: 'hidden',
24
26
  minWidth: '0%'
25
27
  });
26
- var NotchedOutlineLegend = styled('legend')(function (_ref) {
28
+ var NotchedOutlineLegend = styled('legend', {
29
+ shouldForwardProp: rootShouldForwardProp
30
+ })(function (_ref) {
27
31
  var ownerState = _ref.ownerState,
28
32
  theme = _ref.theme;
29
33
  return _extends({
@@ -36,7 +36,7 @@ var RadioRoot = styled(SwitchBase, {
36
36
  slot: 'Root',
37
37
  overridesResolver: function overridesResolver(props, styles) {
38
38
  var ownerState = props.ownerState;
39
- return [styles.root, styles["color".concat(capitalize(ownerState.color))]];
39
+ return [styles.root, ownerState.size !== 'medium' && styles["size".concat(capitalize(ownerState.size))], styles["color".concat(capitalize(ownerState.color))]];
40
40
  }
41
41
  })(function (_ref) {
42
42
  var theme = _ref.theme,
@@ -5,10 +5,12 @@ import * as React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import RadioButtonUncheckedIcon from '../internal/svg-icons/RadioButtonUnchecked';
7
7
  import RadioButtonCheckedIcon from '../internal/svg-icons/RadioButtonChecked';
8
- import styled from '../styles/styled';
8
+ import styled, { rootShouldForwardProp } from '../styles/styled';
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  import { jsxs as _jsxs } from "react/jsx-runtime";
11
- var RadioButtonIconRoot = styled('span')({
11
+ var RadioButtonIconRoot = styled('span', {
12
+ shouldForwardProp: rootShouldForwardProp
13
+ })({
12
14
  position: 'relative',
13
15
  display: 'flex'
14
16
  });
@@ -6,11 +6,13 @@ import _extends from "@babel/runtime/helpers/esm/extends";
6
6
  import * as React from 'react';
7
7
  import PropTypes from 'prop-types';
8
8
  import clsx from 'clsx';
9
- import styled from '../styles/styled';
9
+ import styled, { rootShouldForwardProp } from '../styles/styled';
10
10
  import capitalize from '../utils/capitalize';
11
11
  import { isHorizontal } from '../Drawer/Drawer';
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- var SwipeAreaRoot = styled('div')(function (_ref) {
13
+ var SwipeAreaRoot = styled('div', {
14
+ shouldForwardProp: rootShouldForwardProp
15
+ })(function (_ref) {
14
16
  var theme = _ref.theme,
15
17
  ownerState = _ref.ownerState;
16
18
  return _extends({
@@ -3,5 +3,5 @@ import generateUtilityClass from '../generateUtilityClass';
3
3
  export function getToggleButtonUtilityClass(slot) {
4
4
  return generateUtilityClass('MuiToggleButton', slot);
5
5
  }
6
- var toggleButtonClasses = generateUtilityClasses('MuiToggleButton', ['root', 'disabled', 'selected', 'standard', 'primary', 'secondary', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
6
+ var toggleButtonClasses = generateUtilityClasses('MuiToggleButton', ['root', 'disabled', 'selected', 'standard', 'primary', 'secondary', 'sizeSmall', 'sizeMedium', 'sizeLarge', 'fullWidth']);
7
7
  export default toggleButtonClasses;
@@ -3,5 +3,5 @@ import generateUtilityClass from '../generateUtilityClass';
3
3
  export function getToggleButtonGroupUtilityClass(slot) {
4
4
  return generateUtilityClass('MuiToggleButtonGroup', slot);
5
5
  }
6
- var toggleButtonGroupClasses = generateUtilityClasses('MuiToggleButtonGroup', ['root', 'selected', 'vertical', 'disabled', 'grouped', 'groupedHorizontal', 'groupedVertical']);
6
+ var toggleButtonGroupClasses = generateUtilityClasses('MuiToggleButtonGroup', ['root', 'selected', 'vertical', 'disabled', 'grouped', 'groupedHorizontal', 'groupedVertical', 'fullWidth']);
7
7
  export default toggleButtonGroupClasses;
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v5.14.14
2
+ * @mui/material v5.14.16
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -11,6 +11,8 @@
11
11
  import * as colors from './colors';
12
12
  export { colors };
13
13
  export * from './styles';
14
+
15
+ // TODO remove, import directly from Base UI or create one folder per module
14
16
  export * from './utils';
15
17
  export { default as Accordion } from './Accordion';
16
18
  export * from './Accordion';
@@ -281,7 +283,6 @@ export * from './Zoom';
281
283
  export { default as useAutocomplete } from './useAutocomplete';
282
284
  export { default as GlobalStyles } from './GlobalStyles';
283
285
  export * from './GlobalStyles';
284
- export { StyledEngineProvider } from './styles';
285
286
  export { unstable_composeClasses } from '@mui/base/composeClasses';
286
287
  export { default as generateUtilityClass } from './generateUtilityClass';
287
288
  export * from './generateUtilityClass';
@@ -9,7 +9,7 @@ import clsx from 'clsx';
9
9
  import { refType } from '@mui/utils';
10
10
  import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
11
11
  import capitalize from '../utils/capitalize';
12
- import styled from '../styles/styled';
12
+ import styled, { rootShouldForwardProp } from '../styles/styled';
13
13
  import useControlled from '../utils/useControlled';
14
14
  import useFormControl from '../FormControl/useFormControl';
15
15
  import ButtonBase from '../ButtonBase';
@@ -38,7 +38,9 @@ var SwitchBaseRoot = styled(ButtonBase)(function (_ref) {
38
38
  marginRight: ownerState.size === 'small' ? -3 : -12
39
39
  });
40
40
  });
41
- var SwitchBaseInput = styled('input')({
41
+ var SwitchBaseInput = styled('input', {
42
+ shouldForwardProp: rootShouldForwardProp
43
+ })({
42
44
  cursor: 'inherit',
43
45
  position: 'absolute',
44
46
  opacity: 0,