@mui/icons-material 5.10.16 → 5.11.9
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 +706 -1
- package/PhoneInTalk.d.ts +1 -0
- package/PhoneInTalk.js +13 -0
- package/PhoneInTalkOutlined.d.ts +1 -0
- package/PhoneInTalkOutlined.js +13 -0
- package/PhoneInTalkRounded.d.ts +1 -0
- package/PhoneInTalkRounded.js +13 -0
- package/PhoneInTalkSharp.d.ts +1 -0
- package/PhoneInTalkSharp.js +13 -0
- package/PhoneInTalkTwoTone.d.ts +1 -0
- package/PhoneInTalkTwoTone.js +16 -0
- package/esm/PhoneInTalk.js +5 -0
- package/esm/PhoneInTalkOutlined.js +5 -0
- package/esm/PhoneInTalkRounded.js +5 -0
- package/esm/PhoneInTalkSharp.js +5 -0
- package/esm/PhoneInTalkTwoTone.js +8 -0
- package/esm/index.js +5 -0
- package/index.d.ts +5 -0
- package/index.js +38 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,710 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.11.9
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.8..master -->
|
|
6
|
+
|
|
7
|
+
_Feb 14, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🐛 @rangoo94, @sai6855, and @michaldudak fixed a couple of bugs in the Autocomplete component (#36116, #35640, #36076, #36088)
|
|
12
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.11.9`
|
|
15
|
+
|
|
16
|
+
- [AppBar] Fix joinVars() not handling undefined (#36128) @donaldnevermore
|
|
17
|
+
- [Autocomplete] Fix tag removal regression (#36116) @michaldudak
|
|
18
|
+
- [Autocomplete] Correct padding of filled Autocomplete (#35640) @michaldudak
|
|
19
|
+
- [Grid][Stack] classNames prefixed with Mui (#36167) @sai6855
|
|
20
|
+
|
|
21
|
+
### `@mui/styled-engine@5.11.9`
|
|
22
|
+
|
|
23
|
+
- [StyledEngineProvider] Fix issue with cache not being defined (#36162) @mnajdova
|
|
24
|
+
|
|
25
|
+
### `@mui/joy@5.0.0-alpha.67`
|
|
26
|
+
|
|
27
|
+
- [Joy] Add order dashboard template (#36081) @siriwatknp
|
|
28
|
+
- [Joy] Remove classes prop from the components that have it (#36159) @hbjORbj
|
|
29
|
+
- [Joy] Miscellaneous fixes (#36163) @siriwatknp
|
|
30
|
+
|
|
31
|
+
### `@mui/base@5.0.0-alpha.118`
|
|
32
|
+
|
|
33
|
+
- [base] Override the types of `slotProps` per slot (#35964) @hbjORbj
|
|
34
|
+
- [Select][base] Prevent unnecessary rerendering of Select options (#35946) @michaldudak
|
|
35
|
+
- [Select][base] Update the generated docs (#36183) @michaldudak
|
|
36
|
+
- [useAutocomplete] Pass only valid values for the getOptionLabel prop (#36088) @rangoo94
|
|
37
|
+
- [useAutocomplete] Fix `useAutocomplete` disabled prop not disabling the input (#36076) @sai6855
|
|
38
|
+
- [useInput] Add return value interface (#36036) @Shorifpatwary
|
|
39
|
+
- [UseTabPanel] Add explicit return type (#36053) @Shorifpatwary
|
|
40
|
+
- [useTabsList] Add explicit return type (#36048) @sai6855
|
|
41
|
+
- [Tab] Add explicit return type to useTab (#36046) @sai6855
|
|
42
|
+
|
|
43
|
+
### `@mui/material-next@6.0.0-alpha.75`
|
|
44
|
+
|
|
45
|
+
- [Material You] Use `md` as a CSS var prefix (#36177) @siriwatknp
|
|
46
|
+
|
|
47
|
+
### Docs
|
|
48
|
+
|
|
49
|
+
- [docs] Fix the prop type regression on the API pages (#36168) @mnajdova
|
|
50
|
+
- [docs] Fix virtualized table column resizing (#36066) @petyosi
|
|
51
|
+
- [docs] Fix react-spring demos (#36023) @oliviertassinari
|
|
52
|
+
- [docs] Fix classname mismatch on Joy docs (#36127) @siriwatknp
|
|
53
|
+
- [docs] Fix typo in the released version of @mui/styled-engine (#36121) @m4theushw
|
|
54
|
+
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
55
|
+
- [docs] Update release instructions (#36113) @mj12albert
|
|
56
|
+
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
57
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
58
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
59
|
+
|
|
60
|
+
### Examples
|
|
61
|
+
|
|
62
|
+
- [examples][vitejs] Load Roboto font (#35678) @oliv37
|
|
63
|
+
|
|
64
|
+
### Core
|
|
65
|
+
|
|
66
|
+
- [blog] Fix the look and feel of the media description (#36069) @oliviertassinari
|
|
67
|
+
- [core] Add default preview url (#36118) @siriwatknp
|
|
68
|
+
- [core] Migrate all the internals exported by `tests/utils/index.js` to TypeScript (#35382) @flaviendelangle
|
|
69
|
+
- [core] Convert the waterfall module to an internal package (#35323) @michaldudak
|
|
70
|
+
- [website] Fix homepage MD theme demo (#36027) @oliviertassinari
|
|
71
|
+
- [website] Revise the Lead Designer role job ad (#35912) @danilo-leal
|
|
72
|
+
- [POC] Add deploy preview to PR body (#35995) @siriwatknp
|
|
73
|
+
|
|
74
|
+
All contributors of this release in alphabetical order: @danilo-leal, @donaldnevermore, @flaviendelangle, @hbjORbj, @LadyBluenotes, @LukasTy, @m4theushw, @michaldudak, @mj12albert, @mnajdova, @oliv37, @oliviertassinari, @petyosi, @rangoo94, @sai6855, @Shorifpatwary, @siriwatknp
|
|
75
|
+
|
|
76
|
+
## 5.11.8
|
|
77
|
+
|
|
78
|
+
<!-- generated comparing v5.11.7..master -->
|
|
79
|
+
|
|
80
|
+
_Feb 7, 2023_
|
|
81
|
+
|
|
82
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
83
|
+
|
|
84
|
+
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
|
|
85
|
+
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
86
|
+
|
|
87
|
+
### `@mui/material@5.11.8`
|
|
88
|
+
|
|
89
|
+
- ​<!-- 10 -->[FormLabel] Export `FormLabelOwnProps` from `FormLabel` to fix type error (#36057) @yoskeoka
|
|
90
|
+
|
|
91
|
+
### `@mui/joy@5.0.0-alpha.66`
|
|
92
|
+
|
|
93
|
+
- ​<!-- 09 -->[Joy] Miscellaneous fixes (#36073) @siriwatknp
|
|
94
|
+
- ​<!-- 08 -->[Joy] Add sign-in side template (#36019) @siriwatknp
|
|
95
|
+
- ​<!-- 07 -->[Joy] Add missing `Table` export from root (#36010) @sai6855
|
|
96
|
+
|
|
97
|
+
### `@mui/system@5.11.8`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 05 -->[System] Fix nested grid v2 (#35994) @siriwatknp
|
|
100
|
+
|
|
101
|
+
### `@mui/styled-engine@5.11.8`
|
|
102
|
+
|
|
103
|
+
- ​<!-- 06 -->[styled-engine] Create cache only if `document` is available (#36001) @m4theushw
|
|
104
|
+
|
|
105
|
+
### Docs
|
|
106
|
+
|
|
107
|
+
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
108
|
+
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
|
|
109
|
+
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
110
|
+
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
111
|
+
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
112
|
+
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
113
|
+
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
114
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
|
|
115
|
+
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
116
|
+
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
117
|
+
|
|
118
|
+
### Core
|
|
119
|
+
|
|
120
|
+
- ​<!-- 22 -->[core] Make it easier to find who is importing specific files (#35896) @oliviertassinari
|
|
121
|
+
- ​<!-- 21 -->[core] Fix SEO redirections issues (#36041) @oliviertassinari
|
|
122
|
+
- ​<!-- 20 -->[core] Fix a typo in the comment in setup test files (#36014) @ZeeshanTamboli
|
|
123
|
+
- ​<!-- 04 -->[typescript] Explicitly define the component return types (#36013) @michaldudak
|
|
124
|
+
- ​<!-- 03 -->[website] Fix layout shift (#36070) @oliviertassinari
|
|
125
|
+
- ​<!-- 02 -->[website] Revise the Lead Designer role job ad (v1) (#36068) @oliviertassinari
|
|
126
|
+
- ​<!-- 01 -->[website] Add Albert to the about page (#35954) @mj12albert
|
|
127
|
+
|
|
128
|
+
All contributors of this release in alphabetical order: @alexownejazayeri, @ArthurPedroti, @badalsaibo, @chuanyu0201, @joserodolfofreitas, @m4theushw, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @yoskeoka, @ZeeshanTamboli
|
|
129
|
+
|
|
130
|
+
## 5.11.7
|
|
131
|
+
|
|
132
|
+
<!-- generated comparing v5.11.6..master -->
|
|
133
|
+
|
|
134
|
+
_Jan 31, 2023_
|
|
135
|
+
|
|
136
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
137
|
+
|
|
138
|
+
- @siriwatknp added `Table` component to Joy UI (#35872)
|
|
139
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
140
|
+
|
|
141
|
+
### `@mui/material@5.11.7`
|
|
142
|
+
|
|
143
|
+
- ​<!-- 30 -->[Autocomplete] Prevent reset scroll position when new options are added (#35735) @sai6855
|
|
144
|
+
- ​<!-- 24 -->[CssVarsProvider] Skip `unstable_sxConfig` variables (#35932) @siriwatknp
|
|
145
|
+
- ​<!-- 10 -->[InputLabel] Add missing `component` type (#35852) @sai6855
|
|
146
|
+
- ​<!-- 05 -->[Tooltip] Fix tooltip position (#35909) @marktoman
|
|
147
|
+
|
|
148
|
+
### `@mui/base@5.0.0-alpha.116`
|
|
149
|
+
|
|
150
|
+
- ​<!-- 29 -->[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus (#35838) @SaidMarar
|
|
151
|
+
|
|
152
|
+
### `@mui/joy@5.0.0-alpha.65`
|
|
153
|
+
|
|
154
|
+
#### Breaking changes
|
|
155
|
+
|
|
156
|
+
- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
|
|
157
|
+
|
|
158
|
+
- Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
|
|
159
|
+
|
|
160
|
+
```diff
|
|
161
|
+
<Button
|
|
162
|
+
-sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
|
|
163
|
+
+sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
|
|
164
|
+
/>
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration.
|
|
168
|
+
|
|
169
|
+
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
|
|
170
|
+
|
|
171
|
+
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
|
|
172
|
+
|
|
173
|
+
```diff
|
|
174
|
+
<Card
|
|
175
|
+
-row
|
|
176
|
+
+orientation={"horizontal"}
|
|
177
|
+
/>
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-row-prop) to help with the migration.
|
|
181
|
+
|
|
182
|
+
#### Changes
|
|
183
|
+
|
|
184
|
+
- ​<!-- 26 -->[Joy][Checkbox] Display correct icon in checkbox (#35943) @sai6855
|
|
185
|
+
- ​<!-- 09 -->[Joy] Add `Table` component (#35872) @siriwatknp
|
|
186
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#35953) @siriwatknp
|
|
187
|
+
|
|
188
|
+
### Docs
|
|
189
|
+
|
|
190
|
+
- ​<!-- 28 -->[blog] Add RSS feed (#35777) @gorjiali
|
|
191
|
+
- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
|
|
192
|
+
- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
|
|
193
|
+
- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
|
|
194
|
+
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
195
|
+
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
196
|
+
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
197
|
+
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
198
|
+
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
199
|
+
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
200
|
+
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
201
|
+
- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
|
|
202
|
+
- ​<!-- 13 -->[docs][joy] Fixed a typo in `Using icon libraries` page (#35989) @badalsaibo
|
|
203
|
+
- ​<!-- 12 -->[docs][joy] Removed Badge info from Chip docs (#35955) @Vivek-Prajapatii
|
|
204
|
+
- ​<!-- 11 -->[docs][system] Fix border color of Boxes in demos of `Configure the sx prop` page in dark mode (#35961) @ZeeshanTamboli
|
|
205
|
+
|
|
206
|
+
### Core
|
|
207
|
+
|
|
208
|
+
- ​<!-- 25 -->[core] Boolean props always have a default value of `false` in API docs (#35913) @hbjORbj
|
|
209
|
+
- ​<!-- 04 -->[core] Improve types for usePreviousProps (#35833) @sai6855
|
|
210
|
+
- ​<!-- 03 -->[website] Fix 404 link to store (#35973) @oliviertassinari
|
|
211
|
+
- ​<!-- 02 -->[website] Fix 302 of diamond sponsor link @oliviertassinari
|
|
212
|
+
- ​<!-- 01 -->[website] Fix outdated YouTube link @oliviertassinari
|
|
213
|
+
|
|
214
|
+
All contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli
|
|
215
|
+
|
|
216
|
+
## 5.11.6
|
|
217
|
+
|
|
218
|
+
<!-- generated comparing v5.11.5..master -->
|
|
219
|
+
|
|
220
|
+
_Jan 23, 2023_
|
|
221
|
+
|
|
222
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
223
|
+
|
|
224
|
+
- @ZeeshanTamboli improved the logic for handling the value label in the `SliderUnstyled` (#35805)
|
|
225
|
+
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
226
|
+
|
|
227
|
+
### `@mui/material@5.11.6`
|
|
228
|
+
|
|
229
|
+
- ​<!-- 15 -->[Box] Fix usage of not supported features in TypeScript 3.5 (#35877) @mnajdova
|
|
230
|
+
- ​<!-- 14 -->[Button] Fix border color for secondary disabled button (#35866) @SaidMarar
|
|
231
|
+
- ​<!-- 03 -->[SwipeableDrawer] Add callback to customise touchstart ignore for swipeable drawer (#30759) @tech-meppem
|
|
232
|
+
|
|
233
|
+
### `@mui/base@5.0.0-alpha.115`
|
|
234
|
+
|
|
235
|
+
#### Breaking changes
|
|
236
|
+
|
|
237
|
+
- ​<!-- 04 -->[SliderUnstyled] Improved logic for displaying the value label (#35805) @ZeeshanTamboli
|
|
238
|
+
|
|
239
|
+
- The `valueLabelDisplay` prop is removed from `SliderUnstyled`. The prop was not working as intended in `SliderUnstyled` (See #35398). You can instead provide a `valueLabel` slot with the `slots` prop API to show the value label:
|
|
240
|
+
|
|
241
|
+
```diff
|
|
242
|
+
- <SliderUnstyled valueLabelDisplay="on" />
|
|
243
|
+
+ <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
|
|
247
|
+
|
|
248
|
+
- The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
|
|
249
|
+
|
|
250
|
+
```diff
|
|
251
|
+
- valueLabel
|
|
252
|
+
- valueLabelOpen
|
|
253
|
+
- valueLabelCircle
|
|
254
|
+
- valueLabelLabel
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
In the custom value label component, you can define your own classNames and target them with CSS.
|
|
258
|
+
|
|
259
|
+
- The `SliderValueLabelUnstyled` component is removed from SliderUnstyled. You should provide your own custom component for the value label.
|
|
260
|
+
|
|
261
|
+
- To avoid using `React.cloneElement` API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot - `Thumb` -> `Input`, `ValueLabel`.
|
|
262
|
+
|
|
263
|
+
#### Changes
|
|
264
|
+
|
|
265
|
+
- ​<!-- 05 -->[InputUnstyled] Fix externally provided `inputRef` is ignored (#35807) @sai6855
|
|
266
|
+
|
|
267
|
+
### `@mui/joy@5.0.0-alpha.64`
|
|
268
|
+
|
|
269
|
+
- ​<!-- 17 -->[Avatar][joy] Remove `imgProps` prop and add Codemod script for migration (#35859) @hbjORbj
|
|
270
|
+
|
|
271
|
+
### Docs
|
|
272
|
+
|
|
273
|
+
- ​<!-- 16 -->[blog] Date and time pickers revamped (#35486) @joserodolfofreitas
|
|
274
|
+
- ​<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
|
|
275
|
+
- ​<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
|
|
276
|
+
- ​<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
|
|
277
|
+
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
|
|
278
|
+
- ​<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
|
|
279
|
+
|
|
280
|
+
### Core
|
|
281
|
+
|
|
282
|
+
- ​<!-- 13 -->[core] Fix release changelog to handle commits with empty author field (#35921) @mnajdova
|
|
283
|
+
- ​<!-- 12 -->[core] Revert `docs-utilities` migration to TypeScript and fix type (#35881) @ZeeshanTamboli
|
|
284
|
+
- ​<!-- 11 -->[core] Migrate internal `docs-utilities` package to TypeScript (#35846) @ZeeshanTamboli
|
|
285
|
+
- ​<!-- 02 -->[website] Designer don't spend their time writing code @oliviertassinari
|
|
286
|
+
- ​<!-- 01 -->[website] Emphasis the technical background need for this role @oliviertassinari
|
|
287
|
+
|
|
288
|
+
All contributors of this release in alphabetical order: @HeVictor, @hbjORbj, @joserodolfofreitas, @mj12albert, @mnajdova, @oliv37, @oliviertassinari, @petyosi, @rosita-dmello, @sai6855, @SaidMarar, @tech-meppem, @ZeeshanTamboli
|
|
289
|
+
|
|
290
|
+
## 5.11.5
|
|
291
|
+
|
|
292
|
+
<!-- generated comparing v5.11.4..master -->
|
|
293
|
+
|
|
294
|
+
_Jan 17, 2023_
|
|
295
|
+
|
|
296
|
+
A big thanks to the 17 contributors who made this release possible.
|
|
297
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
298
|
+
|
|
299
|
+
### `@mui/material@5.11.5`
|
|
300
|
+
|
|
301
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
302
|
+
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
303
|
+
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
304
|
+
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
305
|
+
|
|
306
|
+
### `@mui/system@5.11.5`
|
|
307
|
+
|
|
308
|
+
- [system] Improve the `createBox` types (#35532) @mnajdova
|
|
309
|
+
|
|
310
|
+
### `@mui/codemod@5.11.5`
|
|
311
|
+
|
|
312
|
+
- Add `joy-text-field-to-input` codemod (#35462) @hbjORbj
|
|
313
|
+
|
|
314
|
+
### `@mui/base@5.0.0-alpha.114`
|
|
315
|
+
|
|
316
|
+
- [base] Fix typos (#35802) @nnmax
|
|
317
|
+
- [Slider] Convert code to TypeScript (#35445) @sai6855
|
|
318
|
+
|
|
319
|
+
### `@mui/joy@5.0.0-alpha.63`
|
|
320
|
+
|
|
321
|
+
- [Tabs][joy] Don't apply `:hover, :active` styles when `selected` (#35750) @sai6855
|
|
322
|
+
- Remove `TextField` component and replace its usage in docs with `FormControl`/`FormLabel`/`Input` (#35462) @hbjORbj
|
|
323
|
+
- [TextField] Throw error with migration message (#35845) @siriwatknp
|
|
324
|
+
- Miscellaneous fixes (#35847) @siriwatknp
|
|
325
|
+
|
|
326
|
+
### Docs
|
|
327
|
+
|
|
328
|
+
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
329
|
+
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
330
|
+
- [docs] Clarify where to find docs for MUI Base components in Material UI (#35799) @samuelsycamore
|
|
331
|
+
- [docs] Fix typos (#35814) @alexfauquette
|
|
332
|
+
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
333
|
+
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
334
|
+
- [docs] Fix typo in the Composition page (#35774) @msoyka
|
|
335
|
+
- [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
|
|
336
|
+
- [docs][joy] Fix grammar in `Typography` docs (#35796) @atrefonas
|
|
337
|
+
- [examples] Remove `next-env.d.ts` from Next.js examples (#35772) @Juneezee
|
|
338
|
+
|
|
339
|
+
### Core
|
|
340
|
+
|
|
341
|
+
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
342
|
+
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
343
|
+
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
344
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
345
|
+
|
|
346
|
+
All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
|
|
347
|
+
|
|
348
|
+
## 5.11.4
|
|
349
|
+
|
|
350
|
+
<!-- generated comparing v5.11.3..master -->
|
|
351
|
+
|
|
352
|
+
_Jan 9, 2023_
|
|
353
|
+
|
|
354
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
355
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
356
|
+
|
|
357
|
+
### `@mui/material@5.11.4`
|
|
358
|
+
|
|
359
|
+
- [Autocomplete] Add index to renderOption's AutocompleteRenderOptionState (#35578) @CowDotDev
|
|
360
|
+
- [Autocomplete] Fix grammar in console.error in `useAutocomplete` (#35723) @hamirmahal
|
|
361
|
+
- [Modal] Fix can't override Backdrop Props using new Slots API (#35140) @ZeeshanTamboli
|
|
362
|
+
- [Select] Revert "Update `renderValue` prop's TypeScript type (#34177)" (#35733) @michaldudak
|
|
363
|
+
- [Tabs] Throw error only if individual `Tab` is hidden, not the whole `Tabs` (#34026) @Ryczko
|
|
364
|
+
- [TextField] Improve WCAG 2.4.7 with error={true} (#35687) @oliviertassinari
|
|
365
|
+
- [Tooltip] Remove `data-foo` attribute (#35736) @koolskateguy89
|
|
366
|
+
|
|
367
|
+
### `@mui/joy@5.0.0-alpha.62`
|
|
368
|
+
|
|
369
|
+
- [Autocomplete][joy] Specify `type` attribute for popup indicator (#35648) @hbjORbj
|
|
370
|
+
- [Joy] Miscellaneous improvements (#35769) @siriwatknp
|
|
371
|
+
- [Joy] Improve `onKeyDown` event handler for demo (#35642) @hbjORbj
|
|
372
|
+
|
|
373
|
+
### `@mui/base@5.0.0-alpha.113`
|
|
374
|
+
|
|
375
|
+
- [Portal][base] Convert code to TypeScript (#35657) @sai6855
|
|
376
|
+
|
|
377
|
+
### Docs
|
|
378
|
+
|
|
379
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
380
|
+
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
381
|
+
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
382
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
383
|
+
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
384
|
+
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
385
|
+
|
|
386
|
+
### Core
|
|
387
|
+
|
|
388
|
+
- [core] Close 2022 developer survey @oliviertassinari
|
|
389
|
+
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
390
|
+
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
391
|
+
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
392
|
+
- [website] Improve Lead Designer role description (#35684) @oliviertassinari
|
|
393
|
+
|
|
394
|
+
All contributors of this release in alphabetical order: @CowDotDev, @flaviendelangle, @hamirmahal, @hbjORbj, @koolskateguy89, @michaldudak, @miha53cevic, @mnajdova, @oliviertassinari, @Ryczko, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
395
|
+
|
|
396
|
+
## 5.11.3
|
|
397
|
+
|
|
398
|
+
<!-- generated comparing v5.11.2..master -->
|
|
399
|
+
|
|
400
|
+
_Jan 2, 2023_
|
|
401
|
+
|
|
402
|
+
A big thanks to the 6 contributors who made this release possible.
|
|
403
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
404
|
+
|
|
405
|
+
### `@mui/material@5.11.3`
|
|
406
|
+
|
|
407
|
+
- ​<!-- 02 -->[Select] Update `renderValue` prop's TypeScript type (#34177) @ZeeshanTamboli
|
|
408
|
+
|
|
409
|
+
### `@mui/joy@5.0.0-alpha.61`
|
|
410
|
+
|
|
411
|
+
- ​<!-- 14 -->[Autocomplete][joy] Export component (#35647) @mbranch
|
|
412
|
+
|
|
413
|
+
### Docs
|
|
414
|
+
|
|
415
|
+
- ​<!-- 13 -->[blog] Fix handling of markdown links (#35628) @oliviertassinari
|
|
416
|
+
- ​<!-- 09 -->[docs] Fix demo code selection through copy shortcut key on Firefox browser (#35670) @ZeeshanTamboli
|
|
417
|
+
- ​<!-- 08 -->[docs] Fix layout shift when streaming the page (#35627) @oliviertassinari
|
|
418
|
+
- ​<!-- 07 -->[docs] Fix switch name to reflect the color (#35052) @rjhcnf
|
|
419
|
+
- ​<!-- 06 -->[docs] Fix anchor link in the card's docs and fix a typo (#35634) @ZeeshanTamboli
|
|
420
|
+
- ​<!-- 05 -->[docs] Fix layout shift with modal (#35591) @oliviertassinari
|
|
421
|
+
- ​<!-- 04 -->[Joy][docs] Add documentation for `Input` component (#35482) @hbjORbj
|
|
422
|
+
- ​<!-- 03 -->[docs][joy] Improved readability on theme tokens page (#35639) @badalsaibo
|
|
423
|
+
|
|
424
|
+
### Core
|
|
425
|
+
|
|
426
|
+
- ​<!-- 12 -->[core] Disable prefetch of footer links @oliviertassinari
|
|
427
|
+
- ​<!-- 11 -->[core] A few SEO fixes (#35672) @oliviertassinari
|
|
428
|
+
- ​<!-- 10 -->[core] Remove need for scopePathnames (#35584) @oliviertassinari
|
|
429
|
+
- ​<!-- 01 -->[test] Fix Algolia noisy lvl1 anchor (#35686) @oliviertassinari
|
|
430
|
+
|
|
431
|
+
All contributors of this release in alphabetical order: @badalsaibo, @hbjORbj, @mbranch, @oliviertassinari, @rjhcnf, @ZeeshanTamboli
|
|
432
|
+
|
|
433
|
+
## 5.11.2
|
|
434
|
+
|
|
435
|
+
<!-- generated comparing v5.11.1..master -->
|
|
436
|
+
|
|
437
|
+
_Dec 26, 2022_
|
|
438
|
+
|
|
439
|
+
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
440
|
+
|
|
441
|
+
- ⚙️ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
442
|
+
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
443
|
+
|
|
444
|
+
### `@mui/material@5.11.2`
|
|
445
|
+
|
|
446
|
+
- ​<!-- 10 -->[l10n] Add displayed rows label to `faIR` locale (#35587) @hootan-rocky
|
|
447
|
+
- ​<!-- 09 -->[l10n] Add Kurdish (Kurmanji) locale (#32508) @JagarYousef
|
|
448
|
+
- ​<!-- 06 -->[Select] Accept non-component children (#33530) @boutahlilsoufiane
|
|
449
|
+
- ​<!-- 05 -->[SelectInput] Update menu to use select wrapper as anchor (#34229) @EduardoSCosta
|
|
450
|
+
- ​<!-- 03 -->[TableCell] Fix `scope` prop to be not set when a data cell is rendered within a table head (#35559) @sai6855
|
|
451
|
+
|
|
452
|
+
### `@mui/utils@5.11.2`
|
|
453
|
+
|
|
454
|
+
- ​<!-- 02 -->[utils] `mergedeep` deeply clones source key if it's an object (#35364) @sldk-yuri
|
|
455
|
+
|
|
456
|
+
### `@mui/base@5.0.0-alpha.112`
|
|
457
|
+
|
|
458
|
+
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
459
|
+
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
460
|
+
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
461
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
462
|
+
|
|
463
|
+
### `@mui/joy@5.0.0-alpha.60`
|
|
464
|
+
|
|
465
|
+
- ​<!-- 15 -->[Joy] Fix radius adjustment (#35629) @siriwatknp
|
|
466
|
+
- ​<!-- 14 -->[Joy] Apply color inversion to components (#34602) @siriwatknp
|
|
467
|
+
- ​<!-- 13 -->[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp
|
|
468
|
+
- ​<!-- 12 -->[Joy] Miscellaneous fixes (#35552) @siriwatknp
|
|
469
|
+
- ​<!-- 11 -->[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj
|
|
470
|
+
|
|
471
|
+
### `@mui/material-next@6.0.0-alpha.68`
|
|
472
|
+
|
|
473
|
+
- ​<!-- 36 -->[Material You] Update Button test & add active class name (#35497) @mnajdova
|
|
474
|
+
|
|
475
|
+
### Docs
|
|
476
|
+
|
|
477
|
+
- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
|
|
478
|
+
- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
|
|
479
|
+
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
|
|
480
|
+
- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
|
|
481
|
+
- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
|
|
482
|
+
- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
|
|
483
|
+
- ​<!-- 20 -->[docs] Fix ListItem button deprecated use (#33970) @MickaelAustoni
|
|
484
|
+
- ​<!-- 19 -->[docs] Fix typo in `Progress` docs (#35553) @jasonsturges
|
|
485
|
+
- ​<!-- 18 -->[docs] Remove empty tags on the TransferList demos (#33127) @ekusiadadus
|
|
486
|
+
- ​<!-- 17 -->[docs][joy] Add documentation for `Stack` component (#35373) @hbjORbj
|
|
487
|
+
- ​<!-- 35 -->[docs][joy] Add documentation for `Grid` component (#35374) @hbjORbj
|
|
488
|
+
- ​<!-- 01 -->[website] Update sponsor grid (#35452) @danilo-leal
|
|
489
|
+
|
|
490
|
+
### Core
|
|
491
|
+
|
|
492
|
+
- ​<!-- 34 -->[core] Shorthand notation to remove outline (#35623) @oliviertassinari
|
|
493
|
+
- ​<!-- 33 -->[core] Fix header link layout shift and clash (#35626) @oliviertassinari
|
|
494
|
+
- ​<!-- 32 -->[core] Hide keyboard shortcut if no hover feature (#35625) @oliviertassinari
|
|
495
|
+
- ​<!-- 31 -->[core] Fix confusing duplicated name in the log @oliviertassinari
|
|
496
|
+
- ​<!-- 30 -->[core] Fix API demos callout spacing (#35579) @oliviertassinari
|
|
497
|
+
- ​<!-- 29 -->[core] Fix a few title case (#35547) @oliviertassinari
|
|
498
|
+
- ​<!-- 28 -->[core] Cleanup mention of test-utils (#35577) @oliviertassinari
|
|
499
|
+
- ​<!-- 27 -->[core] Remove oudated pickers prop-type logic (#35571) @oliviertassinari
|
|
500
|
+
- ​<!-- 26 -->[core] Exclude documentation of Base props not used in styled libraries (#35562) @michaldudak
|
|
501
|
+
|
|
502
|
+
All contributors of this release in alphabetical order: @boutahlilsoufiane, @danhuynhdev, @danilo-leal, @EduardoSCosta, @ekusiadadus, @frontendlane, @hbjORbj, @hootan-rocky, @JagarYousef, @jasonsturges, @leventdeniz, @LukasTy, @michaldudak, @MickaelAustoni, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sldk-yuri, @trizotti
|
|
503
|
+
|
|
504
|
+
## 5.11.1
|
|
505
|
+
|
|
506
|
+
<!-- generated comparing v5.11.0..master -->
|
|
507
|
+
|
|
508
|
+
_Dec 20, 2022_
|
|
509
|
+
|
|
510
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
511
|
+
|
|
512
|
+
- 💅 @mnajdova added motion and shape design tokens to Material You package (#35384 and #35393).
|
|
513
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
514
|
+
|
|
515
|
+
### `@mui/material@5.11.1`
|
|
516
|
+
|
|
517
|
+
- [Chip] Fix hover and focus style with CSS Variables (#35502) @DimaAbr
|
|
518
|
+
- [InputLabel] Enable `size` prop overrides via TypeScript module augmentation (#35460) @MickaelAustoni
|
|
519
|
+
- [l10n] Change Kazakh locale name to match ISO-639-1 codes (#34664) @talgautb
|
|
520
|
+
- [TextField] Fix error focus style (#35167) @42tte
|
|
521
|
+
- [core] Bring `experimental_sx` back with error code (#35528) @siriwatknp
|
|
522
|
+
|
|
523
|
+
### `@mui/utils@5.11.1`
|
|
524
|
+
|
|
525
|
+
- [Theme] Merge components and slots props (#35477) @siriwatknp
|
|
526
|
+
|
|
527
|
+
### `@mui/material-next@6.0.0-alpha.67`
|
|
528
|
+
|
|
529
|
+
- [Material You] Add motion design tokens (#35384) @mnajdova
|
|
530
|
+
- [Material You] Add shape design tokens (#35393) @mnajdova
|
|
531
|
+
|
|
532
|
+
### `@mui/joy@5.0.0-alpha.59`
|
|
533
|
+
|
|
534
|
+
- [Tooltip] Fix arrow does not appear (#35473) @siriwatknp
|
|
535
|
+
- [Input] Fix autofill styles (#35056) @siriwatknp
|
|
536
|
+
- [ChipDelete] Add onDelete prop to ChipDelete (#35412) @sai6855
|
|
537
|
+
|
|
538
|
+
### `@mui/base@5.0.0-alpha.111`
|
|
539
|
+
|
|
540
|
+
- [Button][base] Set active class when a subcomponent is clicked (#35410) @michaldudak
|
|
541
|
+
- [Popper][base] Fix Tooltip Anchor Element Setter (#35469) @sydneyjodon-wk
|
|
542
|
+
|
|
543
|
+
### Docs
|
|
544
|
+
|
|
545
|
+
- [docs] Fixed the `Select` component `onChange` event type in the migration guide (#35509) @tzynwang
|
|
546
|
+
- [docs] Add missing comma to `Providing the colors directly` section (#35507) @cassidoo
|
|
547
|
+
- [docs] Add `CardMedia` example without `component="img"` prop (#35470) @lucasmfredmark
|
|
548
|
+
- [docs] Fix `unstable_sxConfig` typo (#35478) @siriwatknp
|
|
549
|
+
- [docs] List component introduction example default code is missing ListItemContent component (#35492) @Miigaarino
|
|
550
|
+
- [website] Close our first people role @oliviertassinari
|
|
551
|
+
- [website] Update product icons (#35413) @danilo-leal
|
|
552
|
+
|
|
553
|
+
### Core
|
|
554
|
+
|
|
555
|
+
- [test] Terminate BrowserStack after 5 minutes (#35454) @oliviertassinari
|
|
556
|
+
- [test] Fix broken master branch (#35446) @oliviertassinari
|
|
557
|
+
|
|
558
|
+
All contributors of this release in alphabetical order: @42tte, @cassidoo, @danilo-leal, @DimaAbr, @lucasmfredmark, @michaldudak, @MickaelAustoni, @Miigaarino, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sydneyjodon-wk, @talgautb, @tzynwang
|
|
559
|
+
|
|
560
|
+
## 5.11.0
|
|
561
|
+
|
|
562
|
+
<!-- generated comparing v5.10.17..master -->
|
|
563
|
+
|
|
564
|
+
_Dec 13, 2022_
|
|
565
|
+
|
|
566
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
567
|
+
|
|
568
|
+
- 🔥 @mnajdova enabled configuration of the `sx` prop in the `theme` (#35150)
|
|
569
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
570
|
+
|
|
571
|
+
### `@mui/material@5.11.0`
|
|
572
|
+
|
|
573
|
+
- [Alert] Update icon color in all variants (#35414) @danilo-leal
|
|
574
|
+
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
|
|
575
|
+
- [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710) @kraftware
|
|
576
|
+
|
|
577
|
+
### `@mui/icons-material@5.11.0`
|
|
578
|
+
|
|
579
|
+
- [icons] Restore the PhoneInTalk icons (#35409) @michaldudak
|
|
580
|
+
|
|
581
|
+
### `@mui/system@5.11.0`
|
|
582
|
+
|
|
583
|
+
#### BREAKING CHANGES
|
|
584
|
+
|
|
585
|
+
- [system] Enable configuring the `sx` prop in the `theme` (#35150) @mnajdova
|
|
586
|
+
|
|
587
|
+
The breaking change is regarding an experimental API:
|
|
588
|
+
|
|
589
|
+
```diff
|
|
590
|
+
-import { styled, experimental_sx } from '@mui/material/styles';
|
|
591
|
+
+import { styled } from '@mui/material/styles';
|
|
592
|
+
|
|
593
|
+
-const Component = styled('div)(experimental_sx({ p: 1 }});
|
|
594
|
+
+const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
|
|
595
|
+
```
|
|
596
|
+
|
|
597
|
+
### `@mui/joy@5.0.0-alpha.58`
|
|
598
|
+
|
|
599
|
+
- [Joy] Miscellaneous fixes (#35447) @siriwatknp
|
|
600
|
+
|
|
601
|
+
### `@mui/base@5.0.0-alpha.110`
|
|
602
|
+
|
|
603
|
+
- [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @EduardoSCosta
|
|
604
|
+
|
|
605
|
+
### `@mui/material-next@6.0.0-alpha.66`
|
|
606
|
+
|
|
607
|
+
- [Material You] Add ripple on the button (#35299) @mnajdova
|
|
608
|
+
|
|
609
|
+
### Docs
|
|
610
|
+
|
|
611
|
+
- [docs] Simplify state management in Text Field demo page (#35051) @PratikDev
|
|
612
|
+
- [docs] Improve `Responsive App bar with Drawer` demo (#35418) @ZeeshanTamboli
|
|
613
|
+
- [docs] Improve line-height readability (#35387) @oliviertassinari
|
|
614
|
+
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
|
|
615
|
+
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
616
|
+
- [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
|
|
617
|
+
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
618
|
+
- [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
|
|
619
|
+
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
620
|
+
- [docs] Update callouts design (#35390) @danilo-leal
|
|
621
|
+
- [website] New wave of open roles (#35240) @mnajdova
|
|
622
|
+
- [website] Developer survey 2022 (#35407) @joserodolfofreitas
|
|
623
|
+
|
|
624
|
+
### Core
|
|
625
|
+
|
|
626
|
+
- [core] Fix @mui/material package building (#35324) @timbset
|
|
627
|
+
- [core] Fix leaking theme color override (#35444) @oliviertassinari
|
|
628
|
+
- [typescript] Add null to return type of OverridableComponent (#35311) @tsollbach
|
|
629
|
+
- [website] Migrate X page to use CSS theme variables (#34922) @jesrodri
|
|
630
|
+
- [website] Migrate `/core` page to use CSS variables (#35366) @siriwatknp
|
|
631
|
+
|
|
632
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Armanio, @danilo-leal, @EduardoSCosta, @flaviendelangle, @jesrodri, @joserodolfofreitas, @kraftware, @michaldudak, @mnajdova, @oliviertassinari, @PratikDev, @samuelsycamore, @siriwatknp, @Spanishiwa, @timbset, @tsollbach, @vitorfrs-dev, @ZeeshanTamboli
|
|
633
|
+
|
|
634
|
+
## 5.10.17
|
|
635
|
+
|
|
636
|
+
<!-- generated comparing v5.10.16..master -->
|
|
637
|
+
|
|
638
|
+
_Dec 6, 2022_
|
|
639
|
+
|
|
640
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
641
|
+
|
|
642
|
+
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
643
|
+
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
|
|
644
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
645
|
+
|
|
646
|
+
### `@mui/material@5.10.17`
|
|
647
|
+
|
|
648
|
+
- ​<!-- 31 -->[Slider] Fix `markActive` theme class not getting applied (#35067) @ZeeshanTamboli
|
|
649
|
+
- ​<!-- 30 -->[SwipeableDrawer] Fix missing close animation when initial open is true (#35010) @sai6855
|
|
650
|
+
- ​<!-- 28 -->[material-ui] Add channel colors if possible (#35178) @siriwatknp
|
|
651
|
+
- ​<!-- 10 -->[Fab] Increase disabled styles precedence (#35304) @Uzwername
|
|
652
|
+
- ​<!-- 05 -->[Rating] Apply `labelEmptyValueActive` style overrides from theme (#35315) @sai6855
|
|
653
|
+
|
|
654
|
+
### `@mui/system@5.10.17`
|
|
655
|
+
|
|
656
|
+
- ​<!-- 04 -->[system] Add support for nested CssVarsProvider (#35277) @siriwatknp
|
|
657
|
+
|
|
658
|
+
### `@mui/joy@5.0.0-alpha.57`
|
|
659
|
+
|
|
660
|
+
#### BREAKING CHANGE
|
|
661
|
+
|
|
662
|
+
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
663
|
+
|
|
664
|
+
- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
|
|
665
|
+
|
|
666
|
+
```diff
|
|
667
|
+
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
668
|
+
+<Autocomplete slots={{listbox: CustomListbox}} slotProps={{listbox: { className: 'custom-listbox' }}} />
|
|
669
|
+
```
|
|
670
|
+
|
|
671
|
+
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-components-to-slots) to help with the migration.
|
|
672
|
+
|
|
673
|
+
#### Changes
|
|
674
|
+
|
|
675
|
+
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#35345) @siriwatknp
|
|
676
|
+
- ​<!-- 06 -->[Joy][textarea] Expose decorator classes (#35247) @zignis
|
|
677
|
+
|
|
678
|
+
### Docs
|
|
679
|
+
|
|
680
|
+
- ​<!-- 29 -->[docs] Improve spacing with ul (#35302) @oliviertassinari
|
|
681
|
+
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
682
|
+
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
683
|
+
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
684
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
685
|
+
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
686
|
+
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
687
|
+
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
688
|
+
- ​<!-- 16 -->[docs] Add Material You Button playground (#35222) @mnajdova
|
|
689
|
+
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
690
|
+
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
691
|
+
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
692
|
+
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
693
|
+
- ​<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
|
|
694
|
+
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
695
|
+
- ​<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
696
|
+
|
|
697
|
+
### Core
|
|
698
|
+
|
|
699
|
+
- ​<!-- 27 -->[core] Use componentStyles.name over componentName (#35303) @oliviertassinari
|
|
700
|
+
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
701
|
+
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
702
|
+
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
703
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
704
|
+
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
705
|
+
|
|
706
|
+
All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
|
|
707
|
+
|
|
3
708
|
## 5.10.16
|
|
4
709
|
|
|
5
710
|
<!-- generated comparing v5.10.15..master -->
|
|
@@ -6785,7 +7490,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
6785
7490
|
|
|
6786
7491
|
```diff
|
|
6787
7492
|
-<Tabs />
|
|
6788
|
-
+<Tabs indicatorColor="
|
|
7493
|
+
+<Tabs indicatorColor="secondary" textColor="inherit" />
|
|
6789
7494
|
```
|
|
6790
7495
|
|
|
6791
7496
|
#### Changes
|
package/PhoneInTalk.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
package/PhoneInTalk.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"
|
|
12
|
+
}), 'PhoneInTalk');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
12
|
+
}), 'PhoneInTalkOutlined');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"
|
|
12
|
+
}), 'PhoneInTalkRounded');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"
|
|
12
|
+
}), 'PhoneInTalkSharp');
|
|
13
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '@mui/material/SvgIcon';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
var _default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
11
|
+
d: "M6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z",
|
|
12
|
+
opacity: ".3"
|
|
13
|
+
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
14
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
15
|
+
}, "1")], 'PhoneInTalkTwoTone');
|
|
16
|
+
exports.default = _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"
|
|
5
|
+
}), 'PhoneInTalk');
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
5
|
+
}), 'PhoneInTalkOutlined');
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z"
|
|
5
|
+
}), 'PhoneInTalkRounded');
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z"
|
|
5
|
+
}), 'PhoneInTalkSharp');
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from './utils/createSvgIcon';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
4
|
+
d: "M6.54 5h-1.5c.09 1.32.34 2.58.75 3.79l1.2-1.21c-.24-.83-.39-1.7-.45-2.58zm8.66 13.21c1.21.41 2.48.67 3.8.76v-1.5c-.88-.07-1.75-.22-2.6-.45l-1.2 1.19z",
|
|
5
|
+
opacity: ".3"
|
|
6
|
+
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
7
|
+
d: "M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z"
|
|
8
|
+
}, "1")], 'PhoneInTalkTwoTone');
|
package/esm/index.js
CHANGED
|
@@ -6718,6 +6718,11 @@ export { default as PhoneForwardedOutlined } from './PhoneForwardedOutlined';
|
|
|
6718
6718
|
export { default as PhoneForwardedRounded } from './PhoneForwardedRounded';
|
|
6719
6719
|
export { default as PhoneForwardedSharp } from './PhoneForwardedSharp';
|
|
6720
6720
|
export { default as PhoneForwardedTwoTone } from './PhoneForwardedTwoTone';
|
|
6721
|
+
export { default as PhoneInTalk } from './PhoneInTalk';
|
|
6722
|
+
export { default as PhoneInTalkOutlined } from './PhoneInTalkOutlined';
|
|
6723
|
+
export { default as PhoneInTalkRounded } from './PhoneInTalkRounded';
|
|
6724
|
+
export { default as PhoneInTalkSharp } from './PhoneInTalkSharp';
|
|
6725
|
+
export { default as PhoneInTalkTwoTone } from './PhoneInTalkTwoTone';
|
|
6721
6726
|
export { default as PhoneIphone } from './PhoneIphone';
|
|
6722
6727
|
export { default as PhoneIphoneOutlined } from './PhoneIphoneOutlined';
|
|
6723
6728
|
export { default as PhoneIphoneRounded } from './PhoneIphoneRounded';
|
package/index.d.ts
CHANGED
|
@@ -6723,6 +6723,11 @@ export const PhoneForwardedOutlined: SvgIconComponent;
|
|
|
6723
6723
|
export const PhoneForwardedRounded: SvgIconComponent;
|
|
6724
6724
|
export const PhoneForwardedSharp: SvgIconComponent;
|
|
6725
6725
|
export const PhoneForwardedTwoTone: SvgIconComponent;
|
|
6726
|
+
export const PhoneInTalk: SvgIconComponent;
|
|
6727
|
+
export const PhoneInTalkOutlined: SvgIconComponent;
|
|
6728
|
+
export const PhoneInTalkRounded: SvgIconComponent;
|
|
6729
|
+
export const PhoneInTalkSharp: SvgIconComponent;
|
|
6730
|
+
export const PhoneInTalkTwoTone: SvgIconComponent;
|
|
6726
6731
|
export const PhoneIphone: SvgIconComponent;
|
|
6727
6732
|
export const PhoneIphoneOutlined: SvgIconComponent;
|
|
6728
6733
|
export const PhoneIphoneRounded: SvgIconComponent;
|
package/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/**
|
|
2
|
+
* @mui/icons-material v5.11.9
|
|
2
3
|
*
|
|
4
|
+
* @license MIT
|
|
3
5
|
* This source code is licensed under the MIT license found in the
|
|
4
6
|
* LICENSE file in the root directory of this source tree.
|
|
5
7
|
*/
|
|
@@ -40329,6 +40331,36 @@ Object.defineProperty(exports, "PhoneForwardedTwoTone", {
|
|
|
40329
40331
|
return _PhoneForwardedTwoTone.default;
|
|
40330
40332
|
}
|
|
40331
40333
|
});
|
|
40334
|
+
Object.defineProperty(exports, "PhoneInTalk", {
|
|
40335
|
+
enumerable: true,
|
|
40336
|
+
get: function () {
|
|
40337
|
+
return _PhoneInTalk.default;
|
|
40338
|
+
}
|
|
40339
|
+
});
|
|
40340
|
+
Object.defineProperty(exports, "PhoneInTalkOutlined", {
|
|
40341
|
+
enumerable: true,
|
|
40342
|
+
get: function () {
|
|
40343
|
+
return _PhoneInTalkOutlined.default;
|
|
40344
|
+
}
|
|
40345
|
+
});
|
|
40346
|
+
Object.defineProperty(exports, "PhoneInTalkRounded", {
|
|
40347
|
+
enumerable: true,
|
|
40348
|
+
get: function () {
|
|
40349
|
+
return _PhoneInTalkRounded.default;
|
|
40350
|
+
}
|
|
40351
|
+
});
|
|
40352
|
+
Object.defineProperty(exports, "PhoneInTalkSharp", {
|
|
40353
|
+
enumerable: true,
|
|
40354
|
+
get: function () {
|
|
40355
|
+
return _PhoneInTalkSharp.default;
|
|
40356
|
+
}
|
|
40357
|
+
});
|
|
40358
|
+
Object.defineProperty(exports, "PhoneInTalkTwoTone", {
|
|
40359
|
+
enumerable: true,
|
|
40360
|
+
get: function () {
|
|
40361
|
+
return _PhoneInTalkTwoTone.default;
|
|
40362
|
+
}
|
|
40363
|
+
});
|
|
40332
40364
|
Object.defineProperty(exports, "PhoneIphone", {
|
|
40333
40365
|
enumerable: true,
|
|
40334
40366
|
get: function () {
|
|
@@ -70023,6 +70055,11 @@ var _PhoneForwardedOutlined = _interopRequireDefault(require("./PhoneForwardedOu
|
|
|
70023
70055
|
var _PhoneForwardedRounded = _interopRequireDefault(require("./PhoneForwardedRounded"));
|
|
70024
70056
|
var _PhoneForwardedSharp = _interopRequireDefault(require("./PhoneForwardedSharp"));
|
|
70025
70057
|
var _PhoneForwardedTwoTone = _interopRequireDefault(require("./PhoneForwardedTwoTone"));
|
|
70058
|
+
var _PhoneInTalk = _interopRequireDefault(require("./PhoneInTalk"));
|
|
70059
|
+
var _PhoneInTalkOutlined = _interopRequireDefault(require("./PhoneInTalkOutlined"));
|
|
70060
|
+
var _PhoneInTalkRounded = _interopRequireDefault(require("./PhoneInTalkRounded"));
|
|
70061
|
+
var _PhoneInTalkSharp = _interopRequireDefault(require("./PhoneInTalkSharp"));
|
|
70062
|
+
var _PhoneInTalkTwoTone = _interopRequireDefault(require("./PhoneInTalkTwoTone"));
|
|
70026
70063
|
var _PhoneIphone = _interopRequireDefault(require("./PhoneIphone"));
|
|
70027
70064
|
var _PhoneIphoneOutlined = _interopRequireDefault(require("./PhoneIphoneOutlined"));
|
|
70028
70065
|
var _PhoneIphoneRounded = _interopRequireDefault(require("./PhoneIphoneRounded"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/runtime": "^7.20.
|
|
41
|
+
"@babel/runtime": "^7.20.13"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"publishConfig": {
|