@mui/private-theming 6.0.0-beta.1 → 6.0.0-beta.4

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,121 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
- ## v6.0.0-beta.1
3
+ ## 6.0.0-beta.4
4
+
5
+ <!-- generated comparing v6.0.0-beta.3..next -->
6
+
7
+ _Jul 30, 2024_
8
+
9
+ A big thanks to the 12 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.0.0-beta.4`
12
+
13
+ - [Accordion] Render a heading wrapping `AccordionSummary` button per W3C Accordion Pattern standards (#42914) @ZeeshanTamboli
14
+ - [Divider] Enable borderStyle enhancement in divider with children (#42715) @anuujj
15
+ - [ImageListItemBar] Deprecate composed classes (#42905) @sai6855
16
+ - Attach selector for default color scheme (#43035) @siriwatknp
17
+ - Stabilize Grid v2 and deprecate Grid v1 (#43054) @DiegoAndai
18
+
19
+ ### `@mui/system@6.0.0-beta.4`
20
+
21
+ - Make `createBreakpoints` independent for stringify theme (#43048) @siriwatknp
22
+
23
+ ### `@mui/utils@6.0.0-beta.4`
24
+
25
+ - Fix issues reported by the React Compiler (#43051) @markliu2013
26
+
27
+ ### Docs
28
+
29
+ - [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43110) @aliharis99
30
+ - [material-ui][Card] Update CardMedia description (#43067) @shahzaibdev1
31
+ - [material-ui] Polish out data table demo (#43072) @zanivan
32
+ - [material-ui][Snackbar] Improve reason type in demos (#43077) @sai6855
33
+ - [pigment-css] Fix syntax in migrating-to-pigment-css guide (#43107) @KevinVandy
34
+ - Fix page description line break @oliviertassinari
35
+
36
+ ### Core
37
+
38
+ - Fix event naming convention @oliviertassinari
39
+ - [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
40
+ - [website] Fine-tune button styles on the branding theme (#43082) @zanivan
41
+
42
+ All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
43
+
44
+ ## 6.0.0-beta.3
45
+
46
+ <!-- generated comparing v6.0.0-beta.2..next -->
47
+
48
+ _Jul 24, 2024_
49
+
50
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
51
+
52
+ - 🚀 New version of the free Dashboard template, now with more components and an improved layout.
53
+
54
+ ### `@mui/codemod@6.0.0-beta.3`
55
+
56
+ - &#8203;<!-- 17 -->Fix Divider props codemod (#42919) @aarongarciah
57
+
58
+ ### `@mui/material@6.0.0-beta.3`
59
+
60
+ - &#8203;<!-- 06 -->Fix Accessing element.ref (#42818) @sai6855
61
+ - &#8203;<!-- 05 -->Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
62
+ - &#8203;<!-- 03 -->[Typography] Deprecate `paragraph` prop (#42383) @walston
63
+ - &#8203;<!-- 03 -->[Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
64
+
65
+ ### `@mui/material-nextjs@6.0.0-beta.3`
66
+
67
+ - &#8203;<!-- 04 -->[material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
68
+ - &#8203;<!-- 02 -->[material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
69
+
70
+ ### `@mui/utils@6.0.0-beta.3`
71
+
72
+ - &#8203;<!-- 02 -->[utils] Add dependency to @mui/types (#43029) @mnajdova
73
+
74
+ ### Docs
75
+
76
+ - &#8203;<!-- 22 -->[material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
77
+ - &#8203;<!-- 19 -->[docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
78
+ - &#8203;<!-- 16 -->[docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
79
+ - &#8203;<!-- 13 -->[docs] Remove stringify theme import (#43032) @siriwatknp
80
+ - &#8203;<!-- 12 -->[docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
81
+ - &#8203;<!-- 11 -->[docs] Fix migration typo (#42976) @mnajdova
82
+ - &#8203;<!-- 08 -->[material-ui] Add improvements to Dashboard template (#42445) @zanivan
83
+ - &#8203;<!-- 07 -->[material-ui] Fix broken image links in blog template (#42956) @navedqb
84
+
85
+ ### Core
86
+
87
+ - &#8203;<!-- 23 -->[code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
88
+ - &#8203;<!-- 21 -->[code-infra] Fix pnpm lock file (#43030) @Janpot
89
+ - &#8203;<!-- 20 -->[code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
90
+ - &#8203;<!-- 19 -->[code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
91
+ - &#8203;<!-- 18 -->[code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
92
+ - &#8203;<!-- 16 -->[core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
93
+ - &#8203;<!-- 15 -->[core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
94
+ - &#8203;<!-- 14 -->[core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
95
+ - &#8203;<!-- 10 -->[docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
96
+ - &#8203;<!-- 09 -->[docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
97
+ - &#8203;<!-- 02 -->[test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
98
+ - &#8203;<!-- 01 -->[website] Fix strange focus-visible on hover (#42924) @oliviertassinari
99
+
100
+ All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @brijeshb42, @cherniavskii, @DiegoAndai, @Janpot, @jeloagnasin, @LukasTy, @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari, @sai6855, @siriwatknp, @walston, @zanivan, @ZouYouShun
101
+
102
+ ## 6.0.0-beta.2
103
+
104
+ <!-- generated comparing v6.0.0-beta.1..next -->
105
+
106
+ _Jul 16, 2024_
107
+
108
+ ### `@mui/material@6.0.0-beta.2`
109
+
110
+ - &#8203;<!-- 1 -->[material] Add missing dependency (#42961) @mnajdova
111
+
112
+ ### Docs
113
+
114
+ - &#8203;<!-- 2 -->[docs] Move feedback from Canny to GitHub @oliviertassinari
115
+
116
+ All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
117
+
118
+ ## 6.0.0-beta.1
4
119
 
5
120
  <!-- generated comparing v6.0.0-beta.0..next -->
6
121
 
@@ -32,7 +147,7 @@ A big thanks to the 6 contributors who made this release possible.
32
147
 
33
148
  All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
34
149
 
35
- ## v6.0.0-beta.0
150
+ ## 6.0.0-beta.0
36
151
 
37
152
  <!-- generated comparing v6.0.0-alpha.14..next -->
38
153
 
@@ -77,7 +192,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
77
192
 
78
193
  All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
79
194
 
80
- ## v6.0.0-alpha.14
195
+ ## 6.0.0-alpha.14
81
196
 
82
197
  <!-- generated comparing v6.0.0-alpha.13..next -->
83
198
 
@@ -129,7 +244,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
129
244
 
130
245
  All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
131
246
 
132
- ## v6.0.0-alpha.13
247
+ ## 6.0.0-alpha.13
133
248
 
134
249
  <!-- generated comparing v6.0.0-alpha.12..next -->
135
250
 
@@ -168,7 +283,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
168
283
 
169
284
  All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
170
285
 
171
- ## v6.0.0-alpha.12
286
+ ## 6.0.0-alpha.12
172
287
 
173
288
  <!-- generated comparing v6.0.0-alpha.11..next -->
174
289
 
@@ -237,7 +352,7 @@ A big thanks to the 17 contributors who made this release possible.
237
352
 
238
353
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
239
354
 
240
- ## v6.0.0-alpha.11
355
+ ## 6.0.0-alpha.11
241
356
 
242
357
  <!-- generated comparing v6.0.0-alpha.10..next -->
243
358
 
@@ -313,7 +428,7 @@ A big thanks to the 18 contributors who made this release possible.
313
428
 
314
429
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
315
430
 
316
- ## v6.0.0-alpha.10
431
+ ## 6.0.0-alpha.10
317
432
 
318
433
  <!-- generated comparing v6.0.0-alpha.9..next -->
319
434
 
@@ -360,7 +475,7 @@ A big thanks to the 7 contributors who made this release possible.
360
475
 
361
476
  All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
362
477
 
363
- ## v6.0.0-alpha.9
478
+ ## 6.0.0-alpha.9
364
479
 
365
480
  <!-- generated comparing v6.0.0-alpha.8..next -->
366
481
 
@@ -436,7 +551,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
436
551
 
437
552
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @apedroferreira, @brijeshb42, @cherniavskii, @ChronicusUA, @danilo-leal, @DiegoAndai, @fedirjh, @j4marcos, @Janpot, @KenanYusuf, @lhilgert9, @lucasgmelo, @MatheusEli, @mihilt, @mnajdova, @nikitaa24, @oliviertassinari, @sayoubiaf, @siriwatknp, @tjcouch-sil, @ZeeshanTamboli
438
553
 
439
- ## v6.0.0-alpha.8
554
+ ## 6.0.0-alpha.8
440
555
 
441
556
  <!-- generated comparing v6.0.0-alpha.7..next -->
442
557
 
@@ -471,7 +586,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
471
586
 
472
587
  All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
473
588
 
474
- ## v6.0.0-alpha.7
589
+ ## 6.0.0-alpha.7
475
590
 
476
591
  <!-- generated comparing v6.0.0-alpha.6..next -->
477
592
 
@@ -518,7 +633,7 @@ A big thanks to the 14 contributors who made this release possible.
518
633
 
519
634
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
520
635
 
521
- ## v6.0.0-alpha.6
636
+ ## 6.0.0-alpha.6
522
637
 
523
638
  <!-- generated comparing v6.0.0-alpha.5..next -->
524
639
 
@@ -566,7 +681,7 @@ A big thanks to the 10 contributors who made this release possible.
566
681
 
567
682
  All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
568
683
 
569
- ## v6.0.0-alpha.5
684
+ ## 6.0.0-alpha.5
570
685
 
571
686
  <!-- generated comparing v6.0.0-alpha.4..next -->
572
687
 
@@ -604,7 +719,7 @@ A big thanks to the 9 contributors who made this release possible.
604
719
 
605
720
  All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
606
721
 
607
- ## v6.0.0-alpha.4
722
+ ## 6.0.0-alpha.4
608
723
 
609
724
  <!-- generated comparing v6.0.0-alpha.3..next -->
610
725
 
@@ -659,7 +774,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
659
774
 
660
775
  All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
661
776
 
662
- ## v6.0.0-alpha.3
777
+ ## 6.0.0-alpha.3
663
778
 
664
779
  <!-- generated comparing v6.0.0-alpha.2..next -->
665
780
 
@@ -732,7 +847,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
732
847
 
733
848
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
734
849
 
735
- ## v6.0.0-alpha.2
850
+ ## 6.0.0-alpha.2
736
851
 
737
852
  <!-- generated comparing v6.0.0-alpha.1..next -->
738
853
 
@@ -771,7 +886,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
771
886
 
772
887
  All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
773
888
 
774
- ## v6.0.0-alpha.1
889
+ ## 6.0.0-alpha.1
775
890
 
776
891
  <!-- generated comparing v6.0.0-alpha.0..next -->
777
892
 
@@ -858,7 +973,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
858
973
 
859
974
  All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli
860
975
 
861
- ## v6.0.0-alpha.0
976
+ ## 6.0.0-alpha.0
862
977
 
863
978
  <!-- generated comparing v5.15.14..next -->
864
979
 
@@ -937,7 +1052,339 @@ A big thanks to the 18 contributors who made this release possible. Here are som
937
1052
 
938
1053
  All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
939
1054
 
940
- ## v5.15.15
1055
+ ## 5.16.4
1056
+
1057
+ <!-- generated comparing v5.16.3..master -->
1058
+
1059
+ _Jul 16, 2024_
1060
+
1061
+ A big thanks to the 1 contributor who made this release possible.
1062
+
1063
+ ### `@mui/material@5.16.4`
1064
+
1065
+ - &#8203;<!-- 1 -->Fix wrong import in Popover types (#42967) @mnajdova
1066
+
1067
+ All contributors of this release in alphabetical order: @mnajdova
1068
+
1069
+ ## 5.16.3
1070
+
1071
+ <!-- generated comparing v5.16.2..master -->
1072
+
1073
+ _Jul 16, 2024_
1074
+
1075
+ A big thanks to the 3 contributors who made this release possible.
1076
+
1077
+ ### `@mui/material@5.16.3`
1078
+
1079
+ - &#8203;<!-- 1 -->[material] Add missing dependency (#42959) @mnajdova
1080
+
1081
+ ### Docs
1082
+
1083
+ - &#8203;<!-- 3 -->[material-ui][Autocomplete] Add instructions about `autosuggest-highlight` dependency (#42953) @HoFa1997
1084
+ - &#8203;<!-- 2 -->Move feedback from Canny to GitHub @oliviertassinari
1085
+
1086
+ All contributors of this release in alphabetical order: @HoFa1997, @mnajdova, @oliviertassinari
1087
+
1088
+ ## 5.16.2
1089
+
1090
+ <!-- generated comparing v5.16.1..master -->
1091
+
1092
+ _Jul 16, 2024_
1093
+
1094
+ A big thanks to the 2 contributors who made this release possible.
1095
+
1096
+ ### `@mui/material@5.16.2`
1097
+
1098
+ - &#8203;<!-- 2 -->[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova
1099
+
1100
+ ### Core
1101
+
1102
+ - &#8203;<!-- 1 -->[website] Sync /about page @oliviertassinari
1103
+
1104
+ All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
1105
+
1106
+ ## 5.16.1
1107
+
1108
+ _Jul 11, 2024_
1109
+
1110
+ A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
1111
+
1112
+ - ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
1113
+
1114
+ ### `@mui/material@5.16.1`
1115
+
1116
+ - [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
1117
+
1118
+ ### `@mui/joy@5.0.0-beta.48`
1119
+
1120
+ - [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
1121
+
1122
+ ### Docs
1123
+
1124
+ - [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
1125
+ - [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
1126
+ - Fix typos (@omahs) (#42888) @omahs
1127
+ - Fix 301 @oliviertassinari
1128
+
1129
+ ### Core
1130
+
1131
+ - [core] Bump React to 18.3.1 (#42846) @aarongarciah
1132
+ - [core] Remove react-test-renderer (#42853) @aarongarciah
1133
+ - [core] Replace enzyme in describeConformance (#42847) @aarongarciah
1134
+ - [test] Remove enzyme (#42850) @aarongarciah
1135
+ - [test] Remove createMount test util (#42849) @aarongarciah
1136
+ - [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
1137
+ - [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
1138
+
1139
+ All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
1140
+
1141
+ ## 5.16.0
1142
+
1143
+ <!-- generated comparing v5.15.21..master -->
1144
+
1145
+ _Jul 5, 2024_
1146
+
1147
+ A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
1148
+
1149
+ - 🚀 Added `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
1150
+
1151
+ ### `@mui/material@5.16.0`
1152
+
1153
+ - [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
1154
+ - Add `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
1155
+ - Add `DefaultPropsProvider` (#42820) @siriwatknp
1156
+ - Support `CssVarsTheme` in `responsiveFontSizes` return type (@jxdp) (#42806) @jxdp
1157
+ - Remove warning from `getInitColorSchemeScript` (#42838) @siriwatknp
1158
+
1159
+ ### Docs
1160
+
1161
+ - [docs] Fix 301 MDN redirections @oliviertassinari
1162
+
1163
+ ### Core
1164
+
1165
+ - [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
1166
+
1167
+ All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
1168
+
1169
+ ## 5.15.21
1170
+
1171
+ <!-- generated comparing v5.15.20..master -->
1172
+
1173
+ _Jun 28, 2024_
1174
+
1175
+ A big thanks to the 7 contributors who made this release possible.
1176
+
1177
+ ### `@mui/material@5.15.21`
1178
+
1179
+ - [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
1180
+ - [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
1181
+
1182
+ ### Docs
1183
+
1184
+ - Use new email for sponsoring @oliviertassinari
1185
+ - Fix 301 links (@alexfauquette) (#42700) @alexfauquette
1186
+ - [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
1187
+ - [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
1188
+ - [material-ui] Fix sign in side image (#42708) @zanivan
1189
+ - [website] Add Ale to team (#42769) @alelthomas
1190
+
1191
+ ### Core
1192
+
1193
+ - [core] Cherry pick pnpm updates (#42763) @DiegoAndai
1194
+ - [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
1195
+ - [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
1196
+
1197
+ All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
1198
+
1199
+ ## 5.15.20
1200
+
1201
+ <!-- generated comparing v5.15.19..master -->
1202
+
1203
+ _Jun 12, 2024_
1204
+
1205
+ A big thanks to the 9 contributors who made this release possible.
1206
+
1207
+ ### `@mui/material@5.15.20`
1208
+
1209
+ - &#8203;<!-- 17 -->[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
1210
+ - &#8203;<!-- 07 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855
1211
+
1212
+ ### `@mui/utils@5.15.15`
1213
+
1214
+ - &#8203;<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy
1215
+ - &#8203;<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai
1216
+
1217
+ ### Docs
1218
+
1219
+ - &#8203;<!-- 16 -->[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
1220
+ - &#8203;<!-- 15 -->[docs] Update twitter.com to x.com @oliviertassinari
1221
+ - &#8203;<!-- 14 -->[docs] Simplify Example projects page @oliviertassinari
1222
+ - &#8203;<!-- 13 -->[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
1223
+ - &#8203;<!-- 12 -->[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
1224
+ - &#8203;<!-- 11 -->[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
1225
+ - &#8203;<!-- 10 -->[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
1226
+ - &#8203;<!-- 09 -->[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
1227
+
1228
+ ### Core
1229
+
1230
+ - &#8203;<!-- 18 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
1231
+ - &#8203;<!-- 08 -->[examples] Remove Pigment CSS examples (#42538) @sai6855
1232
+ - &#8203;<!-- 05 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
1233
+ - &#8203;<!-- 04 -->[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
1234
+ - &#8203;<!-- 03 -->[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
1235
+ - &#8203;<!-- 02 -->[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
1236
+ - &#8203;<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
1237
+
1238
+ All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
1239
+
1240
+ ## 5.15.19
1241
+
1242
+ <!-- generated comparing v5.15.18..master -->
1243
+
1244
+ _May 29, 2024_
1245
+
1246
+ A big thanks to the 12 contributors who made this release possible.
1247
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1248
+
1249
+ ### `@mui/material@5.15.19`
1250
+
1251
+ - &#8203;<!-- 19 -->[AlertTitle] Enable extending Typography props (@lucasgmelo) (#42334) @github-actions[bot]
1252
+ - &#8203;<!-- 06 -->[responsiveFontSizes] Handled undefined variants (@brijeshb42) (#42419) @github-actions[bot]
1253
+ - &#8203;<!-- 05 -->[Slider] Fix wrong CSS value (@mnajdova) (#42373) @github-actions[bot]
1254
+
1255
+ ### Docs
1256
+
1257
+ - &#8203;<!-- 13 -->Link to pnpm installation docs (#42420) @aarongarciah
1258
+ - &#8203;<!-- 12 -->Remove LocalMonero (@oliviertassinari) (#42315) @github-actions[bot]
1259
+ - &#8203;<!-- 10 -->[material-ui] Fix typo in style interoperability with Tailwind CSS docs (@ZeeshanTamboli) (#42312) @github-actions[bot]
1260
+ - &#8203;<!-- 09 -->[material-ui][Pagination] Clarify pagination `page` prop API (@Mandar-Pandya) (#42265) @github-actions[bot]
1261
+ - &#8203;<!-- 08 -->[material-ui][Tabs] Improve the Basic Tabs demo (@MatheusEli) (#42426) @github-actions[bot]
1262
+ - &#8203;<!-- 07 -->[pigment-css] Fix duplication of content (#42410) @oliviertassinari
1263
+
1264
+ ### Core
1265
+
1266
+ - &#8203;<!-- 18 -->[blog] Add the "Product" tag to the Pigment CSS post (@danilo-leal) (#42366) @github-actions[bot]
1267
+ - &#8203;<!-- 17 -->[blog] Update blog post OG image (@danilo-leal) (#42306) @github-actions[bot]
1268
+ - &#8203;<!-- 16 -->[blog] Update Pigment CSS post (@danilo-leal) (#42267) @github-actions[bot]
1269
+ - &#8203;<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) (#42241) @DiegoAndai
1270
+ - &#8203;<!-- 14 -->[core] Fix a few more key spread issues (@oliviertassinari) (#42318) @github-actions[bot]
1271
+ - &#8203;<!-- 11 -->[docs-infra] Allow JSDoc tags (#42327) @aarongarciah
1272
+ - &#8203;<!-- 04 -->[website] Add Nikita to the about page (@nikitaa24) (#42421) @github-actions[bot]
1273
+ - &#8203;<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (@KenanYusuf) (#42357) @github-actions[bot]
1274
+ - &#8203;<!-- 02 -->[website] Adds Kenan Yusuf to about page (@KenanYusuf) (#42330) @github-actions[bot]
1275
+ - &#8203;<!-- 01 -->[website] Improve about page @oliviertassinari
1276
+
1277
+ All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
1278
+
1279
+ ## 5.15.18
1280
+
1281
+ <!-- generated comparing v5.15.17..master -->
1282
+
1283
+ _May 14, 2024_
1284
+
1285
+ A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
1286
+
1287
+ ### `@mui/material@5.15.18`
1288
+
1289
+ - &#8203;<!-- 6 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (@TahaRhidouani) (#42176) @github-actions[bot]
1290
+ - &#8203;<!-- 3 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (@tarunrajput) (#42250) @github-actions[bot]
1291
+
1292
+ ### Docs
1293
+
1294
+ - &#8203;<!-- 4 -->[docs] Fix 301 to Figma @oliviertassinari
1295
+
1296
+ ### Core
1297
+
1298
+ - &#8203;<!-- 5 -->[blog] Introducing Pigment CSS blog post (#42198) (#42255) @samuelsycamore
1299
+ - &#8203;<!-- 2 -->[website] Add redirection for talk @oliviertassinari
1300
+ - &#8203;<!-- 1 -->[website] Adds Arthur Balduini team info (@arthurbalduini) (#42226) @github-actions[bot]
1301
+
1302
+ All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
1303
+
1304
+ ## 5.15.17
1305
+
1306
+ <!-- generated comparing v5.15.16..master -->
1307
+
1308
+ _May 8, 2024_
1309
+
1310
+ A big thanks to the 4 contributors who made this release possible.
1311
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1312
+
1313
+ ### `@mui/material@5.15.17`
1314
+
1315
+ - [Slider] Move palette styles to the bottom (#41676) @siriwatknp
1316
+
1317
+ ### Docs
1318
+
1319
+ - Fix SEO redirection issues @oliviertassinari
1320
+ - [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
1321
+ - [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
1322
+
1323
+ ### Core
1324
+
1325
+ - [blog] Shorten title to fit @oliviertassinari
1326
+ - [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
1327
+ - [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
1328
+ - [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
1329
+ - [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
1330
+ - [website] Closing the survey @oliviertassinari
1331
+ - [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
1332
+
1333
+ All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
1334
+
1335
+ ## 5.15.16
1336
+
1337
+ <!-- generated comparing v5.15.15..master -->
1338
+
1339
+ _May 1, 2024_
1340
+
1341
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
1342
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1343
+
1344
+ ### `@mui/material@5.15.16`
1345
+
1346
+ - [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
1347
+ - [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
1348
+ - —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
1349
+
1350
+ ### Docs
1351
+
1352
+ - Fix small SEO issues @oliviertassinari
1353
+ - Fix 301 Toolpad links @oliviertassinari
1354
+ - Fix 301 Toolpad links @oliviertassinari
1355
+ - Fix 301 image redirections @oliviertassinari
1356
+ - Fix small SEO issues @oliviertassinari
1357
+ - Fix 301 redirection @oliviertassinari
1358
+ - Fix format git diff regression (#41882) @oliviertassinari
1359
+ - Fix 301 links @oliviertassinari
1360
+ - [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
1361
+ - [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
1362
+ - [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
1363
+ - [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
1364
+ - [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
1365
+ - [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
1366
+ - [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
1367
+ - [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
1368
+ - [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
1369
+
1370
+ ### Core
1371
+
1372
+ - [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
1373
+ - [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
1374
+ - [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
1375
+ - [docs-infra] Use edge function for card generation (#41188) @alexfauquette
1376
+ - [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
1377
+ - [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
1378
+ - [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
1379
+ - [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
1380
+ - [website] Add Nadja on the about page (#42054) @mnajdova
1381
+ - [website] Close the `Design Engineer - X` role (#42014) @DanailH
1382
+ - [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
1383
+ - [website] Add Jose to About Us (#41759) @JCQuintas
1384
+
1385
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
1386
+
1387
+ ## 5.15.15
941
1388
 
942
1389
  <!-- generated comparing v5.15.14..master -->
943
1390
 
@@ -977,7 +1424,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
977
1424
 
978
1425
  All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
979
1426
 
980
- ## v5.15.14
1427
+ ## 5.15.14
981
1428
 
982
1429
  <!-- generated comparing v5.15.13..master -->
983
1430
 
@@ -1033,7 +1480,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1033
1480
 
1034
1481
  All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
1035
1482
 
1036
- ## v5.15.13
1483
+ ## 5.15.13
1037
1484
 
1038
1485
  <!-- generated comparing v5.15.12..master -->
1039
1486
 
@@ -1125,7 +1572,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1125
1572
 
1126
1573
  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
1127
1574
 
1128
- ## v5.15.12
1575
+ ## 5.15.12
1129
1576
 
1130
1577
  <!-- generated comparing v5.15.11..master -->
1131
1578
 
@@ -1207,7 +1654,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1207
1654
 
1208
1655
  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
1209
1656
 
1210
- ## v5.15.11
1657
+ ## 5.15.11
1211
1658
 
1212
1659
  <!-- generated comparing v5.15.10..master -->
1213
1660
 
@@ -1323,7 +1770,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1323
1770
 
1324
1771
  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
1325
1772
 
1326
- ## v5.15.10
1773
+ ## 5.15.10
1327
1774
 
1328
1775
  <!-- generated comparing v5.15.9..master -->
1329
1776
 
@@ -1371,7 +1818,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1371
1818
 
1372
1819
  All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
1373
1820
 
1374
- ## v5.15.9<!-- generated comparing v5.15.8..master -->
1821
+ ## 5.15.9
1822
+
1823
+ <!-- generated comparing v5.15.8..master -->
1375
1824
 
1376
1825
  _Feb 8, 2024_
1377
1826
 
@@ -1406,7 +1855,9 @@ A big thanks to the 7 contributors who made this release possible. Here are some
1406
1855
 
1407
1856
  All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
1408
1857
 
1409
- ## v5.15.8<!-- generated comparing v5.15.7..master -->
1858
+ ## 5.15.8
1859
+
1860
+ <!-- generated comparing v5.15.7..master -->
1410
1861
 
1411
1862
  _Feb 6, 2024_
1412
1863
 
@@ -1485,7 +1936,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1485
1936
 
1486
1937
  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
1487
1938
 
1488
- ## v5.15.7
1939
+ ## 5.15.7
1489
1940
 
1490
1941
  <!-- generated comparing v5.15.6..master -->
1491
1942
 
@@ -1580,7 +2031,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1580
2031
 
1581
2032
  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
1582
2033
 
1583
- ## v5.15.6
2034
+ ## 5.15.6
1584
2035
 
1585
2036
  <!-- generated comparing v5.15.5..master -->
1586
2037
 
@@ -1639,7 +2090,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1639
2090
 
1640
2091
  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
1641
2092
 
1642
- ## v5.15.5
2093
+ ## 5.15.5
1643
2094
 
1644
2095
  <!-- generated comparing v5.15.4..master -->
1645
2096
 
@@ -5720,7 +6171,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
5720
6171
 
5721
6172
  All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @iamxukai, @Janpot, @MBilalShafi, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
5722
6173
 
5723
- ## v5.10.14
6174
+ ## 5.10.14
5724
6175
 
5725
6176
  <!-- generated comparing v5.10.13..master -->
5726
6177
 
@@ -5788,7 +6239,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5788
6239
 
5789
6240
  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
5790
6241
 
5791
- ## v5.10.13
6242
+ ## 5.10.13
5792
6243
 
5793
6244
  <!-- generated comparing v5.10.12..master -->
5794
6245
 
@@ -5846,7 +6297,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
5846
6297
 
5847
6298
  All contributors of this release in alphabetical order: @akshaya-venkatesh8, @alexfauquette, @hbjORbj, @Janpot, @jesrodri, @michaldudak, @oliviertassinari, @PetroSilenius, @samuelsycamore, @shivam1646, @siriwatknp, @trizotti
5848
6299
 
5849
- ## v5.10.12
6300
+ ## 5.10.12
5850
6301
 
5851
6302
  <!-- generated comparing v5.10.11..master -->
5852
6303
 
@@ -5922,7 +6373,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
5922
6373
 
5923
6374
  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
5924
6375
 
5925
- ## v5.10.11
6376
+ ## 5.10.11
5926
6377
 
5927
6378
  <!-- generated comparing v5.10.10..master -->
5928
6379
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-beta.1
2
+ * @mui/private-theming v6.0.0-beta.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-beta.1
2
+ * @mui/private-theming v6.0.0-beta.4
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.0.0-beta.1
2
+ * @mui/private-theming v6.0.0-beta.4
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/private-theming",
3
- "version": "6.0.0-beta.1",
3
+ "version": "6.0.0-beta.4",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -26,9 +26,9 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.24.8",
29
+ "@babel/runtime": "^7.25.0",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "6.0.0-beta.1"
31
+ "@mui/utils": "6.0.0-beta.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0",
@@ -45,7 +45,7 @@
45
45
  "directory": "build"
46
46
  },
47
47
  "engines": {
48
- "node": ">=12.0.0"
48
+ "node": ">=14.0.0"
49
49
  },
50
50
  "module": "./index.js",
51
51
  "types": "./index.d.ts"