@mui/lab 5.0.0-alpha.129 → 5.0.0-alpha.130

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 (197) hide show
  1. package/AdapterDateFns/AdapterDateFns.d.ts +3 -3
  2. package/AdapterDateFns/index.d.ts +1 -1
  3. package/AdapterDayjs/AdapterDayjs.d.ts +3 -3
  4. package/AdapterDayjs/index.d.ts +1 -1
  5. package/AdapterLuxon/AdapterLuxon.d.ts +3 -3
  6. package/AdapterLuxon/index.d.ts +1 -1
  7. package/AdapterMoment/AdapterMoment.d.ts +3 -3
  8. package/AdapterMoment/index.d.ts +1 -1
  9. package/Alert/Alert.js +4 -4
  10. package/AlertTitle/AlertTitle.js +4 -4
  11. package/Autocomplete/Autocomplete.js +4 -4
  12. package/AvatarGroup/AvatarGroup.js +4 -4
  13. package/CHANGELOG.md +124 -0
  14. package/CalendarPicker/CalendarPicker.d.ts +14 -14
  15. package/CalendarPicker/index.d.ts +2 -2
  16. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +13 -13
  17. package/CalendarPickerSkeleton/index.d.ts +2 -2
  18. package/ClockPicker/ClockPicker.d.ts +14 -14
  19. package/ClockPicker/index.d.ts +2 -2
  20. package/DatePicker/DatePicker.d.ts +10 -10
  21. package/DatePicker/index.d.ts +2 -2
  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 -10
  27. package/DateTimePicker/index.d.ts +2 -2
  28. package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -10
  29. package/DesktopDatePicker/index.d.ts +2 -2
  30. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
  31. package/DesktopDateRangePicker/index.d.ts +2 -2
  32. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -10
  33. package/DesktopDateTimePicker/index.d.ts +2 -2
  34. package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -10
  35. package/DesktopTimePicker/index.d.ts +2 -2
  36. package/LoadingButton/LoadingButton.js +74 -62
  37. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  38. package/LocalizationProvider/LocalizationProvider.d.ts +10 -10
  39. package/LocalizationProvider/index.d.ts +2 -2
  40. package/Masonry/Masonry.js +34 -29
  41. package/Masonry/masonryClasses.d.ts +8 -8
  42. package/MobileDatePicker/MobileDatePicker.d.ts +10 -10
  43. package/MobileDatePicker/index.d.ts +2 -2
  44. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  45. package/MobileDateRangePicker/index.d.ts +2 -2
  46. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -10
  47. package/MobileDateTimePicker/index.d.ts +2 -2
  48. package/MobileTimePicker/MobileTimePicker.d.ts +10 -10
  49. package/MobileTimePicker/index.d.ts +2 -2
  50. package/MonthPicker/MonthPicker.d.ts +13 -13
  51. package/MonthPicker/index.d.ts +2 -2
  52. package/Pagination/Pagination.js +4 -4
  53. package/PaginationItem/PaginationItem.js +4 -4
  54. package/PickersDay/PickersDay.d.ts +13 -13
  55. package/PickersDay/index.d.ts +2 -2
  56. package/Rating/Rating.js +4 -4
  57. package/Skeleton/Skeleton.js +4 -4
  58. package/SpeedDial/SpeedDial.js +4 -4
  59. package/SpeedDialAction/SpeedDialAction.js +4 -4
  60. package/SpeedDialIcon/SpeedDialIcon.js +4 -4
  61. package/StaticDatePicker/StaticDatePicker.d.ts +10 -10
  62. package/StaticDatePicker/index.d.ts +2 -2
  63. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  64. package/StaticDateRangePicker/index.d.ts +2 -2
  65. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -10
  66. package/StaticDateTimePicker/index.d.ts +2 -2
  67. package/StaticTimePicker/StaticTimePicker.d.ts +10 -10
  68. package/StaticTimePicker/index.d.ts +2 -2
  69. package/TabList/TabList.js +6 -8
  70. package/TabPanel/TabPanel.js +12 -13
  71. package/TabPanel/tabPanelClasses.d.ts +8 -8
  72. package/TimePicker/TimePicker.d.ts +10 -10
  73. package/TimePicker/index.d.ts +2 -2
  74. package/Timeline/Timeline.d.ts +59 -59
  75. package/Timeline/Timeline.js +11 -12
  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.js +7 -9
  80. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  81. package/TimelineContent/TimelineContent.js +15 -15
  82. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  83. package/TimelineDot/TimelineDot.js +38 -31
  84. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  85. package/TimelineItem/TimelineItem.js +33 -31
  86. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  87. package/TimelineOppositeContent/TimelineOppositeContent.js +15 -15
  88. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  89. package/TimelineSeparator/TimelineSeparator.js +7 -9
  90. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  91. package/ToggleButton/ToggleButton.js +4 -4
  92. package/ToggleButtonGroup/ToggleButtonGroup.js +4 -4
  93. package/TreeItem/TreeItem.js +37 -37
  94. package/TreeItem/TreeItemContent.js +15 -18
  95. package/TreeItem/treeItemClasses.d.ts +24 -24
  96. package/TreeView/TreeView.js +35 -33
  97. package/TreeView/descendants.js +13 -14
  98. package/TreeView/treeViewClasses.d.ts +8 -8
  99. package/YearPicker/YearPicker.d.ts +14 -14
  100. package/YearPicker/index.d.ts +2 -2
  101. package/index.js +1 -1
  102. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  103. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  104. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  105. package/internal/svg-icons/Calendar.d.ts +7 -7
  106. package/internal/svg-icons/Clock.d.ts +7 -7
  107. package/internal/svg-icons/DateRange.d.ts +7 -7
  108. package/internal/svg-icons/Pen.d.ts +7 -7
  109. package/internal/svg-icons/Time.d.ts +7 -7
  110. package/legacy/Alert/Alert.js +4 -2
  111. package/legacy/AlertTitle/AlertTitle.js +4 -2
  112. package/legacy/Autocomplete/Autocomplete.js +4 -2
  113. package/legacy/AvatarGroup/AvatarGroup.js +4 -2
  114. package/legacy/LoadingButton/LoadingButton.js +16 -15
  115. package/legacy/Masonry/Masonry.js +10 -8
  116. package/legacy/Pagination/Pagination.js +4 -2
  117. package/legacy/PaginationItem/PaginationItem.js +4 -2
  118. package/legacy/Rating/Rating.js +4 -2
  119. package/legacy/Skeleton/Skeleton.js +4 -2
  120. package/legacy/SpeedDial/SpeedDial.js +4 -2
  121. package/legacy/SpeedDialAction/SpeedDialAction.js +4 -2
  122. package/legacy/SpeedDialIcon/SpeedDialIcon.js +4 -2
  123. package/legacy/TabList/TabList.js +4 -2
  124. package/legacy/TabPanel/TabPanel.js +6 -4
  125. package/legacy/Timeline/Timeline.js +5 -3
  126. package/legacy/TimelineConnector/TimelineConnector.js +4 -2
  127. package/legacy/TimelineContent/TimelineContent.js +6 -4
  128. package/legacy/TimelineDot/TimelineDot.js +10 -8
  129. package/legacy/TimelineItem/TimelineItem.js +7 -6
  130. package/legacy/TimelineOppositeContent/TimelineOppositeContent.js +6 -4
  131. package/legacy/TimelineSeparator/TimelineSeparator.js +4 -2
  132. package/legacy/ToggleButton/ToggleButton.js +4 -2
  133. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +4 -2
  134. package/legacy/TreeItem/TreeItem.js +9 -8
  135. package/legacy/TreeItem/TreeItemContent.js +5 -3
  136. package/legacy/TreeView/TreeView.js +8 -6
  137. package/legacy/TreeView/descendants.js +6 -4
  138. package/legacy/index.js +1 -1
  139. package/modern/Alert/Alert.js +4 -4
  140. package/modern/AlertTitle/AlertTitle.js +4 -4
  141. package/modern/Autocomplete/Autocomplete.js +4 -4
  142. package/modern/AvatarGroup/AvatarGroup.js +4 -4
  143. package/modern/LoadingButton/LoadingButton.js +74 -62
  144. package/modern/Masonry/Masonry.js +34 -29
  145. package/modern/Pagination/Pagination.js +4 -4
  146. package/modern/PaginationItem/PaginationItem.js +4 -4
  147. package/modern/Rating/Rating.js +4 -4
  148. package/modern/Skeleton/Skeleton.js +4 -4
  149. package/modern/SpeedDial/SpeedDial.js +4 -4
  150. package/modern/SpeedDialAction/SpeedDialAction.js +4 -4
  151. package/modern/SpeedDialIcon/SpeedDialIcon.js +4 -4
  152. package/modern/TabList/TabList.js +6 -8
  153. package/modern/TabPanel/TabPanel.js +12 -13
  154. package/modern/Timeline/Timeline.js +11 -12
  155. package/modern/TimelineConnector/TimelineConnector.js +7 -9
  156. package/modern/TimelineContent/TimelineContent.js +15 -15
  157. package/modern/TimelineDot/TimelineDot.js +38 -31
  158. package/modern/TimelineItem/TimelineItem.js +33 -31
  159. package/modern/TimelineOppositeContent/TimelineOppositeContent.js +15 -15
  160. package/modern/TimelineSeparator/TimelineSeparator.js +7 -9
  161. package/modern/ToggleButton/ToggleButton.js +4 -4
  162. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +4 -4
  163. package/modern/TreeItem/TreeItem.js +37 -37
  164. package/modern/TreeItem/TreeItemContent.js +15 -18
  165. package/modern/TreeView/TreeView.js +35 -33
  166. package/modern/TreeView/descendants.js +13 -14
  167. package/modern/index.js +1 -1
  168. package/node/Alert/Alert.js +4 -4
  169. package/node/AlertTitle/AlertTitle.js +4 -4
  170. package/node/Autocomplete/Autocomplete.js +4 -4
  171. package/node/AvatarGroup/AvatarGroup.js +4 -4
  172. package/node/LoadingButton/LoadingButton.js +74 -62
  173. package/node/Masonry/Masonry.js +34 -29
  174. package/node/Pagination/Pagination.js +4 -4
  175. package/node/PaginationItem/PaginationItem.js +4 -4
  176. package/node/Rating/Rating.js +4 -4
  177. package/node/Skeleton/Skeleton.js +4 -4
  178. package/node/SpeedDial/SpeedDial.js +4 -4
  179. package/node/SpeedDialAction/SpeedDialAction.js +4 -4
  180. package/node/SpeedDialIcon/SpeedDialIcon.js +4 -4
  181. package/node/TabList/TabList.js +6 -8
  182. package/node/TabPanel/TabPanel.js +12 -13
  183. package/node/Timeline/Timeline.js +13 -12
  184. package/node/TimelineConnector/TimelineConnector.js +7 -9
  185. package/node/TimelineContent/TimelineContent.js +15 -15
  186. package/node/TimelineDot/TimelineDot.js +38 -31
  187. package/node/TimelineItem/TimelineItem.js +33 -31
  188. package/node/TimelineOppositeContent/TimelineOppositeContent.js +15 -15
  189. package/node/TimelineSeparator/TimelineSeparator.js +7 -9
  190. package/node/ToggleButton/ToggleButton.js +4 -4
  191. package/node/ToggleButtonGroup/ToggleButtonGroup.js +4 -4
  192. package/node/TreeItem/TreeItem.js +37 -37
  193. package/node/TreeItem/TreeItemContent.js +18 -22
  194. package/node/TreeView/TreeView.js +35 -33
  195. package/node/TreeView/descendants.js +16 -16
  196. package/node/index.js +1 -1
  197. package/package.json +4 -4
@@ -1,3 +1,3 @@
1
- export default class AdapterDateFns {
2
- constructor();
3
- }
1
+ export default class AdapterDateFns {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterDateFns';
1
+ export { default } from './AdapterDateFns';
@@ -1,3 +1,3 @@
1
- export default class AdapterDayjs {
2
- constructor();
3
- }
1
+ export default class AdapterDayjs {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterDayjs';
1
+ export { default } from './AdapterDayjs';
@@ -1,3 +1,3 @@
1
- export default class AdapterLuxon {
2
- constructor();
3
- }
1
+ export default class AdapterLuxon {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterLuxon';
1
+ export { default } from './AdapterLuxon';
@@ -1,3 +1,3 @@
1
- export default class AdapterMoment {
2
- constructor();
3
- }
1
+ export default class AdapterMoment {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterMoment';
1
+ export { default } from './AdapterMoment';
package/Alert/Alert.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
1
  import * as React from 'react';
3
2
  import Alert from '@mui/material/Alert';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -12,7 +11,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAlert(props, ref
12
11
  console.warn(['MUI: The Alert component was moved from the lab to the core.', '', "You should use `import { Alert } from '@mui/material'`", "or `import Alert from '@mui/material/Alert'`"].join('\n'));
13
12
  warnedOnce = true;
14
13
  }
15
- return /*#__PURE__*/_jsx(Alert, _extends({
16
- ref: ref
17
- }, props));
14
+ return /*#__PURE__*/_jsx(Alert, {
15
+ ref: ref,
16
+ ...props
17
+ });
18
18
  });
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
1
  import * as React from 'react';
3
2
  import AlertTitle from '@mui/material/AlertTitle';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -12,7 +11,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAlertTitle(props
12
11
  console.warn(['MUI: The AlertTitle component was moved from the lab to the core.', '', "You should use `import { AlertTitle } from '@mui/material'`", "or `import AlertTitle from '@mui/material/AlertTitle'`"].join('\n'));
13
12
  warnedOnce = true;
14
13
  }
15
- return /*#__PURE__*/_jsx(AlertTitle, _extends({
16
- ref: ref
17
- }, props));
14
+ return /*#__PURE__*/_jsx(AlertTitle, {
15
+ ref: ref,
16
+ ...props
17
+ });
18
18
  });
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
1
  import * as React from 'react';
3
2
  import Autocomplete from '@mui/material/Autocomplete';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -12,7 +11,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAutocomplete(pro
12
11
  console.warn(['MUI: The Autocomplete component was moved from the lab to the core.', '', "You should use `import { Autocomplete } from '@mui/material'`", "or `import Autocomplete from '@mui/material/Autocomplete'`"].join('\n'));
13
12
  warnedOnce = true;
14
13
  }
15
- return /*#__PURE__*/_jsx(Autocomplete, _extends({
16
- ref: ref
17
- }, props));
14
+ return /*#__PURE__*/_jsx(Autocomplete, {
15
+ ref: ref,
16
+ ...props
17
+ });
18
18
  });
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
1
  import * as React from 'react';
3
2
  import AvatarGroup from '@mui/material/AvatarGroup';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -12,7 +11,8 @@ export default /*#__PURE__*/React.forwardRef(function DeprecatedAvatarGroup(prop
12
11
  console.warn(['MUI: The AvatarGroup component was moved from the lab to the core.', '', "You should use `import { AvatarGroup } from '@mui/material'`", "or `import AvatarGroup from '@mui/material/AvatarGroup'`"].join('\n'));
13
12
  warnedOnce = true;
14
13
  }
15
- return /*#__PURE__*/_jsx(AvatarGroup, _extends({
16
- ref: ref
17
- }, props));
14
+ return /*#__PURE__*/_jsx(AvatarGroup, {
15
+ ref: ref,
16
+ ...props
17
+ });
18
18
  });
package/CHANGELOG.md CHANGED
@@ -1,5 +1,129 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.13.1
4
+
5
+ <!-- generated comparing v5.13.0..master -->
6
+
7
+ _May 16, 2023_
8
+
9
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🌏 Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
12
+ - 🐛 bug fixes and 📚 documentation improvements.
13
+
14
+ ### `@mui/material@5.13.1`
15
+
16
+ - [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
17
+ - [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
18
+ - [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
19
+
20
+ ### `@mui/utils@5.13.1`
21
+
22
+ - [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
23
+
24
+ ### `@mui/base@5.0.0-beta.1`
25
+
26
+ - [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
27
+
28
+ ### `@mui/joy@5.0.0-alpha.80`
29
+
30
+ - [Autocomplete] Fixed scroll into view (#37217) @sai6855
31
+ - [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
32
+ - [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
33
+ - [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
34
+ - [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
35
+ - [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
36
+ - [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
37
+ - [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
38
+ - Miscellaneous fixes (#37274) @siriwatknp
39
+
40
+ ### Docs
41
+
42
+ - [docs] Remove upload button (#36844) @Bastian
43
+ - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
44
+ - [docs] Fix Material Design templates (#37187) @oliviertassinari
45
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
46
+ - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
47
+ - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
48
+ - [docs] Update theme customization typescript (#35551) @siriwatknp
49
+ - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
50
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
51
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
52
+ - [docs] Update Joy + Material guide (#36911) @cherniavskii
53
+
54
+ ### Core
55
+
56
+ - [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
57
+ - [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
58
+ - [core] Remove outdated babel proposal plugins (#36795) @kkocdko
59
+ - [website] Add Diego to About Us page (#37284) @DiegoAndai
60
+ - [website] Add Victor teamMember card to 'About' (#37283) @zanivan
61
+ - [website] Add Rich to the 'About' page (#37221) @richbustos
62
+
63
+ All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
64
+
65
+ ## 5.13.0
66
+
67
+ <!-- generated comparing v5.12.3..master -->
68
+
69
+ _May 10, 2023_
70
+
71
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
72
+
73
+ - 🚀 Base UI is now in beta - all planned breaking changes are now complete!
74
+ - 🗺 We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
75
+ - 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
76
+
77
+ ### `@mui/material@5.13.0`
78
+
79
+ - [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
80
+ - [AppBar] Fix component type (#37172) @sai6855
81
+ - [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
82
+
83
+ ### `@mui/joy@5.0.0-alpha.79`
84
+
85
+ - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
86
+ - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
87
+ - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
88
+ - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
89
+ - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
90
+ - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
91
+ - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
92
+ - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
93
+ - [Button][joy] Convert Button test to typescript (#37181) @akash191095
94
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
95
+ - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
96
+
97
+ ### `@mui/base@5.0.0-beta.0`
98
+
99
+ - [Select][base] Do not call onChange after initial render (#37141) @michaldudak
100
+ - [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
101
+ - [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
102
+ - [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
103
+
104
+ ### Docs
105
+
106
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
107
+ - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
108
+ - [docs] Improve "Example projects" page design (#37007) @danilo-leal
109
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
110
+ - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
111
+ - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
112
+ - [docs] Update links to the public roadmap (#36995) @mnajdova
113
+ - [docs] Improve Multiselect demo styling (#37120) @michaldudak
114
+ - [Stack] Fix import description @oliviertassinari
115
+
116
+ ### Core
117
+
118
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
119
+ - [core] Add VSCode extensions recommendations (#37166) @michaldudak
120
+ - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
121
+ - [website] Update the active positions (#37075) @DanailH
122
+ - [website] Add Romain to the About page (#37124) @romgrk
123
+ - [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
124
+
125
+ All contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
126
+
3
127
  ## 5.12.3
4
128
 
5
129
  <!-- generated comparing v5.12.2..master -->
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
- type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const CalendarPicker: CalendarPickerComponent;
9
- export default CalendarPicker;
10
- export declare const calendarPickerClasses: {};
11
- export type CalendarPickerClassKey = any;
12
- export type CalendarPickerClasses = any;
13
- export type CalendarPickerProps<TDate> = Record<any, any>;
14
- export type CalendarPickerView = 'year' | 'day' | 'month';
1
+ import * as React from 'react';
2
+ type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const CalendarPicker: CalendarPickerComponent;
9
+ export default CalendarPicker;
10
+ export declare const calendarPickerClasses: {};
11
+ export type CalendarPickerClassKey = any;
12
+ export type CalendarPickerClasses = any;
13
+ export type CalendarPickerProps<TDate> = Record<any, any>;
14
+ export type CalendarPickerView = 'year' | 'day' | 'month';
@@ -1,2 +1,2 @@
1
- export { default } from './CalendarPicker';
2
- export * from './CalendarPicker';
1
+ export { default } from './CalendarPicker';
2
+ export * from './CalendarPicker';
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
9
- export default CalendarPickerSkeleton;
10
- export declare const calendarPickerSkeletonClasses: {};
11
- export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
12
- export type CalendarPickerSkeletonProps = Record<any, any>;
13
- export type CalendarPickerSkeletonClassKey = any;
1
+ import * as React from 'react';
2
+ type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
9
+ export default CalendarPickerSkeleton;
10
+ export declare const calendarPickerSkeletonClasses: {};
11
+ export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
12
+ export type CalendarPickerSkeletonProps = Record<any, any>;
13
+ export type CalendarPickerSkeletonClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './CalendarPickerSkeleton';
2
- export * from './CalendarPickerSkeleton';
1
+ export { default } from './CalendarPickerSkeleton';
2
+ export * from './CalendarPickerSkeleton';
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
- type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const ClockPicker: ClockPickerComponent;
9
- export default ClockPicker;
10
- export declare const clockPickerClasses: {};
11
- export type ClockPickerProps<TDate> = Record<any, any>;
12
- export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
- export type ClockPickerClasses = any;
14
- export type ClockPickerClassKey = any;
1
+ import * as React from 'react';
2
+ type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const ClockPicker: ClockPickerComponent;
9
+ export default ClockPicker;
10
+ export declare const clockPickerClasses: {};
11
+ export type ClockPickerProps<TDate> = Record<any, any>;
12
+ export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
+ export type ClockPickerClasses = any;
14
+ export type ClockPickerClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './ClockPicker';
2
- export * from './ClockPicker';
1
+ export { default } from './ClockPicker';
2
+ export * from './ClockPicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DatePicker: DatePickerComponent;
9
- export default DatePicker;
10
- export type DatePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DatePicker: DatePickerComponent;
9
+ export default DatePicker;
10
+ export type DatePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DatePicker';
2
- export * from './DatePicker';
1
+ export { default } from './DatePicker';
2
+ export * from './DatePicker';
@@ -1,11 +1,11 @@
1
- import * as React from 'react';
2
- 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 type DateRangePickerProps = Record<any, any>;
11
- export type DateRange<TDate> = [TDate | null, TDate | null];
1
+ import * as React from 'react';
2
+ 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 type DateRangePickerProps = Record<any, any>;
11
+ export type DateRange<TDate> = [TDate | null, TDate | null];
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePicker';
2
- export * from './DateRangePicker';
1
+ export { default } from './DateRangePicker';
2
+ export * from './DateRangePicker';
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePickerDay: DateRangePickerDayComponent;
9
- export default DateRangePickerDay;
10
- export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
- export type DateRangePickerDayProps = Record<any, any>;
12
- export type DateRangePickerDayClasses = any;
13
- export type DateRangePickerDayClassKey = any;
1
+ import * as React from 'react';
2
+ type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePickerDay: DateRangePickerDayComponent;
9
+ export default DateRangePickerDay;
10
+ export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
+ export type DateRangePickerDayProps = Record<any, any>;
12
+ export type DateRangePickerDayClasses = any;
13
+ export type DateRangePickerDayClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePickerDay';
2
- export * from './DateRangePickerDay';
1
+ export { default } from './DateRangePickerDay';
2
+ export * from './DateRangePickerDay';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateTimePicker: DateTimePickerComponent;
9
- export default DateTimePicker;
10
- export type DateTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateTimePicker: DateTimePickerComponent;
9
+ export default DateTimePicker;
10
+ export type DateTimePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DateTimePicker';
2
- export * from './DateTimePicker';
1
+ export { default } from './DateTimePicker';
2
+ export * from './DateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDatePicker: DesktopDatePickerComponent;
9
- export default DesktopDatePicker;
10
- export type DesktopDatePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDatePicker: DesktopDatePickerComponent;
9
+ export default DesktopDatePicker;
10
+ export type DesktopDatePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDatePicker';
2
- export * from './DesktopDatePicker';
1
+ export { default } from './DesktopDatePicker';
2
+ export * from './DesktopDatePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
- export default DesktopDateRangePicker;
10
- export type DesktopDateRangePickerProps = Record<any, any>;
1
+ import * as React from 'react';
2
+ type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
+ export default DesktopDateRangePicker;
10
+ export type DesktopDateRangePickerProps = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateRangePicker';
2
- export * from './DesktopDateRangePicker';
1
+ export { default } from './DesktopDateRangePicker';
2
+ export * from './DesktopDateRangePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
9
- export default DesktopDateTimePicker;
10
- export type DesktopDateTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
9
+ export default DesktopDateTimePicker;
10
+ export type DesktopDateTimePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateTimePicker';
2
- export * from './DesktopDateTimePicker';
1
+ export { default } from './DesktopDateTimePicker';
2
+ export * from './DesktopDateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopTimePicker: DesktopTimePickerComponent;
9
- export default DesktopTimePicker;
10
- export type DesktopTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopTimePicker: DesktopTimePickerComponent;
9
+ export default DesktopTimePicker;
10
+ export type DesktopTimePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopTimePicker';
2
- export * from './DesktopTimePicker';
1
+ export { default } from './DesktopTimePicker';
2
+ export * from './DesktopTimePicker';