@mui/icons-material 5.14.12 → 5.14.14
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 +139 -0
- package/VoiceChatOutlined.js +5 -3
- package/esm/VoiceChatOutlined.js +5 -3
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,143 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.14
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.13..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 17, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.14.14`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 29 -->[material-ui][AppBar] Support all default palette colors in TypeScript (#39389) @BreakBB
|
|
15
|
+
- ​<!-- 28 -->[material-ui][AvatarGroup] Add `renderSurplus` prop (#39283) @uuxxx
|
|
16
|
+
- ​<!-- 25 -->[material-ui][Box] Fix system properties has incorrect `Theme` interface when applied directly (#39404) @Semigradsky
|
|
17
|
+
- ​<!-- 04 -->[material-ui][Pagination] Update `type` parameter of `getItemAriaLabel` prop (#39390) @Simer13
|
|
18
|
+
- ​<!-- 06 -->[material][tab] Show/hide scroll buttons for dynamically added children (#39415) @brijeshb42
|
|
19
|
+
|
|
20
|
+
### `@mui/base@5.0.0-beta.20`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 26 -->[base-ui][Menu] Do not reopen the menu after clicking on a trigger in Safari (#39393) @michaldudak
|
|
23
|
+
|
|
24
|
+
### `@mui/material-next@6.0.0-alpha.106`
|
|
25
|
+
|
|
26
|
+
- ​<!-- 23 -->[Divider][material-next] Add Divider component (#39179) @Best-Sardar
|
|
27
|
+
|
|
28
|
+
### `@mui/joy@5.0.0-beta.11`
|
|
29
|
+
|
|
30
|
+
- ​<!-- 08 -->[joy-ui][List] Add the `marker` prop (#39313) @siriwatknp
|
|
31
|
+
- ​<!-- 07 -->[joy-ui][Skeleton] Fix semi-transparent scenario when with surface components and color inversion (#39400) @TheNatkat
|
|
32
|
+
- ​<!-- 06 -->[joy-ui][Textarea] Fix focus ring for error state (#39391) @vineetjk
|
|
33
|
+
|
|
34
|
+
### `@mui/icons-material@5.14.14`
|
|
35
|
+
|
|
36
|
+
- ​<!-- 09 -->[icons] Fix VoiceChatOutlined showing the wrong icon (#39418) @devuser200
|
|
37
|
+
|
|
38
|
+
### `@mui/system@5.14.14`
|
|
39
|
+
|
|
40
|
+
- ​<!-- 03 -->[mui-system][style] bug fix for style value check color in nullable object (#39457) @DarhkVoyd
|
|
41
|
+
|
|
42
|
+
### `@mui/styled-engine-sc@6.0.0-alpha.2`
|
|
43
|
+
|
|
44
|
+
- ​<!-- 05 -->[styled-engine-sc] Fix TS issues because of missing types (#39395) @mnajdova
|
|
45
|
+
|
|
46
|
+
### Docs
|
|
47
|
+
|
|
48
|
+
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
49
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
50
|
+
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
51
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
52
|
+
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
53
|
+
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
54
|
+
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
55
|
+
- ​<!-- 11 -->[docs][joy-ui] Fix color inversion demos (#39403) @danilo-leal
|
|
56
|
+
- ​<!-- 10 -->[docs][material-ui] Remove irrelevant TODO from Snackbar demo (#39396) @ZeeshanTamboli
|
|
57
|
+
- ​<!-- 06 -->[docs][material-ui][Table] Bug in "Sorting & Selecting" demo (#39426) @codewithrabeeh
|
|
58
|
+
- ​<!-- 05 -->[docs][joy-ui][typography] Update docs after lineHeight changes (#39366) @zanivan
|
|
59
|
+
|
|
60
|
+
### Core
|
|
61
|
+
|
|
62
|
+
- ​<!-- 24 -->[core] Fix multiple typos across the repo (#39422) @parikshitadhikari
|
|
63
|
+
- ​<!-- 18 -->[docs-infra] Add refinements to the API content design (#39425) @danilo-leal
|
|
64
|
+
- ​<!-- 17 -->[docs-infra] Add a min height to the layout component (#39416) @danilo-leal
|
|
65
|
+
- ​<!-- 16 -->[docs-infra] Prevent horizontal scroll in the TOC (#39417) @danilo-leal
|
|
66
|
+
- ​<!-- 15 -->[docs-infra] Add a collapsible list & table views to the API content display (#38265) @alexfauquette
|
|
67
|
+
- ​<!-- 14 -->[docs-infra] Adjust the `kbd` tag styles (#39397) @danilo-leal
|
|
68
|
+
- ​<!-- 13 -->[docs-infra] Fix strong style regression (#39384) @oliviertassinari
|
|
69
|
+
- ​<!-- 04 -->[website] Add the LinkedIn profile to the contributors section on the About page (#39455) @chhawinder
|
|
70
|
+
- ​<!-- 03 -->[website] Update new role template (#39386) @oliviertassinari
|
|
71
|
+
- ​<!-- 02 -->[website] Add stray design fine-tunning to the Pricing page (#39472) @danilo-leal
|
|
72
|
+
- ​<!-- 01 -->[website] Fix career anchor link to perks & benefits @oliviertassinari
|
|
73
|
+
|
|
74
|
+
All contributors of this release in alphabetical order: @adrienbrault, @alexfauquette, @Best-Sardar, @BreakBB, @brijeshb42, @chhawinder, @christophermorin, @codewithrabeeh, @danilo-leal, @DarhkVoyd, @devuser200, @michaldudak, @mnajdova, @oliviertassinari, @parikshitadhikari, @samuelsycamore, @Semigradsky, @Simer13, @siriwatknp, @TheNatkat, @uuxxx, @vineetjk, @zanivan, @ZeeshanTamboli
|
|
75
|
+
|
|
76
|
+
## 5.14.13
|
|
77
|
+
|
|
78
|
+
<!-- generated comparing v5.14.12..master -->
|
|
79
|
+
|
|
80
|
+
_Oct 10, 2023_
|
|
81
|
+
|
|
82
|
+
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
83
|
+
|
|
84
|
+
- 🚀 Added support for `styled-components` v6 (#39042) @mnajdova
|
|
85
|
+
|
|
86
|
+
### `@mui/material@5.14.13`
|
|
87
|
+
|
|
88
|
+
- [Checkbox] Fix checkbox hover bg with extendTheme (#39319) @brijeshb42
|
|
89
|
+
- [Chip] Outlined Chip variant is wider than the Filled counterpart (#39342) @chirag3003
|
|
90
|
+
- [Select] Add notice about select's a11y improvement on v5.14.12 changelog (#39310) @DiegoAndai
|
|
91
|
+
- [Typography] Color prop check for primitive type (#39071) @DarhkVoyd
|
|
92
|
+
- [Pagination] Fix background color on hover and keyboard focus when using CSS theme variables (#39220) @ValkonX33
|
|
93
|
+
- [Popper] Add missing `styleOverrides` Popper type in theme (#39154) @axelbostrom
|
|
94
|
+
- [Slider] Support all default palette colors in TypeScript (#39058) @gugudwt
|
|
95
|
+
|
|
96
|
+
### `@mui/base@5.0.0-beta.19`
|
|
97
|
+
|
|
98
|
+
- [Menu] Add the anchor prop (#39297) @michaldudak
|
|
99
|
+
|
|
100
|
+
### `@mui/material-next@6.0.0-alpha.105`
|
|
101
|
+
|
|
102
|
+
- [Menu] Copy v5 Menu components (#39301) @mnajdova
|
|
103
|
+
|
|
104
|
+
### `@mui/joy@5.0.0-beta.10`
|
|
105
|
+
|
|
106
|
+
- [Autocomplete] Add `type=button` to clear button (#39263) @brijeshb42
|
|
107
|
+
- [Button] Fix the text wrap issue (#38696) @atharva3333
|
|
108
|
+
- [Drawer] Apply color inversion to content slot instead (#39312) @siriwatknp
|
|
109
|
+
- [Switch] Fix missing class name (#39327) @Bestwebdesign
|
|
110
|
+
|
|
111
|
+
### `@mui/styled-engine-sc@6.0.0-alpha.1`
|
|
112
|
+
|
|
113
|
+
- ​<!-- 03 -->[system] Add support for `styled-components` v6 (#39042) @mnajdova
|
|
114
|
+
|
|
115
|
+
### Docs
|
|
116
|
+
|
|
117
|
+
- [joy-ui] Adjust the templates page card design (#39369) @danilo-leal
|
|
118
|
+
- Rename the Data Grid "Quick filter" to "Search" (#37724) @alexfauquette
|
|
119
|
+
- Remove obsolete translations (#39221) @mbrookes
|
|
120
|
+
- Update link to add custom color in palette (#39359) @ZeeshanTamboli
|
|
121
|
+
- Denser code demo @oliviertassinari
|
|
122
|
+
- Set up MD3 experiments pages (#39323) @mj12albert
|
|
123
|
+
- [Drawer] Fix right anchored persistent drawer intercepts click when it is closed (#39318) @ZeeshanTamboli
|
|
124
|
+
- [joy-ui] Revise the Color Inversion page (#39306) @danilo-leal
|
|
125
|
+
- [joy-ui] Remove redundant `error` prop from input validation demo (#39280) @sai6855
|
|
126
|
+
- [material-ui] Rename themed components doc, fix typos (#39368) @samuelsycamore
|
|
127
|
+
- [material-ui] Adjust the Material You Chip section (#39325) @danilo-leal
|
|
128
|
+
- [system] Add documentation on how to augment custom theme types for the `sx` prop callback (#39259) @3xp10it3r
|
|
129
|
+
- [joy-ui][Input] Add debounce input demo (#39300) @sai6855
|
|
130
|
+
|
|
131
|
+
### Core
|
|
132
|
+
|
|
133
|
+
- [docs-infra] Improve the open diamond sponsor spot callout (#39332) @danilo-leal
|
|
134
|
+
- [docs-infra] Fix Code Sandbox download issue (#39317) @ARJ2160
|
|
135
|
+
- [docs-infra] Remove overflow: hidden for demo gradient bg (#39225) @oliviertassinari
|
|
136
|
+
- [website] Fix footer responsiveness (#39355) @danilo-leal
|
|
137
|
+
- [website] Host Figma redirections in the store for now @oliviertassinari
|
|
138
|
+
|
|
139
|
+
All contributors of this release in alphabetical order: @3xp10it3r, @alexfauquette, @ARJ2160, @atharva3333, @axelbostrom, @Bestwebdesign, @brijeshb42, @chirag3003, @danilo-leal, @DarhkVoyd, @DiegoAndai, @gugudwt, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ValkonX33, @ZeeshanTamboli
|
|
140
|
+
|
|
3
141
|
## 5.14.12
|
|
4
142
|
|
|
5
143
|
<!-- generated comparing v5.14.11..master -->
|
|
@@ -10,6 +148,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
10
148
|
|
|
11
149
|
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
12
150
|
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
151
|
+
- 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
|
|
13
152
|
|
|
14
153
|
### `@mui/material@5.14.12`
|
|
15
154
|
|
package/VoiceChatOutlined.js
CHANGED
|
@@ -8,7 +8,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
exports.default = void 0;
|
|
9
9
|
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
10
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
var _default = (0, _createSvgIcon.default)(
|
|
12
|
-
d: "M20 2H4c-1.1 0-
|
|
13
|
-
}),
|
|
11
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
12
|
+
d: "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"
|
|
13
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
14
|
+
d: "M11.25 5h1.5v10h-1.5zM8.5 7H10v6H8.5zM6 9h1.5v2H6zm8-2h1.5v6H14zm2.5 2H18v2h-1.5z"
|
|
15
|
+
}, "1")], 'VoiceChatOutlined');
|
|
14
16
|
exports.default = _default;
|
package/esm/VoiceChatOutlined.js
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import createSvgIcon from './utils/createSvgIcon';
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
|
-
export default createSvgIcon(
|
|
6
|
-
d: "M20 2H4c-1.1 0-
|
|
7
|
-
}),
|
|
5
|
+
export default createSvgIcon([/*#__PURE__*/ _jsx("path", {
|
|
6
|
+
d: "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"
|
|
7
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
8
|
+
d: "M11.25 5h1.5v10h-1.5zM8.5 7H10v6H8.5zM6 9h1.5v2H6zm8-2h1.5v6H14zm2.5 2H18v2h-1.5z"
|
|
9
|
+
}, "1")], 'VoiceChatOutlined');
|
package/index.js
CHANGED