@mui/lab 5.0.0-alpha.172 → 5.0.0-alpha.174

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 (46) hide show
  1. package/CHANGELOG.md +188 -23
  2. package/CalendarPicker/CalendarPicker.d.ts +1 -1
  3. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +1 -1
  4. package/ClockPicker/ClockPicker.d.ts +1 -1
  5. package/DatePicker/DatePicker.d.ts +1 -1
  6. package/DateRangePicker/DateRangePicker.d.ts +1 -1
  7. package/DateRangePickerDay/DateRangePickerDay.d.ts +1 -1
  8. package/DateTimePicker/DateTimePicker.d.ts +1 -1
  9. package/DesktopDatePicker/DesktopDatePicker.d.ts +1 -1
  10. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +1 -1
  11. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +1 -1
  12. package/DesktopTimePicker/DesktopTimePicker.d.ts +1 -1
  13. package/LocalizationProvider/LocalizationProvider.d.ts +1 -1
  14. package/MobileDatePicker/MobileDatePicker.d.ts +1 -1
  15. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +1 -1
  16. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +1 -1
  17. package/MobileTimePicker/MobileTimePicker.d.ts +1 -1
  18. package/MonthPicker/MonthPicker.d.ts +1 -1
  19. package/PickersDay/PickersDay.d.ts +1 -1
  20. package/README.md +1 -1
  21. package/StaticDatePicker/StaticDatePicker.d.ts +1 -1
  22. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +1 -1
  23. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +1 -1
  24. package/StaticTimePicker/StaticTimePicker.d.ts +1 -1
  25. package/TabContext/TabContext.d.ts +1 -1
  26. package/TabPanel/TabPanel.d.ts +1 -1
  27. package/TimePicker/TimePicker.d.ts +1 -1
  28. package/Timeline/Timeline.js +1 -3
  29. package/Timeline/Timeline.types.d.ts +1 -1
  30. package/TimelineConnector/TimelineConnector.d.ts +1 -1
  31. package/TimelineContent/TimelineContent.d.ts +1 -1
  32. package/TimelineDot/TimelineDot.d.ts +1 -1
  33. package/TimelineItem/TimelineItem.d.ts +1 -1
  34. package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -1
  35. package/TimelineSeparator/TimelineSeparator.d.ts +1 -1
  36. package/TreeItem/TreeItem.d.ts +1 -1
  37. package/TreeView/TreeView.d.ts +1 -1
  38. package/YearPicker/YearPicker.d.ts +1 -1
  39. package/index.js +1 -1
  40. package/legacy/Timeline/Timeline.js +1 -3
  41. package/legacy/index.js +1 -1
  42. package/modern/Timeline/Timeline.js +1 -3
  43. package/modern/index.js +1 -1
  44. package/node/Timeline/Timeline.js +1 -3
  45. package/node/index.js +1 -1
  46. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,171 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
- ## v5.16.1
3
+ ## 5.16.8
4
+
5
+ <!-- generated comparing v5.16.7..v5.x -->
6
+
7
+ _Nov 26, 2024_
8
+
9
+ A big thanks to the 8 contributors who made this release possible.
10
+
11
+ ### `@mui/material@5.16.8`
12
+
13
+ - Cherry pick ref accessing PRs (#44543) @DiegoAndai
14
+
15
+ ### `@mui/utils@5.16.8`
16
+
17
+ - Skip deep clone React element (v5.x) (#44494) @jukkatupamaki
18
+
19
+ ### Docs
20
+
21
+ - Keep sponsors up to date @oliviertassinari
22
+ - Fix MUI Treasury Layout broken links (#43753) @oliviertassinari
23
+ - Strengthen CSP rule @oliviertassinari
24
+ - Give up on restoring search @oliviertassinari
25
+ - Normalize next major message @oliviertassinari
26
+ - Fix versions URL @oliviertassinari
27
+ - Fix use of absolute URLs (#43567) @oliviertassinari
28
+ - Restore search on v5 (#43566) @oliviertassinari
29
+ - Fix link from v5 to v6 (#43585) @alexfauquette
30
+ - Updated mui-x roadmap links with the new project URL (@michelengelen) (#43446) @michelengelen
31
+ - Fix broken link to Next.js docs @oliviertassinari
32
+
33
+ ### Core
34
+
35
+ - [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
36
+ - [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
37
+ - [blog] Announcing pricing changes Sep 2024 (#43272) @cherniavskii
38
+ - Prepare for moving to v5.x branch (#43447) @siriwatknp
39
+ - [core] Cherry pick #42346 to v5 (#44475) @DiegoAndai
40
+ - [core] Fix CI on v5.x branch (#44487) @DiegoAndai
41
+ - [core] Fix CI on v5.x branch (#43564) @oliviertassinari
42
+ - [examples] Fix v5 clone example instructions (#43755) @oliviertassinari
43
+ - [examples] Fix CLI download instructions @oliviertassinari
44
+ - [examples] Fix CDN live preview example @oliviertassinari
45
+ - [examples] Fix more examples to work with v5 @oliviertassinari
46
+ - [examples] Freeze examples dependency range (#43435) @oliviertassinari
47
+
48
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
49
+
50
+ ## 5.16.7
51
+
52
+ <!-- generated comparing v5.16.6..master -->
53
+
54
+ _Aug 9, 2024_
55
+
56
+ A big thanks to the 3 contributors who made this release possible.
57
+
58
+ ### `@mui/material@5.16.7`
59
+
60
+ - &#8203;<!-- 3 -->[material-ui][mui-system] Add support for version runtime checks (#43233) @DiegoAndai
61
+
62
+ ### Docs
63
+
64
+ - &#8203;<!-- 4 -->[docs] Fix 301 @oliviertassinari
65
+
66
+ ### Core
67
+
68
+ - &#8203;<!-- 2 -->[website] Fix wrong link in pricing table (@zanivan) (#43143) @zanivan
69
+ - &#8203;<!-- 1 -->[website] Add blog link to pricing table (@zanivan) (#43140) @zanivan
70
+
71
+ All contributors of this release in alphabetical order: @DiegoAndai, @oliviertassinari, @zanivan
72
+
73
+ ## 5.16.6
74
+
75
+ <!-- generated comparing v5.16.5..master -->
76
+
77
+ _Jul 30, 2024_
78
+
79
+ A big thanks to the 5 contributors who made this release possible.
80
+
81
+ ### `@mui/material@5.16.6`
82
+
83
+ - [Divider] Enable borderStyle enhancement in divider with children (#43059) @anuujj
84
+
85
+ ### Docs
86
+
87
+ - [material-ui][Card] Update CardMedia description (#43121) @shahzaibdev1
88
+ - [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43114) @aliharis99
89
+ - [material-ui][Snackbar] Improve close `reason` type in demos (#43105) @sai6855
90
+
91
+ ### Core
92
+
93
+ - [code-infra] Use the same CI names on master & next (#43064) @mnajdova
94
+
95
+ All contributors of this release in alphabetical order: @aliharis99, @anuujj, @mnajdova, @sai6855, @shahzaibdev1
96
+
97
+ ## 5.16.5
98
+
99
+ <!-- generated comparing v5.16.4..master -->
100
+
101
+ _Jul 25, 2024_
102
+
103
+ A big thanks to the 4 contributors who made this release possible.
104
+
105
+ ### `@mui/utils@5.16.5`
106
+
107
+ - &#8203;<!-- 1 -->[utils] Add dependency to @mui/types (@mnajdova) (#43047) @mnajdova
108
+
109
+ ### Docs
110
+
111
+ - &#8203;<!-- 4 -->[material-ui][joy-ui][Autocomplete] Fix `Hint` demo (@ManthanGajjar) (#43039) @ManthanGajjar
112
+ - &#8203;<!-- 3 -->Fix CHANGELOG convention @oliviertassinari
113
+ - &#8203;<!-- 2 -->[material-ui] Fix broken image links in blog template on master branch (#42969) @navedqb
114
+
115
+ All contributors of this release in alphabetical order: @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari
116
+
117
+ ## 5.16.4
118
+
119
+ <!-- generated comparing v5.16.3..master -->
120
+
121
+ _Jul 16, 2024_
122
+
123
+ A big thanks to the 1 contributor who made this release possible.
124
+
125
+ ### `@mui/material@5.16.4`
126
+
127
+ - &#8203;<!-- 1 -->Fix wrong import in Popover types (#42967) @mnajdova
128
+
129
+ All contributors of this release in alphabetical order: @mnajdova
130
+
131
+ ## 5.16.3
132
+
133
+ <!-- generated comparing v5.16.2..master -->
134
+
135
+ _Jul 16, 2024_
136
+
137
+ A big thanks to the 3 contributors who made this release possible.
138
+
139
+ ### `@mui/material@5.16.3`
140
+
141
+ - &#8203;<!-- 1 -->[material] Add missing dependency (#42959) @mnajdova
142
+
143
+ ### Docs
144
+
145
+ - &#8203;<!-- 3 -->[material-ui][Autocomplete] Add instructions about `autosuggest-highlight` dependency (#42953) @HoFa1997
146
+ - &#8203;<!-- 2 -->Move feedback from Canny to GitHub @oliviertassinari
147
+
148
+ All contributors of this release in alphabetical order: @HoFa1997, @mnajdova, @oliviertassinari
149
+
150
+ ## 5.16.2
151
+
152
+ <!-- generated comparing v5.16.1..master -->
153
+
154
+ _Jul 16, 2024_
155
+
156
+ A big thanks to the 2 contributors who made this release possible.
157
+
158
+ ### `@mui/material@5.16.2`
159
+
160
+ - &#8203;<!-- 2 -->[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova
161
+
162
+ ### Core
163
+
164
+ - &#8203;<!-- 1 -->[website] Sync /about page @oliviertassinari
165
+
166
+ All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
167
+
168
+ ## 5.16.1
4
169
 
5
170
  _Jul 11, 2024_
6
171
 
@@ -35,7 +200,7 @@ A big thanks to the 4 contributors who made this release possible. Here are some
35
200
 
36
201
  All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
37
202
 
38
- ## v5.16.0
203
+ ## 5.16.0
39
204
 
40
205
  <!-- generated comparing v5.15.21..master -->
41
206
 
@@ -63,7 +228,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
63
228
 
64
229
  All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
65
230
 
66
- ## v5.15.21
231
+ ## 5.15.21
67
232
 
68
233
  <!-- generated comparing v5.15.20..master -->
69
234
 
@@ -93,7 +258,7 @@ A big thanks to the 7 contributors who made this release possible.
93
258
 
94
259
  All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
95
260
 
96
- ## v5.15.20
261
+ ## 5.15.20
97
262
 
98
263
  <!-- generated comparing v5.15.19..master -->
99
264
 
@@ -134,7 +299,7 @@ A big thanks to the 9 contributors who made this release possible.
134
299
 
135
300
  All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
136
301
 
137
- ## v5.15.19
302
+ ## 5.15.19
138
303
 
139
304
  <!-- generated comparing v5.15.18..master -->
140
305
 
@@ -173,7 +338,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
173
338
 
174
339
  All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
175
340
 
176
- ## v5.15.18
341
+ ## 5.15.18
177
342
 
178
343
  <!-- generated comparing v5.15.17..master -->
179
344
 
@@ -198,7 +363,7 @@ A big thanks to the 5 contributors who made this release possible. Here are some
198
363
 
199
364
  All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
200
365
 
201
- ## v5.15.17
366
+ ## 5.15.17
202
367
 
203
368
  <!-- generated comparing v5.15.16..master -->
204
369
 
@@ -229,7 +394,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
229
394
 
230
395
  All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
231
396
 
232
- ## v5.15.16
397
+ ## 5.15.16
233
398
 
234
399
  <!-- generated comparing v5.15.15..master -->
235
400
 
@@ -281,7 +446,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
281
446
 
282
447
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
283
448
 
284
- ## v5.15.15
449
+ ## 5.15.15
285
450
 
286
451
  <!-- generated comparing v5.15.14..master -->
287
452
 
@@ -321,7 +486,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
321
486
 
322
487
  All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
323
488
 
324
- ## v5.15.14
489
+ ## 5.15.14
325
490
 
326
491
  <!-- generated comparing v5.15.13..master -->
327
492
 
@@ -377,7 +542,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
377
542
 
378
543
  All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
379
544
 
380
- ## v5.15.13
545
+ ## 5.15.13
381
546
 
382
547
  <!-- generated comparing v5.15.12..master -->
383
548
 
@@ -469,7 +634,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
469
634
 
470
635
  All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
471
636
 
472
- ## v5.15.12
637
+ ## 5.15.12
473
638
 
474
639
  <!-- generated comparing v5.15.11..master -->
475
640
 
@@ -551,7 +716,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
551
716
 
552
717
  All contributors of this release in alphabetical order: @alexfauquette, @atomiks, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli
553
718
 
554
- ## v5.15.11
719
+ ## 5.15.11
555
720
 
556
721
  <!-- generated comparing v5.15.10..master -->
557
722
 
@@ -667,7 +832,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
667
832
 
668
833
  All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
669
834
 
670
- ## v5.15.10
835
+ ## 5.15.10
671
836
 
672
837
  <!-- generated comparing v5.15.9..master -->
673
838
 
@@ -715,7 +880,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
715
880
 
716
881
  All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
717
882
 
718
- ## v5.15.9<!-- generated comparing v5.15.8..master -->
883
+ ## 5.15.9<!-- generated comparing v5.15.8..master -->
719
884
 
720
885
  _Feb 8, 2024_
721
886
 
@@ -750,7 +915,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
750
915
 
751
916
  All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
752
917
 
753
- ## v5.15.8<!-- generated comparing v5.15.7..master -->
918
+ ## 5.15.8<!-- generated comparing v5.15.7..master -->
754
919
 
755
920
  _Feb 6, 2024_
756
921
 
@@ -829,7 +994,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
829
994
 
830
995
  All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
831
996
 
832
- ## v5.15.7
997
+ ## 5.15.7
833
998
 
834
999
  <!-- generated comparing v5.15.6..master -->
835
1000
 
@@ -924,7 +1089,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
924
1089
 
925
1090
  All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
926
1091
 
927
- ## v5.15.6
1092
+ ## 5.15.6
928
1093
 
929
1094
  <!-- generated comparing v5.15.5..master -->
930
1095
 
@@ -983,7 +1148,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
983
1148
 
984
1149
  All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
985
1150
 
986
- ## v5.15.5
1151
+ ## 5.15.5
987
1152
 
988
1153
  <!-- generated comparing v5.15.4..master -->
989
1154
 
@@ -5064,7 +5229,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
5064
5229
 
5065
5230
  All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
5066
5231
 
5067
- ## v5.10.14
5232
+ ## 5.10.14
5068
5233
 
5069
5234
  <!-- generated comparing v5.10.13..master -->
5070
5235
 
@@ -5132,7 +5297,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5132
5297
 
5133
5298
  All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @cherniavskii, @danilo-leal, @hbjORbj, @Janpot, @kennethbigler, @kushagra010, @michaldudak, @mnajdova, @ofir5300, @oliviertassinari, @sai6855, @sfavello, @sidtohan, @siriwatknp, @Studio384
5134
5299
 
5135
- ## v5.10.13
5300
+ ## 5.10.13
5136
5301
 
5137
5302
  <!-- generated comparing v5.10.12..master -->
5138
5303
 
@@ -5190,7 +5355,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
5190
5355
 
5191
5356
  All contributors of this release in alphabetical order: @akshaya-venkatesh8, @alexfauquette, @hbjORbj, @Janpot, @jesrodri, @michaldudak, @oliviertassinari, @PetroSilenius, @samuelsycamore, @shivam1646, @siriwatknp, @trizotti
5192
5357
 
5193
- ## v5.10.12
5358
+ ## 5.10.12
5194
5359
 
5195
5360
  <!-- generated comparing v5.10.11..master -->
5196
5361
 
@@ -5266,7 +5431,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5266
5431
 
5267
5432
  All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @EduardoSCosta, @emlai, @hbjORbj, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @punithnayak, @PunitSoniME, @renovate[bot], @RoodyCode, @samuelsycamore, @siriwatknp, @VinceCYLiao
5268
5433
 
5269
- ## v5.10.11
5434
+ ## 5.10.11
5270
5435
 
5271
5436
  <!-- generated comparing v5.10.10..master -->
5272
5437
 
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type LocalizationProviderComponent = ((props: LocalizationProviderProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type MobileDatePickerComponent = (<TDate>(props: MobileDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type MobileDateTimePickerComponent = (<TDate>(props: MobileDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type MobileTimePickerComponent = (<TDate>(props: MobileTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type MobileTimePickerComponent = (<TDate>(props: MobileTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type MonthPickerComponent = (<TDate>(props: MonthPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type MonthPickerComponent = (<TDate>(props: MonthPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type PickersDayComponent = (<TDate>(props: PickersDayProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type PickersDayComponent = (<TDate>(props: PickersDayProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
package/README.md CHANGED
@@ -25,4 +25,4 @@ npm install @mui/material @emotion/react @emotion/styled
25
25
 
26
26
  <!-- #default-branch-switch -->
27
27
 
28
- Visit [https://mui.com/material-ui/about-the-lab/](https://mui.com/material-ui/about-the-lab/) to view the full documentation.
28
+ Visit [https://v5.mui.com/material-ui/about-the-lab/](https://v5.mui.com/material-ui/about-the-lab/) to view the full documentation.
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StaticDatePickerComponent = (<TDate>(props: StaticDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type StaticDatePickerComponent = (<TDate>(props: StaticDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type StaticDateRangePickerComponent = (<TDate>(props: StaticDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StaticDateTimePickerComponent = (<TDate>(props: StaticDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type StaticDateTimePickerComponent = (<TDate>(props: StaticDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StaticTimePickerComponent = (<TDate>(props: StaticTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type StaticTimePickerComponent = (<TDate>(props: StaticTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -25,7 +25,7 @@ export interface TabContextProps {
25
25
  *
26
26
  * - [TabContext API](https://mui.com/material-ui/api/tab-context/)
27
27
  */
28
- export default function TabContext(props: TabContextProps): JSX.Element;
28
+ export default function TabContext(props: TabContextProps): React.JSX.Element;
29
29
  export function useTabContext(): TabContextValue | null;
30
30
  export function getPanelId(context: TabContextValue, tabValue: string): string;
31
31
  export function getTabId(context: TabContextValue, tabValue: string): string;
@@ -34,4 +34,4 @@ export interface TabPanelProps extends StandardProps<React.HTMLAttributes<HTMLDi
34
34
  *
35
35
  * - [TabPanel API](https://mui.com/material-ui/api/tab-panel/)
36
36
  */
37
- export default function TabPanel(props: TabPanelProps): JSX.Element;
37
+ export default function TabPanel(props: TabPanelProps): React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type TimePickerComponent = (<TDate>(props: TimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type TimePickerComponent = (<TDate>(props: TimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -69,9 +69,7 @@ const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
69
69
  value: contextValue,
70
70
  children: /*#__PURE__*/_jsx(TimelineRoot, _extends({
71
71
  className: clsx(classes.root, className),
72
- ownerState: ownerState
73
- // @ts-expect-error TypeScript bug, need to keep unknown for DX
74
- ,
72
+ ownerState: ownerState,
75
73
  ref: ref
76
74
  }, other))
77
75
  });
@@ -3,7 +3,7 @@ import { InternalStandardProps as StandardProps } from '@mui/material';
3
3
  import { Theme } from '@mui/material/styles';
4
4
  import { SxProps } from '@mui/system';
5
5
  import { TimelineClasses } from './timelineClasses';
6
- export interface TimelineProps extends StandardProps<React.HTMLAttributes<HTMLUListElement>> {
6
+ export interface TimelineProps extends StandardProps<React.ComponentProps<'ul'>> {
7
7
  /**
8
8
  * The position where the TimelineContent should appear relative to the time axis.
9
9
  * @default 'right'
@@ -30,4 +30,4 @@ export interface TimelineConnectorProps
30
30
  *
31
31
  * - [TimelineConnector API](https://mui.com/material-ui/api/timeline-connector/)
32
32
  */
33
- export default function TimelineConnector(props: TimelineConnectorProps): JSX.Element;
33
+ export default function TimelineConnector(props: TimelineConnectorProps): React.JSX.Element;
@@ -30,4 +30,4 @@ export interface TimelineContentProps extends StandardProps<TypographyProps> {
30
30
  * - [TimelineContent API](https://mui.com/material-ui/api/timeline-content/)
31
31
  * - inherits [Typography API](https://mui.com/material-ui/api/typography/)
32
32
  */
33
- export default function TimelineContent(props: TimelineContentProps): JSX.Element;
33
+ export default function TimelineContent(props: TimelineContentProps): React.JSX.Element;
@@ -47,4 +47,4 @@ export interface TimelineDotProps extends StandardProps<React.HTMLAttributes<HTM
47
47
  *
48
48
  * - [TimelineDot API](https://mui.com/material-ui/api/timeline-dot/)
49
49
  */
50
- export default function TimelineDot(props: TimelineDotProps): JSX.Element;
50
+ export default function TimelineDot(props: TimelineDotProps): React.JSX.Element;
@@ -33,4 +33,4 @@ export interface TimelineItemProps extends StandardProps<React.HTMLAttributes<HT
33
33
  *
34
34
  * - [TimelineItem API](https://mui.com/material-ui/api/timeline-item/)
35
35
  */
36
- export default function TimelineItem(props: TimelineItemProps): JSX.Element;
36
+ export default function TimelineItem(props: TimelineItemProps): React.JSX.Element;
@@ -30,7 +30,9 @@ export interface TimelineOppositeContentProps extends StandardProps<TypographyPr
30
30
  * - [TimelineOppositeContent API](https://mui.com/material-ui/api/timeline-opposite-content/)
31
31
  * - inherits [Typography API](https://mui.com/material-ui/api/typography/)
32
32
  */
33
- declare const TimelineOppositeContent: ((props: TimelineOppositeContentProps) => JSX.Element) & {
33
+ declare const TimelineOppositeContent: ((
34
+ props: TimelineOppositeContentProps,
35
+ ) => React.JSX.Element) & {
34
36
  muiName: string;
35
37
  };
36
38
 
@@ -30,4 +30,4 @@ export interface TimelineSeparatorProps
30
30
  *
31
31
  * - [TimelineSeparator API](https://mui.com/material-ui/api/timeline-separator/)
32
32
  */
33
- export default function TimelineSeparator(props: TimelineSeparatorProps): JSX.Element;
33
+ export default function TimelineSeparator(props: TimelineSeparatorProps): React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type TreeItemComponent = ((props: TreeItemProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type TreeItemComponent = ((props: TreeItemProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type TreeViewComponent<Multiple extends boolean | undefined = undefined> = ((props: TreeViewProps<Multiple> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type TreeViewComponent<Multiple extends boolean | undefined = undefined> = ((props: TreeViewProps<Multiple> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type YearPickerComponent = (<TDate>(props: YearPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
2
+ type YearPickerComponent = (<TDate>(props: YearPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
3
  propTypes?: any;
4
4
  };
5
5
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.172
2
+ * @mui/lab v5.0.0-alpha.174
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -65,9 +65,7 @@ var Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
65
65
  value: contextValue,
66
66
  children: /*#__PURE__*/_jsx(TimelineRoot, _extends({
67
67
  className: clsx(classes.root, className),
68
- ownerState: ownerState
69
- // @ts-expect-error TypeScript bug, need to keep unknown for DX
70
- ,
68
+ ownerState: ownerState,
71
69
  ref: ref
72
70
  }, other))
73
71
  });
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.172
2
+ * @mui/lab v5.0.0-alpha.174
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -69,9 +69,7 @@ const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
69
69
  value: contextValue,
70
70
  children: /*#__PURE__*/_jsx(TimelineRoot, _extends({
71
71
  className: clsx(classes.root, className),
72
- ownerState: ownerState
73
- // @ts-expect-error TypeScript bug, need to keep unknown for DX
74
- ,
72
+ ownerState: ownerState,
75
73
  ref: ref
76
74
  }, other))
77
75
  });
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.172
2
+ * @mui/lab v5.0.0-alpha.174
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -77,9 +77,7 @@ const Timeline = /*#__PURE__*/React.forwardRef(function Timeline(inProps, ref) {
77
77
  value: contextValue,
78
78
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(TimelineRoot, (0, _extends2.default)({
79
79
  className: (0, _clsx.default)(classes.root, className),
80
- ownerState: ownerState
81
- // @ts-expect-error TypeScript bug, need to keep unknown for DX
82
- ,
80
+ ownerState: ownerState,
83
81
  ref: ref
84
82
  }, other))
85
83
  });
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/lab v5.0.0-alpha.172
2
+ * @mui/lab v5.0.0-alpha.174
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/lab",
3
- "version": "5.0.0-alpha.172",
3
+ "version": "5.0.0-alpha.174",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Laboratory for new MUI modules.",
@@ -22,7 +22,7 @@
22
22
  "bugs": {
23
23
  "url": "https://github.com/mui/material-ui/issues"
24
24
  },
25
- "homepage": "https://mui.com/material-ui/about-the-lab/",
25
+ "homepage": "https://v5.mui.com/material-ui/about-the-lab/",
26
26
  "funding": {
27
27
  "type": "opencollective",
28
28
  "url": "https://opencollective.com/mui-org"
@@ -31,18 +31,18 @@
31
31
  "@babel/runtime": "^7.23.9",
32
32
  "clsx": "^2.1.0",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/utils": "^5.16.1",
35
- "@mui/system": "^5.16.1",
34
+ "@mui/system": "^5.16.8",
35
+ "@mui/base": "5.0.0-beta.40",
36
36
  "@mui/types": "^7.2.15",
37
- "@mui/base": "5.0.0-beta.40"
37
+ "@mui/utils": "^5.16.8"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@emotion/react": "^11.5.0",
41
41
  "@emotion/styled": "^11.3.0",
42
42
  "@mui/material": ">=5.15.0",
43
- "@types/react": "^17.0.0 || ^18.0.0",
44
- "react": "^17.0.0 || ^18.0.0",
45
- "react-dom": "^17.0.0 || ^18.0.0"
43
+ "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
44
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
45
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
46
46
  },
47
47
  "peerDependenciesMeta": {
48
48
  "@types/react": {