@mui/icons-material 5.14.6 → 5.14.7
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/Apple.js +1 -0
- package/CHANGELOG.md +42 -0
- package/Facebook.js +1 -0
- package/GitHub.js +1 -0
- package/Google.js +1 -0
- package/Instagram.js +1 -0
- package/LinkedIn.js +1 -0
- package/Microsoft.js +1 -0
- package/Pinterest.js +1 -0
- package/Reddit.js +1 -0
- package/Telegram.js +1 -0
- package/Twitter.js +1 -0
- package/WhatsApp.js +1 -0
- package/YouTube.js +1 -0
- package/esm/Apple.js +2 -0
- package/esm/Facebook.js +2 -0
- package/esm/GitHub.js +2 -0
- package/esm/Google.js +2 -0
- package/esm/Instagram.js +2 -0
- package/esm/LinkedIn.js +2 -0
- package/esm/Microsoft.js +2 -0
- package/esm/Pinterest.js +2 -0
- package/esm/Reddit.js +2 -0
- package/esm/Telegram.js +2 -0
- package/esm/Twitter.js +2 -0
- package/esm/WhatsApp.js +2 -0
- package/esm/YouTube.js +2 -0
- package/esm/index.js +1 -2
- package/index.js +31836 -32389
- package/package.json +1 -1
package/Apple.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.6..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 29, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.14.7`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 17 -->[Autocomplete] Fix listbox opened unexpectedly when component is `disabled` (#38611) @mj12albert
|
|
14
|
+
- ​<!-- 03 -->[Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR
|
|
15
|
+
|
|
16
|
+
### `@mui/base@5.0.0-beta.13`
|
|
17
|
+
|
|
18
|
+
- ​<!-- 16 -->[useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
19
|
+
|
|
20
|
+
### `@mui/zero-runtime@0.0.1-alpha.1`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 02 -->[system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
23
|
+
|
|
24
|
+
### Docs
|
|
25
|
+
|
|
26
|
+
- ​<!-- 10 -->[docs] Number Input docs fixes (#38521) @mj12albert
|
|
27
|
+
- ​<!-- 09 -->[docs] Show all the code in the usage section (#38691) @oliviertassinari
|
|
28
|
+
- ​<!-- 06 -->[docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal
|
|
29
|
+
- ​<!-- 05 -->[docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855
|
|
30
|
+
- ​<!-- 04 -->[docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric
|
|
31
|
+
|
|
32
|
+
### Core
|
|
33
|
+
|
|
34
|
+
- ​<!-- 15 -->[core] Add use-client to custom icons (#38132) @mj12albert
|
|
35
|
+
- ​<!-- 14 -->[core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot]
|
|
36
|
+
- ​<!-- 13 -->[core] Improve sponsors GA labels (#38649) @oliviertassinari
|
|
37
|
+
- ​<!-- 12 -->[core] Fix ESM issues with regression tests (#37963) @Janpot
|
|
38
|
+
- ​<!-- 11 -->[core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot
|
|
39
|
+
- ​<!-- 08 -->[docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal
|
|
40
|
+
- ​<!-- 07 -->[docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius
|
|
41
|
+
- ​<!-- 01 -->[website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal
|
|
42
|
+
|
|
43
|
+
All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR
|
|
44
|
+
|
|
3
45
|
## 5.14.6
|
|
4
46
|
|
|
5
47
|
<!-- generated comparing v5.14.5..master -->
|
package/Facebook.js
CHANGED
package/GitHub.js
CHANGED
package/Google.js
CHANGED
package/Instagram.js
CHANGED
package/LinkedIn.js
CHANGED
package/Microsoft.js
CHANGED
package/Pinterest.js
CHANGED
package/Reddit.js
CHANGED
package/Telegram.js
CHANGED
package/Twitter.js
CHANGED
package/WhatsApp.js
CHANGED
package/YouTube.js
CHANGED
package/esm/Apple.js
CHANGED
package/esm/Facebook.js
CHANGED
package/esm/GitHub.js
CHANGED
package/esm/Google.js
CHANGED
package/esm/Instagram.js
CHANGED
package/esm/LinkedIn.js
CHANGED
package/esm/Microsoft.js
CHANGED
package/esm/Pinterest.js
CHANGED
package/esm/Reddit.js
CHANGED
package/esm/Telegram.js
CHANGED
package/esm/Twitter.js
CHANGED
package/esm/WhatsApp.js
CHANGED
package/esm/YouTube.js
CHANGED
package/esm/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
'use client';
|
|
2
1
|
export { default as Abc } from './Abc';
|
|
3
2
|
export { default as AbcOutlined } from './AbcOutlined';
|
|
4
3
|
export { default as AbcRounded } from './AbcRounded';
|
|
@@ -10608,4 +10607,4 @@ export { default as ZoomOutMapTwoTone } from './ZoomOutMapTwoTone';
|
|
|
10608
10607
|
export { default as ZoomOutOutlined } from './ZoomOutOutlined';
|
|
10609
10608
|
export { default as ZoomOutRounded } from './ZoomOutRounded';
|
|
10610
10609
|
export { default as ZoomOutSharp } from './ZoomOutSharp';
|
|
10611
|
-
export { default as ZoomOutTwoTone } from './ZoomOutTwoTone';
|
|
10610
|
+
export { default as ZoomOutTwoTone } from './ZoomOutTwoTone';
|