@mui/lab 5.0.0-alpha.75 → 5.0.0-alpha.78

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 (633) hide show
  1. package/AdapterDateFns/index.d.ts +1 -1
  2. package/AdapterDateFns/index.js +1 -1
  3. package/AdapterDayjs/index.d.ts +1 -1
  4. package/AdapterDayjs/index.js +1 -1
  5. package/AdapterLuxon/index.d.ts +1 -1
  6. package/AdapterLuxon/index.js +1 -1
  7. package/AdapterMoment/index.d.ts +1 -1
  8. package/AdapterMoment/index.js +1 -1
  9. package/CHANGELOG.md +210 -32
  10. package/CalendarPicker/index.d.ts +2 -5
  11. package/CalendarPicker/index.js +1 -1
  12. package/CalendarPickerSkeleton/index.d.ts +2 -3
  13. package/CalendarPickerSkeleton/index.js +1 -1
  14. package/ClockPicker/index.d.ts +2 -5
  15. package/ClockPicker/index.js +1 -2
  16. package/DatePicker/index.d.ts +2 -2
  17. package/DatePicker/index.js +1 -2
  18. package/DateRangePicker/DateRangePicker.d.ts +11 -65
  19. package/DateRangePicker/DateRangePicker.js +14 -512
  20. package/DateRangePicker/index.d.ts +2 -3
  21. package/DateRangePicker/index.js +2 -2
  22. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -79
  23. package/DateRangePickerDay/DateRangePickerDay.js +17 -240
  24. package/DateRangePickerDay/index.d.ts +2 -2
  25. package/DateRangePickerDay/index.js +2 -2
  26. package/DateTimePicker/index.d.ts +2 -2
  27. package/DateTimePicker/index.js +1 -2
  28. package/DesktopDatePicker/index.d.ts +2 -2
  29. package/DesktopDatePicker/index.js +1 -2
  30. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -64
  31. package/DesktopDateRangePicker/DesktopDateRangePicker.js +13 -477
  32. package/DesktopDateRangePicker/index.d.ts +2 -2
  33. package/DesktopDateRangePicker/index.js +2 -2
  34. package/DesktopDateTimePicker/index.d.ts +2 -2
  35. package/DesktopDateTimePicker/index.js +1 -2
  36. package/DesktopTimePicker/index.d.ts +2 -2
  37. package/DesktopTimePicker/index.js +1 -2
  38. package/LoadingButton/LoadingButton.d.ts +3 -3
  39. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  40. package/LocalizationProvider/index.d.ts +2 -2
  41. package/LocalizationProvider/index.js +1 -2
  42. package/Masonry/Masonry.d.ts +2 -2
  43. package/Masonry/masonryClasses.d.ts +8 -8
  44. package/MobileDatePicker/index.d.ts +2 -2
  45. package/MobileDatePicker/index.js +1 -2
  46. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -64
  47. package/MobileDateRangePicker/MobileDateRangePicker.js +13 -487
  48. package/MobileDateRangePicker/index.d.ts +2 -2
  49. package/MobileDateRangePicker/index.js +2 -2
  50. package/MobileDateTimePicker/index.d.ts +2 -2
  51. package/MobileDateTimePicker/index.js +1 -2
  52. package/MobileTimePicker/index.d.ts +2 -2
  53. package/MobileTimePicker/index.js +1 -2
  54. package/MonthPicker/index.d.ts +2 -3
  55. package/MonthPicker/index.js +1 -1
  56. package/PickersDay/index.d.ts +2 -4
  57. package/PickersDay/index.js +1 -2
  58. package/StaticDatePicker/index.d.ts +2 -2
  59. package/StaticDatePicker/index.js +1 -2
  60. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -67
  61. package/StaticDateRangePicker/StaticDateRangePicker.js +13 -443
  62. package/StaticDateRangePicker/index.d.ts +2 -2
  63. package/StaticDateRangePicker/index.js +2 -2
  64. package/StaticDateTimePicker/index.d.ts +2 -2
  65. package/StaticDateTimePicker/index.js +1 -2
  66. package/StaticTimePicker/index.d.ts +2 -2
  67. package/StaticTimePicker/index.js +1 -2
  68. package/TabContext/TabContext.d.ts +2 -2
  69. package/TabList/TabList.d.ts +3 -3
  70. package/TabPanel/TabPanel.d.ts +2 -2
  71. package/TabPanel/tabPanelClasses.d.ts +8 -8
  72. package/TimePicker/index.d.ts +2 -2
  73. package/TimePicker/index.js +1 -2
  74. package/Timeline/Timeline.d.ts +59 -59
  75. package/Timeline/Timeline.js +2 -2
  76. package/Timeline/TimelineContext.d.ts +6 -6
  77. package/Timeline/index.d.ts +5 -5
  78. package/Timeline/timelineClasses.d.ts +3 -3
  79. package/TimelineConnector/TimelineConnector.d.ts +2 -2
  80. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  81. package/TimelineContent/TimelineContent.d.ts +3 -3
  82. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  83. package/TimelineDot/TimelineDot.d.ts +2 -2
  84. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  85. package/TimelineItem/TimelineItem.d.ts +2 -2
  86. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  87. package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
  88. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  89. package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
  90. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  91. package/TreeItem/TreeItem.d.ts +3 -3
  92. package/TreeItem/TreeItem.js +1 -1
  93. package/TreeItem/treeItemClasses.d.ts +24 -24
  94. package/TreeView/TreeView.d.ts +2 -2
  95. package/TreeView/treeViewClasses.d.ts +8 -8
  96. package/YearPicker/index.d.ts +2 -5
  97. package/YearPicker/index.js +1 -3
  98. package/index.js +1 -1
  99. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  100. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  101. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  102. package/internal/svg-icons/Calendar.d.ts +7 -7
  103. package/internal/svg-icons/Clock.d.ts +7 -7
  104. package/internal/svg-icons/DateRange.d.ts +7 -7
  105. package/internal/svg-icons/Pen.d.ts +7 -7
  106. package/internal/svg-icons/Time.d.ts +7 -7
  107. package/legacy/AdapterDateFns/index.js +1 -1
  108. package/legacy/AdapterDayjs/index.js +1 -1
  109. package/legacy/AdapterLuxon/index.js +1 -1
  110. package/legacy/AdapterMoment/index.js +1 -1
  111. package/legacy/CalendarPicker/index.js +1 -1
  112. package/legacy/CalendarPickerSkeleton/index.js +1 -1
  113. package/legacy/ClockPicker/index.js +1 -2
  114. package/legacy/DatePicker/index.js +1 -2
  115. package/legacy/DateRangePicker/DateRangePicker.js +13 -517
  116. package/legacy/DateRangePicker/index.js +2 -2
  117. package/legacy/DateRangePickerDay/DateRangePickerDay.js +17 -245
  118. package/legacy/DateRangePickerDay/index.js +2 -2
  119. package/legacy/DateTimePicker/index.js +1 -2
  120. package/legacy/DesktopDatePicker/index.js +1 -2
  121. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +12 -482
  122. package/legacy/DesktopDateRangePicker/index.js +2 -2
  123. package/legacy/DesktopDateTimePicker/index.js +1 -2
  124. package/legacy/DesktopTimePicker/index.js +1 -2
  125. package/legacy/LocalizationProvider/index.js +1 -2
  126. package/legacy/MobileDatePicker/index.js +1 -2
  127. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +12 -492
  128. package/legacy/MobileDateRangePicker/index.js +2 -2
  129. package/legacy/MobileDateTimePicker/index.js +1 -2
  130. package/legacy/MobileTimePicker/index.js +1 -2
  131. package/legacy/MonthPicker/index.js +1 -1
  132. package/legacy/PickersDay/index.js +1 -2
  133. package/legacy/StaticDatePicker/index.js +1 -2
  134. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +12 -449
  135. package/legacy/StaticDateRangePicker/index.js +2 -2
  136. package/legacy/StaticDateTimePicker/index.js +1 -2
  137. package/legacy/StaticTimePicker/index.js +1 -2
  138. package/legacy/TimePicker/index.js +1 -2
  139. package/legacy/Timeline/Timeline.js +2 -2
  140. package/legacy/TreeItem/TreeItem.js +1 -1
  141. package/legacy/YearPicker/index.js +1 -3
  142. package/legacy/index.js +1 -1
  143. package/modern/AdapterDateFns/index.js +1 -1
  144. package/modern/AdapterDayjs/index.js +1 -1
  145. package/modern/AdapterLuxon/index.js +1 -1
  146. package/modern/AdapterMoment/index.js +1 -1
  147. package/modern/CalendarPicker/index.js +1 -1
  148. package/modern/CalendarPickerSkeleton/index.js +1 -1
  149. package/modern/ClockPicker/index.js +1 -2
  150. package/modern/DatePicker/index.js +1 -2
  151. package/modern/DateRangePicker/DateRangePicker.js +14 -512
  152. package/modern/DateRangePicker/index.js +2 -2
  153. package/modern/DateRangePickerDay/DateRangePickerDay.js +17 -240
  154. package/modern/DateRangePickerDay/index.js +2 -2
  155. package/modern/DateTimePicker/index.js +1 -2
  156. package/modern/DesktopDatePicker/index.js +1 -2
  157. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +13 -477
  158. package/modern/DesktopDateRangePicker/index.js +2 -2
  159. package/modern/DesktopDateTimePicker/index.js +1 -2
  160. package/modern/DesktopTimePicker/index.js +1 -2
  161. package/modern/LocalizationProvider/index.js +1 -2
  162. package/modern/MobileDatePicker/index.js +1 -2
  163. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +13 -487
  164. package/modern/MobileDateRangePicker/index.js +2 -2
  165. package/modern/MobileDateTimePicker/index.js +1 -2
  166. package/modern/MobileTimePicker/index.js +1 -2
  167. package/modern/MonthPicker/index.js +1 -1
  168. package/modern/PickersDay/index.js +1 -2
  169. package/modern/StaticDatePicker/index.js +1 -2
  170. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +13 -443
  171. package/modern/StaticDateRangePicker/index.js +2 -2
  172. package/modern/StaticDateTimePicker/index.js +1 -2
  173. package/modern/StaticTimePicker/index.js +1 -2
  174. package/modern/TimePicker/index.js +1 -2
  175. package/modern/Timeline/Timeline.js +2 -2
  176. package/modern/TreeItem/TreeItem.js +1 -1
  177. package/modern/YearPicker/index.js +1 -3
  178. package/modern/index.js +1 -1
  179. package/node/AdapterDateFns/index.js +2 -4
  180. package/node/AdapterDayjs/index.js +2 -4
  181. package/node/AdapterLuxon/index.js +2 -4
  182. package/node/AdapterMoment/index.js +2 -4
  183. package/node/CalendarPicker/index.js +2 -6
  184. package/node/CalendarPickerSkeleton/index.js +2 -6
  185. package/node/ClockPicker/index.js +2 -6
  186. package/node/DatePicker/index.js +2 -19
  187. package/node/DateRangePicker/DateRangePicker.js +14 -517
  188. package/node/DateRangePickerDay/DateRangePickerDay.js +20 -254
  189. package/node/DateTimePicker/index.js +2 -19
  190. package/node/DesktopDatePicker/index.js +2 -19
  191. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +13 -482
  192. package/node/DesktopDateTimePicker/index.js +2 -19
  193. package/node/DesktopTimePicker/index.js +2 -19
  194. package/node/LocalizationProvider/index.js +2 -19
  195. package/node/MobileDatePicker/index.js +2 -19
  196. package/node/MobileDateRangePicker/MobileDateRangePicker.js +13 -492
  197. package/node/MobileDateTimePicker/index.js +2 -19
  198. package/node/MobileTimePicker/index.js +2 -19
  199. package/node/MonthPicker/index.js +2 -6
  200. package/node/PickersDay/index.js +2 -6
  201. package/node/StaticDatePicker/index.js +2 -19
  202. package/node/StaticDateRangePicker/StaticDateRangePicker.js +13 -447
  203. package/node/StaticDateTimePicker/index.js +2 -19
  204. package/node/StaticTimePicker/index.js +2 -19
  205. package/node/TimePicker/index.js +2 -19
  206. package/node/Timeline/Timeline.js +2 -2
  207. package/node/TreeItem/TreeItem.js +1 -1
  208. package/node/YearPicker/index.js +9 -26
  209. package/node/index.js +1 -1
  210. package/package.json +9 -12
  211. package/themeAugmentation/components.d.ts +0 -50
  212. package/themeAugmentation/index.d.ts +2 -0
  213. package/themeAugmentation/overrides.d.ts +0 -16
  214. package/themeAugmentation/props.d.ts +0 -36
  215. package/CalendarPicker/CalendarPicker.d.ts +0 -106
  216. package/CalendarPicker/CalendarPicker.js +0 -344
  217. package/CalendarPicker/PickersCalendar.d.ts +0 -47
  218. package/CalendarPicker/PickersCalendar.js +0 -145
  219. package/CalendarPicker/PickersCalendarHeader.d.ts +0 -43
  220. package/CalendarPicker/PickersCalendarHeader.js +0 -165
  221. package/CalendarPicker/PickersFadeTransitionGroup.d.ts +0 -12
  222. package/CalendarPicker/PickersFadeTransitionGroup.js +0 -44
  223. package/CalendarPicker/PickersSlideTransition.d.ts +0 -16
  224. package/CalendarPicker/PickersSlideTransition.js +0 -103
  225. package/CalendarPicker/shared.d.ts +0 -1
  226. package/CalendarPicker/shared.js +0 -1
  227. package/CalendarPicker/useCalendarState.d.ts +0 -32
  228. package/CalendarPicker/useCalendarState.js +0 -110
  229. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +0 -41
  230. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -149
  231. package/ClockPicker/Clock.d.ts +0 -28
  232. package/ClockPicker/Clock.js +0 -267
  233. package/ClockPicker/ClockNumber.d.ts +0 -19
  234. package/ClockPicker/ClockNumber.js +0 -72
  235. package/ClockPicker/ClockNumbers.d.ts +0 -24
  236. package/ClockPicker/ClockNumbers.js +0 -80
  237. package/ClockPicker/ClockPicker.d.ts +0 -121
  238. package/ClockPicker/ClockPicker.js +0 -398
  239. package/ClockPicker/ClockPickerStandalone.d.ts +0 -28
  240. package/ClockPicker/ClockPickerStandalone.js +0 -47
  241. package/ClockPicker/ClockPointer.d.ts +0 -23
  242. package/ClockPicker/ClockPointer.js +0 -103
  243. package/ClockPicker/shared.d.ts +0 -5
  244. package/ClockPicker/shared.js +0 -57
  245. package/DatePicker/DatePicker.d.ts +0 -27
  246. package/DatePicker/DatePicker.js +0 -469
  247. package/DatePicker/DatePickerToolbar.d.ts +0 -23
  248. package/DatePicker/DatePickerToolbar.js +0 -82
  249. package/DatePicker/shared.d.ts +0 -45
  250. package/DatePicker/shared.js +0 -54
  251. package/DateRangePicker/DateRangePickerInput.d.ts +0 -35
  252. package/DateRangePicker/DateRangePickerInput.js +0 -132
  253. package/DateRangePicker/DateRangePickerToolbar.d.ts +0 -15
  254. package/DateRangePicker/DateRangePickerToolbar.js +0 -65
  255. package/DateRangePicker/DateRangePickerView.d.ts +0 -44
  256. package/DateRangePicker/DateRangePickerView.js +0 -177
  257. package/DateRangePicker/DateRangePickerViewDesktop.d.ts +0 -29
  258. package/DateRangePicker/DateRangePickerViewDesktop.js +0 -159
  259. package/DateRangePicker/DateRangePickerViewMobile.d.ts +0 -17
  260. package/DateRangePicker/DateRangePickerViewMobile.js +0 -62
  261. package/DateRangePicker/RangeTypes.d.ts +0 -8
  262. package/DateRangePicker/RangeTypes.js +0 -1
  263. package/DateRangePicker/date-range-manager.d.ts +0 -14
  264. package/DateRangePicker/date-range-manager.js +0 -43
  265. package/DateTimePicker/DateTimePicker.d.ts +0 -27
  266. package/DateTimePicker/DateTimePicker.js +0 -547
  267. package/DateTimePicker/DateTimePickerTabs.d.ts +0 -13
  268. package/DateTimePicker/DateTimePickerTabs.js +0 -87
  269. package/DateTimePicker/DateTimePickerToolbar.d.ts +0 -7
  270. package/DateTimePicker/DateTimePickerToolbar.js +0 -139
  271. package/DateTimePicker/shared.d.ts +0 -67
  272. package/DateTimePicker/shared.js +0 -58
  273. package/DesktopDatePicker/DesktopDatePicker.d.ts +0 -20
  274. package/DesktopDatePicker/DesktopDatePicker.js +0 -444
  275. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +0 -20
  276. package/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -518
  277. package/DesktopTimePicker/DesktopTimePicker.d.ts +0 -20
  278. package/DesktopTimePicker/DesktopTimePicker.js +0 -366
  279. package/LocalizationProvider/LocalizationProvider.d.ts +0 -35
  280. package/LocalizationProvider/LocalizationProvider.js +0 -108
  281. package/MobileDatePicker/MobileDatePicker.d.ts +0 -20
  282. package/MobileDatePicker/MobileDatePicker.js +0 -449
  283. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +0 -20
  284. package/MobileDateTimePicker/MobileDateTimePicker.js +0 -529
  285. package/MobileTimePicker/MobileTimePicker.d.ts +0 -20
  286. package/MobileTimePicker/MobileTimePicker.js +0 -377
  287. package/MonthPicker/MonthPicker.d.ts +0 -53
  288. package/MonthPicker/MonthPicker.js +0 -182
  289. package/MonthPicker/PickersMonth.d.ts +0 -15
  290. package/MonthPicker/PickersMonth.js +0 -72
  291. package/PickersDay/PickersDay.d.ts +0 -93
  292. package/PickersDay/PickersDay.js +0 -396
  293. package/StaticDatePicker/StaticDatePicker.d.ts +0 -25
  294. package/StaticDatePicker/StaticDatePicker.js +0 -406
  295. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +0 -25
  296. package/StaticDateTimePicker/StaticDateTimePicker.js +0 -486
  297. package/StaticTimePicker/StaticTimePicker.d.ts +0 -25
  298. package/StaticTimePicker/StaticTimePicker.js +0 -333
  299. package/TimePicker/TimePicker.d.ts +0 -27
  300. package/TimePicker/TimePicker.js +0 -395
  301. package/TimePicker/TimePickerToolbar.d.ts +0 -23
  302. package/TimePicker/TimePickerToolbar.js +0 -172
  303. package/TimePicker/shared.d.ts +0 -36
  304. package/TimePicker/shared.js +0 -45
  305. package/YearPicker/PickersYear.d.ts +0 -27
  306. package/YearPicker/PickersYear.js +0 -112
  307. package/YearPicker/YearPicker.d.ts +0 -44
  308. package/YearPicker/YearPicker.js +0 -251
  309. package/YearPicker/yearPickerClasses.d.ts +0 -3
  310. package/YearPicker/yearPickerClasses.js +0 -6
  311. package/internal/pickers/KeyboardDateInput.d.ts +0 -4
  312. package/internal/pickers/KeyboardDateInput.js +0 -59
  313. package/internal/pickers/Picker/Picker.d.ts +0 -33
  314. package/internal/pickers/Picker/Picker.js +0 -130
  315. package/internal/pickers/Picker/PickerView.d.ts +0 -3
  316. package/internal/pickers/Picker/PickerView.js +0 -11
  317. package/internal/pickers/PickersArrowSwitcher.d.ts +0 -41
  318. package/internal/pickers/PickersArrowSwitcher.js +0 -91
  319. package/internal/pickers/PickersModalDialog.d.ts +0 -47
  320. package/internal/pickers/PickersModalDialog.js +0 -78
  321. package/internal/pickers/PickersPopper.d.ts +0 -44
  322. package/internal/pickers/PickersPopper.js +0 -267
  323. package/internal/pickers/PickersToolbar.d.ts +0 -14
  324. package/internal/pickers/PickersToolbar.js +0 -88
  325. package/internal/pickers/PickersToolbarButton.d.ts +0 -13
  326. package/internal/pickers/PickersToolbarButton.js +0 -39
  327. package/internal/pickers/PickersToolbarText.d.ts +0 -8
  328. package/internal/pickers/PickersToolbarText.js +0 -36
  329. package/internal/pickers/PureDateInput.d.ts +0 -80
  330. package/internal/pickers/PureDateInput.js +0 -51
  331. package/internal/pickers/constants/dimensions.d.ts +0 -4
  332. package/internal/pickers/constants/dimensions.js +0 -4
  333. package/internal/pickers/constants/prop-types.d.ts +0 -1
  334. package/internal/pickers/constants/prop-types.js +0 -1
  335. package/internal/pickers/date-time-utils.d.ts +0 -8
  336. package/internal/pickers/date-time-utils.js +0 -28
  337. package/internal/pickers/date-utils.d.ts +0 -52
  338. package/internal/pickers/date-utils.js +0 -138
  339. package/internal/pickers/hooks/date-helpers-hooks.d.ts +0 -16
  340. package/internal/pickers/hooks/date-helpers-hooks.js +0 -37
  341. package/internal/pickers/hooks/useIsLandscape.d.ts +0 -4
  342. package/internal/pickers/hooks/useIsLandscape.js +0 -43
  343. package/internal/pickers/hooks/useMaskedInput.d.ts +0 -7
  344. package/internal/pickers/hooks/useMaskedInput.js +0 -93
  345. package/internal/pickers/hooks/useOpenState.d.ts +0 -10
  346. package/internal/pickers/hooks/useOpenState.js +0 -38
  347. package/internal/pickers/hooks/usePickerState.d.ts +0 -38
  348. package/internal/pickers/hooks/usePickerState.js +0 -117
  349. package/internal/pickers/hooks/useUtils.d.ts +0 -7
  350. package/internal/pickers/hooks/useUtils.js +0 -25
  351. package/internal/pickers/hooks/useValidation.d.ts +0 -23
  352. package/internal/pickers/hooks/useValidation.js +0 -44
  353. package/internal/pickers/hooks/useViews.d.ts +0 -19
  354. package/internal/pickers/hooks/useViews.js +0 -50
  355. package/internal/pickers/test-utils.js +0 -91
  356. package/internal/pickers/text-field-helper.d.ts +0 -11
  357. package/internal/pickers/text-field-helper.js +0 -66
  358. package/internal/pickers/time-utils.d.ts +0 -33
  359. package/internal/pickers/time-utils.js +0 -68
  360. package/internal/pickers/typings/BasePicker.d.ts +0 -95
  361. package/internal/pickers/typings/BasePicker.js +0 -1
  362. package/internal/pickers/typings/Views.d.ts +0 -1
  363. package/internal/pickers/typings/Views.js +0 -1
  364. package/internal/pickers/typings/helpers.d.ts +0 -9
  365. package/internal/pickers/typings/helpers.js +0 -1
  366. package/internal/pickers/utils.d.ts +0 -7
  367. package/internal/pickers/utils.js +0 -36
  368. package/internal/pickers/wrappers/DesktopTooltipWrapper.d.ts +0 -4
  369. package/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -55
  370. package/internal/pickers/wrappers/DesktopWrapper.d.ts +0 -16
  371. package/internal/pickers/wrappers/DesktopWrapper.js +0 -45
  372. package/internal/pickers/wrappers/MobileWrapper.d.ts +0 -14
  373. package/internal/pickers/wrappers/MobileWrapper.js +0 -50
  374. package/internal/pickers/wrappers/PickerStaticWrapper.d.ts +0 -21
  375. package/internal/pickers/wrappers/PickerStaticWrapper.js +0 -63
  376. package/internal/pickers/wrappers/ResponsiveWrapper.d.ts +0 -23
  377. package/internal/pickers/wrappers/ResponsiveWrapper.js +0 -44
  378. package/internal/pickers/wrappers/WrapperProps.d.ts +0 -13
  379. package/internal/pickers/wrappers/WrapperProps.js +0 -1
  380. package/internal/pickers/wrappers/WrapperVariantContext.d.ts +0 -11
  381. package/internal/pickers/wrappers/WrapperVariantContext.js +0 -12
  382. package/legacy/CalendarPicker/CalendarPicker.js +0 -355
  383. package/legacy/CalendarPicker/PickersCalendar.js +0 -159
  384. package/legacy/CalendarPicker/PickersCalendarHeader.js +0 -176
  385. package/legacy/CalendarPicker/PickersFadeTransitionGroup.js +0 -44
  386. package/legacy/CalendarPicker/PickersSlideTransition.js +0 -98
  387. package/legacy/CalendarPicker/shared.js +0 -1
  388. package/legacy/CalendarPicker/useCalendarState.js +0 -118
  389. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -155
  390. package/legacy/ClockPicker/Clock.js +0 -273
  391. package/legacy/ClockPicker/ClockNumber.js +0 -71
  392. package/legacy/ClockPicker/ClockNumbers.js +0 -83
  393. package/legacy/ClockPicker/ClockPicker.js +0 -437
  394. package/legacy/ClockPicker/ClockPickerStandalone.js +0 -49
  395. package/legacy/ClockPicker/ClockPointer.js +0 -130
  396. package/legacy/ClockPicker/shared.js +0 -61
  397. package/legacy/DatePicker/DatePicker.js +0 -467
  398. package/legacy/DatePicker/DatePickerToolbar.js +0 -82
  399. package/legacy/DatePicker/shared.js +0 -57
  400. package/legacy/DateRangePicker/DateRangePickerInput.js +0 -144
  401. package/legacy/DateRangePicker/DateRangePickerToolbar.js +0 -73
  402. package/legacy/DateRangePicker/DateRangePickerView.js +0 -181
  403. package/legacy/DateRangePicker/DateRangePickerViewDesktop.js +0 -174
  404. package/legacy/DateRangePicker/DateRangePickerViewMobile.js +0 -64
  405. package/legacy/DateRangePicker/RangeTypes.js +0 -1
  406. package/legacy/DateRangePicker/date-range-manager.js +0 -51
  407. package/legacy/DateTimePicker/DateTimePicker.js +0 -545
  408. package/legacy/DateTimePicker/DateTimePickerTabs.js +0 -88
  409. package/legacy/DateTimePicker/DateTimePickerToolbar.js +0 -151
  410. package/legacy/DateTimePicker/shared.js +0 -58
  411. package/legacy/DesktopDatePicker/DesktopDatePicker.js +0 -446
  412. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -520
  413. package/legacy/DesktopTimePicker/DesktopTimePicker.js +0 -368
  414. package/legacy/LocalizationProvider/LocalizationProvider.js +0 -108
  415. package/legacy/MobileDatePicker/MobileDatePicker.js +0 -452
  416. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +0 -532
  417. package/legacy/MobileTimePicker/MobileTimePicker.js +0 -380
  418. package/legacy/MonthPicker/MonthPicker.js +0 -179
  419. package/legacy/MonthPicker/PickersMonth.js +0 -70
  420. package/legacy/PickersDay/PickersDay.js +0 -399
  421. package/legacy/StaticDatePicker/StaticDatePicker.js +0 -410
  422. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +0 -490
  423. package/legacy/StaticTimePicker/StaticTimePicker.js +0 -336
  424. package/legacy/TimePicker/TimePicker.js +0 -393
  425. package/legacy/TimePicker/TimePickerToolbar.js +0 -179
  426. package/legacy/TimePicker/shared.js +0 -44
  427. package/legacy/YearPicker/PickersYear.js +0 -115
  428. package/legacy/YearPicker/YearPicker.js +0 -254
  429. package/legacy/YearPicker/yearPickerClasses.js +0 -6
  430. package/legacy/internal/pickers/KeyboardDateInput.js +0 -57
  431. package/legacy/internal/pickers/Picker/Picker.js +0 -141
  432. package/legacy/internal/pickers/Picker/PickerView.js +0 -11
  433. package/legacy/internal/pickers/PickersArrowSwitcher.js +0 -92
  434. package/legacy/internal/pickers/PickersModalDialog.js +0 -85
  435. package/legacy/internal/pickers/PickersPopper.js +0 -280
  436. package/legacy/internal/pickers/PickersToolbar.js +0 -92
  437. package/legacy/internal/pickers/PickersToolbarButton.js +0 -36
  438. package/legacy/internal/pickers/PickersToolbarText.js +0 -34
  439. package/legacy/internal/pickers/PureDateInput.js +0 -53
  440. package/legacy/internal/pickers/constants/dimensions.js +0 -4
  441. package/legacy/internal/pickers/constants/prop-types.js +0 -1
  442. package/legacy/internal/pickers/date-time-utils.js +0 -25
  443. package/legacy/internal/pickers/date-utils.js +0 -143
  444. package/legacy/internal/pickers/hooks/date-helpers-hooks.js +0 -35
  445. package/legacy/internal/pickers/hooks/useIsLandscape.js +0 -46
  446. package/legacy/internal/pickers/hooks/useMaskedInput.js +0 -105
  447. package/legacy/internal/pickers/hooks/useOpenState.js +0 -41
  448. package/legacy/internal/pickers/hooks/usePickerState.js +0 -143
  449. package/legacy/internal/pickers/hooks/useUtils.js +0 -25
  450. package/legacy/internal/pickers/hooks/useValidation.js +0 -43
  451. package/legacy/internal/pickers/hooks/useViews.js +0 -55
  452. package/legacy/internal/pickers/test-utils.js +0 -112
  453. package/legacy/internal/pickers/text-field-helper.js +0 -68
  454. package/legacy/internal/pickers/time-utils.js +0 -69
  455. package/legacy/internal/pickers/typings/BasePicker.js +0 -1
  456. package/legacy/internal/pickers/typings/Views.js +0 -1
  457. package/legacy/internal/pickers/typings/helpers.js +0 -1
  458. package/legacy/internal/pickers/utils.js +0 -52
  459. package/legacy/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -53
  460. package/legacy/internal/pickers/wrappers/DesktopWrapper.js +0 -43
  461. package/legacy/internal/pickers/wrappers/MobileWrapper.js +0 -47
  462. package/legacy/internal/pickers/wrappers/PickerStaticWrapper.js +0 -61
  463. package/legacy/internal/pickers/wrappers/ResponsiveWrapper.js +0 -42
  464. package/legacy/internal/pickers/wrappers/WrapperProps.js +0 -1
  465. package/legacy/internal/pickers/wrappers/WrapperVariantContext.js +0 -12
  466. package/modern/CalendarPicker/CalendarPicker.js +0 -344
  467. package/modern/CalendarPicker/PickersCalendar.js +0 -145
  468. package/modern/CalendarPicker/PickersCalendarHeader.js +0 -165
  469. package/modern/CalendarPicker/PickersFadeTransitionGroup.js +0 -44
  470. package/modern/CalendarPicker/PickersSlideTransition.js +0 -103
  471. package/modern/CalendarPicker/shared.js +0 -1
  472. package/modern/CalendarPicker/useCalendarState.js +0 -108
  473. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -149
  474. package/modern/ClockPicker/Clock.js +0 -267
  475. package/modern/ClockPicker/ClockNumber.js +0 -72
  476. package/modern/ClockPicker/ClockNumbers.js +0 -80
  477. package/modern/ClockPicker/ClockPicker.js +0 -398
  478. package/modern/ClockPicker/ClockPickerStandalone.js +0 -47
  479. package/modern/ClockPicker/ClockPointer.js +0 -103
  480. package/modern/ClockPicker/shared.js +0 -57
  481. package/modern/DatePicker/DatePicker.js +0 -469
  482. package/modern/DatePicker/DatePickerToolbar.js +0 -82
  483. package/modern/DatePicker/shared.js +0 -54
  484. package/modern/DateRangePicker/DateRangePickerInput.js +0 -128
  485. package/modern/DateRangePicker/DateRangePickerToolbar.js +0 -65
  486. package/modern/DateRangePicker/DateRangePickerView.js +0 -177
  487. package/modern/DateRangePicker/DateRangePickerViewDesktop.js +0 -159
  488. package/modern/DateRangePicker/DateRangePickerViewMobile.js +0 -62
  489. package/modern/DateRangePicker/RangeTypes.js +0 -1
  490. package/modern/DateRangePicker/date-range-manager.js +0 -43
  491. package/modern/DateTimePicker/DateTimePicker.js +0 -547
  492. package/modern/DateTimePicker/DateTimePickerTabs.js +0 -87
  493. package/modern/DateTimePicker/DateTimePickerToolbar.js +0 -139
  494. package/modern/DateTimePicker/shared.js +0 -58
  495. package/modern/DesktopDatePicker/DesktopDatePicker.js +0 -444
  496. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -518
  497. package/modern/DesktopTimePicker/DesktopTimePicker.js +0 -366
  498. package/modern/LocalizationProvider/LocalizationProvider.js +0 -108
  499. package/modern/MobileDatePicker/MobileDatePicker.js +0 -449
  500. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +0 -529
  501. package/modern/MobileTimePicker/MobileTimePicker.js +0 -377
  502. package/modern/MonthPicker/MonthPicker.js +0 -182
  503. package/modern/MonthPicker/PickersMonth.js +0 -72
  504. package/modern/PickersDay/PickersDay.js +0 -396
  505. package/modern/StaticDatePicker/StaticDatePicker.js +0 -406
  506. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +0 -486
  507. package/modern/StaticTimePicker/StaticTimePicker.js +0 -333
  508. package/modern/TimePicker/TimePicker.js +0 -395
  509. package/modern/TimePicker/TimePickerToolbar.js +0 -172
  510. package/modern/TimePicker/shared.js +0 -45
  511. package/modern/YearPicker/PickersYear.js +0 -112
  512. package/modern/YearPicker/YearPicker.js +0 -251
  513. package/modern/YearPicker/yearPickerClasses.js +0 -6
  514. package/modern/internal/pickers/KeyboardDateInput.js +0 -59
  515. package/modern/internal/pickers/Picker/Picker.js +0 -130
  516. package/modern/internal/pickers/Picker/PickerView.js +0 -11
  517. package/modern/internal/pickers/PickersArrowSwitcher.js +0 -91
  518. package/modern/internal/pickers/PickersModalDialog.js +0 -78
  519. package/modern/internal/pickers/PickersPopper.js +0 -267
  520. package/modern/internal/pickers/PickersToolbar.js +0 -88
  521. package/modern/internal/pickers/PickersToolbarButton.js +0 -39
  522. package/modern/internal/pickers/PickersToolbarText.js +0 -36
  523. package/modern/internal/pickers/PureDateInput.js +0 -51
  524. package/modern/internal/pickers/constants/dimensions.js +0 -4
  525. package/modern/internal/pickers/constants/prop-types.js +0 -1
  526. package/modern/internal/pickers/date-time-utils.js +0 -28
  527. package/modern/internal/pickers/date-utils.js +0 -138
  528. package/modern/internal/pickers/hooks/date-helpers-hooks.js +0 -37
  529. package/modern/internal/pickers/hooks/useIsLandscape.js +0 -43
  530. package/modern/internal/pickers/hooks/useMaskedInput.js +0 -93
  531. package/modern/internal/pickers/hooks/useOpenState.js +0 -38
  532. package/modern/internal/pickers/hooks/usePickerState.js +0 -117
  533. package/modern/internal/pickers/hooks/useUtils.js +0 -25
  534. package/modern/internal/pickers/hooks/useValidation.js +0 -44
  535. package/modern/internal/pickers/hooks/useViews.js +0 -48
  536. package/modern/internal/pickers/test-utils.js +0 -91
  537. package/modern/internal/pickers/text-field-helper.js +0 -66
  538. package/modern/internal/pickers/time-utils.js +0 -68
  539. package/modern/internal/pickers/typings/BasePicker.js +0 -1
  540. package/modern/internal/pickers/typings/Views.js +0 -1
  541. package/modern/internal/pickers/typings/helpers.js +0 -1
  542. package/modern/internal/pickers/utils.js +0 -36
  543. package/modern/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -53
  544. package/modern/internal/pickers/wrappers/DesktopWrapper.js +0 -45
  545. package/modern/internal/pickers/wrappers/MobileWrapper.js +0 -50
  546. package/modern/internal/pickers/wrappers/PickerStaticWrapper.js +0 -63
  547. package/modern/internal/pickers/wrappers/ResponsiveWrapper.js +0 -44
  548. package/modern/internal/pickers/wrappers/WrapperProps.js +0 -1
  549. package/modern/internal/pickers/wrappers/WrapperVariantContext.js +0 -12
  550. package/node/CalendarPicker/CalendarPicker.js +0 -377
  551. package/node/CalendarPicker/PickersCalendar.js +0 -166
  552. package/node/CalendarPicker/PickersCalendarHeader.js +0 -189
  553. package/node/CalendarPicker/PickersFadeTransitionGroup.js +0 -65
  554. package/node/CalendarPicker/PickersSlideTransition.js +0 -127
  555. package/node/CalendarPicker/shared.js +0 -5
  556. package/node/CalendarPicker/useCalendarState.js +0 -131
  557. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -177
  558. package/node/ClockPicker/Clock.js +0 -290
  559. package/node/ClockPicker/ClockNumber.js +0 -95
  560. package/node/ClockPicker/ClockNumbers.js +0 -100
  561. package/node/ClockPicker/ClockPicker.js +0 -428
  562. package/node/ClockPicker/ClockPickerStandalone.js +0 -68
  563. package/node/ClockPicker/ClockPointer.js +0 -123
  564. package/node/ClockPicker/shared.js +0 -70
  565. package/node/DatePicker/DatePicker.js +0 -490
  566. package/node/DatePicker/DatePickerToolbar.js +0 -106
  567. package/node/DatePicker/shared.js +0 -73
  568. package/node/DateRangePicker/DateRangePickerInput.js +0 -155
  569. package/node/DateRangePicker/DateRangePickerToolbar.js +0 -86
  570. package/node/DateRangePicker/DateRangePickerView.js +0 -205
  571. package/node/DateRangePicker/DateRangePickerViewDesktop.js +0 -184
  572. package/node/DateRangePicker/DateRangePickerViewMobile.js +0 -84
  573. package/node/DateRangePicker/RangeTypes.js +0 -5
  574. package/node/DateRangePicker/date-range-manager.js +0 -52
  575. package/node/DateTimePicker/DateTimePicker.js +0 -568
  576. package/node/DateTimePicker/DateTimePickerTabs.js +0 -106
  577. package/node/DateTimePicker/DateTimePickerToolbar.js +0 -163
  578. package/node/DateTimePicker/shared.js +0 -72
  579. package/node/DesktopDatePicker/DesktopDatePicker.js +0 -469
  580. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -543
  581. package/node/DesktopTimePicker/DesktopTimePicker.js +0 -391
  582. package/node/LocalizationProvider/LocalizationProvider.js +0 -126
  583. package/node/MobileDatePicker/MobileDatePicker.js +0 -475
  584. package/node/MobileDateTimePicker/MobileDateTimePicker.js +0 -555
  585. package/node/MobileTimePicker/MobileTimePicker.js +0 -403
  586. package/node/MonthPicker/MonthPicker.js +0 -209
  587. package/node/MonthPicker/PickersMonth.js +0 -96
  588. package/node/PickersDay/PickersDay.js +0 -429
  589. package/node/StaticDatePicker/StaticDatePicker.js +0 -431
  590. package/node/StaticDateTimePicker/StaticDateTimePicker.js +0 -511
  591. package/node/StaticTimePicker/StaticTimePicker.js +0 -357
  592. package/node/TimePicker/TimePicker.js +0 -416
  593. package/node/TimePicker/TimePickerToolbar.js +0 -200
  594. package/node/TimePicker/shared.js +0 -59
  595. package/node/YearPicker/PickersYear.js +0 -136
  596. package/node/YearPicker/YearPicker.js +0 -275
  597. package/node/YearPicker/yearPickerClasses.js +0 -17
  598. package/node/internal/pickers/KeyboardDateInput.js +0 -85
  599. package/node/internal/pickers/Picker/Picker.js +0 -156
  600. package/node/internal/pickers/Picker/PickerView.js +0 -21
  601. package/node/internal/pickers/PickersArrowSwitcher.js +0 -113
  602. package/node/internal/pickers/PickersModalDialog.js +0 -100
  603. package/node/internal/pickers/PickersPopper.js +0 -291
  604. package/node/internal/pickers/PickersToolbar.js +0 -112
  605. package/node/internal/pickers/PickersToolbarButton.js +0 -60
  606. package/node/internal/pickers/PickersToolbarText.js +0 -58
  607. package/node/internal/pickers/PureDateInput.js +0 -70
  608. package/node/internal/pickers/constants/dimensions.js +0 -14
  609. package/node/internal/pickers/constants/prop-types.js +0 -5
  610. package/node/internal/pickers/date-time-utils.js +0 -40
  611. package/node/internal/pickers/date-utils.js +0 -170
  612. package/node/internal/pickers/hooks/date-helpers-hooks.js +0 -55
  613. package/node/internal/pickers/hooks/useIsLandscape.js +0 -59
  614. package/node/internal/pickers/hooks/useMaskedInput.js +0 -115
  615. package/node/internal/pickers/hooks/useOpenState.js +0 -53
  616. package/node/internal/pickers/hooks/usePickerState.js +0 -134
  617. package/node/internal/pickers/hooks/useUtils.js +0 -42
  618. package/node/internal/pickers/hooks/useValidation.js +0 -65
  619. package/node/internal/pickers/hooks/useViews.js +0 -64
  620. package/node/internal/pickers/test-utils.js +0 -122
  621. package/node/internal/pickers/text-field-helper.js +0 -86
  622. package/node/internal/pickers/time-utils.js +0 -92
  623. package/node/internal/pickers/typings/BasePicker.js +0 -5
  624. package/node/internal/pickers/typings/Views.js +0 -5
  625. package/node/internal/pickers/typings/helpers.js +0 -5
  626. package/node/internal/pickers/utils.js +0 -58
  627. package/node/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -74
  628. package/node/internal/pickers/wrappers/DesktopWrapper.js +0 -63
  629. package/node/internal/pickers/wrappers/MobileWrapper.js +0 -68
  630. package/node/internal/pickers/wrappers/PickerStaticWrapper.js +0 -88
  631. package/node/internal/pickers/wrappers/ResponsiveWrapper.js +0 -64
  632. package/node/internal/pickers/wrappers/WrapperProps.js +0 -5
  633. package/node/internal/pickers/wrappers/WrapperVariantContext.js +0 -25
@@ -1 +1 @@
1
- export { default } from '@date-io/date-fns';
1
+ export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
@@ -1 +1 @@
1
- export { default } from '@date-io/date-fns';
1
+ export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
@@ -1 +1 @@
1
- export { default } from '@date-io/dayjs';
1
+ export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
@@ -1 +1 @@
1
- export { default } from '@date-io/dayjs';
1
+ export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
@@ -1 +1 @@
1
- export { default } from '@date-io/luxon';
1
+ export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
@@ -1 +1 @@
1
- export { default } from '@date-io/luxon';
1
+ export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
@@ -1 +1 @@
1
- export { default } from '@date-io/moment';
1
+ export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
@@ -1 +1 @@
1
- export { default } from '@date-io/moment';
1
+ export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,183 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.6.2
4
+
5
+ <!-- generated comparing v5.6.1..master -->
6
+
7
+ _Apr 18, 2022_
8
+
9
+ A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
10
+
11
+ ### `@mui/material@5.6.2`
12
+
13
+ - &#8203;<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
14
+ - &#8203;<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
15
+ - &#8203;<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
16
+
17
+ ### `@mui/system@5.6.2`
18
+
19
+ - &#8203;<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
20
+
21
+ ### `@mui/base@5.0.0-alpha.77`
22
+
23
+ - &#8203;<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
24
+
25
+ ### `@mui/joy@5.0.0-alpha.24`
26
+
27
+ - &#8203;<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
28
+ - &#8203;<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
29
+
30
+ ### Docs
31
+
32
+ - &#8203;<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
33
+ - &#8203;<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
34
+ - &#8203;<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
35
+ - &#8203;<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
36
+ - &#8203;<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
37
+ - &#8203;<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
38
+ - &#8203;<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
39
+ - &#8203;<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
40
+ - &#8203;<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
41
+ - &#8203;<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
42
+ - &#8203;<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
43
+ - &#8203;<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
44
+ - &#8203;<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
45
+ - &#8203;<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
46
+ - &#8203;<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
47
+ - &#8203;<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
48
+ - &#8203;<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
49
+ - &#8203;<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
50
+ - &#8203;<!-- 02 -->[website] Improve new role template @oliviertassinari
51
+ - &#8203;<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
52
+ - &#8203;<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
53
+
54
+ ### Core
55
+
56
+ - &#8203;<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
57
+ - &#8203;<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
58
+ - &#8203;<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
59
+
60
+ All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
61
+
62
+ ## 5.6.1
63
+
64
+ <!-- generated comparing v5.6.0..master -->
65
+
66
+ _Apr 11, 2022_
67
+
68
+ A big thanks to the 8 contributors who made this release possible.
69
+ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
70
+
71
+ ### `@mui/material@5.6.1`
72
+
73
+ - [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
74
+ - [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
75
+ - [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
76
+
77
+ ### `@mui/base@5.0.0-alpha.76`
78
+
79
+ - [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
80
+
81
+ ### Docs
82
+
83
+ - [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
84
+ - [docs] Format number icons search (#32239) @oliviertassinari
85
+ - [docs] Fix small external links issue (#32212) @oliviertassinari
86
+ - [docs] Make sidenav crawlable (#32241) @oliviertassinari
87
+ - [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
88
+ - [docs] Fix wrong url (#32208) @siriwatknp
89
+ - [docs] Fix date-pickers redirects (#32207) @siriwatknp
90
+ - [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
91
+ - [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
92
+ - [docs] Remove notifications temporary (#32192) @siriwatknp
93
+ - [docs] Redirect to new urls (#32048) @siriwatknp
94
+ - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
95
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
96
+ - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
97
+ - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
98
+ - [website] Give up on promoting roles in our docs @oliviertassinari
99
+
100
+ ### Core
101
+
102
+ - [core] Fix misleading types range (#32236) @oliviertassinari
103
+ - [core] Small polish on the product name (#32199) @oliviertassinari
104
+
105
+ All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
106
+
107
+ ## 5.6.0
108
+
109
+ <!-- generated comparing v5.5.3..master -->
110
+
111
+ _Apr 5, 2022_
112
+
113
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
114
+
115
+ - 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
116
+ - 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
117
+ - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
118
+ - Several 🐛 bug fixes and 📚 documentation improvements
119
+
120
+ ### `@mui/material@5.6.0`
121
+
122
+ - &#8203;<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
123
+ - &#8203;<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
124
+ - &#8203;<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
125
+ - &#8203;<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
126
+ - &#8203;<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
127
+
128
+ ### `@mui/base@5.0.0-alpha.75`
129
+
130
+ - &#8203;<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
131
+
132
+ ### `@mui/codemod@5.6.0`
133
+
134
+ - &#8203;<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
135
+
136
+ ### `@mui/lab@5.0.0-alpha.76`
137
+
138
+ - &#8203;<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
139
+
140
+ ### `@mui/joy@5.0.0-alpha.22`
141
+
142
+ - &#8203;<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
143
+
144
+ ### Docs
145
+
146
+ - &#8203;<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
147
+ - &#8203;<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
148
+ - &#8203;<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
149
+ - &#8203;<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
150
+ - &#8203;<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
151
+ - &#8203;<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
152
+ - &#8203;<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
153
+ - &#8203;<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
154
+ - &#8203;<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
155
+ - &#8203;<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
156
+ - &#8203;<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
157
+ - &#8203;<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
158
+ - &#8203;<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
159
+ - &#8203;<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
160
+ - &#8203;<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
161
+ - &#8203;<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
162
+ - &#8203;<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
163
+ - &#8203;<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
164
+ - &#8203;<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
165
+ - &#8203;<!-- 12 -->[docs] Correct typos (#32029) @apeltop
166
+ - &#8203;<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
167
+ - &#8203;<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
168
+ - &#8203;<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
169
+ - &#8203;<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
170
+ - &#8203;<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
171
+ - &#8203;<!-- 01 -->[website] Disable job ad @oliviertassinari
172
+
173
+ ### Core
174
+
175
+ - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
176
+ - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
177
+ - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
178
+
179
+ All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
180
+
3
181
  ## 5.5.3
4
182
 
5
183
  <!-- generated comparing v5.5.2..master -->
@@ -875,7 +1053,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
875
1053
 
876
1054
  ### Core
877
1055
 
878
- - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
1056
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
879
1057
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
880
1058
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
881
1059
 
@@ -1874,7 +2052,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1874
2052
  - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
1875
2053
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
1876
2054
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
1877
- - &#8203;<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
2055
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
1878
2056
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
1879
2057
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
1880
2058
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -1895,7 +2073,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1895
2073
 
1896
2074
  ### Core
1897
2075
 
1898
- - &#8203;<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
2076
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
1899
2077
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
1900
2078
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
1901
2079
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -1956,7 +2134,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1956
2134
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
1957
2135
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
1958
2136
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
1959
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
2137
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
1960
2138
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
1961
2139
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
1962
2140
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -1998,7 +2176,7 @@ _Sep 1, 2021_
1998
2176
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1999
2177
 
2000
2178
  - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
2001
- - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
2179
+ - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
2002
2180
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
2003
2181
 
2004
2182
  ### `@mui/material@5.0.0-rc.0`
@@ -2444,7 +2622,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
2444
2622
  ### Docs
2445
2623
 
2446
2624
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
2447
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material-UI (#27394) @eps1lon
2625
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
2448
2626
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
2449
2627
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
2450
2628
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -2496,7 +2674,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2496
2674
  You can follow our progress at https://github.com/mui/material-ui/issues/27170.
2497
2675
 
2498
2676
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
2499
- You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
2677
+ You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
2500
2678
 
2501
2679
  <a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
2502
2680
 
@@ -2587,7 +2765,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2587
2765
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
2588
2766
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
2589
2767
  - [website] Open 4 new roles (#27123) @oliviertassinari
2590
- - [blog] Danilo Leal joins Material-UI (#27231) @oliviertassinari
2768
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
2591
2769
 
2592
2770
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
2593
2771
 
@@ -3024,7 +3202,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
3024
3202
 
3025
3203
  ### Docs
3026
3204
 
3027
- - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material-UI (#26700) @oliviertassinari
3205
+ - &#8203;<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
3028
3206
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
3029
3207
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
3030
3208
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -3311,7 +3489,7 @@ We are progressively moving all modules that are relevant to styling custom desi
3311
3489
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
3312
3490
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
3313
3491
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
3314
- - [website] Add Material-UI X page (#25794) @DanailH
3492
+ - [website] Add Material UI X page (#25794) @DanailH
3315
3493
  - [website] Add open application section (#26501) @oliviertassinari
3316
3494
  - [website] Add Siriwat to team page (#26406) @siriwatknp
3317
3495
 
@@ -3403,7 +3581,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3403
3581
  />
3404
3582
  ```
3405
3583
 
3406
- > Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
3584
+ > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
3407
3585
 
3408
3586
  #### Changes
3409
3587
 
@@ -3456,7 +3634,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3456
3634
  - &#8203;<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
3457
3635
  - &#8203;<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
3458
3636
  - &#8203;<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
3459
- - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom Navigation (#26190) @arpitBhalla
3637
+ - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
3460
3638
  - &#8203;<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
3461
3639
  - &#8203;<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
3462
3640
  - &#8203;<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
@@ -3566,7 +3744,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3566
3744
 
3567
3745
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
3568
3746
 
3569
- Its behavior can be obtained using the `sx` prop directly on the child if it's a Material-UI component. For non-Material-UI components use the `sx` prop in conjunction with the `component` prop:
3747
+ Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
3570
3748
 
3571
3749
  ```diff
3572
3750
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -4182,7 +4360,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
4182
4360
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
4183
4361
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
4184
4362
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
4185
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material-UI (#25590) @oliviertassinari
4363
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
4186
4364
 
4187
4365
  ### Core
4188
4366
 
@@ -4468,7 +4646,7 @@ The prop didn't solve any important problem better than any of its alternatives
4468
4646
 
4469
4647
  ### Docs
4470
4648
 
4471
- - &#8203;<!-- 22 -->[docs] Migrate Bottom Navigation demos to emotion (#25180) @vicasas
4649
+ - &#8203;<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
4472
4650
  - &#8203;<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
4473
4651
  - &#8203;<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
4474
4652
  - &#8203;<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
@@ -4703,7 +4881,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
4703
4881
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
4704
4882
 
4705
4883
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
4706
- We will not change the minimum supported version in a major version of Material-UI.
4884
+ We will not change the minimum supported version in a major version of Material UI.
4707
4885
  However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
4708
4886
 
4709
4887
  #### Changes
@@ -5431,8 +5609,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5431
5609
  Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
5432
5610
 
5433
5611
  ```diff
5434
- -<Box p={2} bgColor="primary.main">
5435
- +<Box sx={{ p: 2, bgColor: 'primary.main' }}>
5612
+ -<Box p={2} bgcolor="primary.main">
5613
+ +<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
5436
5614
  ```
5437
5615
 
5438
5616
  #### Changes
@@ -5543,7 +5721,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5543
5721
  );
5544
5722
  ```
5545
5723
 
5546
- This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
5724
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
5547
5725
 
5548
5726
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
5549
5727
 
@@ -5755,7 +5933,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
5755
5933
  - [docs] Improve formatting of the system (#23509) @oliviertassinari
5756
5934
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
5757
5935
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
5758
- - [docs] Prepare Material-UI X (#1893) @oliviertassinari
5936
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
5759
5937
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
5760
5938
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
5761
5939
  - [docs] Sync translations (#23316) @l10nbot
@@ -5783,19 +5961,19 @@ _Nov 4, 2020_
5783
5961
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
5784
5962
 
5785
5963
  - ⚛️ Add support for React 17 (#23311) @eps1lon.
5786
- React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material-UI now supports `^16.8.0 || ^17.0.0`.
5964
+ React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
5787
5965
  - 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
5788
5966
  This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
5789
5967
 
5790
5968
  **Why an unstyled package?**
5791
5969
 
5792
- While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
5970
+ While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
5793
5971
 
5794
5972
  The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
5795
5973
 
5796
5974
  Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
5797
5975
 
5798
- A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material-UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
5976
+ A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
5799
5977
 
5800
5978
  This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
5801
5979
 
@@ -5859,8 +6037,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
5859
6037
  ### Docs
5860
6038
 
5861
6039
  - [Transition] Document default appear value (#23221) @GuilleDF
5862
- - [blog] Danail Hadjiatanasov joins Material-UI (#23223) @oliviertassinari
5863
- - [docs] Add Material-UI Builder to in-house ads (#23342) @mbrookes
6040
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
6041
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
5864
6042
  - [docs] Fix a few typos and add comma (#23284) @reedanders
5865
6043
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
5866
6044
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -5896,7 +6074,7 @@ A big thanks to the 23 contributors who made this release possible.
5896
6074
  Here are some highlights ✨:
5897
6075
 
5898
6076
  - 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
5899
- We have resumed the work on Material-UI System. This is made possible by the latest progress on the new styling solution of v5.
6077
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
5900
6078
  You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
5901
6079
 
5902
6080
  The system is meant to solve the following problems:
@@ -6069,7 +6247,7 @@ A big thanks to the 25 contributors who made this release possible.
6069
6247
  Here are some highlights ✨:
6070
6248
 
6071
6249
  - 📦 Ship modern bundle (#22814) @eps1lon.
6072
- This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
6250
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
6073
6251
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
6074
6252
 
6075
6253
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -6080,7 +6258,7 @@ Here are some highlights ✨:
6080
6258
  The change yields a 6% reduction in bundle size 📦 (Babel only).
6081
6259
  In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
6082
6260
 
6083
- Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
6261
+ Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
6084
6262
 
6085
6263
  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.
6086
6264
 
@@ -6436,7 +6614,7 @@ Here are some highlights ✨:
6436
6614
  You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
6437
6615
  The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
6438
6616
 
6439
- - ⚡️ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
6617
+ - ⚡️ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
6440
6618
 
6441
6619
  It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
6442
6620
  @material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
@@ -6724,7 +6902,7 @@ Here are some highlights ✨:
6724
6902
 
6725
6903
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
6726
6904
 
6727
- The `theme.palette.text.hint` key was available but unused in Material-UI v4 components.
6905
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
6728
6906
  You can use `adaptV4Theme()` to restore the previous behavior.
6729
6907
 
6730
6908
  #### Changes
@@ -7142,7 +7320,7 @@ A big thanks to the 26 contributors who made this release possible.
7142
7320
  Here are some highlights ✨:
7143
7321
 
7144
7322
  - 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
7145
- This API allows developers to add new variants on the Material-UI's components right from the theme, without having to wrap the components.
7323
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
7146
7324
  For instance with the Button:
7147
7325
 
7148
7326
  ```tsx
@@ -7171,7 +7349,7 @@ Here are some highlights ✨:
7171
7349
  <Button variant="dashed" />;
7172
7350
  ```
7173
7351
 
7174
- More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
7352
+ More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
7175
7353
 
7176
7354
  - 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
7177
7355
  - ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
@@ -1,5 +1,2 @@
1
- export { default, calendarPickerClasses } from './CalendarPicker';
2
- export declare type CalendarPickerClassKey = import('./CalendarPicker').CalendarPickerClassKey;
3
- export declare type CalendarPickerClasses = import('./CalendarPicker').CalendarPickerClasses;
4
- export declare type CalendarPickerProps<TDate> = import('./CalendarPicker').CalendarPickerProps<TDate>;
5
- export declare type CalendarPickerView = NonNullable<CalendarPickerProps<unknown>['view']>;
1
+ export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
2
+ export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
@@ -1 +1 @@
1
- export { default, calendarPickerClasses } from './CalendarPicker';
1
+ export { CalendarPicker as default, calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
@@ -1,3 +1,2 @@
1
- export { default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from './CalendarPickerSkeleton';
2
- export declare type CalendarPickerSkeletonClassKey = import('./CalendarPickerSkeleton').CalendarPickerSkeletonClassKey;
3
- export declare type CalendarPickerSkeletonProps = import('./CalendarPickerSkeleton').CalendarPickerSkeletonProps;
1
+ export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
2
+ export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -1 +1 @@
1
- export { default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from './CalendarPickerSkeleton';
1
+ export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -1,5 +1,2 @@
1
- export { default } from './ClockPickerStandalone';
2
- export { clockPickerClasses } from './ClockPicker';
3
- export type { ClockPickerClasses, ClockPickerClassKey } from './ClockPicker';
4
- export declare type ClockPickerProps<TDate> = import('./ClockPickerStandalone').ClockPickerStandaloneProps<TDate>;
5
- export declare type ClockPickerView = NonNullable<ClockPickerProps<unknown>['view']>;
1
+ export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
2
+ export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
@@ -1,2 +1 @@
1
- export { default } from './ClockPickerStandalone';
2
- export { clockPickerClasses } from './ClockPicker';
1
+ export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
@@ -1,2 +1,2 @@
1
- export { default } from './DatePicker';
2
- export * from './DatePicker';
1
+ export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
2
+ export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
@@ -1,2 +1 @@
1
- export { default } from './DatePicker';
2
- export * from './DatePicker';
1
+ export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
@@ -1,65 +1,11 @@
1
- import * as React from 'react';
2
- import { ResponsiveWrapperProps } from '../internal/pickers/wrappers/ResponsiveWrapper';
3
- import { RangeInput, DateRange } from './RangeTypes';
4
- import { ValidationProps } from '../internal/pickers/hooks/useValidation';
5
- import { ExportedDateRangePickerViewProps } from './DateRangePickerView';
6
- import { ExportedDateRangePickerInputProps } from './DateRangePickerInput';
7
- import { DateRangeValidationError } from '../internal/pickers/date-utils';
8
- interface BaseDateRangePickerProps<TDate> extends ExportedDateRangePickerViewProps<TDate>, ValidationProps<DateRangeValidationError, RangeInput<TDate>>, ExportedDateRangePickerInputProps {
9
- /**
10
- * The components used for each slot.
11
- * Either a string to use a HTML element or a component.
12
- * @default {}
13
- */
14
- components?: ExportedDateRangePickerViewProps<TDate>['components'] & ExportedDateRangePickerInputProps['components'];
15
- /**
16
- * Text for end input label and toolbar placeholder.
17
- * @default 'End'
18
- */
19
- endText?: React.ReactNode;
20
- /**
21
- * Custom mask. Can be used to override generate from format. (e.g. `__/__/____ __:__` or `__/__/____ __:__ _M`).
22
- * @default '__/__/____'
23
- */
24
- mask?: ExportedDateRangePickerInputProps['mask'];
25
- /**
26
- * Min selectable date. @DateIOType
27
- * @default defaultMinDate
28
- */
29
- minDate?: TDate;
30
- /**
31
- * Max selectable date. @DateIOType
32
- * @default defaultMaxDate
33
- */
34
- maxDate?: TDate;
35
- /**
36
- * Callback fired when the value (the selected date range) changes @DateIOType.
37
- */
38
- onChange: (date: DateRange<TDate>, keyboardInputValue?: string) => void;
39
- /**
40
- * Text for start input label and toolbar placeholder.
41
- * @default 'Start'
42
- */
43
- startText?: React.ReactNode;
44
- /**
45
- * The value of the date range picker.
46
- */
47
- value: RangeInput<TDate>;
48
- }
49
- export interface DateRangePickerProps<TDate> extends BaseDateRangePickerProps<TDate>, ResponsiveWrapperProps {
50
- }
51
- declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
52
- propTypes: unknown;
53
- };
54
- /**
55
- *
56
- * Demos:
57
- *
58
- * - [Date Range Picker](https://mui.com/components/date-range-picker/)
59
- *
60
- * API:
61
- *
62
- * - [DateRangePicker API](https://mui.com/api/date-range-picker/)
63
- */
64
- declare const DateRangePicker: DateRangePickerComponent;
65
- export default DateRangePicker;
1
+ import * as React from 'react';
2
+ declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePicker: DateRangePickerComponent;
9
+ export default DateRangePicker;
10
+ export declare type DateRangePickerProps = Record<any, any>;
11
+ export declare type DateRange<TDate> = [TDate | null, TDate | null];