@mui/styled-engine-sc 5.4.2 → 5.5.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,307 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.5.2
4
+
5
+ <!-- generated comparing v5.5.1..master -->
6
+
7
+ _Mar 21, 2022_
8
+
9
+ A big thanks to the 7 contributors who made this release possible. This is a small release focused on some 🐛 bug fixes and 📚 documentation improvements.
10
+
11
+ ### `@mui/material@5.5.2`
12
+
13
+ - &#8203;<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
14
+
15
+ ### `@mui/joy@5.0.0-alpha.20`
16
+
17
+ - &#8203;<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
18
+ - &#8203;<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
19
+
20
+ ### `@mui/base@5.0.0-alpha.73`
21
+
22
+ - &#8203;<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
23
+
24
+ ### `@mui/styled-engine-sc@5.5.2`
25
+
26
+ - &#8203;<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
27
+
28
+ ### Docs
29
+
30
+ - &#8203;<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
31
+ - &#8203;<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
32
+ - &#8203;<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
33
+ - &#8203;<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
34
+ - &#8203;<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
35
+ - &#8203;<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
36
+ - &#8203;<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
37
+ - &#8203;<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
38
+ - &#8203;<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
39
+
40
+ ### Core
41
+
42
+ - &#8203;<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
43
+
44
+ All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
45
+
46
+ ## 5.5.1
47
+
48
+ <!-- generated comparing v5.5.0..master -->
49
+
50
+ _Mar 14, 2022_
51
+
52
+ A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
53
+
54
+ - 📊 2021 survey results post by @danilo-leal (#30999)
55
+ - Several 🐛 bug fixes and 📚 documentation improvements
56
+
57
+ ### @mui/material@5.5.1
58
+
59
+ - [Fab] Add z-index (#30842) @issamElmohadeb098
60
+ - [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
61
+ - [i10n] Update italian locale (#30974) @SalvatoreMazzullo
62
+ - [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
63
+ - [Popper] Allow setting default props in a theme (#30118) @hafley66
64
+ - [TextField] fix disappearing border in Safari (#31406) @krysia1
65
+
66
+ ### @mui/joy@5.0.0-alpha.19
67
+
68
+ - [Joy] Support horizontal List (#31620) @siriwatknp
69
+ - [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
70
+ - [Joy] Add `TextField` component (#31299) @siriwatknp
71
+ - [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
72
+ - [Joy] Add `Checkbox` component (#31273) @siriwatknp
73
+
74
+ ### Docs
75
+
76
+ - [blog] 2021 survey results post (#30999) @danilo-leal
77
+ - [docs] Add Macedonian translation (#31402) @theCuriousOne
78
+ - [docs] Fix API page table styles in Safari (#31696) @aaarichter
79
+ - [docs] Fix SEO issues (#31505) @oliviertassinari
80
+ - [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
81
+ - [docs] Add "Work in biotech" to showcase (#31711) @klyburke
82
+ - [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
83
+ - [docs] Fix search icons crash (#31651) @juanpc10
84
+ - [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
85
+ - [docs] Fix source code links on the Templates page (#31425) @danilo-leal
86
+ - [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
87
+ - [docs] Migrate button demos to base (#31395) @siriwatknp
88
+ - [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
89
+ - [docs] Remove joy mockup pages (#31412) @siriwatknp
90
+ - [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
91
+ - [docs] Refine the product identifier menu (#31262) @danilo-leal
92
+ - [docs] Fix Search crash (#31386) @reckter
93
+ - [docs] Update TextField multiline description (#31291) @jontewks
94
+ - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
95
+ - [docs] Test products search (#31351) @siriwatknp
96
+ - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
97
+ - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
98
+ - [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
99
+ - [website] Add new gold sponsor (#31354) @hbjORbj
100
+ - [website] Update Ukraine support link (#31378) @samuelsycamore
101
+
102
+ ### Core
103
+
104
+ - [core] Simplify anchor link (#31419) @oliviertassinari
105
+ - [core] Revert unrelated changes in #31354 @oliviertassinari
106
+ - [test] Upgrade CircleCI convenience image (#31394) @m4theushw
107
+ - [typescript] Simplify display of slot props types (#31240) @michaldudak
108
+
109
+ All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
110
+
111
+ ## 5.5.0
112
+
113
+ <!-- generated comparing v5.4.4..master -->
114
+
115
+ _Mar 7, 2022_
116
+
117
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
118
+
119
+ - ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
120
+ - Several 🐛 bug fixes and 📚 documentation improvements
121
+
122
+ ### `@mui/material@5.5.0`
123
+
124
+ #### Breaking change
125
+
126
+ - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
127
+
128
+ `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
129
+
130
+ ```diff
131
+ - import { unstable_ClassNameGenerator } from '@mui/material/utils';
132
+ + import { unstable_ClassNameGenerator } from '@mui/material/className';
133
+ ```
134
+
135
+ #### Changes
136
+
137
+ - &#8203;<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
138
+ - &#8203;<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
139
+ - &#8203;<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
140
+ - &#8203;<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
141
+ - &#8203;<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
142
+
143
+ ### `@mui/icons-material@5.5.0`
144
+
145
+ - &#8203;<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
146
+
147
+ ### `@mui/codemod@5.5.0`
148
+
149
+ - &#8203;<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
150
+
151
+ ### `@mui/lab@5.0.0-alpha.72`
152
+
153
+ - &#8203;<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
154
+
155
+ ### `@mui/base@5.0.0-alpha.71`
156
+
157
+ - &#8203;<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
158
+ - &#8203;<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
159
+
160
+ ### `@mui/joy@5.0.0-alpha.18`
161
+
162
+ - &#8203;<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
163
+ - &#8203;<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
164
+ - &#8203;<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
165
+ - &#8203;<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
166
+
167
+ ### `@mui/material-next@6.0.0-alpha.26`
168
+
169
+ - &#8203;<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
170
+
171
+ ### Docs
172
+
173
+ - &#8203;<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
174
+ - &#8203;<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
175
+ - &#8203;<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
176
+ - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
177
+ - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
178
+ - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
179
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
180
+ - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
181
+ - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
182
+ - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
183
+
184
+ ### Core
185
+
186
+ - &#8203;<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
187
+ - &#8203;<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
188
+ - &#8203;<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
189
+ - &#8203;<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
190
+
191
+ All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini
192
+
193
+ ## 5.4.4
194
+
195
+ <!-- generated comparing v5.4.3..master -->
196
+
197
+ _Feb 28, 2022_
198
+
199
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
200
+
201
+ - ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
202
+ - Several 🐛 bug fixes and 📚 documentation improvements
203
+
204
+ ### `@mui/material@5.4.4`
205
+
206
+ - &#8203;<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
207
+ - &#8203;<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
208
+ - &#8203;<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
209
+ - &#8203;<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
210
+ - &#8203;<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
211
+
212
+ ### `@mui/system@5.4.4`
213
+
214
+ - &#8203;<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
215
+ - &#8203;<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
216
+ - &#8203;<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
217
+
218
+ ### `@mui/codemod@5.4.4`
219
+
220
+ - &#8203;<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
221
+
222
+ ### `@mui/base@5.0.0-alpha.70`
223
+
224
+ - &#8203;<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
225
+
226
+ ### `@mui/joy@5.0.0-alpha.17`
227
+
228
+ - &#8203;<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
229
+ - &#8203;<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
230
+ - &#8203;<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
231
+ - &#8203;<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
232
+ - &#8203;<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
233
+
234
+ ### Docs
235
+
236
+ - &#8203;<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
237
+ - &#8203;<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
238
+ - &#8203;<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
239
+ - &#8203;<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
240
+ - &#8203;<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
241
+ - &#8203;<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
242
+ - &#8203;<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
243
+ - &#8203;<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
244
+ - &#8203;<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
245
+ - &#8203;<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
246
+ - &#8203;<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
247
+
248
+ ### Core
249
+
250
+ - &#8203;<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
251
+ - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
252
+ - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
253
+ - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
254
+ - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
255
+
256
+ All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
257
+
258
+ ## 5.4.3
259
+
260
+ <!-- generated comparing v5.4.2..master -->
261
+
262
+ _Feb 21, 2022_
263
+
264
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
265
+
266
+ - 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
267
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements
268
+
269
+ ### `@mui/material@5.4.3`
270
+
271
+ - &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
272
+ - &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
273
+ - &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
274
+
275
+ ### `@mui/icons-material@5.4.3`
276
+
277
+ - &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
278
+
279
+ ### `@mui/joy@5.0.0-alpha.16`
280
+
281
+ - &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
282
+ - &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
283
+ - &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
284
+
285
+ ### Docs
286
+
287
+ - &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
288
+ - &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
289
+ - &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
290
+ - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
291
+ - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
292
+ - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
293
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
294
+ - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
295
+ - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
296
+
297
+ ### Core
298
+
299
+ - &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
300
+ - &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
301
+ - &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
302
+
303
+ All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
304
+
3
305
  ## 5.4.2
4
306
 
5
307
  _Feb 15, 2022_
@@ -120,7 +422,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
120
422
  - &#8203;<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
121
423
  - &#8203;<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
122
424
  - &#8203;<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
123
- - &#8203;<!-- 17 -->[docs] Hotfix notification <b> (#30862) @siriwatknp
425
+ - &#8203;<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
124
426
  - &#8203;<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
125
427
  - &#8203;<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
126
428
  - &#8203;<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
@@ -3529,7 +3831,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3529
3831
  - &#8203;<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
3530
3832
  - &#8203;<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
3531
3833
  - &#8203;<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
3532
- - &#8203;<!-- 44 -->[internal][pickers] Entangle what *Props vs All*Props means (#25938) @eps1lon
3834
+ - &#8203;<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
3533
3835
  - &#8203;<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
3534
3836
  - &#8203;<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
3535
3837
  - &#8203;<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import { CSSObject, InterpolationFunction } from 'styled-components';
3
3
 
4
- export interface GlobalStylesProps {
4
+ export interface GlobalStylesProps<Theme = {}> {
5
5
  defaultTheme?: object;
6
- styles: string | CSSObject | InterpolationFunction<any>;
6
+ styles: string | CSSObject | InterpolationFunction<Theme>;
7
7
  }
8
8
 
9
- export default function Global(props: GlobalStylesProps): React.ReactElement;
9
+ export default function Global<Theme = {}>(props: GlobalStylesProps<Theme>): React.ReactElement;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/styled-engine-sc",
3
- "version": "5.4.2",
3
+ "version": "5.5.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",