@mui/styled-engine 5.15.14 → 5.16.2

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,5 +1,344 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.16.2
4
+
5
+ <!-- generated comparing v5.16.1..master -->
6
+
7
+ _Jul 16, 2024_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### `@mui/material@5.16.2`
12
+
13
+ - &#8203;<!-- 2 -->[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova
14
+
15
+ ### Core
16
+
17
+ - &#8203;<!-- 1 -->[website] Sync /about page @oliviertassinari
18
+
19
+ All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
20
+
21
+ ## v5.16.1
22
+
23
+ _Jul 11, 2024_
24
+
25
+ A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
26
+
27
+ - ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
28
+
29
+ ### `@mui/material@5.16.1`
30
+
31
+ - [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
32
+
33
+ ### `@mui/joy@5.0.0-beta.48`
34
+
35
+ - [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
36
+
37
+ ### Docs
38
+
39
+ - [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
40
+ - [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
41
+ - Fix typos (@omahs) (#42888) @omahs
42
+ - Fix 301 @oliviertassinari
43
+
44
+ ### Core
45
+
46
+ - [core] Bump React to 18.3.1 (#42846) @aarongarciah
47
+ - [core] Remove react-test-renderer (#42853) @aarongarciah
48
+ - [core] Replace enzyme in describeConformance (#42847) @aarongarciah
49
+ - [test] Remove enzyme (#42850) @aarongarciah
50
+ - [test] Remove createMount test util (#42849) @aarongarciah
51
+ - [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
52
+ - [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
53
+
54
+ All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
55
+
56
+ ## v5.16.0
57
+
58
+ <!-- generated comparing v5.15.21..master -->
59
+
60
+ _Jul 5, 2024_
61
+
62
+ A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
63
+
64
+ - 🚀 Added `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
65
+
66
+ ### `@mui/material@5.16.0`
67
+
68
+ - [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
69
+ - Add `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
70
+ - Add `DefaultPropsProvider` (#42820) @siriwatknp
71
+ - Support `CssVarsTheme` in `responsiveFontSizes` return type (@jxdp) (#42806) @jxdp
72
+ - Remove warning from `getInitColorSchemeScript` (#42838) @siriwatknp
73
+
74
+ ### Docs
75
+
76
+ - [docs] Fix 301 MDN redirections @oliviertassinari
77
+
78
+ ### Core
79
+
80
+ - [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
81
+
82
+ All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
83
+
84
+ ## v5.15.21
85
+
86
+ <!-- generated comparing v5.15.20..master -->
87
+
88
+ _Jun 28, 2024_
89
+
90
+ A big thanks to the 7 contributors who made this release possible.
91
+
92
+ ### `@mui/material@5.15.21`
93
+
94
+ - [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
95
+ - [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
96
+
97
+ ### Docs
98
+
99
+ - Use new email for sponsoring @oliviertassinari
100
+ - Fix 301 links (@alexfauquette) (#42700) @alexfauquette
101
+ - [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
102
+ - [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
103
+ - [material-ui] Fix sign in side image (#42708) @zanivan
104
+ - [website] Add Ale to team (#42769) @alelthomas
105
+
106
+ ### Core
107
+
108
+ - [core] Cherry pick pnpm updates (#42763) @DiegoAndai
109
+ - [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
110
+ - [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
111
+
112
+ All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
113
+
114
+ ## v5.15.20
115
+
116
+ <!-- generated comparing v5.15.19..master -->
117
+
118
+ _Jun 12, 2024_
119
+
120
+ A big thanks to the 9 contributors who made this release possible.
121
+
122
+ ### `@mui/material@5.15.20`
123
+
124
+ - &#8203;<!-- 17 -->[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
125
+ - &#8203;<!-- 07 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855
126
+
127
+ ### `@mui/utils@5.15.15`
128
+
129
+ - &#8203;<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy
130
+ - &#8203;<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai
131
+
132
+ ### Docs
133
+
134
+ - &#8203;<!-- 16 -->[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
135
+ - &#8203;<!-- 15 -->[docs] Update twitter.com to x.com @oliviertassinari
136
+ - &#8203;<!-- 14 -->[docs] Simplify Example projects page @oliviertassinari
137
+ - &#8203;<!-- 13 -->[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
138
+ - &#8203;<!-- 12 -->[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
139
+ - &#8203;<!-- 11 -->[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
140
+ - &#8203;<!-- 10 -->[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
141
+ - &#8203;<!-- 09 -->[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
142
+
143
+ ### Core
144
+
145
+ - &#8203;<!-- 18 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
146
+ - &#8203;<!-- 08 -->[examples] Remove Pigment CSS examples (#42538) @sai6855
147
+ - &#8203;<!-- 05 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
148
+ - &#8203;<!-- 04 -->[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
149
+ - &#8203;<!-- 03 -->[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
150
+ - &#8203;<!-- 02 -->[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
151
+ - &#8203;<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
152
+
153
+ All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
154
+
155
+ ## v5.15.19
156
+
157
+ <!-- generated comparing v5.15.18..master -->
158
+
159
+ _May 29, 2024_
160
+
161
+ A big thanks to the 12 contributors who made this release possible.
162
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
163
+
164
+ ### `@mui/material@5.15.19`
165
+
166
+ - &#8203;<!-- 19 -->[AlertTitle] Enable extending Typography props (@lucasgmelo) (#42334) @github-actions[bot]
167
+ - &#8203;<!-- 06 -->[responsiveFontSizes] Handled undefined variants (@brijeshb42) (#42419) @github-actions[bot]
168
+ - &#8203;<!-- 05 -->[Slider] Fix wrong CSS value (@mnajdova) (#42373) @github-actions[bot]
169
+
170
+ ### Docs
171
+
172
+ - &#8203;<!-- 13 -->Link to pnpm installation docs (#42420) @aarongarciah
173
+ - &#8203;<!-- 12 -->Remove LocalMonero (@oliviertassinari) (#42315) @github-actions[bot]
174
+ - &#8203;<!-- 10 -->[material-ui] Fix typo in style interoperability with Tailwind CSS docs (@ZeeshanTamboli) (#42312) @github-actions[bot]
175
+ - &#8203;<!-- 09 -->[material-ui][Pagination] Clarify pagination `page` prop API (@Mandar-Pandya) (#42265) @github-actions[bot]
176
+ - &#8203;<!-- 08 -->[material-ui][Tabs] Improve the Basic Tabs demo (@MatheusEli) (#42426) @github-actions[bot]
177
+ - &#8203;<!-- 07 -->[pigment-css] Fix duplication of content (#42410) @oliviertassinari
178
+
179
+ ### Core
180
+
181
+ - &#8203;<!-- 18 -->[blog] Add the "Product" tag to the Pigment CSS post (@danilo-leal) (#42366) @github-actions[bot]
182
+ - &#8203;<!-- 17 -->[blog] Update blog post OG image (@danilo-leal) (#42306) @github-actions[bot]
183
+ - &#8203;<!-- 16 -->[blog] Update Pigment CSS post (@danilo-leal) (#42267) @github-actions[bot]
184
+ - &#8203;<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) (#42241) @DiegoAndai
185
+ - &#8203;<!-- 14 -->[core] Fix a few more key spread issues (@oliviertassinari) (#42318) @github-actions[bot]
186
+ - &#8203;<!-- 11 -->[docs-infra] Allow JSDoc tags (#42327) @aarongarciah
187
+ - &#8203;<!-- 04 -->[website] Add Nikita to the about page (@nikitaa24) (#42421) @github-actions[bot]
188
+ - &#8203;<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (@KenanYusuf) (#42357) @github-actions[bot]
189
+ - &#8203;<!-- 02 -->[website] Adds Kenan Yusuf to about page (@KenanYusuf) (#42330) @github-actions[bot]
190
+ - &#8203;<!-- 01 -->[website] Improve about page @oliviertassinari
191
+
192
+ All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
193
+
194
+ ## v5.15.18
195
+
196
+ <!-- generated comparing v5.15.17..master -->
197
+
198
+ _May 14, 2024_
199
+
200
+ A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
201
+
202
+ ### `@mui/material@5.15.18`
203
+
204
+ - &#8203;<!-- 6 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (@TahaRhidouani) (#42176) @github-actions[bot]
205
+ - &#8203;<!-- 3 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (@tarunrajput) (#42250) @github-actions[bot]
206
+
207
+ ### Docs
208
+
209
+ - &#8203;<!-- 4 -->[docs] Fix 301 to Figma @oliviertassinari
210
+
211
+ ### Core
212
+
213
+ - &#8203;<!-- 5 -->[blog] Introducing Pigment CSS blog post (#42198) (#42255) @samuelsycamore
214
+ - &#8203;<!-- 2 -->[website] Add redirection for talk @oliviertassinari
215
+ - &#8203;<!-- 1 -->[website] Adds Arthur Balduini team info (@arthurbalduini) (#42226) @github-actions[bot]
216
+
217
+ All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
218
+
219
+ ## v5.15.17
220
+
221
+ <!-- generated comparing v5.15.16..master -->
222
+
223
+ _May 8, 2024_
224
+
225
+ A big thanks to the 4 contributors who made this release possible.
226
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
227
+
228
+ ### `@mui/material@5.15.17`
229
+
230
+ - [Slider] Move palette styles to the bottom (#41676) @siriwatknp
231
+
232
+ ### Docs
233
+
234
+ - Fix SEO redirection issues @oliviertassinari
235
+ - [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
236
+ - [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
237
+
238
+ ### Core
239
+
240
+ - [blog] Shorten title to fit @oliviertassinari
241
+ - [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
242
+ - [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
243
+ - [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
244
+ - [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
245
+ - [website] Closing the survey @oliviertassinari
246
+ - [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
247
+
248
+ All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
249
+
250
+ ## v5.15.16
251
+
252
+ <!-- generated comparing v5.15.15..master -->
253
+
254
+ _May 1, 2024_
255
+
256
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
257
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
258
+
259
+ ### `@mui/material@5.15.16`
260
+
261
+ - [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
262
+ - [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
263
+ - —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
264
+
265
+ ### Docs
266
+
267
+ - Fix small SEO issues @oliviertassinari
268
+ - Fix 301 Toolpad links @oliviertassinari
269
+ - Fix 301 Toolpad links @oliviertassinari
270
+ - Fix 301 image redirections @oliviertassinari
271
+ - Fix small SEO issues @oliviertassinari
272
+ - Fix 301 redirection @oliviertassinari
273
+ - Fix format git diff regression (#41882) @oliviertassinari
274
+ - Fix 301 links @oliviertassinari
275
+ - [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
276
+ - [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
277
+ - [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
278
+ - [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
279
+ - [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
280
+ - [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
281
+ - [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
282
+ - [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
283
+ - [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
284
+
285
+ ### Core
286
+
287
+ - [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
288
+ - [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
289
+ - [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
290
+ - [docs-infra] Use edge function for card generation (#41188) @alexfauquette
291
+ - [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
292
+ - [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
293
+ - [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
294
+ - [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
295
+ - [website] Add Nadja on the about page (#42054) @mnajdova
296
+ - [website] Close the `Design Engineer - X` role (#42014) @DanailH
297
+ - [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
298
+ - [website] Add Jose to About Us (#41759) @JCQuintas
299
+
300
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
301
+
302
+ ## v5.15.15
303
+
304
+ <!-- generated comparing v5.15.14..master -->
305
+
306
+ _Apr 4, 2024_
307
+
308
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
309
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
310
+
311
+ ### `@mui/material@5.15.15`
312
+
313
+ - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
314
+ - [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
315
+
316
+ ### `@mui/system@5.15.15`
317
+
318
+ - Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
319
+
320
+ ### Docs
321
+
322
+ - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
323
+ - [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
324
+ - [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
325
+ - Continue migration of Base UI to sperate repository @oliviertassinari
326
+ - Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
327
+ - Update the versions dropdown to show v6 (#41557) @mnajdova
328
+
329
+ ### Core
330
+
331
+ - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
332
+ - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
333
+ - [blog] Add post about remote (#41565) @danilo-leal
334
+ - [core] Continue rename of Toolpad @oliviertassinari
335
+ - [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
336
+ - [website] Add Aarón to About Us (#41747) @aarongarciah
337
+ - [website] Add stray design adjustments throughout the site (#41642) @mnajdova
338
+ - [website] Update pricing table (#41606) @cherniavskii
339
+
340
+ All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
341
+
3
342
  ## v5.15.14
4
343
 
5
344
  <!-- generated comparing v5.15.13..master -->
@@ -7922,7 +8261,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7922
8261
 
7923
8262
  <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
7924
8263
 
7925
- You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
8264
+ You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
7926
8265
 
7927
8266
  - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
7928
8267
 
@@ -8189,7 +8528,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
8189
8528
 
8190
8529
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
8191
8530
 
8192
- Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8531
+ Based on the results of the [poll](https://x.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8193
8532
 
8194
8533
  The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
8195
8534
 
@@ -9392,7 +9731,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
9392
9731
 
9393
9732
  <a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
9394
9733
 
9395
- You can follow our progress at https://github.com/mui/material-ui/issues/27170.
9734
+ You can follow our progress at https://github.com/mui/base-ui/issues/10.
9396
9735
 
9397
9736
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
9398
9737
  You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
@@ -12606,7 +12945,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
12606
12945
  ```
12607
12946
 
12608
12947
  - [Autocomplete] Remove `debug` in favor of `open` and dev tools (#23377) @eps1lon
12609
- There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://twitter.com/sulco/status/1305841873945272321), or React devtools props.
12948
+ There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://x.com/sulco/status/1305841873945272321), or React devtools props.
12610
12949
 
12611
12950
  #### Changes
12612
12951
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine v5.15.14
2
+ * @mui/styled-engine v5.16.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine v5.15.14
2
+ * @mui/styled-engine v5.16.2
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/styled-engine v5.15.14
2
+ * @mui/styled-engine v5.16.2
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/styled-engine v5.15.14
2
+ * @mui/styled-engine v5.16.2
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/styled-engine",
3
- "version": "5.15.14",
3
+ "version": "5.16.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for emotion.",