You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -4610,7 +4610,7 @@ _Jun 23, 2021_
4610
4610
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
4611
4611
4612
4612
- 🚀 We have only 2 left in the [breaking changes](https://github.com/mui/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
4613
-
- 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
4613
+
- 🎨 We have updated `Slider` to match current [Material Design guidelines](https://m2.material.io/components/sliders).
@@ -4695,7 +4695,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4695
4695
4696
4696
- ​<!-- 08 -->[Slider] Adjust css to match the specification (#26632) @siriwatknp
4697
4697
4698
-
Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://mui.com/components/slider/).
4698
+
Rework the CSS to match the latest [Material Design guidelines](https://m2.material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://mui.com/components/slider/).
@@ -4943,7 +4943,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
4943
4943
4944
4944
- ​<!-- 10 -->[AppBar] Fix background color on dark mode (#26545) @siriwatknp
4945
4945
4946
-
The `color` prop has no longer any effect in dark mode. The app bar uses the background color required by the elevation to follow the [Material Design guidelines](https://material.io/design/color/dark-theme.html). Use `enableColorOnDark` to restore the behavior of v4.
4946
+
The `color` prop has no longer any effect in dark mode. The app bar uses the background color required by the elevation to follow the [Material Design guidelines](https://m2.material.io/design/color/dark-theme.html). Use `enableColorOnDark` to restore the behavior of v4.
4947
4947
4948
4948
```jsx
4949
4949
<AppBar enableColorOnDark />
@@ -5105,8 +5105,8 @@ A big thanks to the 14 contributors who made this release possible. Here are som
5105
5105
5106
5106
Update the implementation to better match Material Design:
5107
5107
5108
-
- Tab `minWidth` changed from `72px` => `90px` (without media-query) according to [material-design spec](https://material.io/components/tabs#specs)
5109
-
- Tab `maxWidth` changed from `264px` => `360px` according to [material-design spec](https://material.io/components/tabs#specs)
5108
+
- Tab `minWidth` changed from `72px` => `90px` (without media-query) according to [material-design spec](https://m2.material.io/components/tabs#specs)
5109
+
- Tab `maxWidth` changed from `264px` => `360px` according to [material-design spec](https://m2.material.io/components/tabs#specs)
5110
5110
5111
5111
#### Changes
5112
5112
@@ -6450,7 +6450,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
The icons were synchronized with https://material.io/resources/icons/. This change increases the number of supported icons from 1,349 to 1,781 per theme (we support 5 themes). The breaking changes:
6453
+
The icons were synchronized with https://m2.material.io/resources/icons/. This change increases the number of supported icons from 1,349 to 1,781 per theme (we support 5 themes). The breaking changes:
The Material Design specification says that selection controls elements should [use the application's secondary color](https://material.io/guidelines/components/selection-controls.html).
8467
+
The Material Design specification says that selection controls elements should [use the application's secondary color](https://m2.material.io/guidelines/components/selection-controls.html).
8468
8468
8469
8469
```diff
8470
8470
-<Checkbox />
@@ -9002,7 +9002,7 @@ Here are some highlights ✨:
9002
9002
9003
9003
- [core] Revise the theme.palette.primary & secondary approach (#9794) @mbrookes
9004
9004
9005
-
It's an important simplification of the palette system. You can now directly use the "official" Color Tool](https://material.io/color/).
9005
+
It's an important simplification of the palette system. You can now directly use the "official" Color Tool](https://m2.material.io/color/).
9006
9006
9007
9007
- Instead of using a rich color object of 14 different keys, we rely on an object of 4 different keys: `light`, `main`, `dark` and `contrastText`.
9008
9008
- Providing the full-color object used to be required. Now, we will provide a nice default to the different values using the `main` value.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
**MUI Core** contains foundational React UI component libraries for shipping new features faster.
9
9
10
-
-[_Material UI_](https://mui.com/material-ui/getting-started/overview/) is a comprehensive library of components that features our implementation of Google's [Material Design](https://material.io/design/introduction/) system.
10
+
-[_Material UI_](https://mui.com/material-ui/getting-started/overview/) is a comprehensive library of components that features our implementation of Google's [Material Design](https://m2.material.io/design/introduction/) system.
11
11
12
12
-[_Joy UI_](https://mui.com/joy-ui/getting-started/overview/) is a beautifully designed library of React UI components.
Copy file name to clipboardexpand all lines: docs/data/base/components/textarea-autosize/textarea-autosize.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ components: TextareaAutosize
5
5
githubLabel: 'component: TextareaAutosize'
6
6
---
7
7
8
-
# Textarea autosize
8
+
# Textarea Autosize
9
9
10
10
<pclass="description">The TextareaAutosize component gives you a textarea HTML element that automatically adjusts its height to match the length of the content within.</p>
**Note:** Accordions are no longer documented in the [Material Design guidelines](https://material.io/), but MUI will continue to support them. It was formerly known as the "expansion panel".
19
+
**Note:** Accordions are no longer documented in the [Material Design guidelines](https://m2.material.io/), but MUI will continue to support them. It was formerly known as the "expansion panel".
@@ -17,7 +17,7 @@ An accordion is a lightweight container that may either be used standalone, or b
17
17
18
18
:::info
19
19
**Note:**
20
-
Accordions are no longer documented in the [Material Design guidelines](https://material.io/), but MUI will continue to support them. It was formerly known as the "expansion panel".
20
+
Accordions are no longer documented in the [Material Design guidelines](https://m2.material.io/), but MUI will continue to support them. It was formerly known as the "expansion panel".
<pclass="description">Um alerta exibe uma mensagem curta e importante de uma forma que atrai a atenção do usuário sem interromper o que ele estiver fazendo.</p>
12
12
13
-
**Nota:** Este componente não está documentado nas [diretrizes do Material Design](https://material.io/), mas MUI o suporta.
13
+
**Nota:** Este componente não está documentado nas [diretrizes do Material Design](https://m2.material.io/), mas MUI o suporta.
<pclass="description">An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.</p>
12
12
13
-
**Note:** This component is not documented in the [Material Design guidelines](https://material.io/), but MUI supports it.
13
+
**Note:** This component is not documented in the [Material Design guidelines](https://m2.material.io/), but MUI supports it.
@@ -148,6 +148,6 @@ function HideOnScroll(props) {
148
148
149
149
## Enable color on dark
150
150
151
-
Following the [Material Design guidelines](https://material.io/design/color/dark-theme.html), the `color` prop has no effect on the appearance of the app bar in dark mode. You can override this behavior by setting the `enableColorOnDark` prop to `true`.
151
+
Following the [Material Design guidelines](https://m2.material.io/design/color/dark-theme.html), the `color` prop has no effect on the appearance of the app bar in dark mode. You can override this behavior by setting the `enableColorOnDark` prop to `true`.
<pclass="description">The App bar displays information and actions relating to the current screen.</p>
11
+
<pclass="description">The App Bar displays information and actions relating to the current screen.</p>
12
12
13
13
The top App bar provides content and actions related to the current screen. It's used for branding, screen titles, navigation, and actions.
14
14
@@ -148,7 +148,7 @@ function HideOnScroll(props) {
148
148
149
149
## Enable color on dark
150
150
151
-
Following the [Material Design guidelines](https://material.io/design/color/dark-theme.html), the `color` prop has no effect on the appearance of the app bar in dark mode.
151
+
Following the [Material Design guidelines](https://m2.material.io/design/color/dark-theme.html), the `color` prop has no effect on the appearance of the app bar in dark mode.
152
152
You can override this behavior by setting the `enableColorOnDark` prop to `true`.
<pclass="description">A barra de navegação inferior permite navegar entre os principais destinos em um aplicativo.</p>
12
12
13
-
Barras de [navegação inferior](https://material.io/design/components/bottom-navigation.html) apresentam de três a cinco destinos na parte inferior da tela. Cada destino é apresentado por um ícone e opcionalmente um rótulo de texto. Quando um ícone de navegação inferior é pressionado, o usuário é levado ao destino associado com ícone.
13
+
Barras de [navegação inferior](https://m2.material.io/components/bottom-navigation) apresentam de três a cinco destinos na parte inferior da tela. Cada destino é apresentado por um ícone e opcionalmente um rótulo de texto. Quando um ícone de navegação inferior é pressionado, o usuário é levado ao destino associado com ícone.
<pclass="description">Bottom navigation bars allow movement between primary destinations in an app.</p>
11
+
<pclass="description">The Bottom Bavigation bar allows movement between primary destinations in an app.</p>
12
12
13
13
Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon.
0 commit comments