@mui/icons-material 5.15.10 โ†’ 5.15.11

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 (3) hide show
  1. package/CHANGELOG.md +141 -28
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,121 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.11
4
+
5
+ <!-- generated comparing v5.15.10..master -->
6
+
7
+ _Feb 21, 2024_
8
+
9
+ A big thanks to the 26 contributors who made this release possible.
10
+ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
11
+
12
+ ### `@mui/material@5.15.11`
13
+
14
+ - [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
15
+ - [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
16
+ - [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
17
+ - [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
18
+ - [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
19
+ - Use direct import (#40851) @siriwatknp
20
+
21
+ ### `@mui/material-nextjs@5.15.11`
22
+
23
+ - Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
24
+
25
+ ### `@mui/system@5.15.11`
26
+
27
+ - Use direct import (#40851) @siriwatknp
28
+ - Move useMediaQuery to system (#39463) @justintoman
29
+ - Consolidate the variants props callback arguments (#41222) @mnajdova
30
+ - Merge props and ownerState in the variants props callback (#41219) @mnajdova
31
+
32
+ ### `@mui/codemod@5.15.11`
33
+
34
+ - [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
35
+ - [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
36
+
37
+ ### `@mui/utils@5.15.11`
38
+
39
+ - Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
40
+
41
+ ### `@mui/base@5.0.0-beta.37`
42
+
43
+ - [Switch] Add missing role attribute (#40907) @KirankumarAmbati
44
+ - [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
45
+
46
+ ### `@mui/lab@5.0.0-alpha.164`
47
+
48
+ - [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
49
+
50
+ ### Docs
51
+
52
+ - [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
53
+ - [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
54
+ - [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
55
+ - [joy-ui] Fix 404 image on the docs @oliviertassinari
56
+ - [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
57
+ - [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
58
+ - [material-ui] Update the Testing page's Argos link (#41170) @gregberge
59
+ - [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
60
+ - [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
61
+ - [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
62
+ - [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
63
+ - [material-ui] Add simpler demo for default behavior (#40980) @zanivan
64
+ - [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
65
+ - Link to react-transition group with https @oliviertassinari
66
+ - Update broken URL hashes (#41185) @LukasTy
67
+ - Prefer https links @oliviertassinari
68
+ - Fix MUI Treasury link @oliviertassinari
69
+ - Migrate the last > quotes to ::: callouts @oliviertassinari
70
+
71
+ ### Core
72
+
73
+ - [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
74
+ - [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
75
+ - [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
76
+ - [blog] Remove the "News" tag (#41208) @danilo-leal
77
+ - [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
78
+ - [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
79
+ - [code-infra] Move Link to @mui/docs (#40889) @Janpot
80
+ - [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
81
+ - [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
82
+ - [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
83
+ - [code-infra] Build internal packages before publishing (#41210) @michaldudak
84
+ - [core] Improve the release instructions (#40973) @mnajdova
85
+ - [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
86
+ - [core] Fix TypeScript spelling in changelog @oliviertassinari
87
+ - [core] Fix small detail in the autocomplete demo @oliviertassinari
88
+ - [core] Increase node memory limit on Netlify build (#41111) @michaldudak
89
+ - [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
90
+ - [core] Fix missing context display names (#41168) @oliviertassinari
91
+ - [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
92
+ - [zero][demo] Fix sample next app build (#41197) @brijeshb42
93
+ - [docs-infra] Simplify copy logic (#41167) @oliviertassinari
94
+ - [docs-infra] New way of providing API layout config (#41106) @alexfauquette
95
+ - [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
96
+ - [docs-infra] Add external link arrow (#41129) @siriwatknp
97
+ - [docs-infra] Fix external link arrow (#41181) @alexfauquette
98
+ - [docs-infra] Flag NPM and Github as wrong spellings @oliviertassinari
99
+ - [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
100
+ - [docs-infra] Remove random layout assignment (#40862) @alexfauquette
101
+ - [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
102
+ - [docs-infra] Share vale-config (#41176) @alexfauquette
103
+ - [test] Generalize test utils (#41175) @michaldudak
104
+ - [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
105
+ - [website] Match chart component names @oliviertassinari
106
+ - [website] Add Marblism diamond sponsor (#41097) @rluzists1
107
+ - [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
108
+ - [website] Fix responsive breakpoints @oliviertassinari
109
+ - [website] Fix overloading of footer JS files @oliviertassinari
110
+ - [website] Improve the footer's chip contrast (#41209) @danilo-leal
111
+ - [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
112
+ - [zero] Setup basic testing framework (#40986) @brijeshb42
113
+ - [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
114
+ - [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
115
+ - [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
116
+
117
+ 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
118
+
3
119
  ## v5.15.10
4
120
 
5
121
  <!-- generated comparing v5.15.9..master -->
@@ -13,10 +129,6 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
13
129
 
14
130
  - [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
15
131
 
16
- ### `@mui/system@5.15.10`
17
-
18
- - [Stack] Update import statement for Stack component (#41032) @sai6855
19
-
20
132
  ### `@mui/joy@5.0.0-beta.28`
21
133
 
22
134
  - [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
@@ -36,10 +148,11 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
36
148
  - Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
37
149
  - Add a 404 page (#40884) @danilo-leal
38
150
  - Fix missing GitHub label when opening new issue @oliviertassinari
151
+ - [Stack] Update import statement for Stack component (#41032) @sai6855
39
152
 
40
153
  ### Core
41
154
 
42
- - [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
155
+ - [blog] Add post about upcoming plans for Baseย UI (#40882) @danilo-leal
43
156
  - [core] Simplify CodeSandbox reproduction @oliviertassinari
44
157
  - [core] Missing redirection @oliviertassinari
45
158
  - [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
@@ -122,7 +235,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
122
235
  ### Docs
123
236
 
124
237
  - &#8203;<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
125
- - &#8203;<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
238
+ - &#8203;<!-- 33 -->[base-ui] Improve Baseย UI traffic from Materialย UI (#40875) @oliviertassinari
126
239
  - &#8203;<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
127
240
  - &#8203;<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
128
241
  - &#8203;<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
@@ -159,7 +272,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
159
272
  - &#8203;<!-- 07 -->[website] Fix broken link @oliviertassinari
160
273
  - &#8203;<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
161
274
  - &#8203;<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
162
- - &#8203;<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
275
+ - &#8203;<!-- 04 -->[website] Refine the Materialย UI homepage demo (#40881) @danilo-leal
163
276
  - &#8203;<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
164
277
  - &#8203;<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
165
278
 
@@ -220,7 +333,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
220
333
  - &#8203;<!-- 30 -->Fix build @oliviertassinari
221
334
  - &#8203;<!-- 29 -->Add support pages for each product @oliviertassinari
222
335
  - &#8203;<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
223
- - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
336
+ - &#8203;<!-- 24 -->[Menu] Fix hydration mismatch error on Baseย UI's Menu docs (#40758) @michaldudak
224
337
  - &#8203;<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
225
338
 
226
339
  ### Core
@@ -245,7 +358,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
245
358
  - &#8203;<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
246
359
  - &#8203;<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
247
360
  - &#8203;<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
248
- - &#8203;<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
361
+ - &#8203;<!-- 14 -->[website] Add new Baseย UI role (#40773) @colmtuite
249
362
  - &#8203;<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
250
363
  - &#8203;<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
251
364
  - &#8203;<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
@@ -1327,7 +1440,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1327
1440
  - [core] Update eslint rules (#39178) @romgrk
1328
1441
  - [core] Fix Greg GitHub slug @oliviertassinari
1329
1442
  - [core] Priority Support casing normalization @oliviertassinari
1330
- - [website] Add Heat map in pricing page (#39269) @oliviertassinari
1443
+ - [website] Add Heatmap in pricing page (#39269) @oliviertassinari
1331
1444
  - [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
1332
1445
  - [website] Add Charts to the pricing table (#38680) @alexfauquette
1333
1446
  - [website] Polish career experience @oliviertassinari
@@ -2695,7 +2808,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2695
2808
  - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
2696
2809
  - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
2697
2810
  - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
2698
- - [docs] Update theme customization typescript (#35551) @siriwatknp
2811
+ - [docs] Update theme customization TypeScript (#35551) @siriwatknp
2699
2812
  - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
2700
2813
  - [docs] Change Baseย UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
2701
2814
  - [docs] Improve Baseย UI overview page (#37227) @mnajdova
@@ -2734,14 +2847,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2734
2847
 
2735
2848
  - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
2736
2849
  - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
2737
- - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
2738
- - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
2850
+ - [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
2851
+ - [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
2739
2852
  - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
2740
2853
  - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
2741
2854
  - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
2742
- - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
2743
- - [Button][joy] Convert Button test to typescript (#37181) @akash191095
2744
- - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
2855
+ - [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
2856
+ - [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
2857
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
2745
2858
  - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
2746
2859
 
2747
2860
  ### `@mui/base@5.0.0-beta.0`
@@ -3439,7 +3552,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3439
3552
  - &#8203;<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
3440
3553
  - &#8203;<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
3441
3554
  - &#8203;<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
3442
- - &#8203;<!-- 12 -->[docs][joy] Add typescript demos for `Divider` (#36374) @sai6855
3555
+ - &#8203;<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
3443
3556
  - &#8203;<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
3444
3557
  - &#8203;<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
3445
3558
 
@@ -4159,7 +4272,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
4159
4272
 
4160
4273
  - [Alert] Update icon color in all variants (#35414) @danilo-leal
4161
4274
  - [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
4162
- - [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
4275
+ - [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
4163
4276
 
4164
4277
  ### `@mui/icons-material@5.11.0`
4165
4278
 
@@ -5660,7 +5773,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
5660
5773
  ### `@mui/base@5.0.0-alpha.88`
5661
5774
 
5662
5775
  - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
5663
- - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
5776
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
5664
5777
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
5665
5778
 
5666
5779
  ### Docs
@@ -6830,7 +6943,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
6830
6943
  - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
6831
6944
  - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
6832
6945
  - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
6833
- - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
6946
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
6834
6947
  - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-witโ€ฆ (#30981) @nnecec
6835
6948
  - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
6836
6949
  - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
@@ -7597,7 +7710,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7597
7710
  ### `@mui/system@5.2.3`
7598
7711
 
7599
7712
  - &#8203;<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
7600
- - &#8203;<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
7713
+ - &#8203;<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
7601
7714
 
7602
7715
  ### `@mui/utils@5.2.3`
7603
7716
 
@@ -9465,7 +9578,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
9465
9578
  - &#8203;<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
9466
9579
  - &#8203;<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
9467
9580
  - &#8203;<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
9468
- - &#8203;<!-- 39 -->[examples] Rename nextjs typescript theme from tsx to ts (#26862) @Izhaki
9581
+ - &#8203;<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
9469
9582
 
9470
9583
  ### Core
9471
9584
 
@@ -10813,7 +10926,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
10813
10926
  ### Docs
10814
10927
 
10815
10928
  - &#8203;<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
10816
- - &#8203;<!-- 45 -->[docs] Add note for typescript on the styled() customization guide (#25576) @mnajdova
10929
+ - &#8203;<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
10817
10930
  - &#8203;<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
10818
10931
  - &#8203;<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
10819
10932
  - &#8203;<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
@@ -12198,7 +12311,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
12198
12311
  - [DatePicker] Add missing exports (#23621) @havgry
12199
12312
  - [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
12200
12313
  - [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
12201
- - [DatePicker] Fix missing manifest for typescript packages (#23564) @eps1lon
12314
+ - [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
12202
12315
  - [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
12203
12316
 
12204
12317
  ### Docs
@@ -14301,28 +14414,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
14301
14414
  +</Accordion>
14302
14415
  ```
14303
14416
 
14304
- - [BottomNavigation] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14417
+ - [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14305
14418
 
14306
14419
  ```diff
14307
14420
  -<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
14308
14421
  +<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
14309
14422
  ```
14310
14423
 
14311
- - [Slider] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14424
+ - [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14312
14425
 
14313
14426
  ```diff
14314
14427
  -<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14315
14428
  +<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14316
14429
  ```
14317
14430
 
14318
- - [Tabs] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14431
+ - [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14319
14432
 
14320
14433
  ```diff
14321
14434
  -<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
14322
14435
  +<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
14323
14436
  ```
14324
14437
 
14325
- - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14438
+ - [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
14326
14439
 
14327
14440
  ```diff
14328
14441
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.15.10
2
+ * @mui/icons-material v5.15.11
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/icons-material",
3
- "version": "5.15.10",
3
+ "version": "5.15.11",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",