@mui/lab 5.0.0-alpha.82 → 5.0.0-alpha.85

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 (229) hide show
  1. package/AdapterDateFns/index.d.ts +1 -1
  2. package/AdapterDayjs/index.d.ts +1 -1
  3. package/AdapterLuxon/index.d.ts +1 -1
  4. package/AdapterMoment/index.d.ts +1 -1
  5. package/CHANGELOG.md +203 -6
  6. package/CalendarPicker/CalendarPicker.d.ts +10 -0
  7. package/CalendarPicker/CalendarPicker.js +21 -0
  8. package/CalendarPicker/index.d.ts +3 -2
  9. package/CalendarPicker/index.js +2 -1
  10. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +10 -0
  11. package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +35 -0
  12. package/CalendarPickerSkeleton/index.d.ts +3 -2
  13. package/CalendarPickerSkeleton/index.js +2 -1
  14. package/ClockPicker/ClockPicker.d.ts +10 -0
  15. package/ClockPicker/ClockPicker.js +21 -0
  16. package/ClockPicker/index.d.ts +3 -2
  17. package/ClockPicker/index.js +2 -1
  18. package/DatePicker/DatePicker.d.ts +10 -0
  19. package/DatePicker/DatePicker.js +466 -0
  20. package/DatePicker/index.d.ts +2 -2
  21. package/DatePicker/index.js +1 -1
  22. package/DateRangePicker/DateRangePicker.d.ts +11 -11
  23. package/DateRangePicker/index.d.ts +2 -2
  24. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
  25. package/DateRangePickerDay/index.d.ts +2 -2
  26. package/DateTimePicker/DateTimePicker.d.ts +10 -0
  27. package/DateTimePicker/DateTimePicker.js +554 -0
  28. package/DateTimePicker/index.d.ts +2 -2
  29. package/DateTimePicker/index.js +1 -1
  30. package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -0
  31. package/DesktopDatePicker/DesktopDatePicker.js +430 -0
  32. package/DesktopDatePicker/index.d.ts +2 -2
  33. package/DesktopDatePicker/index.js +1 -1
  34. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
  35. package/DesktopDateRangePicker/index.d.ts +2 -2
  36. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -0
  37. package/DesktopDateTimePicker/DesktopDateTimePicker.js +518 -0
  38. package/DesktopDateTimePicker/index.d.ts +2 -2
  39. package/DesktopDateTimePicker/index.js +1 -1
  40. package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -0
  41. package/DesktopTimePicker/DesktopTimePicker.js +348 -0
  42. package/DesktopTimePicker/index.d.ts +2 -2
  43. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  44. package/LocalizationProvider/LocalizationProvider.d.ts +10 -0
  45. package/LocalizationProvider/LocalizationProvider.js +35 -0
  46. package/LocalizationProvider/index.d.ts +2 -2
  47. package/LocalizationProvider/index.js +1 -1
  48. package/Masonry/Masonry.js +9 -9
  49. package/Masonry/masonryClasses.d.ts +8 -8
  50. package/MobileDatePicker/MobileDatePicker.d.ts +10 -0
  51. package/MobileDatePicker/MobileDatePicker.js +444 -0
  52. package/MobileDatePicker/index.d.ts +2 -2
  53. package/MobileDatePicker/index.js +1 -1
  54. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  55. package/MobileDateRangePicker/index.d.ts +2 -2
  56. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -0
  57. package/MobileDateTimePicker/MobileDateTimePicker.js +532 -0
  58. package/MobileDateTimePicker/index.d.ts +2 -2
  59. package/MobileDateTimePicker/index.js +1 -1
  60. package/MobileTimePicker/MobileTimePicker.d.ts +10 -0
  61. package/MobileTimePicker/MobileTimePicker.js +362 -0
  62. package/MobileTimePicker/index.d.ts +2 -2
  63. package/MobileTimePicker/index.js +1 -1
  64. package/MonthPicker/MonthPicker.d.ts +10 -0
  65. package/MonthPicker/MonthPicker.js +21 -0
  66. package/MonthPicker/index.d.ts +3 -2
  67. package/MonthPicker/index.js +2 -1
  68. package/PickersDay/PickersDay.d.ts +10 -0
  69. package/PickersDay/PickersDay.js +35 -0
  70. package/PickersDay/index.d.ts +3 -2
  71. package/PickersDay/index.js +2 -1
  72. package/StaticDatePicker/StaticDatePicker.d.ts +10 -0
  73. package/StaticDatePicker/StaticDatePicker.js +404 -0
  74. package/StaticDatePicker/index.d.ts +2 -2
  75. package/StaticDatePicker/index.js +1 -1
  76. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  77. package/StaticDateRangePicker/index.d.ts +2 -2
  78. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -0
  79. package/StaticDateTimePicker/StaticDateTimePicker.js +492 -0
  80. package/StaticDateTimePicker/index.d.ts +2 -2
  81. package/StaticDateTimePicker/index.js +1 -1
  82. package/StaticTimePicker/StaticTimePicker.d.ts +10 -0
  83. package/StaticTimePicker/StaticTimePicker.js +322 -0
  84. package/StaticTimePicker/index.d.ts +2 -2
  85. package/TabPanel/tabPanelClasses.d.ts +8 -8
  86. package/TimePicker/TimePicker.d.ts +10 -0
  87. package/TimePicker/TimePicker.js +384 -0
  88. package/TimePicker/index.d.ts +2 -2
  89. package/TimePicker/index.js +1 -1
  90. package/Timeline/Timeline.d.ts +59 -59
  91. package/Timeline/TimelineContext.d.ts +6 -6
  92. package/Timeline/index.d.ts +5 -5
  93. package/Timeline/timelineClasses.d.ts +3 -3
  94. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  95. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  96. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  97. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  98. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  99. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  100. package/TreeItem/TreeItem.js +1 -1
  101. package/TreeItem/treeItemClasses.d.ts +24 -24
  102. package/TreeView/treeViewClasses.d.ts +8 -8
  103. package/YearPicker/YearPicker.d.ts +10 -0
  104. package/YearPicker/YearPicker.js +21 -0
  105. package/YearPicker/index.d.ts +2 -2
  106. package/index.js +1 -1
  107. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  108. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  109. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  110. package/internal/svg-icons/Calendar.d.ts +7 -7
  111. package/internal/svg-icons/Clock.d.ts +7 -7
  112. package/internal/svg-icons/DateRange.d.ts +7 -7
  113. package/internal/svg-icons/Pen.d.ts +7 -7
  114. package/internal/svg-icons/Time.d.ts +7 -7
  115. package/legacy/CalendarPicker/CalendarPicker.js +21 -0
  116. package/legacy/CalendarPicker/index.js +2 -1
  117. package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +35 -0
  118. package/legacy/CalendarPickerSkeleton/index.js +2 -1
  119. package/legacy/ClockPicker/ClockPicker.js +21 -0
  120. package/legacy/ClockPicker/index.js +2 -1
  121. package/legacy/DatePicker/DatePicker.js +466 -0
  122. package/legacy/DatePicker/index.js +1 -1
  123. package/legacy/DateTimePicker/DateTimePicker.js +554 -0
  124. package/legacy/DateTimePicker/index.js +1 -1
  125. package/legacy/DesktopDatePicker/DesktopDatePicker.js +430 -0
  126. package/legacy/DesktopDatePicker/index.js +1 -1
  127. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +518 -0
  128. package/legacy/DesktopDateTimePicker/index.js +1 -1
  129. package/legacy/DesktopTimePicker/DesktopTimePicker.js +348 -0
  130. package/legacy/LocalizationProvider/LocalizationProvider.js +35 -0
  131. package/legacy/LocalizationProvider/index.js +1 -1
  132. package/legacy/Masonry/Masonry.js +9 -9
  133. package/legacy/MobileDatePicker/MobileDatePicker.js +444 -0
  134. package/legacy/MobileDatePicker/index.js +1 -1
  135. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +532 -0
  136. package/legacy/MobileDateTimePicker/index.js +1 -1
  137. package/legacy/MobileTimePicker/MobileTimePicker.js +362 -0
  138. package/legacy/MobileTimePicker/index.js +1 -1
  139. package/legacy/MonthPicker/MonthPicker.js +21 -0
  140. package/legacy/MonthPicker/index.js +2 -1
  141. package/legacy/PickersDay/PickersDay.js +35 -0
  142. package/legacy/PickersDay/index.js +2 -1
  143. package/legacy/StaticDatePicker/StaticDatePicker.js +404 -0
  144. package/legacy/StaticDatePicker/index.js +1 -1
  145. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +492 -0
  146. package/legacy/StaticDateTimePicker/index.js +1 -1
  147. package/legacy/StaticTimePicker/StaticTimePicker.js +322 -0
  148. package/legacy/TimePicker/TimePicker.js +384 -0
  149. package/legacy/TimePicker/index.js +1 -1
  150. package/legacy/TreeItem/TreeItem.js +1 -1
  151. package/legacy/YearPicker/YearPicker.js +21 -0
  152. package/legacy/index.js +1 -1
  153. package/modern/CalendarPicker/CalendarPicker.js +21 -0
  154. package/modern/CalendarPicker/index.js +2 -1
  155. package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +35 -0
  156. package/modern/CalendarPickerSkeleton/index.js +2 -1
  157. package/modern/ClockPicker/ClockPicker.js +21 -0
  158. package/modern/ClockPicker/index.js +2 -1
  159. package/modern/DatePicker/DatePicker.js +466 -0
  160. package/modern/DatePicker/index.js +1 -1
  161. package/modern/DateTimePicker/DateTimePicker.js +554 -0
  162. package/modern/DateTimePicker/index.js +1 -1
  163. package/modern/DesktopDatePicker/DesktopDatePicker.js +430 -0
  164. package/modern/DesktopDatePicker/index.js +1 -1
  165. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +518 -0
  166. package/modern/DesktopDateTimePicker/index.js +1 -1
  167. package/modern/DesktopTimePicker/DesktopTimePicker.js +348 -0
  168. package/modern/LocalizationProvider/LocalizationProvider.js +35 -0
  169. package/modern/LocalizationProvider/index.js +1 -1
  170. package/modern/Masonry/Masonry.js +9 -9
  171. package/modern/MobileDatePicker/MobileDatePicker.js +444 -0
  172. package/modern/MobileDatePicker/index.js +1 -1
  173. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +532 -0
  174. package/modern/MobileDateTimePicker/index.js +1 -1
  175. package/modern/MobileTimePicker/MobileTimePicker.js +362 -0
  176. package/modern/MobileTimePicker/index.js +1 -1
  177. package/modern/MonthPicker/MonthPicker.js +21 -0
  178. package/modern/MonthPicker/index.js +2 -1
  179. package/modern/PickersDay/PickersDay.js +35 -0
  180. package/modern/PickersDay/index.js +2 -1
  181. package/modern/StaticDatePicker/StaticDatePicker.js +404 -0
  182. package/modern/StaticDatePicker/index.js +1 -1
  183. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +492 -0
  184. package/modern/StaticDateTimePicker/index.js +1 -1
  185. package/modern/StaticTimePicker/StaticTimePicker.js +322 -0
  186. package/modern/TimePicker/TimePicker.js +384 -0
  187. package/modern/TimePicker/index.js +1 -1
  188. package/modern/TreeItem/TreeItem.js +1 -1
  189. package/modern/YearPicker/YearPicker.js +21 -0
  190. package/modern/index.js +1 -1
  191. package/node/CalendarPicker/CalendarPicker.js +39 -0
  192. package/node/CalendarPicker/index.js +7 -3
  193. package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +54 -0
  194. package/node/CalendarPickerSkeleton/index.js +8 -4
  195. package/node/ClockPicker/ClockPicker.js +39 -0
  196. package/node/ClockPicker/index.js +7 -3
  197. package/node/DatePicker/DatePicker.js +485 -0
  198. package/node/DatePicker/index.js +4 -2
  199. package/node/DateTimePicker/DateTimePicker.js +573 -0
  200. package/node/DateTimePicker/index.js +4 -2
  201. package/node/DesktopDatePicker/DesktopDatePicker.js +449 -0
  202. package/node/DesktopDatePicker/index.js +4 -2
  203. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +537 -0
  204. package/node/DesktopDateTimePicker/index.js +4 -2
  205. package/node/DesktopTimePicker/DesktopTimePicker.js +367 -0
  206. package/node/LocalizationProvider/LocalizationProvider.js +54 -0
  207. package/node/LocalizationProvider/index.js +4 -2
  208. package/node/Masonry/Masonry.js +9 -9
  209. package/node/MobileDatePicker/MobileDatePicker.js +463 -0
  210. package/node/MobileDatePicker/index.js +4 -2
  211. package/node/MobileDateTimePicker/MobileDateTimePicker.js +551 -0
  212. package/node/MobileDateTimePicker/index.js +4 -2
  213. package/node/MobileTimePicker/MobileTimePicker.js +381 -0
  214. package/node/MobileTimePicker/index.js +4 -2
  215. package/node/MonthPicker/MonthPicker.js +39 -0
  216. package/node/MonthPicker/index.js +8 -4
  217. package/node/PickersDay/PickersDay.js +54 -0
  218. package/node/PickersDay/index.js +8 -4
  219. package/node/StaticDatePicker/StaticDatePicker.js +423 -0
  220. package/node/StaticDatePicker/index.js +4 -2
  221. package/node/StaticDateTimePicker/StaticDateTimePicker.js +511 -0
  222. package/node/StaticDateTimePicker/index.js +4 -2
  223. package/node/StaticTimePicker/StaticTimePicker.js +341 -0
  224. package/node/TimePicker/TimePicker.js +403 -0
  225. package/node/TimePicker/index.js +4 -2
  226. package/node/TreeItem/TreeItem.js +1 -1
  227. package/node/YearPicker/YearPicker.js +39 -0
  228. package/node/index.js +1 -1
  229. package/package.json +12 -4
@@ -1 +1 @@
1
- export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
1
+ export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
@@ -1 +1 @@
1
- export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
1
+ export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
@@ -1 +1 @@
1
- export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
1
+ export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
@@ -1 +1 @@
1
- export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
1
+ export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,202 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.3
4
+
5
+ <!-- generated comparing v5.8.2..master -->
6
+
7
+ _Jun 7, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible.
10
+ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ## `@mui/material@5.8.3`
13
+
14
+ - [Alert] Constrain message width and allow overflow (#32747) @Janpot
15
+ - [Checkbox] Add support for CSS variables (#32579) @haneenmahd
16
+ - [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
17
+
18
+ ## `@mui/system@5.8.3`
19
+
20
+ - [system] Configurable attributes for libraries (#32971) @siriwatknp
21
+
22
+ ## `@mui/codemod@5.8.3
23
+
24
+ - [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
25
+
26
+ ## `@mui/lab@5.0.0-alpha.85`
27
+
28
+ - [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
29
+
30
+ ## `@mui/joy@5.0.0-alpha.31`
31
+
32
+ - [Joy] Add `Slider` component and demos (#32694) @hbjORbj
33
+ - [Joy] Add articles about customization approaches (#32887) @siriwatknp
34
+ - [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
35
+ - [Joy] Add docs about dark mode (#33002) @siriwatknp
36
+ - [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
37
+
38
+ ## `@mui/base@5.0.0-alpha.84`
39
+
40
+ - [base] Remove @mui/system in tests (#32945) @kevinji
41
+ - [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
42
+ - [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
43
+ - [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
44
+ - [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
45
+ - [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
46
+
47
+ ## Docs
48
+
49
+ - [blog] Fix anchor link scroll (#32994) @oliviertassinari
50
+ - [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
51
+ - [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
52
+ - [docs] Fix 301 link @oliviertassinari
53
+ - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
54
+ - [docs] Improve product identifier (#32707) @danilo-leal
55
+ - [docs] Improve UX with back to top (#32896) @oliviertassinari
56
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
57
+ - [docs] Redirect older URLs (#33037) @oliviertassinari
58
+ - [docs] Remove pickers page from the Lab section (#32961) @DanailH
59
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
60
+ - [docs] Throw on 301 links (#32939) @oliviertassinari
61
+ - [website] Add Gerda to the about page (#33038) @danilo-leal
62
+ - [website] Polish the pricing page (#32811) @oliviertassinari
63
+ - [website] Remove unnecessary `address` dependency (#32957) @michaldudak
64
+
65
+ ## Core
66
+
67
+ - [core] Improve icon synonyms (#32742) @oliviertassinari
68
+ - [core] Prepare Next.js config for React 18 (#32963) @michaldudak
69
+ - [core] Remove dead logic (#32940) @oliviertassinari
70
+ - [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
71
+ - Add security link to README for Tidelift @mbrookes
72
+
73
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
74
+
75
+ ## 5.8.2
76
+
77
+ <!-- generated comparing v5.8.1..master -->
78
+
79
+ _May 30, 2022_
80
+
81
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
82
+
83
+ - 🐛 bug fixes and 📚 documentation improvements.
84
+
85
+ ### `@mui/system@5.8.2`
86
+
87
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
88
+
89
+ ### `@mui/lab@5.0.0-alpha.84`
90
+
91
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
92
+
93
+ ### `@mui/base@5.0.0-alpha.83`
94
+
95
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
96
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
97
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
98
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
99
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
100
+
101
+ ### `@mui/joy@5.0.0-alpha.30`
102
+
103
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
104
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
105
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
106
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
107
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
108
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
109
+
110
+ ### Docs
111
+
112
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
113
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
114
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
115
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
116
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
117
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
118
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
119
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
120
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
121
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
122
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
123
+
124
+ ### Core
125
+
126
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
127
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
128
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
129
+
130
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
131
+
132
+ ## 5.8.1
133
+
134
+ <!-- generated comparing v5.8.0..master -->
135
+
136
+ _May 23, 2022_
137
+
138
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
139
+
140
+ - 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
141
+ - And more 🐛 bug fixes and 📚 documentation improvements.
142
+
143
+ ### `@mui/material@5.8.1`
144
+
145
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
146
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
147
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
148
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
149
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
150
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
151
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
152
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
153
+
154
+ ### `@mui/system@5.8.1`
155
+
156
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
157
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
158
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
159
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
160
+
161
+ ### `@mui/lab@5.0.0-alpha.83`
162
+
163
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
164
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
165
+
166
+ ### `@mui/base@5.0.0-alpha.82`
167
+
168
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
169
+
170
+ ### `@mui/joy@5.0.0-alpha.29`
171
+
172
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
173
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
174
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
175
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
176
+
177
+ ### Docs
178
+
179
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
180
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
181
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
182
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
183
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
184
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
185
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
186
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
187
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
188
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
189
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
190
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
191
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
192
+
193
+ ### Core
194
+
195
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
196
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
197
+
198
+ All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
199
+
3
200
  ## 5.8.0
4
201
 
5
202
  <!-- generated comparing v5.7.0..master -->
@@ -923,7 +1120,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
923
1120
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
924
1121
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
925
1122
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
926
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1123
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
927
1124
  - [website] Minor security improvements (#31062) @oliviertassinari
928
1125
  - [website] Improve title of open roles (#30963) @DanailH
929
1126
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -938,7 +1135,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
938
1135
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
939
1136
  - [core] Remove dead code (#31064) @oliviertassinari
940
1137
 
941
- All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
1138
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
942
1139
 
943
1140
  ## 5.4.1
944
1141
 
@@ -1648,14 +1845,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1648
1845
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1649
1846
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1650
1847
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1651
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
1848
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1652
1849
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1653
1850
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1654
1851
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1655
1852
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1656
1853
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1657
1854
 
1658
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
1855
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1659
1856
 
1660
1857
  ## 5.2.0
1661
1858
 
@@ -2473,7 +2670,7 @@ _Sep 1, 2021_
2473
2670
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2474
2671
 
2475
2672
  - 🎉 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).
2476
- - 🛠 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)
2673
+ - 🛠 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/migration/migration-v4/#preset-safe)
2477
2674
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
2478
2675
 
2479
2676
  ### `@mui/material@5.0.0-rc.0`
@@ -3878,7 +4075,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3878
4075
  />
3879
4076
  ```
3880
4077
 
3881
- > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
4078
+ > Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
3882
4079
 
3883
4080
  #### Changes
3884
4081
 
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { CalendarPickerProps } from '@mui/x-date-pickers/CalendarPicker';
3
+ declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const CalendarPicker: CalendarPickerComponent;
10
+ export default CalendarPicker;
@@ -0,0 +1,21 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import { CalendarPicker as XCalendarPicker } from '@mui/x-date-pickers/CalendarPicker';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
+ let warnedOnce = false;
6
+
7
+ const warn = () => {
8
+ if (!warnedOnce) {
9
+ console.warn(['MUI: The CalendarPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { CalendarPicker } from '@mui/x-date-pickers'`", "or `import { CalendarPicker } from '@mui/x-date-pickers/CalendarPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
10
+ warnedOnce = true;
11
+ }
12
+ };
13
+
14
+ /**
15
+ * @ignore - do not document.
16
+ */
17
+ const CalendarPicker = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPicker(props) {
18
+ warn();
19
+ return /*#__PURE__*/_jsx(XCalendarPicker, _extends({}, props));
20
+ });
21
+ export default CalendarPicker;
@@ -1,2 +1,3 @@
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
+ export { default } from './CalendarPicker';
2
+ export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
3
+ export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
@@ -1 +1,2 @@
1
- export { CalendarPicker as default, calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
1
+ export { default } from './CalendarPicker';
2
+ export { calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { CalendarPickerSkeletonProps } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
+ declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
10
+ export default CalendarPickerSkeleton;
@@ -0,0 +1,35 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import PropTypes from 'prop-types';
4
+ import { CalendarPickerSkeleton as XCalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ let warnedOnce = false;
7
+
8
+ const warn = () => {
9
+ if (!warnedOnce) {
10
+ console.warn(['MUI: The CalendarPickerSkeleton component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { CalendarPickerSkeleton } from '@mui/x-date-pickers'`", "or `import { CalendarPickerSkeleton } from '@mui/x-date-pickers/CalendarPickerSkeleton'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
11
+ warnedOnce = true;
12
+ }
13
+ };
14
+
15
+ /**
16
+ * @ignore - do not document.
17
+ */
18
+ const CalendarPickerSkeleton = /*#__PURE__*/React.forwardRef(function DeprecatedCalendarPickerSkeleton(props) {
19
+ warn();
20
+ return /*#__PURE__*/_jsx(XCalendarPickerSkeleton, _extends({}, props));
21
+ });
22
+ process.env.NODE_ENV !== "production" ? CalendarPickerSkeleton.propTypes
23
+ /* remove-proptypes */
24
+ = {
25
+ // ----------------------------- Warning --------------------------------
26
+ // | These PropTypes are generated from the TypeScript type definitions |
27
+ // | To update them edit TypeScript types and run "yarn proptypes" |
28
+ // ----------------------------------------------------------------------
29
+
30
+ /**
31
+ * @ignore
32
+ */
33
+ children: PropTypes.node
34
+ } : void 0;
35
+ export default CalendarPickerSkeleton;
@@ -1,2 +1,3 @@
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
+ export { default } from './CalendarPickerSkeleton';
2
+ export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
3
+ export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -1 +1,2 @@
1
- export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
1
+ export { default } from './CalendarPickerSkeleton';
2
+ export { calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { ClockPickerProps } from '@mui/x-date-pickers/ClockPicker';
3
+ declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const ClockPicker: ClockPickerComponent;
10
+ export default ClockPicker;
@@ -0,0 +1,21 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import * as React from 'react';
3
+ import { ClockPicker as XClockPicker } from '@mui/x-date-pickers/ClockPicker';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
+ let warnedOnce = false;
6
+
7
+ const warn = () => {
8
+ if (!warnedOnce) {
9
+ console.warn(['MUI: The ClockPicker component was moved from `@mui/lab` to `@mui/x-date-pickers`.', 'The component will no longer be exported from `@mui/lab` in the first release of July 2022.', '', "You should use `import { ClockPicker } from '@mui/x-date-pickers'`", "or `import { ClockPicker } from '@mui/x-date-pickers/ClockPicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
10
+ warnedOnce = true;
11
+ }
12
+ };
13
+
14
+ /**
15
+ * @ignore - do not document.
16
+ */
17
+ const ClockPicker = /*#__PURE__*/React.forwardRef(function DeprecatedClockPicker(props) {
18
+ warn();
19
+ return /*#__PURE__*/_jsx(XClockPicker, _extends({}, props));
20
+ });
21
+ export default ClockPicker;
@@ -1,2 +1,3 @@
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
+ export { default } from './ClockPicker';
2
+ export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
3
+ export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
@@ -1 +1,2 @@
1
- export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
1
+ export { default } from './ClockPicker';
2
+ export { clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
3
+ declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
4
+ propTypes?: any;
5
+ };
6
+ /**
7
+ * @ignore - do not document.
8
+ */
9
+ declare const DatePicker: DatePickerComponent;
10
+ export default DatePicker;