@mui/material 5.9.3 → 5.10.2

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 (190) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/alertClasses.d.ts +44 -44
  6. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  7. package/AppBar/appBarClasses.d.ts +28 -28
  8. package/Autocomplete/Autocomplete.js +2 -2
  9. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  10. package/Avatar/avatarClasses.d.ts +20 -20
  11. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  12. package/Backdrop/backdropClasses.d.ts +10 -10
  13. package/Badge/badgeClasses.d.ts +56 -56
  14. package/BottomNavigation/BottomNavigation.js +0 -0
  15. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  16. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  17. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  18. package/Button/buttonClasses.d.ts +100 -100
  19. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  20. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  21. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  22. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  23. package/CHANGELOG.md +179 -4
  24. package/Card/cardClasses.d.ts +8 -8
  25. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  26. package/CardActions/cardActionsClasses.d.ts +10 -10
  27. package/CardContent/cardContentClasses.d.ts +8 -8
  28. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  29. package/CardMedia/cardMediaClasses.d.ts +12 -12
  30. package/Checkbox/checkboxClasses.d.ts +18 -18
  31. package/Chip/chipClasses.d.ts +88 -88
  32. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  33. package/ClickAwayListener/index.d.ts +2 -2
  34. package/Collapse/collapseClasses.d.ts +18 -18
  35. package/Container/containerClasses.d.ts +6 -6
  36. package/Dialog/DialogContext.d.ts +6 -6
  37. package/Dialog/dialogClasses.d.ts +36 -36
  38. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  39. package/DialogContent/dialogContentClasses.d.ts +10 -10
  40. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  41. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  42. package/Divider/dividerClasses.d.ts +34 -34
  43. package/Drawer/drawerClasses.d.ts +30 -30
  44. package/Fab/fabClasses.d.ts +26 -26
  45. package/FilledInput/filledInputClasses.d.ts +40 -40
  46. package/FormControl/formControlClasses.d.ts +14 -14
  47. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  48. package/FormGroup/formGroupClasses.d.ts +12 -12
  49. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  50. package/FormLabel/formLabelClasses.d.ts +22 -22
  51. package/Grid/Grid.d.ts +1 -1
  52. package/Grid/Grid.js +6 -2
  53. package/Grid/gridClasses.d.ts +48 -48
  54. package/Icon/iconClasses.d.ts +24 -24
  55. package/IconButton/IconButton.js +1 -1
  56. package/IconButton/iconButtonClasses.d.ts +26 -26
  57. package/ImageList/imageListClasses.d.ts +16 -16
  58. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  59. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  60. package/Input/inputClasses.d.ts +34 -34
  61. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  62. package/InputBase/inputBaseClasses.d.ts +46 -46
  63. package/InputLabel/inputLabelClasses.d.ts +32 -32
  64. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  65. package/Link/getTextDecoration.d.ts +15 -15
  66. package/Link/linkClasses.d.ts +18 -18
  67. package/List/listClasses.d.ts +14 -14
  68. package/ListItem/listItemClasses.d.ts +30 -30
  69. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  70. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  71. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  72. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  73. package/ListItemText/listItemTextClasses.d.ts +18 -18
  74. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  75. package/Menu/menuClasses.d.ts +12 -12
  76. package/MenuItem/menuItemClasses.d.ts +20 -20
  77. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  78. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  79. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  80. package/Pagination/paginationClasses.d.ts +14 -14
  81. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  82. package/Paper/paperClasses.d.ts +39 -39
  83. package/Popover/popoverClasses.d.ts +10 -10
  84. package/Popper/Popper.d.ts +24 -24
  85. package/README.md +9 -8
  86. package/Radio/radioClasses.d.ts +16 -16
  87. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  88. package/RadioGroup/useRadioGroup.d.ts +4 -4
  89. package/Rating/ratingClasses.d.ts +40 -40
  90. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  91. package/Select/selectClasses.d.ts +30 -30
  92. package/Skeleton/Skeleton.d.ts +1 -1
  93. package/Skeleton/Skeleton.js +3 -1
  94. package/Skeleton/skeletonClasses.d.ts +26 -24
  95. package/Skeleton/skeletonClasses.js +1 -1
  96. package/Snackbar/snackbarClasses.d.ts +20 -20
  97. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  98. package/SpeedDial/speedDialClasses.d.ts +22 -22
  99. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  100. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  101. package/Step/StepContext.d.ts +20 -20
  102. package/Step/stepClasses.d.ts +16 -16
  103. package/StepButton/stepButtonClasses.d.ts +14 -14
  104. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  105. package/StepContent/stepContentClasses.d.ts +12 -12
  106. package/StepIcon/stepIconClasses.d.ts +16 -16
  107. package/StepLabel/StepLabel.js +1 -1
  108. package/StepLabel/stepLabelClasses.d.ts +28 -28
  109. package/Stepper/StepperContext.d.ts +18 -18
  110. package/Stepper/stepperClasses.d.ts +14 -14
  111. package/SvgIcon/svgIconClasses.d.ts +24 -24
  112. package/Switch/switchClasses.d.ts +32 -32
  113. package/Tab/tabClasses.d.ts +26 -26
  114. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  115. package/Table/tableClasses.d.ts +10 -10
  116. package/TableBody/tableBodyClasses.d.ts +8 -8
  117. package/TableCell/TableCell.d.ts +6 -2
  118. package/TableCell/TableCell.js +6 -2
  119. package/TableCell/tableCellClasses.d.ts +32 -32
  120. package/TableContainer/tableContainerClasses.d.ts +8 -8
  121. package/TableFooter/tableFooterClasses.d.ts +8 -8
  122. package/TableHead/tableHeadClasses.d.ts +8 -8
  123. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  124. package/TableRow/tableRowClasses.d.ts +16 -16
  125. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  126. package/Tabs/tabsClasses.d.ts +32 -32
  127. package/TextField/textFieldClasses.d.ts +8 -8
  128. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  129. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  130. package/Toolbar/toolbarClasses.d.ts +14 -14
  131. package/Tooltip/Tooltip.js +1 -1
  132. package/Tooltip/tooltipClasses.d.ts +30 -30
  133. package/Typography/typographyClasses.d.ts +50 -50
  134. package/Unstable_Grid2/Grid2.d.ts +4 -4
  135. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  136. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  137. package/Unstable_Grid2/index.d.ts +4 -4
  138. package/className/index.d.ts +1 -1
  139. package/darkScrollbar/index.d.ts +28 -28
  140. package/index.js +1 -1
  141. package/internal/switchBaseClasses.d.ts +12 -12
  142. package/legacy/Autocomplete/Autocomplete.js +2 -2
  143. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  144. package/legacy/Grid/Grid.js +6 -2
  145. package/legacy/IconButton/IconButton.js +1 -1
  146. package/legacy/Skeleton/Skeleton.js +3 -1
  147. package/legacy/Skeleton/skeletonClasses.js +1 -1
  148. package/legacy/StepLabel/StepLabel.js +1 -1
  149. package/legacy/TableCell/TableCell.js +6 -2
  150. package/legacy/Tooltip/Tooltip.js +1 -1
  151. package/legacy/index.js +1 -1
  152. package/legacy/useScrollTrigger/useScrollTrigger.js +6 -2
  153. package/locale/index.d.ts +71 -71
  154. package/modern/Autocomplete/Autocomplete.js +2 -2
  155. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  156. package/modern/Grid/Grid.js +2 -2
  157. package/modern/IconButton/IconButton.js +1 -1
  158. package/modern/Skeleton/Skeleton.js +3 -1
  159. package/modern/Skeleton/skeletonClasses.js +1 -1
  160. package/modern/StepLabel/StepLabel.js +1 -1
  161. package/modern/TableCell/TableCell.js +6 -2
  162. package/modern/Tooltip/Tooltip.js +1 -1
  163. package/modern/index.js +1 -1
  164. package/modern/useScrollTrigger/useScrollTrigger.js +6 -2
  165. package/node/Autocomplete/Autocomplete.js +2 -2
  166. package/node/BottomNavigation/BottomNavigation.js +0 -0
  167. package/node/Grid/Grid.js +6 -2
  168. package/node/IconButton/IconButton.js +1 -1
  169. package/node/Skeleton/Skeleton.js +3 -1
  170. package/node/Skeleton/skeletonClasses.js +1 -1
  171. package/node/StepLabel/StepLabel.js +1 -1
  172. package/node/TableCell/TableCell.js +6 -2
  173. package/node/Tooltip/Tooltip.js +1 -1
  174. package/node/index.js +1 -1
  175. package/node/useScrollTrigger/useScrollTrigger.js +6 -2
  176. package/package.json +4 -3
  177. package/styles/CssVarsProvider.d.ts +14 -14
  178. package/transitions/index.d.ts +1 -1
  179. package/transitions/transition.d.ts +13 -13
  180. package/transitions/utils.d.ts +23 -23
  181. package/umd/material-ui.development.js +216 -109
  182. package/umd/material-ui.production.min.js +20 -20
  183. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  184. package/useScrollTrigger/useScrollTrigger.js +6 -2
  185. package/useTouchRipple/index.d.ts +1 -1
  186. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  187. package/utils/getScrollbarSize.d.ts +2 -2
  188. package/utils/ownerDocument.d.ts +2 -2
  189. package/utils/ownerWindow.d.ts +2 -2
  190. package/utils/setRef.d.ts +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,180 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.10.2
4
+
5
+ <!-- generated comparing v5.10.1..master -->
6
+
7
+ _Aug 22, 2022_
8
+
9
+ A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ✨ @michaldudak synced the Material Icons set with the latest from Google (#33988).
12
+ A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
13
+
14
+ ### `@mui/material@5.10.2`
15
+
16
+ - &#8203;<!-- 16 -->[Autocomplete] Fix `keepMounted` Popper prop not working (#33957) @ZeeshanTamboli
17
+ - &#8203;<!-- 10 -->[IconButton] Fix hover effect when CSS Variables are enabled (#33971) @TheUnlocked
18
+ - &#8203;<!-- 07 -->[LoadingButton] Add support for CSS variables (#34001) @ZeeshanTamboli
19
+ - &#8203;<!-- 05 -->[TimelineConnector] Add support for CSS variables (#34002) @ZeeshanTamboli
20
+ - &#8203;<!-- 04 -->[TimelineDot] Add support for CSS variables (#34003) @ZeeshanTamboli
21
+ - &#8203;<!-- 03 -->[TreeItem] Add support for CSS variables (#34004) @ZeeshanTamboli
22
+
23
+ ### `@mui/system@5.10.2`
24
+
25
+ - &#8203;<!-- 06 -->[system] catch localStorage errors (#34027) @jsakas
26
+
27
+ ### `@mui/joy@5.0.0-alpha.42`
28
+
29
+ - &#8203;<!-- 08 -->[Joy] Add missing global exports (#33982) @tomasz-sodzawiczny
30
+
31
+ ### `@mui/icons-material@5.8.5`
32
+
33
+ - &#8203;<!-- 09 -->[icons] Sync the Material Icons (#33988) @michaldudak
34
+
35
+ ### Docs
36
+
37
+ - &#8203;<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
38
+ - &#8203;<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
39
+ - &#8203;<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
40
+ - &#8203;<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
41
+ - &#8203;<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
42
+ - &#8203;<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
43
+ - &#8203;<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
44
+ - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
45
+
46
+ ### Core
47
+
48
+ - &#8203;<!-- 18 -->[website] Optimize meta description length (#34006) @oliviertassinari
49
+ - &#8203;<!-- 17 -->Revert "[core] Replace `getInitialProps` with `getStaticProps`" (#33991) @mnajdova
50
+ - &#8203;<!-- 02 -->[website] Move the React Engineer - X to next roles (#34030) @mnajdova
51
+ - &#8203;<!-- 01 -->[website] Add Icons8 gold sponsor (#33978) @michaldudak
52
+
53
+ All contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli
54
+
55
+ ## 5.10.1
56
+
57
+ <!-- generated comparing v5.10.0..master -->
58
+
59
+ _Aug 15, 2022_
60
+
61
+ A big thanks to the 18 contributors who made this release possible. This release was mostly around 🐛 bug fixes and 📚 documentation improvements.
62
+
63
+ ### `@mui/material@5.10.1`
64
+
65
+ - &#8203;<!-- 04 -->[TableCell] Enable variant overrides via TypeScript module augmentation (#33856) @arjunvijayanathakurup
66
+
67
+ ### `@mui/system@5.10.1`
68
+
69
+ - &#8203;<!-- 05 -->[system] Fix `ContainerProps` export (#33923) @bugzpodder
70
+
71
+ ### `@mui/base@5.0.0-alpha.93`
72
+
73
+ - &#8203;<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
74
+ - &#8203;<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
75
+ - &#8203;<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
76
+
77
+ ### `@mui/joy@5.0.0-alpha.41`
78
+
79
+ - &#8203;<!-- 07 -->[IconButton][joy] Fix large IconButton scaling (#33885) @cherewaty
80
+
81
+ ### Docs
82
+
83
+ - &#8203;<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
84
+ - &#8203;<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
85
+ - &#8203;<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
86
+ - &#8203;<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
87
+ - &#8203;<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
88
+ - &#8203;<!-- 18 -->[docs] Remove dead NoSsr in the demos (#33910) @oliviertassinari
89
+ - &#8203;<!-- 17 -->[docs] Fix the reopening menu problem in MenuUnstyled demo (#33890) @michaldudak
90
+ - &#8203;<!-- 24 -->[docs] Fix a few link issues (#33909) @oliviertassinari
91
+ - &#8203;<!-- 16 -->[docs] Explain the icons package dependencies (#33592) @michaldudak
92
+ - &#8203;<!-- 15 -->[docs] Fix reported SEO issues (#33818) @oliviertassinari
93
+ - &#8203;<!-- 14 -->[docs] Add permanent notifications back (#33843) @oliviertassinari
94
+ - &#8203;<!-- 13 -->[docs] Enforce description for all pages (#33698) @oliviertassinari
95
+ - &#8203;<!-- 12 -->[docs] Clarify difference in startup times between named and default imports (#33109) @cmdcolin
96
+ - &#8203;<!-- 11 -->[docs] Update transform function in the sx prop sizing docs (#33850) @ZeeshanTamboli
97
+ - &#8203;<!-- 10 -->[docs] Adding missing accessibility labels (#33782) @PunitSoniME
98
+ - &#8203;<!-- 09 -->[docs] Fix `/system/getting-started/advanced/` does not exist (#33867) @MonstraG
99
+ - &#8203;<!-- 32 -->[docs] New Crowdin updates (#32213) @l10nbot
100
+ - &#8203;<!-- 08 -->[examples] Fix broken path to favicon.ico (#33906) @mmostafavi
101
+ - &#8203;<!-- 02 -->[website] Add new FAQ to pricing page (#33553) @oliviertassinari
102
+ - &#8203;<!-- 03 -->[website] Miscellaneous improvements to the marketing pages (#33897) @danilo-leal
103
+
104
+ ### Core
105
+
106
+ - &#8203;<!-- 29 -->[core] Add the download tracker package (#33899) @michaldudak
107
+ - &#8203;<!-- 28 -->[core] Use proper external build id for Argos uploads (#33929) @cherniavskii
108
+ - &#8203;<!-- 27 -->[core] Enforce 70 as the max width on the title on the docs (#33819) @oliviertassinari
109
+ - &#8203;<!-- 26 -->[core] Clear yarn installation warning (#33776) @michaldudak
110
+ - &#8203;<!-- 25 -->[core] Bump yarn to 1.22.19 (#33656) @michaldudak
111
+ - &#8203;<!-- 24 -->[core] Remove outdated Next.js options (#33845) @oliviertassinari
112
+ - &#8203;<!-- 34 -->[core] Add the download tracker build script (#33941) @michaldudak
113
+ - &#8203;<!-- 01 -->[website] Allow /r/store- redirection pattern @oliviertassinari
114
+
115
+ All contributors of this release in alphabetical order: @arjunvijayanathakurup, @bugzpodder, @cherewaty, @cherniavskii, @cmdcolin, @danilo-leal, @EthanStandel, @hayawata3626, @IsaacInsoll, @l10nbot, @michaldudak, @mmostafavi, @MonstraG, @oliviertassinari, @PunitSoniME, @samuelsycamore, @TKrishnasamy, @ZeeshanTamboli
116
+
117
+ ## 5.10.0
118
+
119
+ <!-- generated comparing v5.9.3..master -->
120
+
121
+ _Aug 8, 2022_
122
+
123
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
124
+
125
+ - ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
126
+ - ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
127
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
128
+
129
+ ### `@mui/material@5.10.0`
130
+
131
+ - [Grid] Prevent crash if spacing is set to zero in theme (#33777) @PunitSoniME
132
+ - [Grid] Export interface `RegularBreakpoints` to fix type error (#33751) @ZeeshanTamboli
133
+ - [Skeleton] Add `rounded` variant (#33687) @siriwatknp
134
+ - [Stepper] Fix classes for icon container (#33734) @pratikkarad
135
+ - [TableCell] Enable size prop overrides via module augmentation (#33816) @brentertz
136
+ - [Tooltip] Fix tooltip arrow css var background (#33753) @TimoWilhelm
137
+ - [useScrollTrigger] Add passive flag to scroll trigger event listener #32437 (#33749) @Dsalazar1685
138
+
139
+ ### `@mui/system@5.10.0`
140
+
141
+ - Fix unnecessary styles created from `sx` (#33752) @siriwatknp
142
+ - Fix duplicated styles in Box (#33774) @iamxukai
143
+ - Don't spread props to DOM for string tags (#33761) @siriwatknp
144
+ - Add `Stack` component (#33760) @mnajdova
145
+
146
+ ### `@mui/joy@5.0.0-alpha.40`
147
+
148
+ - [Stack] Add new component (#33800) @mnajdova
149
+ - [Breadcrumbs] Add `Breadcrumbs` component (#32697) @hbjORbj
150
+ - [Card] Fix wrong api description for `size` prop (#33862) @hbjORbj
151
+ - Miscellaneous fixes (#33796, #33750) @siriwatknp
152
+
153
+ ### Docs
154
+
155
+ - [docs] Create, revise, and expand System "Getting started" docs (#33503) @samuelsycamore
156
+ - [docs] Test new image best practice @oliviertassinari
157
+ - [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
158
+ - [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
159
+ - [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
160
+ - [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
161
+ - [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
162
+ - [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
163
+ - [docs] Add Grid version 2 docs (#33554) @siriwatknp
164
+ - [examples] Fix `NextLinkComposedProps` type error (#33842) @adham618
165
+
166
+ ### Core
167
+
168
+ - [blog] Add social card to Tenerife retreat post (#33764)
169
+ - [blog] Fix blue outline bug (#33707) @oliviertassinari
170
+ - [blog] Improve the width of the layout (#33706) @oliviertassinari@samuelsycamore
171
+ - [core] Remove unnecessary packageName attribute from pages (#33488) @cherniavskii
172
+ - [core] Remove duplicated CODE_OF_CONDUCT (#33702) @oliviertassinari
173
+ - [core] Update Playwright packages together (#33737) @michaldudak
174
+ - [website] Fix notifications not being marked as read in production (#33756) @cherniavskii
175
+
176
+ All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
177
+
3
178
  ## 5.9.3
4
179
 
5
180
  <!-- generated comparing v5.9.2..master -->
@@ -6880,7 +7055,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
6880
7055
 
6881
7056
  While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
6882
7057
 
6883
- - 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
7058
+ - 📚 Revamp the documentation for [the system](https://mui.com/system/getting-started/overview/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
6884
7059
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
6885
7060
  - And many more 🐛 bug fixes and 📚 improvements.
6886
7061
 
@@ -7282,7 +7457,7 @@ Here are some highlights ✨:
7282
7457
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
7283
7458
 
7284
7459
  - 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
7285
- This was a prerequisite step to improve the [system](https://mui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
7460
+ This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/overview/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
7286
7461
  - ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
7287
7462
  - 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
7288
7463
  - And many more 🐛 bug fixes and 📚 improvements.
@@ -7623,7 +7798,7 @@ Here are some highlights ✨:
7623
7798
 
7624
7799
  The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
7625
7800
 
7626
- Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
7801
+ Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/overview/)).
7627
7802
 
7628
7803
  This change has been in our roadmap for more than a year.
7629
7804
  We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
@@ -8876,7 +9051,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
8876
9051
  />
8877
9052
  ```
8878
9053
 
8879
- - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
9054
+ - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
8880
9055
 
8881
9056
  ```diff
8882
9057
  -import Typography from '@material-ui/core/Typography';
@@ -1,8 +1,8 @@
1
- export interface CardClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- }
5
- export declare type CardClassKey = keyof CardClasses;
6
- export declare function getCardUtilityClass(slot: string): string;
7
- declare const cardClasses: CardClasses;
8
- export default cardClasses;
1
+ export interface CardClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ }
5
+ export declare type CardClassKey = keyof CardClasses;
6
+ export declare function getCardUtilityClass(slot: string): string;
7
+ declare const cardClasses: CardClasses;
8
+ export default cardClasses;
@@ -1,12 +1,12 @@
1
- export interface CardActionAreaClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the ButtonBase root element if the action area is keyboard focused. */
5
- focusVisible: string;
6
- /** Styles applied to the overlay that covers the action area when it is keyboard focused. */
7
- focusHighlight: string;
8
- }
9
- export declare type CardActionAreaClassKey = keyof CardActionAreaClasses;
10
- export declare function getCardActionAreaUtilityClass(slot: string): string;
11
- declare const cardActionAreaClasses: CardActionAreaClasses;
12
- export default cardActionAreaClasses;
1
+ export interface CardActionAreaClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the ButtonBase root element if the action area is keyboard focused. */
5
+ focusVisible: string;
6
+ /** Styles applied to the overlay that covers the action area when it is keyboard focused. */
7
+ focusHighlight: string;
8
+ }
9
+ export declare type CardActionAreaClassKey = keyof CardActionAreaClasses;
10
+ export declare function getCardActionAreaUtilityClass(slot: string): string;
11
+ declare const cardActionAreaClasses: CardActionAreaClasses;
12
+ export default cardActionAreaClasses;
@@ -1,10 +1,10 @@
1
- export interface CardActionsClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element unless `disableSpacing={true}`. */
5
- spacing: string;
6
- }
7
- export declare type CardActionsClassKey = keyof CardActionsClasses;
8
- export declare function getCardActionsUtilityClass(slot: string): string;
9
- declare const cardActionsClasses: CardActionsClasses;
10
- export default cardActionsClasses;
1
+ export interface CardActionsClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element unless `disableSpacing={true}`. */
5
+ spacing: string;
6
+ }
7
+ export declare type CardActionsClassKey = keyof CardActionsClasses;
8
+ export declare function getCardActionsUtilityClass(slot: string): string;
9
+ declare const cardActionsClasses: CardActionsClasses;
10
+ export default cardActionsClasses;
@@ -1,8 +1,8 @@
1
- export interface CardContentClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- }
5
- export declare type CardContentClassKey = keyof CardContentClasses;
6
- export declare function getCardContentUtilityClass(slot: string): string;
7
- declare const cardContentClasses: CardContentClasses;
8
- export default cardContentClasses;
1
+ export interface CardContentClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ }
5
+ export declare type CardContentClassKey = keyof CardContentClasses;
6
+ export declare function getCardContentUtilityClass(slot: string): string;
7
+ declare const cardContentClasses: CardContentClasses;
8
+ export default cardContentClasses;
@@ -1,18 +1,18 @@
1
- export interface CardHeaderClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the avatar element. */
5
- avatar: string;
6
- /** Styles applied to the action element. */
7
- action: string;
8
- /** Styles applied to the content wrapper element. */
9
- content: string;
10
- /** Styles applied to the title Typography element. */
11
- title: string;
12
- /** Styles applied to the subheader Typography element. */
13
- subheader: string;
14
- }
15
- export declare type CardHeaderClassKey = keyof CardHeaderClasses;
16
- export declare function getCardHeaderUtilityClass(slot: string): string;
17
- declare const cardHeaderClasses: CardHeaderClasses;
18
- export default cardHeaderClasses;
1
+ export interface CardHeaderClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the avatar element. */
5
+ avatar: string;
6
+ /** Styles applied to the action element. */
7
+ action: string;
8
+ /** Styles applied to the content wrapper element. */
9
+ content: string;
10
+ /** Styles applied to the title Typography element. */
11
+ title: string;
12
+ /** Styles applied to the subheader Typography element. */
13
+ subheader: string;
14
+ }
15
+ export declare type CardHeaderClassKey = keyof CardHeaderClasses;
16
+ export declare function getCardHeaderUtilityClass(slot: string): string;
17
+ declare const cardHeaderClasses: CardHeaderClasses;
18
+ export default cardHeaderClasses;
@@ -1,12 +1,12 @@
1
- export interface CardMediaClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `component="video, audio, picture, iframe, or img"`. */
5
- media: string;
6
- /** Styles applied to the root element if `component="picture or img"`. */
7
- img: string;
8
- }
9
- export declare type CardMediaClassKey = keyof CardMediaClasses;
10
- export declare function getCardMediaUtilityClass(slot: string): string;
11
- declare const cardMediaClasses: CardMediaClasses;
12
- export default cardMediaClasses;
1
+ export interface CardMediaClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `component="video, audio, picture, iframe, or img"`. */
5
+ media: string;
6
+ /** Styles applied to the root element if `component="picture or img"`. */
7
+ img: string;
8
+ }
9
+ export declare type CardMediaClassKey = keyof CardMediaClasses;
10
+ export declare function getCardMediaUtilityClass(slot: string): string;
11
+ declare const cardMediaClasses: CardMediaClasses;
12
+ export default cardMediaClasses;
@@ -1,18 +1,18 @@
1
- export interface CheckboxClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** State class applied to the root element if `checked={true}`. */
5
- checked: string;
6
- /** State class applied to the root element if `disabled={true}`. */
7
- disabled: string;
8
- /** State class applied to the root element if `indeterminate={true}`. */
9
- indeterminate: string;
10
- /** Styles applied to the root element if `color="primary"`. */
11
- colorPrimary: string;
12
- /** Styles applied to the root element if `color="secondary"`. */
13
- colorSecondary: string;
14
- }
15
- export declare type CheckboxClassKey = keyof CheckboxClasses;
16
- export declare function getCheckboxUtilityClass(slot: string): string;
17
- declare const checkboxClasses: CheckboxClasses;
18
- export default checkboxClasses;
1
+ export interface CheckboxClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** State class applied to the root element if `checked={true}`. */
5
+ checked: string;
6
+ /** State class applied to the root element if `disabled={true}`. */
7
+ disabled: string;
8
+ /** State class applied to the root element if `indeterminate={true}`. */
9
+ indeterminate: string;
10
+ /** Styles applied to the root element if `color="primary"`. */
11
+ colorPrimary: string;
12
+ /** Styles applied to the root element if `color="secondary"`. */
13
+ colorSecondary: string;
14
+ }
15
+ export declare type CheckboxClassKey = keyof CheckboxClasses;
16
+ export declare function getCheckboxUtilityClass(slot: string): string;
17
+ declare const checkboxClasses: CheckboxClasses;
18
+ export default checkboxClasses;
@@ -1,88 +1,88 @@
1
- export interface ChipClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `size="small"`. */
5
- sizeSmall: string;
6
- /** Styles applied to the root element if `size="medium"`. */
7
- sizeMedium: string;
8
- /** Styles applied to the root element if `color="primary"`. */
9
- colorPrimary: string;
10
- /** Styles applied to the root element if `color="secondary"`. */
11
- colorSecondary: string;
12
- /** State class applied to the root element if `disabled={true}`. */
13
- disabled: string;
14
- /** Styles applied to the root element if `onClick` is defined or `clickable={true}`. */
15
- clickable: string;
16
- /** Styles applied to the root element if `onClick` and `color="primary"` is defined or `clickable={true}`. */
17
- clickableColorPrimary: string;
18
- /** Styles applied to the root element if `onClick` and `color="secondary"` is defined or `clickable={true}`. */
19
- clickableColorSecondary: string;
20
- /** Styles applied to the root element if `onDelete` is defined. */
21
- deletable: string;
22
- /** Styles applied to the root element if `onDelete` and `color="primary"` is defined. */
23
- deletableColorPrimary: string;
24
- /** Styles applied to the root element if `onDelete` and `color="secondary"` is defined. */
25
- deletableColorSecondary: string;
26
- /** Styles applied to the root element if `variant="outlined"`. */
27
- outlined: string;
28
- /** Styles applied to the root element if `variant="filled"`. */
29
- filled: string;
30
- /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
31
- outlinedPrimary: string;
32
- /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
33
- outlinedSecondary: string;
34
- /** Styles applied to the root element if `variant="filled"` and `color="primary"`. */
35
- filledPrimary: string;
36
- /** Styles applied to the root element if `variant="filled"` and `color="secondary"`. */
37
- filledSecondary: string;
38
- /** Styles applied to the avatar element. */
39
- avatar: string;
40
- /** Styles applied to the avatar element if `size="small"`. */
41
- avatarSmall: string;
42
- /** Styles applied to the avatar element if `size="medium"`. */
43
- avatarMedium: string;
44
- /** Styles applied to the avatar element if `color="primary"`. */
45
- avatarColorPrimary: string;
46
- /** Styles applied to the avatar element if `color="secondary"`. */
47
- avatarColorSecondary: string;
48
- /** Styles applied to the icon element. */
49
- icon: string;
50
- /** Styles applied to the icon element if `size="small"`. */
51
- iconSmall: string;
52
- /** Styles applied to the icon element if `size="medium"`. */
53
- iconMedium: string;
54
- /** Styles applied to the icon element if `color="primary"`. */
55
- iconColorPrimary: string;
56
- /** Styles applied to the icon element if `color="secondary"`. */
57
- iconColorSecondary: string;
58
- /** Styles applied to the label `span` element. */
59
- label: string;
60
- /** Styles applied to the label `span` element if `size="small"`. */
61
- labelSmall: string;
62
- /** Styles applied to the label `span` element if `size="medium"`. */
63
- labelMedium: string;
64
- /** Styles applied to the deleteIcon element. */
65
- deleteIcon: string;
66
- /** Styles applied to the deleteIcon element if `size="small"`. */
67
- deleteIconSmall: string;
68
- /** Styles applied to the deleteIcon element if `size="medium"`. */
69
- deleteIconMedium: string;
70
- /** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
71
- deleteIconColorPrimary: string;
72
- /** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
73
- deleteIconColorSecondary: string;
74
- /** Styles applied to the deleteIcon element if `color="primary"` and `variant="outlined"`. */
75
- deleteIconOutlinedColorPrimary: string;
76
- /** Styles applied to the deleteIcon element if `color="secondary"` and `variant="outlined"`. */
77
- deleteIconOutlinedColorSecondary: string;
78
- /** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
79
- deleteIconFilledColorPrimary: string;
80
- /** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
81
- deleteIconFilledColorSecondary: string;
82
- /** State class applied to the root element if keyboard focused. */
83
- focusVisible: string;
84
- }
85
- export declare type ChipClassKey = keyof ChipClasses;
86
- export declare function getChipUtilityClass(slot: string): string;
87
- declare const chipClasses: ChipClasses;
88
- export default chipClasses;
1
+ export interface ChipClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `size="small"`. */
5
+ sizeSmall: string;
6
+ /** Styles applied to the root element if `size="medium"`. */
7
+ sizeMedium: string;
8
+ /** Styles applied to the root element if `color="primary"`. */
9
+ colorPrimary: string;
10
+ /** Styles applied to the root element if `color="secondary"`. */
11
+ colorSecondary: string;
12
+ /** State class applied to the root element if `disabled={true}`. */
13
+ disabled: string;
14
+ /** Styles applied to the root element if `onClick` is defined or `clickable={true}`. */
15
+ clickable: string;
16
+ /** Styles applied to the root element if `onClick` and `color="primary"` is defined or `clickable={true}`. */
17
+ clickableColorPrimary: string;
18
+ /** Styles applied to the root element if `onClick` and `color="secondary"` is defined or `clickable={true}`. */
19
+ clickableColorSecondary: string;
20
+ /** Styles applied to the root element if `onDelete` is defined. */
21
+ deletable: string;
22
+ /** Styles applied to the root element if `onDelete` and `color="primary"` is defined. */
23
+ deletableColorPrimary: string;
24
+ /** Styles applied to the root element if `onDelete` and `color="secondary"` is defined. */
25
+ deletableColorSecondary: string;
26
+ /** Styles applied to the root element if `variant="outlined"`. */
27
+ outlined: string;
28
+ /** Styles applied to the root element if `variant="filled"`. */
29
+ filled: string;
30
+ /** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
31
+ outlinedPrimary: string;
32
+ /** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
33
+ outlinedSecondary: string;
34
+ /** Styles applied to the root element if `variant="filled"` and `color="primary"`. */
35
+ filledPrimary: string;
36
+ /** Styles applied to the root element if `variant="filled"` and `color="secondary"`. */
37
+ filledSecondary: string;
38
+ /** Styles applied to the avatar element. */
39
+ avatar: string;
40
+ /** Styles applied to the avatar element if `size="small"`. */
41
+ avatarSmall: string;
42
+ /** Styles applied to the avatar element if `size="medium"`. */
43
+ avatarMedium: string;
44
+ /** Styles applied to the avatar element if `color="primary"`. */
45
+ avatarColorPrimary: string;
46
+ /** Styles applied to the avatar element if `color="secondary"`. */
47
+ avatarColorSecondary: string;
48
+ /** Styles applied to the icon element. */
49
+ icon: string;
50
+ /** Styles applied to the icon element if `size="small"`. */
51
+ iconSmall: string;
52
+ /** Styles applied to the icon element if `size="medium"`. */
53
+ iconMedium: string;
54
+ /** Styles applied to the icon element if `color="primary"`. */
55
+ iconColorPrimary: string;
56
+ /** Styles applied to the icon element if `color="secondary"`. */
57
+ iconColorSecondary: string;
58
+ /** Styles applied to the label `span` element. */
59
+ label: string;
60
+ /** Styles applied to the label `span` element if `size="small"`. */
61
+ labelSmall: string;
62
+ /** Styles applied to the label `span` element if `size="medium"`. */
63
+ labelMedium: string;
64
+ /** Styles applied to the deleteIcon element. */
65
+ deleteIcon: string;
66
+ /** Styles applied to the deleteIcon element if `size="small"`. */
67
+ deleteIconSmall: string;
68
+ /** Styles applied to the deleteIcon element if `size="medium"`. */
69
+ deleteIconMedium: string;
70
+ /** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
71
+ deleteIconColorPrimary: string;
72
+ /** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
73
+ deleteIconColorSecondary: string;
74
+ /** Styles applied to the deleteIcon element if `color="primary"` and `variant="outlined"`. */
75
+ deleteIconOutlinedColorPrimary: string;
76
+ /** Styles applied to the deleteIcon element if `color="secondary"` and `variant="outlined"`. */
77
+ deleteIconOutlinedColorSecondary: string;
78
+ /** Styles applied to the deleteIcon element if `color="primary"` and `variant="filled"`. */
79
+ deleteIconFilledColorPrimary: string;
80
+ /** Styles applied to the deleteIcon element if `color="secondary"` and `variant="filled"`. */
81
+ deleteIconFilledColorSecondary: string;
82
+ /** State class applied to the root element if keyboard focused. */
83
+ focusVisible: string;
84
+ }
85
+ export declare type ChipClassKey = keyof ChipClasses;
86
+ export declare function getChipUtilityClass(slot: string): string;
87
+ declare const chipClasses: ChipClasses;
88
+ export default chipClasses;
@@ -1,26 +1,26 @@
1
- export interface CircularProgressClasses {
2
- /** Styles applied to the root element. */
3
- root: string;
4
- /** Styles applied to the root element if `variant="determinate"`. */
5
- determinate: string;
6
- /** Styles applied to the root element if `variant="indeterminate"`. */
7
- indeterminate: string;
8
- /** Styles applied to the root element if `color="primary"`. */
9
- colorPrimary: string;
10
- /** Styles applied to the root element if `color="secondary"`. */
11
- colorSecondary: string;
12
- /** Styles applied to the svg element. */
13
- svg: string;
14
- /** Styles applied to the `circle` svg path. */
15
- circle: string;
16
- /** Styles applied to the `circle` svg path if `variant="determinate"`. */
17
- circleDeterminate: string;
18
- /** Styles applied to the `circle` svg path if `variant="indeterminate"`. */
19
- circleIndeterminate: string;
20
- /** Styles applied to the `circle` svg path if `disableShrink={true}`. */
21
- circleDisableShrink: string;
22
- }
23
- export declare type CircularProgressClassKey = keyof CircularProgressClasses;
24
- export declare function getCircularProgressUtilityClass(slot: string): string;
25
- declare const circularProgressClasses: CircularProgressClasses;
26
- export default circularProgressClasses;
1
+ export interface CircularProgressClasses {
2
+ /** Styles applied to the root element. */
3
+ root: string;
4
+ /** Styles applied to the root element if `variant="determinate"`. */
5
+ determinate: string;
6
+ /** Styles applied to the root element if `variant="indeterminate"`. */
7
+ indeterminate: string;
8
+ /** Styles applied to the root element if `color="primary"`. */
9
+ colorPrimary: string;
10
+ /** Styles applied to the root element if `color="secondary"`. */
11
+ colorSecondary: string;
12
+ /** Styles applied to the svg element. */
13
+ svg: string;
14
+ /** Styles applied to the `circle` svg path. */
15
+ circle: string;
16
+ /** Styles applied to the `circle` svg path if `variant="determinate"`. */
17
+ circleDeterminate: string;
18
+ /** Styles applied to the `circle` svg path if `variant="indeterminate"`. */
19
+ circleIndeterminate: string;
20
+ /** Styles applied to the `circle` svg path if `disableShrink={true}`. */
21
+ circleDisableShrink: string;
22
+ }
23
+ export declare type CircularProgressClassKey = keyof CircularProgressClasses;
24
+ export declare function getCircularProgressUtilityClass(slot: string): string;
25
+ declare const circularProgressClasses: CircularProgressClasses;
26
+ export default circularProgressClasses;
@@ -1,2 +1,2 @@
1
- export { default } from '@mui/base/ClickAwayListener';
2
- export * from '@mui/base/ClickAwayListener';
1
+ export { default } from '@mui/base/ClickAwayListener';
2
+ export * from '@mui/base/ClickAwayListener';