diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1d20ed31b54f8..add75b1e74bee4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4610,7 +4610,7 @@ _Jun 23, 2021_
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
- 🚀 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.
-- 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
+- 🎨 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
- [Slider] Adjust css to match the specification (#26632) @siriwatknp
- 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/).
+ 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
- [AppBar] Fix background color on dark mode (#26545) @siriwatknp
- 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.
+ 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.
```jsx
The FocusTrap component prevents the user's focus from escaping its children components.
diff --git a/docs/data/base/components/textarea-autosize/textarea-autosize.md b/docs/data/base/components/textarea-autosize/textarea-autosize.md index dd6c7dbcc80ce3..e0588b118f55b7 100644 --- a/docs/data/base/components/textarea-autosize/textarea-autosize.md +++ b/docs/data/base/components/textarea-autosize/textarea-autosize.md @@ -5,7 +5,7 @@ components: TextareaAutosize githubLabel: 'component: TextareaAutosize' --- -# Textarea autosize +# Textarea AutosizeThe TextareaAutosize component gives you a textarea HTML element that automatically adjusts its height to match the length of the content within.
diff --git a/docs/data/base/pages.ts b/docs/data/base/pages.ts index 73439680b04155..686b29f4b82b76 100644 --- a/docs/data/base/pages.ts +++ b/docs/data/base/pages.ts @@ -60,14 +60,14 @@ const pages = [ pathname: '/base/components/utils', subheader: 'utils', children: [ - { pathname: '/base/react-click-away-listener', title: 'Click-away listener' }, + { pathname: '/base/react-click-away-listener', title: 'Click-Away Listener' }, { pathname: '/base/react-focus-trap', title: 'Focus Trap' }, { pathname: '/base/react-form-control', title: 'Form control' }, { pathname: '/base/react-modal', title: 'Modal' }, { pathname: '/base/react-no-ssr', title: 'No SSR' }, { pathname: '/base/react-popper', title: 'Popper' }, { pathname: '/base/react-portal', title: 'Portal' }, - { pathname: '/base/react-textarea-autosize', title: 'Textarea autosize' }, + { pathname: '/base/react-textarea-autosize', title: 'Textarea Autosize' }, ], }, ], diff --git a/docs/data/joy/components/aspect-ratio/aspect-ratio.md b/docs/data/joy/components/aspect-ratio/aspect-ratio.md index 5bf8cc1bf86aa7..1478ca0456e288 100644 --- a/docs/data/joy/components/aspect-ratio/aspect-ratio.md +++ b/docs/data/joy/components/aspect-ratio/aspect-ratio.md @@ -3,9 +3,9 @@ product: joy-ui title: React Aspect Ratio component --- -# Aspect ratio +# Aspect Ratio -The aspect ratio component shapes the content with the specified ratio.
+The Aspect Ratio component shapes the content with the specified ratio.
## Introduction diff --git a/docs/data/joy/pages.ts b/docs/data/joy/pages.ts index 70d7b7e5325740..ebca4c87166282 100644 --- a/docs/data/joy/pages.ts +++ b/docs/data/joy/pages.ts @@ -33,7 +33,7 @@ const pages = [ { pathname: '/joy-ui/react-text-field', title: 'Text Field' }, { pathname: '/joy-ui/react-textarea' }, { pathname: '/joy-ui/react-checkbox' }, - { pathname: '/joy-ui/react-radio-button' }, + { pathname: '/joy-ui/react-radio-button', title: 'Radio Group' }, { pathname: '/joy-ui/react-select' }, { pathname: '/joy-ui/react-slider' }, { pathname: '/joy-ui/react-switch' }, @@ -43,7 +43,7 @@ const pages = [ pathname: '/joy-ui/components/data-display', subheader: 'data-display', children: [ - { pathname: '/joy-ui/react-aspect-ratio' }, + { pathname: '/joy-ui/react-aspect-ratio', title: 'Aspect Ratio' }, { pathname: '/joy-ui/react-avatar' }, { pathname: '/joy-ui/react-badge' }, { pathname: '/joy-ui/react-chip' }, diff --git a/docs/data/material/components/accordion/accordion-pt.md b/docs/data/material/components/accordion/accordion-pt.md index 6654baf400324d..e1a4062d8ee48e 100644 --- a/docs/data/material/components/accordion/accordion-pt.md +++ b/docs/data/material/components/accordion/accordion-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente de Acordeão React components: Accordion, AccordionActions, AccordionDetails, AccordionSummary githubLabel: 'component: Accordion' -materialDesign: https://material.io/archive/guidelines/components/expansion-panels.html +materialDesign: https://m1.material.io/components/expansion-panels.html waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ --- @@ -16,7 +16,7 @@ Um acordeão é um contêiner leve que pode estar sozinho ou conectado em uma su {{"component": "modules/components/ComponentLinkHeader.js"}} :::info -**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". +**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". ::: ## Acordeão básico diff --git a/docs/data/material/components/accordion/accordion-zh.md b/docs/data/material/components/accordion/accordion-zh.md index 867bd382d9e405..3cfd82572b4cf4 100644 --- a/docs/data/material/components/accordion/accordion-zh.md +++ b/docs/data/material/components/accordion/accordion-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Accordion (扩展面板)组件 components: Accordion, AccordionActions, AccordionDetails, AccordionSummary githubLabel: 'component: accordion' -materialDesign: https://material.io/archive/guidelines/components/expansion-panels.html +materialDesign: https://m1.material.io/components/expansion-panels.html waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ --- @@ -15,7 +15,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ {{"component": "modules/components/ComponentLinkHeader.js"}} -**注意:** 此版本的扩展面板将不再记录在 [Material Design 指南中](https://material.io/),但 Material-UI 将继续支持它。 它之前被称为“expansion panel”。 +**注意:** 此版本的扩展面板将不再记录在 [Material Design 指南中](https://m2.material.io/),但 Material-UI 将继续支持它。 它之前被称为“expansion panel”。 ::: ## 简单的扩展面板 diff --git a/docs/data/material/components/accordion/accordion.md b/docs/data/material/components/accordion/accordion.md index bd0107671b3257..f1e97ed84b63ec 100644 --- a/docs/data/material/components/accordion/accordion.md +++ b/docs/data/material/components/accordion/accordion.md @@ -3,7 +3,7 @@ product: material-ui title: React Accordion component components: Accordion, AccordionActions, AccordionDetails, AccordionSummary githubLabel: 'component: accordion' -materialDesign: https://material.io/archive/guidelines/components/expansion-panels.html +materialDesign: https://m1.material.io/components/expansion-panels.html waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ --- @@ -17,7 +17,7 @@ An accordion is a lightweight container that may either be used standalone, or b :::info **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". +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". ::: ## Basic accordion diff --git a/docs/data/material/components/alert/alert-pt.md b/docs/data/material/components/alert/alert-pt.md index 6c3929c4d25dba..1229d587b0d5b3 100644 --- a/docs/data/material/components/alert/alert-pt.md +++ b/docs/data/material/components/alert/alert-pt.md @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/alert/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.
-**Nota:** Este componente não está documentado nas [diretrizes do Material Design](https://material.io/), mas MUI o suporta. +**Nota:** Este componente não está documentado nas [diretrizes do Material Design](https://m2.material.io/), mas MUI o suporta. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/alert/alert-zh.md b/docs/data/material/components/alert/alert-zh.md index c82f9a270582c6..de61ab8326c2c2 100644 --- a/docs/data/material/components/alert/alert-zh.md +++ b/docs/data/material/components/alert/alert-zh.md @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/alert/一个警告提示组件展示了一段简短且重要的信息,在不影响用户操作的同时能够吸引用户的注意力。
-**注意:** 警告提示不属于 [Material Design 指南](https://material.io/) 中的一部分,但是 MUI 仍然会继续支持该组件。 +**注意:** 警告提示不属于 [Material Design 指南](https://m2.material.io/) 中的一部分,但是 MUI 仍然会继续支持该组件。 {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/alert/alert.md b/docs/data/material/components/alert/alert.md index fa7f6fbc51cd94..16d6a4ec9f239e 100644 --- a/docs/data/material/components/alert/alert.md +++ b/docs/data/material/components/alert/alert.md @@ -10,7 +10,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/alert/An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
-**Note:** This component is not documented in the [Material Design guidelines](https://material.io/), but MUI supports it. +**Note:** This component is not documented in the [Material Design guidelines](https://m2.material.io/), but MUI supports it. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/app-bar/app-bar-pt.md b/docs/data/material/components/app-bar/app-bar-pt.md index 39c0a71e92340c..e5cd61dd7399f1 100644 --- a/docs/data/material/components/app-bar/app-bar-pt.md +++ b/docs/data/material/components/app-bar/app-bar-pt.md @@ -3,7 +3,7 @@ product: material-ui title: App bar React component components: AppBar, Toolbar, Menu githubLabel: 'component: app bar' -materialDesign: https://material.io/components/app-bars-top +materialDesign: https://m2.material.io/components/app-bars-top --- # App bar @@ -148,6 +148,6 @@ function HideOnScroll(props) { ## Enable color on dark -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`. +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`. {{"demo": "EnableColorOnDarkAppBar.js", "bg": true}} diff --git a/docs/data/material/components/app-bar/app-bar-zh.md b/docs/data/material/components/app-bar/app-bar-zh.md index b07b4ba0568554..596392551c7402 100644 --- a/docs/data/material/components/app-bar/app-bar-zh.md +++ b/docs/data/material/components/app-bar/app-bar-zh.md @@ -3,7 +3,7 @@ product: material-ui title: 应用栏(App bar)React组件 components: AppBar, Toolbar, Menu githubLabel: 'component: app bar' -materialDesign: https://material.io/components/app-bars-top +materialDesign: https://m2.material.io/components/app-bars-top --- # 应用栏(App bar) @@ -148,6 +148,6 @@ function HideOnScroll(props) { ## 启用深色模式颜色 -按照[Material Design设计准则](https://material.io/design/color/dark-theme.html),`color`属性对深色模式下的应用栏外观没有影响。 你可以通过将`enableColorOnDark`属性设置为`true`覆盖这一行为。 +按照[Material Design设计准则](https://m2.material.io/design/color/dark-theme.html),`color`属性对深色模式下的应用栏外观没有影响。 你可以通过将`enableColorOnDark`属性设置为`true`覆盖这一行为。 {{"demo": "EnableColorOnDarkAppBar.js", "bg": true}} diff --git a/docs/data/material/components/app-bar/app-bar.md b/docs/data/material/components/app-bar/app-bar.md index e924e553327c75..01b98f6770c929 100644 --- a/docs/data/material/components/app-bar/app-bar.md +++ b/docs/data/material/components/app-bar/app-bar.md @@ -1,14 +1,14 @@ --- product: material-ui -title: App bar React component +title: App Bar React component components: AppBar, Toolbar, Menu githubLabel: 'component: app bar' -materialDesign: https://material.io/components/app-bars-top +materialDesign: https://m2.material.io/components/app-bars-top --- -# App bar +# App Bar -The App bar displays information and actions relating to the current screen.
+The App Bar displays information and actions relating to the current screen.
The top App bar provides content and actions related to the current screen. It's used for branding, screen titles, navigation, and actions. @@ -148,7 +148,7 @@ function HideOnScroll(props) { ## Enable color on dark -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. +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`. {{"demo": "EnableColorOnDarkAppBar.js", "bg": true}} diff --git a/docs/data/material/components/bottom-navigation/bottom-navigation-pt.md b/docs/data/material/components/bottom-navigation/bottom-navigation-pt.md index 3a3772444928eb..5663b6479ff620 100644 --- a/docs/data/material/components/bottom-navigation/bottom-navigation-pt.md +++ b/docs/data/material/components/bottom-navigation/bottom-navigation-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Bottom navigation React component components: BottomNavigation, BottomNavigationAction githubLabel: 'component: bottom navigation' -materialDesign: https://material.io/components/bottom-navigation +materialDesign: https://m2.material.io/components/bottom-navigation --- # Bottom navigationA barra de navegação inferior permite navegar entre os principais destinos em um aplicativo.
-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. +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. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/bottom-navigation/bottom-navigation-zh.md b/docs/data/material/components/bottom-navigation/bottom-navigation-zh.md index 7cd30eb992d8d2..43acfa723c6cd2 100644 --- a/docs/data/material/components/bottom-navigation/bottom-navigation-zh.md +++ b/docs/data/material/components/bottom-navigation/bottom-navigation-zh.md @@ -3,7 +3,7 @@ product: material-ui title: Bottom navigation React component components: BottomNavigation, BottomNavigationAction githubLabel: 'component: bottom navigation' -materialDesign: https://material.io/components/bottom-navigation +materialDesign: https://m2.material.io/components/bottom-navigation --- # Bottom navigation diff --git a/docs/data/material/components/bottom-navigation/bottom-navigation.md b/docs/data/material/components/bottom-navigation/bottom-navigation.md index d6a3b31856759d..ffe87e2809bfc0 100644 --- a/docs/data/material/components/bottom-navigation/bottom-navigation.md +++ b/docs/data/material/components/bottom-navigation/bottom-navigation.md @@ -1,14 +1,14 @@ --- product: material-ui -title: Bottom navigation React component +title: Bottom Navigation React component components: BottomNavigation, BottomNavigationAction githubLabel: 'component: bottom navigation' -materialDesign: https://material.io/components/bottom-navigation +materialDesign: https://m2.material.io/components/bottom-navigation --- -# Bottom navigation +# Bottom Navigation -Bottom navigation bars allow movement between primary destinations in an app.
+The Bottom Bavigation bar allows movement between primary destinations in an app.
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. diff --git a/docs/data/material/components/buttons/buttons-pt.md b/docs/data/material/components/buttons/buttons-pt.md index cf5d533e1f43ff..28bebb136b9738 100644 --- a/docs/data/material/components/buttons/buttons-pt.md +++ b/docs/data/material/components/buttons/buttons-pt.md @@ -2,7 +2,7 @@ product: material-ui title: Componente React para Botão components: Button, IconButton, ButtonBase, LoadingButton -materialDesign: https://material.io/components/buttons +materialDesign: https://m2.material.io/components/buttons githubLabel: 'component: button' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/ unstyled: /base/react-button/ @@ -12,7 +12,7 @@ unstyled: /base/react-button/Botões permitem que os usuários tomem ações e decisões com um simples toque.
-[Botões](https://material.io/design/components/buttons.html) comunicam ações que os usuários podem realizar. Eles são normalmente colocados em toda a interface do usuário, em lugares como: +[Botões](https://m2.material.io/components/buttons) comunicam ações que os usuários podem realizar. Eles são normalmente colocados em toda a interface do usuário, em lugares como: - Janelas modais - Formulários @@ -29,13 +29,13 @@ O `Botão` vem com três variantes: texto (padrão), contido e delineado. ### Botões de texto -[Botões de texto](https://material.io/components/buttons#text-button) normalmente são usados para ações menos pronunciadas, incluindo aquelas localizadas: em caixas de diálogo, em cartões. Em cartões, os botões de texto ajudam a manter a ênfase no conteúdo do cartão. +[Botões de texto](https://m2.material.io/components/buttons#text-button) normalmente são usados para ações menos pronunciadas, incluindo aquelas localizadas: em caixas de diálogo, em cartões. Em cartões, os botões de texto ajudam a manter a ênfase no conteúdo do cartão. {{"demo": "TextButtons.js"}} ### Botões contidos -[Botões Contidos](https://material.io/design/components/buttons.html#contained-button) tem alta ênfase, distinguem-se pelo uso de elevação e preenchimento. Eles contém as principais ações da sua aplicação. +[Botões Contidos](https://m2.material.io/components/buttons#contained-button) tem alta ênfase, distinguem-se pelo uso de elevação e preenchimento. Eles contém as principais ações da sua aplicação. {{"demo": "ContainedButtons.js"}} @@ -45,7 +45,7 @@ Você pode remover a elevação com a propriedade `disableElevation`. ### Botões delineados -[Outlined buttons](https://material.io/components/buttons#outlined-button) are medium-emphasis buttons. They contain actions that are important but aren't the primary action in an app. +[Outlined buttons](https://m2.material.io/components/buttons#outlined-button) are medium-emphasis buttons. They contain actions that are important but aren't the primary action in an app. Botões delineados são uma alternativa de menor ênfase comparado com botões contidos, ou uma uma alternativa de maior ênfase comparado com botões de texto. diff --git a/docs/data/material/components/buttons/buttons-zh.md b/docs/data/material/components/buttons/buttons-zh.md index 2371b37446a7ac..bdd41443e8cfd1 100644 --- a/docs/data/material/components/buttons/buttons-zh.md +++ b/docs/data/material/components/buttons/buttons-zh.md @@ -2,7 +2,7 @@ product: material-ui title: React Button(按钮)组件 components: Button, IconButton, ButtonBase, LoadingButton -materialDesign: https://material.io/components/buttons +materialDesign: https://m2.material.io/components/buttons githubLabel: 'component: button' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/ unstyled: /base/react-button/ @@ -29,13 +29,13 @@ unstyled: /base/react-button/ ### 文本按钮 -[Text buttons](https://material.io/components/buttons#text-button) are typically used for less-pronounced actions, including those located: in dialogs, in cards. 在卡片中,文本按钮有助于强调卡片的内容。 在卡片中,文本按钮有助于强调卡片的内容。 +[Text buttons](https://m2.material.io/components/buttons#text-button) are typically used for less-pronounced actions, including those located: in dialogs, in cards. 在卡片中,文本按钮有助于强调卡片的内容。 在卡片中,文本按钮有助于强调卡片的内容。 {{"demo": "TextButtons.js"}} ### 实心按钮 -[实心按钮](https://material.io/design/components/buttons.html#contained-button) 表示高度的强调,你根据它们的立体效果和填充颜色来区分彼此。 它们用于触发应用程序所具有的主要功能。 +[实心按钮](https://m2.material.io/components/buttons#contained-button) 表示高度的强调,你根据它们的立体效果和填充颜色来区分彼此。 它们用于触发应用程序所具有的主要功能。 {{"demo": "ContainedButtons.js"}} @@ -45,7 +45,7 @@ unstyled: /base/react-button/ ### 描边按钮 -[Outlined buttons](https://material.io/components/buttons#outlined-button) are medium-emphasis buttons. They contain actions that are important but aren't the primary action in an app. 它们用于触发应用程序中重要、但并非主要的那些操作。 They contain actions that are important but aren't the primary action in an app. +[Outlined buttons](https://m2.material.io/components/buttons#outlined-button) are medium-emphasis buttons. They contain actions that are important but aren't the primary action in an app. 它们用于触发应用程序中重要、但并非主要的那些操作。 They contain actions that are important but aren't the primary action in an app. 你也可以将描边按钮作为比实心按钮次要一点的替代方案,或者用来作为比文本按钮重要一点的展示。 diff --git a/docs/data/material/components/buttons/buttons.md b/docs/data/material/components/buttons/buttons.md index 28d99752fcf413..1d93e780bea939 100644 --- a/docs/data/material/components/buttons/buttons.md +++ b/docs/data/material/components/buttons/buttons.md @@ -2,7 +2,7 @@ product: material-ui title: React Button component components: Button, IconButton, ButtonBase, LoadingButton -materialDesign: https://material.io/components/buttons +materialDesign: https://m2.material.io/components/buttons githubLabel: 'component: button' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/ unstyled: /base/react-button/ @@ -29,7 +29,7 @@ The `Button` comes with three variants: text (default), contained, and outlined. ### Text button -[Text buttons](https://material.io/components/buttons#text-button) +[Text buttons](https://m2.material.io/components/buttons#text-button) are typically used for less-pronounced actions, including those located: in dialogs, in cards. In cards, text buttons help maintain an emphasis on card content. @@ -37,7 +37,7 @@ In cards, text buttons help maintain an emphasis on card content. ### Contained button -[Contained buttons](https://material.io/components/buttons#contained-button) +[Contained buttons](https://m2.material.io/components/buttons#contained-button) are high-emphasis, distinguished by their use of elevation and fill. They contain actions that are primary to your app. @@ -49,7 +49,7 @@ You can remove the elevation with the `disableElevation` prop. ### Outlined button -[Outlined buttons](https://material.io/components/buttons#outlined-button) are medium-emphasis buttons. +[Outlined buttons](https://m2.material.io/components/buttons#outlined-button) are medium-emphasis buttons. They contain actions that are important but aren't the primary action in an app. Outlined buttons are also a lower emphasis alternative to contained buttons, diff --git a/docs/data/material/components/cards/cards-pt.md b/docs/data/material/components/cards/cards-pt.md index 68ed42f94c9a58..3ad10ed0d476f0 100644 --- a/docs/data/material/components/cards/cards-pt.md +++ b/docs/data/material/components/cards/cards-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React para Cartão components: Card, CardActionArea, CardActions, CardContent, CardHeader, CardMedia, Collapse, Paper githubLabel: 'component: card' -materialDesign: https://material.io/components/cards +materialDesign: https://m2.material.io/components/cards --- # CartãoCartões contêm conteúdo e ações sobre um único assunto.
-[Cartões](https://material.io/design/components/cards.html) são componentes que exibem conteúdo e ações em um único tópico. +[Cartões](https://m2.material.io/components/cards) são componentes que exibem conteúdo e ações em um único tópico. Eles devem ser relevantes, de fácil verificação e apresentar informações úteis. Elementos, como texto e imagens, deve ser colocado sobre eles de uma forma que indica claramente a hierarquia. diff --git a/docs/data/material/components/cards/cards-zh.md b/docs/data/material/components/cards/cards-zh.md index 57e328e8abb3b7..9564cc15fe4413 100644 --- a/docs/data/material/components/cards/cards-zh.md +++ b/docs/data/material/components/cards/cards-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Card(卡片)组件 components: Card, CardActionArea, CardActions, CardContent, CardHeader, CardMedia, Collapse, Paper githubLabel: 'component: card' -materialDesign: https://material.io/components/cards +materialDesign: https://m2.material.io/components/cards --- # Card 卡片 diff --git a/docs/data/material/components/cards/cards.md b/docs/data/material/components/cards/cards.md index 9186ecc713f54b..adfd800b5646e4 100644 --- a/docs/data/material/components/cards/cards.md +++ b/docs/data/material/components/cards/cards.md @@ -3,7 +3,7 @@ product: material-ui title: React Card component components: Card, CardActionArea, CardActions, CardContent, CardHeader, CardMedia, Collapse, Paper githubLabel: 'component: card' -materialDesign: https://material.io/components/cards +materialDesign: https://m2.material.io/components/cards --- # Card diff --git a/docs/data/material/components/checkboxes/checkboxes-pt.md b/docs/data/material/components/checkboxes/checkboxes-pt.md index 4125f4fd3b9270..25450680188099 100644 --- a/docs/data/material/components/checkboxes/checkboxes-pt.md +++ b/docs/data/material/components/checkboxes/checkboxes-pt.md @@ -2,7 +2,7 @@ product: material-ui title: Componente React para Caixa de seleção components: Checkbox, FormControl, FormGroup, FormLabel, FormControlLabel -materialDesign: 'https://material.io/components/selection-controls#checkboxes' +materialDesign: 'https://m2.material.io/components/selection-controls#checkboxes' githubLabel: 'component: checkbox' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ --- @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/Caixas de seleção permitem ao usuário selecionar um ou mais itens de um conjunto.
-[Caixas de seleção](https://material.io/design/components/selection-controls.html#checkboxes) podem ser usadas para ativar ou desativar uma opção. +[Caixas de seleção](https://m2.material.io/components/checkboxes) podem ser usadas para ativar ou desativar uma opção. Se você tem várias opções aparecendo em uma lista, você pode economizar espaço usando caixas de seleção ao invés de interruptores liga/desliga. Se você tem uma única opção, evite usar uma caixa de seleção e use um interruptor de liga/desliga. diff --git a/docs/data/material/components/checkboxes/checkboxes-zh.md b/docs/data/material/components/checkboxes/checkboxes-zh.md index acf2216cf985c4..850b299b68ecd4 100644 --- a/docs/data/material/components/checkboxes/checkboxes-zh.md +++ b/docs/data/material/components/checkboxes/checkboxes-zh.md @@ -2,7 +2,7 @@ product: material-ui title: React Checkbox(选择框)组件 components: Checkbox, FormControl, FormGroup, FormLabel, FormControlLabel -materialDesign: 'https://material.io/components/selection-controls#checkboxes' +materialDesign: 'https://m2.material.io/components/selection-controls#checkboxes' githubLabel: 'component: checkbox' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ --- diff --git a/docs/data/material/components/checkboxes/checkboxes.md b/docs/data/material/components/checkboxes/checkboxes.md index 642c5545e4cf2a..890f76fc1c067e 100644 --- a/docs/data/material/components/checkboxes/checkboxes.md +++ b/docs/data/material/components/checkboxes/checkboxes.md @@ -2,7 +2,7 @@ product: material-ui title: React Checkbox component components: Checkbox, FormControl, FormGroup, FormLabel, FormControlLabel -materialDesign: https://material.io/components/selection-controls#checkboxes +materialDesign: https://m2.material.io/components/selection-controls#checkboxes githubLabel: 'component: checkbox' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ --- diff --git a/docs/data/material/components/chips/chips-pt.md b/docs/data/material/components/chips/chips-pt.md index 2eab808c72b5c9..e42ffa36e651d2 100644 --- a/docs/data/material/components/chips/chips-pt.md +++ b/docs/data/material/components/chips/chips-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React Chip components: Chip githubLabel: 'component: chip' -materialDesign: https://material.io/components/chips +materialDesign: https://m2.material.io/components/chips --- # ChipChips são elementos compactos que representam uma entrada, atributo ou ação.
-[Chips](https://material.io/design/components/chips.html) permitirão que usuários insiram informações, façam seleções, filtrem conteúdo ou acionem gatilhos. +[Chips](https://m2.material.io/components/chips) permitirão que usuários insiram informações, façam seleções, filtrem conteúdo ou acionem gatilhos. Embora incluído aqui como um componente independente, o uso mais comum será em alguma forma de entrada, portanto, alguns dos comportamentos demonstrados aqui não são mostrados considerando um contexto. diff --git a/docs/data/material/components/chips/chips-zh.md b/docs/data/material/components/chips/chips-zh.md index 2a02fc725b4b51..d7c045069585b5 100644 --- a/docs/data/material/components/chips/chips-zh.md +++ b/docs/data/material/components/chips/chips-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Chip(纸片)组件 components: Chip githubLabel: 'component: chip' -materialDesign: https://material.io/components/chips +materialDesign: https://m2.material.io/components/chips --- # Chip diff --git a/docs/data/material/components/chips/chips.md b/docs/data/material/components/chips/chips.md index ef744a3c515be1..a57146eec3ffb0 100644 --- a/docs/data/material/components/chips/chips.md +++ b/docs/data/material/components/chips/chips.md @@ -3,7 +3,7 @@ product: material-ui title: React Chip component components: Chip githubLabel: 'component: chip' -materialDesign: https://material.io/components/chips +materialDesign: https://m2.material.io/components/chips --- # Chip diff --git a/docs/data/material/components/click-away-listener/click-away-listener.md b/docs/data/material/components/click-away-listener/click-away-listener.md index 753e01a607decc..0554ea08287c88 100644 --- a/docs/data/material/components/click-away-listener/click-away-listener.md +++ b/docs/data/material/components/click-away-listener/click-away-listener.md @@ -5,9 +5,9 @@ components: ClickAwayListener githubLabel: 'component: ClickAwayListener' --- -# Click-away listener +# Click-Away Listener -Detect if a click event happened outside of an element. It listens for clicks that occur somewhere in the document.
+The ClickAwayListener component detects when a click event happens outside of its child element.
- 📦 [992 B gzipped](/size-snapshot/). - ⚛️ Supports portals diff --git a/docs/data/material/components/css-baseline/css-baseline.md b/docs/data/material/components/css-baseline/css-baseline.md index 40b02965562dd1..2f6e45797a829b 100644 --- a/docs/data/material/components/css-baseline/css-baseline.md +++ b/docs/data/material/components/css-baseline/css-baseline.md @@ -6,7 +6,7 @@ githubLabel: 'component: CssBaseline' # CSS Baseline -MUI provides a CssBaseline component to kickstart an elegant, consistent, and simple baseline to build upon.
+The CssBaseline component helps to kickstart an elegant, consistent, and simple baseline to build upon.
{{"component": "modules/components/ComponentLinkHeader.js", "design": false}} diff --git a/docs/data/material/components/dialogs/dialogs-pt.md b/docs/data/material/components/dialogs/dialogs-pt.md index 650add060ffbcf..0922952a58c85b 100644 --- a/docs/data/material/components/dialogs/dialogs-pt.md +++ b/docs/data/material/components/dialogs/dialogs-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente Diálogo para React components: Dialog, DialogTitle, DialogContent, DialogContentText, DialogActions, Slide githubLabel: 'component: dialog' -materialDesign: https://material.io/components/dialogs +materialDesign: https://m2.material.io/components/dialogs waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/ --- diff --git a/docs/data/material/components/dialogs/dialogs-zh.md b/docs/data/material/components/dialogs/dialogs-zh.md index 44d494d3daaeaa..84eaedce2d9851 100644 --- a/docs/data/material/components/dialogs/dialogs-zh.md +++ b/docs/data/material/components/dialogs/dialogs-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Dialog(对话框)组件 components: Dialog, DialogTitle, DialogContent, DialogContentText, DialogActions, Slide githubLabel: 'component: dialog' -materialDesign: https://material.io/components/dialogs +materialDesign: https://m2.material.io/components/dialogs waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/ --- diff --git a/docs/data/material/components/dialogs/dialogs.md b/docs/data/material/components/dialogs/dialogs.md index cd32e0753a82b7..b7df2beeea4440 100644 --- a/docs/data/material/components/dialogs/dialogs.md +++ b/docs/data/material/components/dialogs/dialogs.md @@ -3,7 +3,7 @@ product: material-ui title: React Dialog component components: Dialog, DialogTitle, DialogContent, DialogContentText, DialogActions, Slide githubLabel: 'component: dialog' -materialDesign: https://material.io/components/dialogs +materialDesign: https://m2.material.io/components/dialogs waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/ --- diff --git a/docs/data/material/components/dividers/dividers-pt.md b/docs/data/material/components/dividers/dividers-pt.md index 68f24573223c83..66de6aa5b2b6dd 100644 --- a/docs/data/material/components/dividers/dividers-pt.md +++ b/docs/data/material/components/dividers/dividers-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React Divisor components: Divider githubLabel: 'component: divider' -materialDesign: https://material.io/components/dividers +materialDesign: https://m2.material.io/components/dividers --- # DividerUm divisor é uma linha fina que agrupa conteúdo em listas e leiautes.
-[Divisores](https://material.io/design/components/dividers.html) separam conteúdos em grupos correspondentes. +[Divisores](https://m2.material.io/components/dividers) separam conteúdos em grupos correspondentes. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/dividers/dividers-zh.md b/docs/data/material/components/dividers/dividers-zh.md index 0bb3433ecc57fd..9f2c96ec555e58 100644 --- a/docs/data/material/components/dividers/dividers-zh.md +++ b/docs/data/material/components/dividers/dividers-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Divider(分隔线)组件 components: Divider githubLabel: 'component: divider' -materialDesign: https://material.io/components/dividers +materialDesign: https://m2.material.io/components/dividers --- # Divider diff --git a/docs/data/material/components/dividers/dividers.md b/docs/data/material/components/dividers/dividers.md index 6ad7cf3de83cbe..22f85bf674451c 100644 --- a/docs/data/material/components/dividers/dividers.md +++ b/docs/data/material/components/dividers/dividers.md @@ -3,7 +3,7 @@ product: material-ui title: React Divider component components: Divider githubLabel: 'component: divider' -materialDesign: https://material.io/components/dividers +materialDesign: https://m2.material.io/components/dividers --- # Divider diff --git a/docs/data/material/components/drawers/drawers-pt.md b/docs/data/material/components/drawers/drawers-pt.md index dac609d561f592..66583cf701fa4c 100644 --- a/docs/data/material/components/drawers/drawers-pt.md +++ b/docs/data/material/components/drawers/drawers-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente Drawer para React components: Drawer, SwipeableDrawer githubLabel: 'component: drawer' -materialDesign: https://material.io/components/navigation-drawer +materialDesign: https://m2.material.io/components/navigation-drawer --- # Drawer @@ -12,7 +12,7 @@ materialDesign: https://material.io/components/navigation-drawer A navegação por drawers (ou "barras laterais") fornecem acesso a partes e funcionalidades do aplicativo, como trocar de conta. Eles podem estar permanentemente na tela ou controlados por um ícone de menu de navegação. -[Seções laterais](https://material.io/design/components/sheets-side.html) são áreas complementares usadas principalmente em tablets e computadores. +[Seções laterais](https://m2.material.io/design/components/sheets-side.html) são áreas complementares usadas principalmente em tablets e computadores. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/drawers/drawers-zh.md b/docs/data/material/components/drawers/drawers-zh.md index c5cf2297feb2cf..a7a8108a28aa08 100644 --- a/docs/data/material/components/drawers/drawers-zh.md +++ b/docs/data/material/components/drawers/drawers-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Drawer(抽屉)组件 components: Drawer, SwipeableDrawer githubLabel: 'component: drawer' -materialDesign: https://material.io/components/navigation-drawer +materialDesign: https://m2.material.io/components/navigation-drawer --- # Drawer(抽屉) @@ -12,7 +12,7 @@ materialDesign: https://material.io/components/navigation-drawer 用户能够通过 Navigation drawers(或者 “sidebars”)来访问目标地址和一些应用功能,例如切换帐户。 它们既可以永久在屏幕上,也可以由一个导航菜单图标控制。 -[Side sheets](https://material.io/components/sheets-side) 主要在平板和桌面上作为辅助侧边栏使用。 +[Side sheets](https://m2.material.io/components/sheets-side) 主要在平板和桌面上作为辅助侧边栏使用。 {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/drawers/drawers.md b/docs/data/material/components/drawers/drawers.md index b0da85c95723de..4c2f413ade3618 100644 --- a/docs/data/material/components/drawers/drawers.md +++ b/docs/data/material/components/drawers/drawers.md @@ -3,7 +3,7 @@ product: material-ui title: React Drawer component components: Drawer, SwipeableDrawer githubLabel: 'component: drawer' -materialDesign: https://material.io/components/navigation-drawer +materialDesign: https://m2.material.io/components/navigation-drawer --- # Drawer @@ -12,7 +12,7 @@ materialDesign: https://material.io/components/navigation-drawer Navigation drawers (or "sidebars") provide access to destinations and app functionality, such as switching accounts. They can either be permanently on-screen or controlled by a navigation menu icon. -[Side sheets](https://material.io/components/sheets-side) are supplementary surfaces primarily used on tablet and desktop. +[Side sheets](https://m2.material.io/components/sheets-side) are supplementary surfaces primarily used on tablet and desktop. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/floating-action-button/floating-action-button-pt.md b/docs/data/material/components/floating-action-button/floating-action-button-pt.md index 64ba4b7ad07668..d649ec0c83b691 100644 --- a/docs/data/material/components/floating-action-button/floating-action-button-pt.md +++ b/docs/data/material/components/floating-action-button/floating-action-button-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React Botão de ação flutuante components: Fab githubLabel: 'component: Fab' -materialDesign: https://material.io/components/buttons-floating-action-button +materialDesign: https://m2.material.io/components/buttons-floating-action-button --- # Botão de ação flutuante diff --git a/docs/data/material/components/floating-action-button/floating-action-button-zh.md b/docs/data/material/components/floating-action-button/floating-action-button-zh.md index fe2f019fd942ae..f8278c25e678f7 100644 --- a/docs/data/material/components/floating-action-button/floating-action-button-zh.md +++ b/docs/data/material/components/floating-action-button/floating-action-button-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Fab(浮动操作按钮)组件 components: Fab githubLabel: 'component: Fab' -materialDesign: https://material.io/components/buttons-floating-action-button +materialDesign: https://m2.material.io/components/buttons-floating-action-button --- # Floating action button 浮动操作按钮组件 diff --git a/docs/data/material/components/floating-action-button/floating-action-button.md b/docs/data/material/components/floating-action-button/floating-action-button.md index 85e88903dced1b..685b546f09fad3 100644 --- a/docs/data/material/components/floating-action-button/floating-action-button.md +++ b/docs/data/material/components/floating-action-button/floating-action-button.md @@ -3,12 +3,12 @@ product: material-ui title: React Floating Action Button (FAB) component components: Fab githubLabel: 'component: Fab' -materialDesign: https://material.io/components/buttons-floating-action-button +materialDesign: https://m2.material.io/components/buttons-floating-action-button --- # Floating Action Button -A floating action button (FAB) performs the primary, or most common, action on a screen.
+A Floating Action Button (FAB) performs the primary, or most common, action on a screen.
A floating action button appears in front of all screen content, typically as a circular shape with an icon in its center. FABs come in two types: regular, and extended. diff --git a/docs/data/material/components/grid/grid-pt.md b/docs/data/material/components/grid/grid-pt.md index 1f814fce8d4f16..d9aab4983507f6 100644 --- a/docs/data/material/components/grid/grid-pt.md +++ b/docs/data/material/components/grid/grid-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React Grade components: Grid githubLabel: 'component: Grid' -materialDesign: https://material.io/design/layout/understanding-layout.html +materialDesign: https://m2.material.io/design/layout/understanding-layout.html --- # GridO leiaute responsivo da grade do Material Design se adapta ao tamanho e orientação da tela, garantindo a consistência entre leiautes.
-Uma [grade](https://material.io/design/layout/responsive-layout-grid.html) cria consistência visual entre leiautes, enquanto permite flexibilidade em uma ampla variedade de projetos. A UI responsiva do Material Design é baseada em uma grade de 12 colunas. +Uma [grade](https://m2.material.io/design/layout/responsive-layout-grid.html) cria consistência visual entre leiautes, enquanto permite flexibilidade em uma ampla variedade de projetos. A UI responsiva do Material Design é baseada em uma grade de 12 colunas. {{"component": "modules/components/ComponentLinkHeader.js"}} @@ -65,7 +65,7 @@ The `rowSpacing` and `columnSpacing` props allow for specifying the row and colu ## Valores responsivos -You can switch the props' value based on the active breakpoint. For instance, we can implement the ["recommended"](https://material.io/design/layout/responsive-layout-grid.html) responsive layout grid of Material Design. +You can switch the props' value based on the active breakpoint. For instance, we can implement the ["recommended"](https://m2.material.io/design/layout/responsive-layout-grid.html) responsive layout grid of Material Design. {{"demo": "ResponsiveGrid.js", "bg": true}} diff --git a/docs/data/material/components/grid/grid-zh.md b/docs/data/material/components/grid/grid-zh.md index c0e0690ae337ff..8f0bf61db17745 100644 --- a/docs/data/material/components/grid/grid-zh.md +++ b/docs/data/material/components/grid/grid-zh.md @@ -3,14 +3,14 @@ product: material-ui title: React Grid(栅格)组件 components: Grid githubLabel: 'component: Grid' -materialDesign: https://material.io/design/layout/understanding-layout.html +materialDesign: https://m2.material.io/design/layout/understanding-layout.html --- # Grid 栅格Material Design 响应式布局的栅格可适应屏幕大小和方向,确保布局在不同尺寸之间的一致性。
-[Grid 栅格组件](https://material.io/design/layout/responsive-layout-grid.html) 能确保不同布局间的视觉层面的舒适感,同时在众多不同设计中保持灵活性。 Material Design 基于 12 列的网格布局来做到 UI 的响应式。 +[Grid 栅格组件](https://m2.material.io/design/layout/responsive-layout-grid.html) 能确保不同布局间的视觉层面的舒适感,同时在众多不同设计中保持灵活性。 Material Design 基于 12 列的网格布局来做到 UI 的响应式。 {{"component": "modules/components/ComponentLinkHeader.js"}} @@ -64,7 +64,7 @@ materialDesign: https://material.io/design/layout/understanding-layout.html ## 响应式的值 -You can switch the props' value based on the active breakpoint. For instance, we can implement the ["recommended"](https://material.io/design/layout/responsive-layout-grid.html) responsive layout grid of Material Design. +You can switch the props' value based on the active breakpoint. For instance, we can implement the ["recommended"](https://m2.material.io/design/layout/responsive-layout-grid.html) responsive layout grid of Material Design. {{"demo": "ResponsiveGrid.js", "bg": true}} diff --git a/docs/data/material/components/grid/grid.md b/docs/data/material/components/grid/grid.md index a3e02de569c33f..46e05f32d40803 100644 --- a/docs/data/material/components/grid/grid.md +++ b/docs/data/material/components/grid/grid.md @@ -3,14 +3,14 @@ product: material-ui title: React Grid component components: Grid githubLabel: 'component: Grid' -materialDesign: https://material.io/design/layout/understanding-layout.html +materialDesign: https://m2.material.io/design/layout/understanding-layout.html --- # GridThe Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts.
-The [grid](https://material.io/design/layout/responsive-layout-grid.html) creates visual consistency between layouts while allowing flexibility across a wide variety of designs. +The [grid](https://m2.material.io/design/layout/responsive-layout-grid.html) creates visual consistency between layouts while allowing flexibility across a wide variety of designs. Material Design's responsive UI is based on a 12-column grid layout. {{"component": "modules/components/ComponentLinkHeader.js", "design": false}} @@ -70,7 +70,7 @@ It's similar to the `row-gap` and `column-gap` properties of [CSS Grid](/system/ ## Responsive values You can switch the props' value based on the active breakpoint. -For instance, we can implement the ["recommended"](https://material.io/design/layout/responsive-layout-grid.html) responsive layout grid of Material Design. +For instance, we can implement the ["recommended"](https://m2.material.io/design/layout/responsive-layout-grid.html) responsive layout grid of Material Design. {{"demo": "ResponsiveGrid.js", "bg": true}} diff --git a/docs/data/material/components/grid2/grid2-pt.md b/docs/data/material/components/grid2/grid2-pt.md index fa3c2c17678067..3431982d7a9b0f 100644 --- a/docs/data/material/components/grid2/grid2-pt.md +++ b/docs/data/material/components/grid2/grid2-pt.md @@ -2,7 +2,7 @@ product: material-ui title: React Grid component githubLabel: 'component: Grid' -materialDesign: https://material.io/design/layout/understanding-layout.html +materialDesign: https://m2.material.io/design/layout/understanding-layout.html --- # Grid version 2 @@ -91,7 +91,7 @@ The `rowSpacing` and `columnSpacing` props let you specify row and column gaps i ## Responsive values -You can set prop values to change when a given breakpoint is active. For instance, we can implement Material Design's [recommended](https://material.io/design/layout/responsive-layout-grid.html) responsive layout grid, as seen in the following demo: +You can set prop values to change when a given breakpoint is active. For instance, we can implement Material Design's [recommended](https://m2.material.io/design/layout/responsive-layout-grid.html) responsive layout grid, as seen in the following demo: {{"demo": "ResponsiveGrid.js", "bg": true}} diff --git a/docs/data/material/components/grid2/grid2-zh.md b/docs/data/material/components/grid2/grid2-zh.md index fa3c2c17678067..3431982d7a9b0f 100644 --- a/docs/data/material/components/grid2/grid2-zh.md +++ b/docs/data/material/components/grid2/grid2-zh.md @@ -2,7 +2,7 @@ product: material-ui title: React Grid component githubLabel: 'component: Grid' -materialDesign: https://material.io/design/layout/understanding-layout.html +materialDesign: https://m2.material.io/design/layout/understanding-layout.html --- # Grid version 2 @@ -91,7 +91,7 @@ The `rowSpacing` and `columnSpacing` props let you specify row and column gaps i ## Responsive values -You can set prop values to change when a given breakpoint is active. For instance, we can implement Material Design's [recommended](https://material.io/design/layout/responsive-layout-grid.html) responsive layout grid, as seen in the following demo: +You can set prop values to change when a given breakpoint is active. For instance, we can implement Material Design's [recommended](https://m2.material.io/design/layout/responsive-layout-grid.html) responsive layout grid, as seen in the following demo: {{"demo": "ResponsiveGrid.js", "bg": true}} diff --git a/docs/data/material/components/grid2/grid2.md b/docs/data/material/components/grid2/grid2.md index c0a0a4c73fd490..d05ba9a3728bb1 100644 --- a/docs/data/material/components/grid2/grid2.md +++ b/docs/data/material/components/grid2/grid2.md @@ -2,7 +2,7 @@ product: material-ui title: React Grid component githubLabel: 'component: Grid' -materialDesign: https://material.io/design/layout/understanding-layout.html +materialDesign: https://m2.material.io/design/layout/understanding-layout.html --- # Grid version 2 @@ -101,7 +101,7 @@ They behave similarly to the `row-gap` and `column-gap` properties of [CSS Grid] ## Responsive values You can set prop values to change when a given breakpoint is active. -For instance, we can implement Material Design's [recommended](https://material.io/design/layout/responsive-layout-grid.html) responsive layout grid, as seen in the following demo: +For instance, we can implement Material Design's [recommended](https://m2.material.io/design/layout/responsive-layout-grid.html) responsive layout grid, as seen in the following demo: {{"demo": "ResponsiveGrid.js", "bg": true}} diff --git a/docs/data/material/components/icons/icons-pt.md b/docs/data/material/components/icons/icons-pt.md index 0aae8b0c0d467e..14205304295109 100644 --- a/docs/data/material/components/icons/icons-pt.md +++ b/docs/data/material/components/icons/icons-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React para Ícones components: Icon, SvgIcon githubLabel: 'components: SvgIcon' -materialDesign: https://material.io/design/iconography/system-icons.html +materialDesign: https://m2.material.io/design/iconography/system-icons.html --- # Ícones diff --git a/docs/data/material/components/icons/icons-zh.md b/docs/data/material/components/icons/icons-zh.md index 8778ace4be2b17..7a7c5dd6508552 100644 --- a/docs/data/material/components/icons/icons-zh.md +++ b/docs/data/material/components/icons/icons-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Icon(图标)组件 components: Icon, SvgIcon githubLabel: 'components: SvgIcon' -materialDesign: https://material.io/design/iconography/system-icons.html +materialDesign: https://m2.material.io/design/iconography/system-icons.html --- # Icons 图标 diff --git a/docs/data/material/components/icons/icons.md b/docs/data/material/components/icons/icons.md index 39fa723e844454..03c5fcf917ab7d 100644 --- a/docs/data/material/components/icons/icons.md +++ b/docs/data/material/components/icons/icons.md @@ -3,7 +3,7 @@ product: material-ui title: React Icon Component components: Icon, SvgIcon githubLabel: 'components: SvgIcon' -materialDesign: https://material.io/design/iconography/system-icons.html +materialDesign: https://m2.material.io/design/iconography/system-icons.html --- # Icons diff --git a/docs/data/material/components/image-list/image-list-pt.md b/docs/data/material/components/image-list/image-list-pt.md index 2b6969e1b48f55..4a409fc1e1a300 100644 --- a/docs/data/material/components/image-list/image-list-pt.md +++ b/docs/data/material/components/image-list/image-list-pt.md @@ -2,7 +2,7 @@ product: material-ui title: Componente React para Lista de Imagem components: ImageList, ImageListItem, ImageListItemBar -materialDesign: https://material.io/components/image-lists +materialDesign: https://m2.material.io/components/image-lists githubLabel: 'component: image list' --- diff --git a/docs/data/material/components/image-list/image-list-zh.md b/docs/data/material/components/image-list/image-list-zh.md index cec8ac4e5586df..8c9bc57d220a8a 100644 --- a/docs/data/material/components/image-list/image-list-zh.md +++ b/docs/data/material/components/image-list/image-list-zh.md @@ -2,7 +2,7 @@ product: material-ui title: React Image list(图像列表)组件 components: ImageList, ImageListItem, ImageListItemBar -materialDesign: https://material.io/components/image-lists +materialDesign: https://m2.material.io/components/image-lists githubLabel: 'component: image list' --- diff --git a/docs/data/material/components/image-list/image-list.md b/docs/data/material/components/image-list/image-list.md index 73f43b6f24a6eb..36964bc7b3f504 100644 --- a/docs/data/material/components/image-list/image-list.md +++ b/docs/data/material/components/image-list/image-list.md @@ -1,14 +1,14 @@ --- product: material-ui -title: Image list React component +title: Image Kist React component components: ImageList, ImageListItem, ImageListItemBar -materialDesign: https://material.io/components/image-lists +materialDesign: https://m2.material.io/components/image-lists githubLabel: 'component: image list' --- -# Image list +# Image List -Image lists display a collection of images in an organized grid.
+The Image List displays a collection of images in an organized grid.
Image lists represent a collection of items in a repeated pattern. They help improve the visual comprehension of the content they hold. diff --git a/docs/data/material/components/lists/lists-pt.md b/docs/data/material/components/lists/lists-pt.md index fbfe332bfc550b..bd6c6d46c624e0 100644 --- a/docs/data/material/components/lists/lists-pt.md +++ b/docs/data/material/components/lists/lists-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React Lista components: Collapse, Divider, List, ListItem, ListItemButton, ListItemAvatar, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader githubLabel: 'component: list' -materialDesign: https://material.io/components/lists +materialDesign: https://m2.material.io/components/lists --- # ListasListas são continuas, apresentam verticalmente texto ou imagens.
-[Listas](https://material.io/design/components/lists.html) são um grupo contínuo de texto ou imagens. Elas são compostas por itens contendo ações primárias e complementares, que são representados por ícones e texto. +[Listas](https://m2.material.io/components/lists) são um grupo contínuo de texto ou imagens. Elas são compostas por itens contendo ações primárias e complementares, que são representados por ícones e texto. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/lists/lists-zh.md b/docs/data/material/components/lists/lists-zh.md index b079eaeed45154..39456ddc8238df 100644 --- a/docs/data/material/components/lists/lists-zh.md +++ b/docs/data/material/components/lists/lists-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React List(列表)组件 components: Collapse, Divider, List, ListItem, ListItemButton, ListItemAvatar, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader githubLabel: 'component: list' -materialDesign: https://material.io/components/lists +materialDesign: https://m2.material.io/components/lists --- # List 列表 diff --git a/docs/data/material/components/lists/lists.md b/docs/data/material/components/lists/lists.md index b292658cea68fa..532313cf19720d 100644 --- a/docs/data/material/components/lists/lists.md +++ b/docs/data/material/components/lists/lists.md @@ -3,7 +3,7 @@ product: material-ui title: React List component components: Collapse, Divider, List, ListItem, ListItemButton, ListItemAvatar, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader githubLabel: 'component: list' -materialDesign: https://material.io/components/lists +materialDesign: https://m2.material.io/components/lists --- # Lists diff --git a/docs/data/material/components/material-icons/material-icons-pt.md b/docs/data/material/components/material-icons/material-icons-pt.md index dd16eb4125a34f..12ed0e258b1561 100644 --- a/docs/data/material/components/material-icons/material-icons-pt.md +++ b/docs/data/material/components/material-icons/material-icons-pt.md @@ -1,7 +1,7 @@ --- product: material-ui components: Ícone, SvgIcon -materialDesign: https://material.io/design/iconography/system-icons.html +materialDesign: https://m2.material.io/design/iconography/system-icons.html packageName: '@mui/icons-material' githubLabel: 'pacote: ícones' --- diff --git a/docs/data/material/components/material-icons/material-icons-zh.md b/docs/data/material/components/material-icons/material-icons-zh.md index 0a713751e6346a..b236c3332cfece 100644 --- a/docs/data/material/components/material-icons/material-icons-zh.md +++ b/docs/data/material/components/material-icons/material-icons-zh.md @@ -1,7 +1,7 @@ --- product: material-ui components: Icon, SvgIcon -materialDesign: https://material.io/design/iconography/system-icons.html +materialDesign: https://m2.material.io/design/iconography/system-icons.html packageName: '@mui/icons-material' githubLabel: 'package: icons' --- diff --git a/docs/data/material/components/material-icons/material-icons.md b/docs/data/material/components/material-icons/material-icons.md index a6adaaf6040e07..a702500ac28cfb 100644 --- a/docs/data/material/components/material-icons/material-icons.md +++ b/docs/data/material/components/material-icons/material-icons.md @@ -1,7 +1,7 @@ --- product: material-ui components: Icon, SvgIcon -materialDesign: https://material.io/design/iconography/system-icons.html +materialDesign: https://m2.material.io/design/iconography/system-icons.html packageName: '@mui/icons-material' githubLabel: 'package: icons' --- diff --git a/docs/data/material/components/menus/menus-pt.md b/docs/data/material/components/menus/menus-pt.md index 16149f2d2d4a2c..1419409ee7c75f 100644 --- a/docs/data/material/components/menus/menus-pt.md +++ b/docs/data/material/components/menus/menus-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React Menu components: Menu, MenuItem, MenuList, ClickAwayListener, Popover, Popper githubLabel: 'component: menu' -materialDesign: https://material.io/components/menus +materialDesign: https://m2.material.io/components/menus waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/ unstyled: /base/react-menu/ --- diff --git a/docs/data/material/components/menus/menus-zh.md b/docs/data/material/components/menus/menus-zh.md index de9ed8d9d11b89..74be240a972b1b 100644 --- a/docs/data/material/components/menus/menus-zh.md +++ b/docs/data/material/components/menus/menus-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Menu(菜单)组件 components: Menu, MenuItem, MenuList, ClickAwayListener, Popover, Popper githubLabel: 'component: menu' -materialDesign: https://material.io/components/menus +materialDesign: https://m2.material.io/components/menus waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/ unstyled: /base/react-menu/ --- diff --git a/docs/data/material/components/menus/menus.md b/docs/data/material/components/menus/menus.md index 4e2f669c2a31bc..7148995037717c 100644 --- a/docs/data/material/components/menus/menus.md +++ b/docs/data/material/components/menus/menus.md @@ -3,7 +3,7 @@ product: material-ui title: React Menu component components: Menu, MenuItem, MenuList, ClickAwayListener, Popover, Popper githubLabel: 'component: menu' -materialDesign: https://material.io/components/menus +materialDesign: https://m2.material.io/components/menus waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/ unstyled: /base/react-menu/ --- diff --git a/docs/data/material/components/paper/paper.md b/docs/data/material/components/paper/paper.md index a16880006c6a6e..2cac7dce2eb093 100644 --- a/docs/data/material/components/paper/paper.md +++ b/docs/data/material/components/paper/paper.md @@ -3,6 +3,7 @@ product: material-ui title: React Paper component components: Paper githubLabel: 'component: Paper' +materialDesign: https://m2.material.io/design/environment/elevation.html --- # Paper diff --git a/docs/data/material/components/progress/progress-pt.md b/docs/data/material/components/progress/progress-pt.md index 98251526335520..d07633edc62300 100644 --- a/docs/data/material/components/progress/progress-pt.md +++ b/docs/data/material/components/progress/progress-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componentes React para progresso circular, linear components: CircularProgress, LinearProgress githubLabel: 'component: CircularProgress' -materialDesign: https://material.io/components/progress-indicators +materialDesign: https://m2.material.io/components/progress-indicators --- # ProgressoIndicadores de progresso comumente conhecidos como spinners, expressam um tempo de espera não especificado ou exibem a duração de um processo.
-[Indicadores de progresso](https://material.io/design/components/progress-indicators.html) informam aos usuários sobre o estado de processos em progresso, como o carregamento de um aplicativo, envio de um formulário, ou atualizações. +[Indicadores de progresso](https://m2.material.io/components/progress-indicators) informam aos usuários sobre o estado de processos em progresso, como o carregamento de um aplicativo, envio de um formulário, ou atualizações. - O indicador circular **determinado** preenche a faixa circular invisível com cor, a medida que o indicador se move de 0 a 360 graus. - Indicador **indeterminado** demonstra um tempo de espera não especificado. diff --git a/docs/data/material/components/progress/progress-zh.md b/docs/data/material/components/progress/progress-zh.md index faad2c02974b25..e41c48e39fd3aa 100644 --- a/docs/data/material/components/progress/progress-zh.md +++ b/docs/data/material/components/progress/progress-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Circular progress(进度环组件),React Linear progress (进度条组件) components: CircularProgress, LinearProgress githubLabel: 'component: CircularProgress' -materialDesign: https://material.io/components/progress-indicators +materialDesign: https://m2.material.io/components/progress-indicators --- # Progress 进度条组件 diff --git a/docs/data/material/components/progress/progress.md b/docs/data/material/components/progress/progress.md index e8ad5037c0113f..ef5b5f22b8cf0a 100644 --- a/docs/data/material/components/progress/progress.md +++ b/docs/data/material/components/progress/progress.md @@ -3,7 +3,7 @@ product: material-ui title: Circular, Linear progress React components components: CircularProgress, LinearProgress githubLabel: 'component: progress' -materialDesign: https://material.io/components/progress-indicators +materialDesign: https://m2.material.io/components/progress-indicators --- # Progress diff --git a/docs/data/material/components/radio-buttons/radio-buttons-pt.md b/docs/data/material/components/radio-buttons/radio-buttons-pt.md index 95d2b23a4f93d1..9aeb3a9e8dd06e 100644 --- a/docs/data/material/components/radio-buttons/radio-buttons-pt.md +++ b/docs/data/material/components/radio-buttons/radio-buttons-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React para Botões de opção components: Radio, RadioGroup, FormControl, FormLabel, FormControlLabel githubLabel: 'component: radio' -materialDesign: 'https://material.io/components/selection-controls#radio-buttons' +materialDesign: 'https://m2.material.io/components/selection-controls#radio-buttons' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton/ --- @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton/Botões de opção permitem o usuário selecionar uma das opções de um conjunto.
-Use [botões de opção](https://material.io/design/components/selection-controls.html#radio-buttons) quando um usuário precisar ver todas as opções disponíveis. If available options can be collapsed, consider using a [Select component](/material-ui/react-select/) because it uses less space. +Use [botões de opção](https://m2.material.io/components/radio-buttons) quando um usuário precisar ver todas as opções disponíveis. If available options can be collapsed, consider using a [Select component](/material-ui/react-select/) because it uses less space. Os botões de opção devem ter a opção comum e mais usada selecionada por padrão. diff --git a/docs/data/material/components/radio-buttons/radio-buttons-zh.md b/docs/data/material/components/radio-buttons/radio-buttons-zh.md index e26ec1aae7d9b6..e7c53b1219681a 100644 --- a/docs/data/material/components/radio-buttons/radio-buttons-zh.md +++ b/docs/data/material/components/radio-buttons/radio-buttons-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Radio buttons(单选按钮)组件 components: Radio, RadioGroup, FormControl, FormLabel, FormControlLabel githubLabel: 'component: radio' -materialDesign: 'https://material.io/components/selection-controls#radio-buttons' +materialDesign: 'https://m2.material.io/components/selection-controls#radio-buttons' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton/ --- diff --git a/docs/data/material/components/radio-buttons/radio-buttons.md b/docs/data/material/components/radio-buttons/radio-buttons.md index 39eca613ee0692..50f6bacd12ece8 100644 --- a/docs/data/material/components/radio-buttons/radio-buttons.md +++ b/docs/data/material/components/radio-buttons/radio-buttons.md @@ -1,15 +1,15 @@ --- product: material-ui -title: React Radio button component +title: React Radio Group component components: Radio, RadioGroup, FormControl, FormLabel, FormControlLabel githubLabel: 'component: radio' -materialDesign: https://material.io/components/selection-controls#radio-buttons +materialDesign: https://m2.material.io/components/selection-controls#radio-buttons waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radiobutton/ --- -# Radio button +# Radio Group -Radio buttons allow the user to select one option from a set.
+The Radio Group allows the user to select one option from a set.
Use radio buttons when the user needs to see all available options. If available options can be collapsed, consider using a [Select component](/material-ui/react-select/) because it uses less space. diff --git a/docs/data/material/components/selects/selects.md b/docs/data/material/components/selects/selects.md index 99babf0fdb93b0..34b638a0cca23a 100644 --- a/docs/data/material/components/selects/selects.md +++ b/docs/data/material/components/selects/selects.md @@ -3,6 +3,7 @@ product: material-ui title: React Select component components: Select, NativeSelect githubLabel: 'component: select' +materialDesign: https://m2.material.io/components/menus#exposed-dropdown-menu waiAria: https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html unstyled: /base/react-select/ --- diff --git a/docs/data/material/components/slider/slider-pt.md b/docs/data/material/components/slider/slider-pt.md index a7c49c11ee3bce..762f53296c9d4c 100644 --- a/docs/data/material/components/slider/slider-pt.md +++ b/docs/data/material/components/slider/slider-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React Slider components: Slider githubLabel: 'component: slider' -materialDesign: https://material.io/components/sliders +materialDesign: https://m2.material.io/components/sliders waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/slidertwothumb/ unstyled: /base/react-slider/ --- @@ -12,7 +12,7 @@ unstyled: /base/react-slider/Sliders permitem que os usuários façam seleções a partir de um intervalo de valores.
-[Sliders](https://material.io/design/components/sliders.html) refletem um intervalo de valores ao longo de uma barra, a partir do qual os usuários podem selecionar um único valor. Eles são ideais para ajustar configurações como volume, brilho ou aplicação de filtros de imagem. +[Sliders](https://m2.material.io/design/components/sliders.html) refletem um intervalo de valores ao longo de uma barra, a partir do qual os usuários podem selecionar um único valor. Eles são ideais para ajustar configurações como volume, brilho ou aplicação de filtros de imagem. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/slider/slider-zh.md b/docs/data/material/components/slider/slider-zh.md index 437ecdcf57f70a..9069aad46ff81f 100644 --- a/docs/data/material/components/slider/slider-zh.md +++ b/docs/data/material/components/slider/slider-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Slider(滑块)组件 components: Slider githubLabel: 'component: slider' -materialDesign: https://material.io/components/sliders +materialDesign: https://m2.material.io/components/sliders waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/slidertwothumb/ unstyled: /base/react-slider/ --- diff --git a/docs/data/material/components/slider/slider.md b/docs/data/material/components/slider/slider.md index 063ab4c2aa89d9..b5275d9b4774cc 100644 --- a/docs/data/material/components/slider/slider.md +++ b/docs/data/material/components/slider/slider.md @@ -3,7 +3,7 @@ product: material-ui title: React Slider component components: Slider githubLabel: 'component: slider' -materialDesign: https://material.io/components/sliders +materialDesign: https://m2.material.io/components/sliders waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/slidertwothumb/ unstyled: /base/react-slider/ --- diff --git a/docs/data/material/components/snackbars/snackbars-pt.md b/docs/data/material/components/snackbars/snackbars-pt.md index 39d96bc8b9c5b7..e2756ad4c85832 100644 --- a/docs/data/material/components/snackbars/snackbars-pt.md +++ b/docs/data/material/components/snackbars/snackbars-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React Snackbar components: Snackbar, SnackbarContent githubLabel: 'component: snackbar' -materialDesign: https://material.io/components/snackbars +materialDesign: https://m2.material.io/components/snackbars waiAria: 'https://www.w3.org/TR/wai-aria-1.1/#alert' --- @@ -11,7 +11,7 @@ waiAria: 'https://www.w3.org/TR/wai-aria-1.1/#alert'Snackbars fornecem mensagens breves sobre os processos de aplicativos. O componente também é conhecido como toast(torrada).
-[Snackbars](https://material.io/design/components/snackbars.html) informam aos usuários de um processo que a aplicação realizou ou irá executar. Eles aparecem temporariamente, na parte inferior da tela. They shouldn't interrupt the user experience, and they don't require user input to disappear. +[Snackbars](https://m2.material.io/components/snackbars) informam aos usuários de um processo que a aplicação realizou ou irá executar. Eles aparecem temporariamente, na parte inferior da tela. They shouldn't interrupt the user experience, and they don't require user input to disappear. Snackbars contêm uma única linha de texto diretamente relacionada à operação realizada. Eles podem conter uma ação de texto, mas não ícones. Você pode usá-los para exibir notificações. diff --git a/docs/data/material/components/snackbars/snackbars-zh.md b/docs/data/material/components/snackbars/snackbars-zh.md index 4641f9d0c1a739..78adfc171a2f72 100644 --- a/docs/data/material/components/snackbars/snackbars-zh.md +++ b/docs/data/material/components/snackbars/snackbars-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Snackbar(消息条)组件 components: Snackbar, SnackbarContent githubLabel: 'component: snackbar' -materialDesign: https://material.io/components/snackbars +materialDesign: https://m2.material.io/components/snackbars waiAria: 'https://www.w3.org/TR/wai-aria-1.1/#alert' --- diff --git a/docs/data/material/components/snackbars/snackbars.md b/docs/data/material/components/snackbars/snackbars.md index c21db4ad1c114a..233773dad3617b 100644 --- a/docs/data/material/components/snackbars/snackbars.md +++ b/docs/data/material/components/snackbars/snackbars.md @@ -3,7 +3,7 @@ product: material-ui title: React Snackbar component components: Snackbar, SnackbarContent githubLabel: 'component: snackbar' -materialDesign: https://material.io/components/snackbars +materialDesign: https://m2.material.io/components/snackbars waiAria: https://www.w3.org/TR/wai-aria-1.1/#alert --- diff --git a/docs/data/material/components/speed-dial/speed-dial-pt.md b/docs/data/material/components/speed-dial/speed-dial-pt.md index bd2e9018a82788..775a553bd09ceb 100644 --- a/docs/data/material/components/speed-dial/speed-dial-pt.md +++ b/docs/data/material/components/speed-dial/speed-dial-pt.md @@ -3,7 +3,7 @@ product: material-ui title: React Speed dial component components: SpeedDial, SpeedDialAction, SpeedDialIcon githubLabel: 'component: speed dial' -materialDesign: 'https://material.io/components/buttons-floating-action-button#types-of-transitions' +materialDesign: 'https://m2.material.io/components/buttons-floating-action-button#types-of-transitions' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/ --- diff --git a/docs/data/material/components/speed-dial/speed-dial-zh.md b/docs/data/material/components/speed-dial/speed-dial-zh.md index f11876c0341fbc..f918d34a15a23a 100644 --- a/docs/data/material/components/speed-dial/speed-dial-zh.md +++ b/docs/data/material/components/speed-dial/speed-dial-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Speed dial component components: SpeedDial, SpeedDialAction, SpeedDialIcon githubLabel: 'component: speed dial' -materialDesign: 'https://material.io/components/buttons-floating-action-button#types-of-transitions' +materialDesign: 'https://m2.material.io/components/buttons-floating-action-button#types-of-transitions' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/ --- diff --git a/docs/data/material/components/speed-dial/speed-dial.md b/docs/data/material/components/speed-dial/speed-dial.md index f4102372791bfe..7bc518ee7086c6 100644 --- a/docs/data/material/components/speed-dial/speed-dial.md +++ b/docs/data/material/components/speed-dial/speed-dial.md @@ -1,15 +1,15 @@ --- product: material-ui -title: React Speed dial component +title: React Speed Dial component components: SpeedDial, SpeedDialAction, SpeedDialIcon githubLabel: 'component: speed dial' -materialDesign: https://material.io/components/buttons-floating-action-button#types-of-transitions +materialDesign: https://m2.material.io/components/buttons-floating-action-button#types-of-transitions waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/ --- -# Speed dial +# Speed Dial -When pressed, a floating action button can display three to six related actions in the form of a speed dial.
+When pressed, a floating action button can display three to six related actions in the form of a Speed Dial.
If more than six actions are needed, something other than a FAB should be used to present them. diff --git a/docs/data/material/components/steppers/steppers-pt.md b/docs/data/material/components/steppers/steppers-pt.md index 8dc496b5000290..9f92ae983b9006 100644 --- a/docs/data/material/components/steppers/steppers-pt.md +++ b/docs/data/material/components/steppers/steppers-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React Assistente components: MobileStepper, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper githubLabel: 'component: stepper' -materialDesign: https://material.io/archive/guidelines/components/steppers.html +materialDesign: https://m1.material.io/components/steppers.html --- # AssistenteAssistentes transmitem progresso através de etapas numeradas. Ele fornece um fluxo de trabalho com etapas.
-[Assistentes](https://material.io/archive/guidelines/components/steppers.html) exibem o progresso através de uma sequência de etapas lógicas e numeradas. Eles também podem ser usados para navegação. Assistentes podem exibir uma mensagem de feedback transiente depois que uma etapa é salva. +[Assistentes](https://m1.material.io/components/steppers.html) exibem o progresso através de uma sequência de etapas lógicas e numeradas. Eles também podem ser usados para navegação. Assistentes podem exibir uma mensagem de feedback transiente depois que uma etapa é salva. - **Tipos de etapas**: Editável, Somente leitura, Mobile, Opcional - **Tipos de assistentes**: Horizontal, Vertical, Linear, Não linear @@ -18,7 +18,7 @@ materialDesign: https://material.io/archive/guidelines/components/steppers.html {{"component": "modules/components/ComponentLinkHeader.js"}} :::warning -**Note:** Steppers are no longer documented in the [Material Design guidelines](https://material.io/), but Material UI will continue to support them. +**Note:** Steppers are no longer documented in the [Material Design guidelines](https://m2.material.io/), but Material UI will continue to support them. ::: ## Assistente horizontal @@ -79,7 +79,7 @@ The content of a step is unmounted when closed. If you need to make the content ## Assistente Mobile -This component implements a compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper. See [mobile steps](https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steps) for its inspiration. +This component implements a compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper. See [mobile steps](https://m1.material.io/components/steppers.html#steppers-types-of-steps) for its inspiration. The mobile stepper supports three variants to display progress through the available steps: text, dots, and progress. diff --git a/docs/data/material/components/steppers/steppers-zh.md b/docs/data/material/components/steppers/steppers-zh.md index 787ad465772baa..06dfaf91d58b61 100644 --- a/docs/data/material/components/steppers/steppers-zh.md +++ b/docs/data/material/components/steppers/steppers-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Stepper(步骤条)组件 components: MobileStepper, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper githubLabel: 'component: stepper' -materialDesign: https://material.io/archive/guidelines/components/steppers.html +materialDesign: https://m1.material.io/components/steppers.html --- # Stepper 步骤条组件 @@ -18,7 +18,7 @@ materialDesign: https://material.io/archive/guidelines/components/steppers.html {{"component": "modules/components/ComponentLinkHeader.js"}} :::warning -**Note:** Steppers are no longer documented in the [Material Design guidelines](https://material.io/), but Material UI will continue to support them. +**Note:** Steppers are no longer documented in the [Material Design guidelines](https://m2.material.io/), but Material UI will continue to support them. ::: ## 水平步骤条 @@ -79,7 +79,7 @@ The content of a step is unmounted when closed. If you need to make the content ## 移动设备上的步骤条 -This component implements a compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper. See [mobile steps](https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steps) for its inspiration. +This component implements a compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper. See [mobile steps](https://m1.material.io/components/steppers.html#steppers-types-of-steps) for its inspiration. The mobile stepper supports three variants to display progress through the available steps: text, dots, and progress. diff --git a/docs/data/material/components/steppers/steppers.md b/docs/data/material/components/steppers/steppers.md index 8be159cb770d1c..105d590fddc6df 100644 --- a/docs/data/material/components/steppers/steppers.md +++ b/docs/data/material/components/steppers/steppers.md @@ -3,7 +3,7 @@ product: material-ui title: React Stepper component components: MobileStepper, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper githubLabel: 'component: stepper' -materialDesign: https://material.io/archive/guidelines/components/steppers.html +materialDesign: https://m1.material.io/components/steppers.html --- # Stepper @@ -19,7 +19,7 @@ Steppers may display a transient feedback message after a step is saved. {{"component": "modules/components/ComponentLinkHeader.js"}} :::warning -**Note:** Steppers are no longer documented in the [Material Design guidelines](https://material.io/), but Material UI will continue to support them. +**Note:** Steppers are no longer documented in the [Material Design guidelines](https://m2.material.io/), but Material UI will continue to support them. ::: ## Horizontal stepper @@ -84,7 +84,7 @@ If you need to make the content available to search engines or render expensive ## Mobile stepper -This component implements a compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper. See [mobile steps](https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steps) for its inspiration. +This component implements a compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper. See [mobile steps](https://m1.material.io/components/steppers.html#steppers-types-of-steps) for its inspiration. The mobile stepper supports three variants to display progress through the available steps: text, dots, and progress. diff --git a/docs/data/material/components/switches/switches-pt.md b/docs/data/material/components/switches/switches-pt.md index 58fe06c5e580a7..499c32ecf5ee51 100644 --- a/docs/data/material/components/switches/switches-pt.md +++ b/docs/data/material/components/switches/switches-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React Interruptor components: Switch, FormControl, FormGroup, FormLabel, FormControlLabel githubLabel: 'component: switch' -materialDesign: 'https://material.io/components/selection-controls#switches' +materialDesign: 'https://m2.material.io/components/selection-controls#switches' unstyled: /base/react-switch/ --- @@ -11,7 +11,7 @@ unstyled: /base/react-switch/Interruptores alternam o estado de uma única configuração ligado ou desligado.
-[Interruptores](https://material.io/design/components/selection-controls.html#switches) são a forma preferida de ajustes de configuração em mobile. The option that the switch controls, as well as the state it's in, should be made clear from the corresponding inline label. +[Interruptores](https://m2.material.io/design/components/selection-controls.html#switches) são a forma preferida de ajustes de configuração em mobile. The option that the switch controls, as well as the state it's in, should be made clear from the corresponding inline label. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/switches/switches-zh.md b/docs/data/material/components/switches/switches-zh.md index 19a430d7005aa0..2a4b980a6d1565 100644 --- a/docs/data/material/components/switches/switches-zh.md +++ b/docs/data/material/components/switches/switches-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Switch(开关)组件 components: Switch, FormControl, FormGroup, FormLabel, FormControlLabel githubLabel: 'component: switch' -materialDesign: 'https://material.io/components/selection-controls#switches' +materialDesign: 'https://m2.material.io/components/selection-controls#switches' unstyled: /base/react-switch/ --- diff --git a/docs/data/material/components/switches/switches.md b/docs/data/material/components/switches/switches.md index 8c0bc2597d5f8f..0a12d11fc1659a 100644 --- a/docs/data/material/components/switches/switches.md +++ b/docs/data/material/components/switches/switches.md @@ -3,7 +3,7 @@ product: material-ui title: React Switch component components: Switch, FormControl, FormGroup, FormLabel, FormControlLabel githubLabel: 'component: switch' -materialDesign: https://material.io/components/selection-controls#switches +materialDesign: https://m2.material.io/components/selection-controls#switches unstyled: /base/react-switch/ --- diff --git a/docs/data/material/components/tables/tables-pt.md b/docs/data/material/components/tables/tables-pt.md index 6f71a73fef627b..b83667e081ae1d 100644 --- a/docs/data/material/components/tables/tables-pt.md +++ b/docs/data/material/components/tables/tables-pt.md @@ -4,7 +4,7 @@ title: Componente React Tabela components: Table, TableBody, TableCell, TableContainer, TableFooter, TableHead, TablePagination, TableRow, TableSortLabel githubLabel: 'component: table' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/table/ -materialDesign: https://material.io/components/data-tables +materialDesign: https://m2.material.io/components/data-tables --- # Tabela diff --git a/docs/data/material/components/tables/tables-zh.md b/docs/data/material/components/tables/tables-zh.md index b39b822942f531..0f80652b9ac9be 100644 --- a/docs/data/material/components/tables/tables-zh.md +++ b/docs/data/material/components/tables/tables-zh.md @@ -4,7 +4,7 @@ title: React Table(表格)组件 components: Table, TableBody, TableCell, TableContainer, TableFooter, TableHead, TablePagination, TableRow, TableSortLabel githubLabel: 'component: table' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/table/ -materialDesign: https://material.io/components/data-tables +materialDesign: https://m2.material.io/components/data-tables --- # Table 表格 diff --git a/docs/data/material/components/tables/tables.md b/docs/data/material/components/tables/tables.md index aa91288a793d70..419ba84feea167 100644 --- a/docs/data/material/components/tables/tables.md +++ b/docs/data/material/components/tables/tables.md @@ -4,7 +4,7 @@ title: React Table component components: Table, TableBody, TableCell, TableContainer, TableFooter, TableHead, TablePagination, TableRow, TableSortLabel githubLabel: 'component: table' waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/table/ -materialDesign: https://material.io/components/data-tables +materialDesign: https://m2.material.io/components/data-tables --- # Table diff --git a/docs/data/material/components/tabs/tabs-pt.md b/docs/data/material/components/tabs/tabs-pt.md index 509674f58d2912..c1091eeae43d71 100644 --- a/docs/data/material/components/tabs/tabs-pt.md +++ b/docs/data/material/components/tabs/tabs-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React Abas components: Tabs, Tab, TabScrollButton, TabContext, TabList, TabPanel, TabsUnstyled, TabUnstyled, TabPanelUnstyled, TabsListUnstyled githubLabel: 'component: tabs' -materialDesign: https://material.io/components/tabs +materialDesign: https://m2.material.io/components/tabs waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/ unstyled: /base/react-tabs/ --- @@ -12,7 +12,7 @@ unstyled: /base/react-tabs/As abas facilitam a exploração e alternam entre diferentes visualizações.
-As [abas](https://material.io/design/components/tabs.html) organizam e permitem a navegação entre grupos de conteúdo relacionados e no mesmo nível hierárquico. +As [abas](https://m2.material.io/design/components/tabs.html) organizam e permitem a navegação entre grupos de conteúdo relacionados e no mesmo nível hierárquico. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/tabs/tabs-zh.md b/docs/data/material/components/tabs/tabs-zh.md index 40eac1f730f760..baedded12768ea 100644 --- a/docs/data/material/components/tabs/tabs-zh.md +++ b/docs/data/material/components/tabs/tabs-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Tabs(选项卡)组件 components: Tabs, Tab, TabScrollButton, TabContext, TabList, TabPanel, TabsUnstyled, TabUnstyled, TabPanelUnstyled, TabsListUnstyled githubLabel: 'component: tabs' -materialDesign: https://material.io/components/tabs +materialDesign: https://m2.material.io/components/tabs waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/ unstyled: /base/react-tabs/ --- diff --git a/docs/data/material/components/tabs/tabs.md b/docs/data/material/components/tabs/tabs.md index 917af807bd1219..88fe09d62526e4 100644 --- a/docs/data/material/components/tabs/tabs.md +++ b/docs/data/material/components/tabs/tabs.md @@ -3,7 +3,7 @@ product: material-ui title: React Tabs component components: Tabs, Tab, TabScrollButton, TabContext, TabList, TabPanel, TabsUnstyled, TabUnstyled, TabPanelUnstyled, TabsListUnstyled githubLabel: 'component: tabs' -materialDesign: https://material.io/components/tabs +materialDesign: https://m2.material.io/components/tabs waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/ unstyled: /base/react-tabs/ --- diff --git a/docs/data/material/components/text-fields/text-fields-pt.md b/docs/data/material/components/text-fields/text-fields-pt.md index fe20b76715c298..565b7b9317170b 100644 --- a/docs/data/material/components/text-fields/text-fields-pt.md +++ b/docs/data/material/components/text-fields/text-fields-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Text field React component components: FilledInput, FormControl, FormHelperText, Input, InputAdornment, InputBase, InputLabel, OutlinedInput, TextField githubLabel: 'component: text field' -materialDesign: https://material.io/components/text-fields +materialDesign: https://m2.material.io/components/text-fields unstyled: /base/react-input/ --- @@ -11,7 +11,7 @@ unstyled: /base/react-input/Campos de texto permitem que os usuários digitem e editem texto.
-[Campos de texto](https://material.io/design/components/text-fields.html) permitem que os usuários insiram texto em uma interface de usuário. Eles geralmente aparecem em formulários e diálogos. +[Campos de texto](https://m2.material.io/components/text-fields) permitem que os usuários insiram texto em uma interface de usuário. Eles geralmente aparecem em formulários e diálogos. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/text-fields/text-fields-zh.md b/docs/data/material/components/text-fields/text-fields-zh.md index bf739b698a76dc..6b6bee346e91df 100644 --- a/docs/data/material/components/text-fields/text-fields-zh.md +++ b/docs/data/material/components/text-fields/text-fields-zh.md @@ -3,7 +3,7 @@ product: material-ui title: Text field React component components: FilledInput, FormControl, FormHelperText, Input, InputAdornment, InputBase, InputLabel, OutlinedInput, TextField githubLabel: 'component: text field' -materialDesign: https://material.io/components/text-fields +materialDesign: https://m2.material.io/components/text-fields unstyled: /base/react-input/ --- @@ -21,7 +21,7 @@ unstyled: /base/react-input/ {{"demo": "BasicTextFields.js"}} -**友情提示:** [Material 设计指南](https://material.io/)不再记录 `TextField` 的 standard 布局,([原因见此](https://medium.com/google-design/the-evolution-of-material-designs-text-fields-603688b3fe03)),但是 Material-UI 会继续支持此布局。 +**友情提示:** [Material 设计指南](https://m2.material.io/)不再记录 `TextField` 的 standard 布局,([原因见此](https://medium.com/google-design/the-evolution-of-material-designs-text-fields-603688b3fe03)),但是 Material-UI 会继续支持此布局。 ## Form props 表单的属性 diff --git a/docs/data/material/components/text-fields/text-fields.md b/docs/data/material/components/text-fields/text-fields.md index a7ddd833b8cccc..83dda1aa4fd21c 100644 --- a/docs/data/material/components/text-fields/text-fields.md +++ b/docs/data/material/components/text-fields/text-fields.md @@ -3,13 +3,13 @@ product: material-ui title: React Text Field component components: FilledInput, FormControl, FormHelperText, Input, InputAdornment, InputBase, InputLabel, OutlinedInput, TextField githubLabel: 'component: text field' -materialDesign: https://material.io/components/text-fields +materialDesign: https://m2.material.io/components/text-fields unstyled: /base/react-input/ --- # Text Field -Text fields let users enter and edit text.
+Text Fields let users enter and edit text.
Text fields allow users to enter text into a UI. They typically appear in forms and dialogs. @@ -22,7 +22,7 @@ It comes with three variants: outlined (default), filled, and standard. {{"demo": "BasicTextFields.js"}} -**Note:** The standard variant of the `TextField` is no longer documented in the [Material Design guidelines](https://material.io/) +**Note:** The standard variant of the `TextField` is no longer documented in the [Material Design guidelines](https://m2.material.io/) ([here's why](https://medium.com/google-design/the-evolution-of-material-designs-text-fields-603688b3fe03)), but MUI will continue to support it. diff --git a/docs/data/material/components/timeline/timeline-pt.md b/docs/data/material/components/timeline/timeline-pt.md index 62d832e0835afc..baaaebc85a37bb 100644 --- a/docs/data/material/components/timeline/timeline-pt.md +++ b/docs/data/material/components/timeline/timeline-pt.md @@ -10,7 +10,7 @@ packageName: '@mui/lab'A linha do tempo exibe uma lista de eventos em ordem cronológica.
-**Observação:** Este componente não está documentado nas [diretrizes do Material Design](https://material.io/), mas o Material-UI o suporta. +**Observação:** Este componente não está documentado nas [diretrizes do Material Design](https://m2.material.io/), mas o Material-UI o suporta. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/timeline/timeline-zh.md b/docs/data/material/components/timeline/timeline-zh.md index 6ed54d5e22fd3c..6c8b477098404e 100644 --- a/docs/data/material/components/timeline/timeline-zh.md +++ b/docs/data/material/components/timeline/timeline-zh.md @@ -10,7 +10,7 @@ packageName: '@mui/lab'时间轴组件按时间顺序来展示了一系列的事件。
-**请注意:**该组件不再出现在 [Material Design 指南](https://material.io/)中, 但 Material-UI 会继续支持此组件。 +**请注意:**该组件不再出现在 [Material Design 指南](https://m2.material.io/)中, 但 Material-UI 会继续支持此组件。 {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/timeline/timeline.md b/docs/data/material/components/timeline/timeline.md index 7eb74ddbc1f6c3..adfaef3f278444 100644 --- a/docs/data/material/components/timeline/timeline.md +++ b/docs/data/material/components/timeline/timeline.md @@ -10,7 +10,7 @@ packageName: '@mui/lab'The timeline displays a list of events in chronological order.
-**Note:** This component is not documented in the [Material Design guidelines](https://material.io/), but MUI supports it. +**Note:** This component is not documented in the [Material Design guidelines](https://m2.material.io/), but MUI supports it. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/toggle-button/toggle-button-pt.md b/docs/data/material/components/toggle-button/toggle-button-pt.md index 57c7b393f0f270..1ff83432cd298b 100644 --- a/docs/data/material/components/toggle-button/toggle-button-pt.md +++ b/docs/data/material/components/toggle-button/toggle-button-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Toggle button React component components: ToggleButton, ToggleButtonGroup githubLabel: 'component: toggle button' -materialDesign: 'https://material.io/components/buttons#toggle-button' +materialDesign: 'https://m2.material.io/components/buttons#toggle-button' --- # Toggle buttonOs botões de alternância podem ser usados para agrupar opções relacionadas.
-Para enfatizar grupos de [botões de alternância](https://material.io/components/buttons#toggle-button) relacionados, o grupo deve ter um contêiner em comum. O `ToggleButtonGroup` controla o estado selecionado de seus botões filhos através de sua propriedade `value`. +Para enfatizar grupos de [botões de alternância](https://m2.material.io/components/buttons#toggle-button) relacionados, o grupo deve ter um contêiner em comum. O `ToggleButtonGroup` controla o estado selecionado de seus botões filhos através de sua propriedade `value`. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/toggle-button/toggle-button-zh.md b/docs/data/material/components/toggle-button/toggle-button-zh.md index e584ac30b0c704..89d9d19107c0dd 100644 --- a/docs/data/material/components/toggle-button/toggle-button-zh.md +++ b/docs/data/material/components/toggle-button/toggle-button-zh.md @@ -3,7 +3,7 @@ product: material-ui title: Toggle button React component components: ToggleButton, ToggleButtonGroup githubLabel: 'component: toggle button' -materialDesign: 'https://material.io/components/buttons#toggle-button' +materialDesign: 'https://m2.material.io/components/buttons#toggle-button' --- # Toggle button diff --git a/docs/data/material/components/toggle-button/toggle-button.md b/docs/data/material/components/toggle-button/toggle-button.md index a08130eb8de84d..6040026bad3458 100644 --- a/docs/data/material/components/toggle-button/toggle-button.md +++ b/docs/data/material/components/toggle-button/toggle-button.md @@ -1,14 +1,14 @@ --- product: material-ui -title: Toggle button React component +title: Toggle Button React component components: ToggleButton, ToggleButtonGroup githubLabel: 'component: toggle button' -materialDesign: https://material.io/components/buttons#toggle-button +materialDesign: https://m2.material.io/components/buttons#toggle-button --- -# Toggle button +# Toggle Button -Toggle buttons can be used to group related options.
+A Toggle Button can be used to group related options.
To emphasize groups of related Toggle buttons, a group should share a common container. diff --git a/docs/data/material/components/tooltips/tooltips-pt.md b/docs/data/material/components/tooltips/tooltips-pt.md index d8d952c6087d2b..e84ab384659da7 100644 --- a/docs/data/material/components/tooltips/tooltips-pt.md +++ b/docs/data/material/components/tooltips/tooltips-pt.md @@ -3,7 +3,7 @@ product: material-ui title: Componente React para Dicas components: Tooltip githubLabel: 'component: tooltip' -materialDesign: https://material.io/components/tooltips +materialDesign: https://m2.material.io/components/tooltips waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ --- @@ -11,7 +11,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/Dicas exibem texto informativo quando os usuários passam o mouse, focalizam ou tocam em um elemento.
-Quando ativada, [dicas](https://material.io/design/components/tooltips.html) exibem um rótulo de texto identificando o elemento, como uma descrição de sua função. +Quando ativada, [dicas](https://m2.material.io/design/components/tooltips.html) exibem um rótulo de texto identificando o elemento, como uma descrição de sua função. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/tooltips/tooltips-zh.md b/docs/data/material/components/tooltips/tooltips-zh.md index 9b9732569088d7..bcc1610b1e41ba 100644 --- a/docs/data/material/components/tooltips/tooltips-zh.md +++ b/docs/data/material/components/tooltips/tooltips-zh.md @@ -3,7 +3,7 @@ product: material-ui title: React Tooltip(工具提示)组件 components: Tooltip githubLabel: 'component: tooltip' -materialDesign: https://material.io/components/tooltips +materialDesign: https://m2.material.io/components/tooltips waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ --- diff --git a/docs/data/material/components/tooltips/tooltips.md b/docs/data/material/components/tooltips/tooltips.md index 38e5b2c87f4245..7723e2806b547f 100644 --- a/docs/data/material/components/tooltips/tooltips.md +++ b/docs/data/material/components/tooltips/tooltips.md @@ -3,7 +3,7 @@ product: material-ui title: React Tooltip component components: Tooltip githubLabel: 'component: tooltip' -materialDesign: https://material.io/components/tooltips +materialDesign: https://m2.material.io/components/tooltips waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ --- diff --git a/docs/data/material/components/transfer-list/transfer-list.md b/docs/data/material/components/transfer-list/transfer-list.md index db8787625bea2a..ab593edba585b0 100644 --- a/docs/data/material/components/transfer-list/transfer-list.md +++ b/docs/data/material/components/transfer-list/transfer-list.md @@ -5,9 +5,9 @@ components: List, ListItem, Checkbox, Switch githubLabel: 'component: transfer list' --- -# Transfer list +# Transfer List -A transfer list (or "shuttle") enables the user to move one or more list items between lists.
+A Transfer List (or "shuttle") enables the user to move one or more list items between lists.
{{"component": "modules/components/ComponentLinkHeader.js", "design": false}} diff --git a/docs/data/material/components/transitions/transitions-pt.md b/docs/data/material/components/transitions/transitions-pt.md index 7bbdc474a62139..bc4fa4a3ce6239 100644 --- a/docs/data/material/components/transitions/transitions-pt.md +++ b/docs/data/material/components/transitions/transitions-pt.md @@ -9,7 +9,7 @@ githubLabel: 'component: Transition'Transições ajudam a deixar a interface expressiva e fácil de usar.
-Material-UI provê um número de transições que podem ser usadas para introduzir alguns [movimentos](https://material.io/design/motion/) básicos para os componentes de sua aplicação. +Material-UI provê um número de transições que podem ser usadas para introduzir alguns [movimentos](https://m2.material.io/design/motion/) básicos para os componentes de sua aplicação. [A paleta](/system/palette/) com funções de estilo. diff --git a/docs/data/material/components/transitions/transitions-zh.md b/docs/data/material/components/transitions/transitions-zh.md index ed0a07265ed1d8..3acd6528bea415 100644 --- a/docs/data/material/components/transitions/transitions-zh.md +++ b/docs/data/material/components/transitions/transitions-zh.md @@ -9,7 +9,7 @@ githubLabel: 'component: Transition'过渡动画有利于增强 UI 的表现力并且让人更易于使用。
-Material-UI 提供了一系列的过渡效果,你可以将一些基本的 [动作](https://material.io/design/motion/) 添加到你的应用组件中。 +Material-UI 提供了一系列的过渡效果,你可以将一些基本的 [动作](https://m2.material.io/design/motion/) 添加到你的应用组件中。 {{"component": "modules/components/ComponentLinkHeader.js", "design": false}} diff --git a/docs/data/material/components/transitions/transitions.md b/docs/data/material/components/transitions/transitions.md index 5067a97bec2cef..43b76a31d5db32 100644 --- a/docs/data/material/components/transitions/transitions.md +++ b/docs/data/material/components/transitions/transitions.md @@ -9,7 +9,7 @@ githubLabel: 'component: transitions'Transitions help to make a UI expressive and easy to use.
-MUI provides transitions that can be used to introduce some basic [motion](https://material.io/design/motion/) to your applications. +MUI provides transitions that can be used to introduce some basic [motion](https://m2.material.io/design/motion/) to your applications. {{"component": "modules/components/ComponentLinkHeader.js", "design": false}} diff --git a/docs/data/material/components/typography/typography-pt.md b/docs/data/material/components/typography/typography-pt.md index 02f0f3b3f1ec9d..8b0b91dcf6f9a7 100644 --- a/docs/data/material/components/typography/typography-pt.md +++ b/docs/data/material/components/typography/typography-pt.md @@ -3,14 +3,14 @@ product: material-ui title: Componente React de Tipografia components: Typography githubLabel: 'component: Typography' -materialDesign: https://material.io/design/typography/the-type-system.html +materialDesign: https://m2.material.io/design/typography/the-type-system.html --- # TypographyUse a tipografia para apresentar seu design e conteúdo da forma mais clara e eficiente possível.
-O uso de diferentes tamanhos e estilos de uma só vez pode estragar qualquer leiaute. Uma [escala tipográfica](https://material.io/design/typography/#type-scale) tem um conjunto limitado de tipos de tamanhos que funcionam bem em conjunto com o leiaute de grade. +O uso de diferentes tamanhos e estilos de uma só vez pode estragar qualquer leiaute. Uma [escala tipográfica](https://m2.material.io/design/typography/#type-scale) tem um conjunto limitado de tipos de tamanhos que funcionam bem em conjunto com o leiaute de grade. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/typography/typography-zh.md b/docs/data/material/components/typography/typography-zh.md index 3896aaa4167061..30074ea4afeca4 100644 --- a/docs/data/material/components/typography/typography-zh.md +++ b/docs/data/material/components/typography/typography-zh.md @@ -3,14 +3,14 @@ product: material-ui title: React Typography(文字铸排)组件 components: Typography githubLabel: 'component: Typography' -materialDesign: https://material.io/design/typography/the-type-system.html +materialDesign: https://m2.material.io/design/typography/the-type-system.html --- # Typography使用文字铸排可以尽可能清晰、高效地展示您的设计和内容。
-大量字阶和样式会影响任何布局的美观性。 [版式比例](https://material.io/design/typography/#type-scale)是一组有限的类型大小, 与布局网格一起工作很好。 +大量字阶和样式会影响任何布局的美观性。 [版式比例](https://m2.material.io/design/typography/#type-scale)是一组有限的类型大小, 与布局网格一起工作很好。 {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/components/typography/typography.md b/docs/data/material/components/typography/typography.md index 18c69933baf485..a0b161ffa4a4c0 100644 --- a/docs/data/material/components/typography/typography.md +++ b/docs/data/material/components/typography/typography.md @@ -3,7 +3,7 @@ product: material-ui title: React Typography component components: Typography githubLabel: 'component: Typography' -materialDesign: https://material.io/design/typography/the-type-system.html +materialDesign: https://m2.material.io/design/typography/the-type-system.html --- # Typography @@ -11,7 +11,7 @@ materialDesign: https://material.io/design/typography/the-type-system.htmlUse typography to present your design and content as clearly and efficiently as possible.
Too many type sizes and styles at once can spoil any layout. -A [typographic scale](https://material.io/design/typography/#type-scale) has a limited set of type sizes that work well together along with the layout grid. +A [typographic scale](https://m2.material.io/design/typography/#type-scale) has a limited set of type sizes that work well together along with the layout grid. {{"component": "modules/components/ComponentLinkHeader.js"}} diff --git a/docs/data/material/customization/breakpoints/breakpoints-pt.md b/docs/data/material/customization/breakpoints/breakpoints-pt.md index ee24f1a537a030..0a3fee1e14148b 100644 --- a/docs/data/material/customization/breakpoints/breakpoints-pt.md +++ b/docs/data/material/customization/breakpoints/breakpoints-pt.md @@ -2,7 +2,7 @@API que permite o uso de pontos de quebra em uma ampla variedade de contextos.
-Para uma experiência de usuário ideal, as interfaces do material design precisam adaptar seu leiaute em vários pontos de quebra. Material-UI usa uma implementação **simplificada** da [especificação](https://material.io/design/layout/responsive-layout-grid.html#breakpoints) original. +Para uma experiência de usuário ideal, as interfaces do material design precisam adaptar seu leiaute em vários pontos de quebra. Material-UI usa uma implementação **simplificada** da [especificação](https://m2.material.io/design/layout/responsive-layout-grid.html#breakpoints) original. The breakpoints are used internally in various components to make them responsive, but you can also take advantage of them for controlling the layout of your application through the [Grid](/material-ui/react-grid/) component. diff --git a/docs/data/material/customization/breakpoints/breakpoints-zh.md b/docs/data/material/customization/breakpoints/breakpoints-zh.md index 2000cd5512a36f..61414f6cbb36ef 100644 --- a/docs/data/material/customization/breakpoints/breakpoints-zh.md +++ b/docs/data/material/customization/breakpoints/breakpoints-zh.md @@ -2,7 +2,7 @@能够在各种情况下使用断点的 API。
-为了获得最佳的用户体验,在不同的断点下,Material Design 的接口需要适应它们的布局。 MUI 使用原始[规范](https://material.io/design/layout/responsive-layout-grid.html#breakpoints)的**简化**实现。 +为了获得最佳的用户体验,在不同的断点下,Material Design 的接口需要适应它们的布局。 MUI 使用原始[规范](https://m2.material.io/design/layout/responsive-layout-grid.html#breakpoints)的**简化**实现。 The breakpoints are used internally in various components to make them responsive, but you can also take advantage of them for controlling the layout of your application through the [Grid](/material-ui/react-grid/) component. diff --git a/docs/data/material/customization/breakpoints/breakpoints.md b/docs/data/material/customization/breakpoints/breakpoints.md index 1856d47ccdec3a..1f79ebf9e00741 100644 --- a/docs/data/material/customization/breakpoints/breakpoints.md +++ b/docs/data/material/customization/breakpoints/breakpoints.md @@ -3,7 +3,7 @@API that enables the use of breakpoints in a wide variety of contexts.
For optimal user experience, Material Design interfaces need to be able to adapt their layout at various breakpoints. -MUI uses a **simplified** implementation of the original [specification](https://material.io/design/layout/responsive-layout-grid.html#breakpoints). +MUI uses a **simplified** implementation of the original [specification](https://m2.material.io/design/layout/responsive-layout-grid.html#breakpoints). The breakpoints are used internally in various components to make them responsive, but you can also take advantage of them diff --git a/docs/data/material/customization/color/color-pt.md b/docs/data/material/customization/color/color-pt.md index 1675f2b34001ca..f63b8cd1a486a8 100644 --- a/docs/data/material/customization/color/color-pt.md +++ b/docs/data/material/customization/color/color-pt.md @@ -2,15 +2,15 @@Transmita significado através da cor. Out of the box you get access to all colors in the Material Design guidelines.
-O [sistema de cores](https://material.io/design/color/) do Material Design pode ser usado para criar um tema que reflete sua marca ou estilo. +O [sistema de cores](https://m2.material.io/design/color/) do Material Design pode ser usado para criar um tema que reflete sua marca ou estilo. ## Escolhendo cores ### Ferramenta oficial de cores -A equipe do Material Design também criou uma ferramenta de configuração de paleta incrível: [material.io/resources/color/](https://material.io/resources/color/). Isso pode ajudar você a criar uma paleta de cores para sua UI, bem como medir o nível de acessibilidade de qualquer combinação de cores. +A equipe do Material Design também criou uma ferramenta de configuração de paleta incrível: [material.io/resources/color/](https://m2.material.io/resources/color/). Isso pode ajudar você a criar uma paleta de cores para sua UI, bem como medir o nível de acessibilidade de qualquer combinação de cores. - +颜色承载了不同的寓意。 Out of the box you get access to all colors in the Material Design guidelines.
-Material Design [颜色系统](https://material.io/design/color/) 可用于创建反映您的品牌或风格的颜色主题。 +Material Design [颜色系统](https://m2.material.io/design/color/) 可用于创建反映您的品牌或风格的颜色主题。 ## 选取颜色 ### 官方的色彩工具 -Material Design 团队也搭建了一个非常棒的调色板配置工具: [material.io/resources/color/](https://material.io/resources/color/)。 您可以用它来为 UI 创建调色板,以及检测任何颜色组合的无障碍水平。 +Material Design 团队也搭建了一个非常棒的调色板配置工具: [material.io/resources/color/](https://m2.material.io/resources/color/)。 您可以用它来为 UI 创建调色板,以及检测任何颜色组合的无障碍水平。 - +Convey meaning through color. Out of the box you get access to all colors in the Material Design guidelines.
-The Material Design [color system](https://material.io/design/color/) can be used to create a color theme that reflects your brand or style. +The Material Design [color system](https://m2.material.io/design/color/) can be used to create a color theme that reflects your brand or style. ## Picking colors ### Official color tool -The Material Design team has also built an awesome palette configuration tool: [material.io/resources/color/](https://material.io/resources/color/). +The Material Design team has also built an awesome palette configuration tool: [material.io/resources/color/](https://m2.material.io/resources/color/). This can help you create a color palette for your UI, as well as measure the accessibility level of any color combination. - +Use o auxiliar theme.spacing() para criar um espaçamento consistente entre os elementos da sua UI.
-Material-UI usa [um fator de escala recomendado de 8px](https://material.io/design/layout/understanding-layout.html) por padrão. +Material-UI usa [um fator de escala recomendado de 8px](https://m2.material.io/design/layout/understanding-layout.html) por padrão. ```js const theme = createTheme(); diff --git a/docs/data/material/customization/spacing/spacing-zh.md b/docs/data/material/customization/spacing/spacing-zh.md index da1956b07f9d48..6113452e455716 100644 --- a/docs/data/material/customization/spacing/spacing-zh.md +++ b/docs/data/material/customization/spacing/spacing-zh.md @@ -2,7 +2,7 @@使用 theme.spacing() 助手来打造 UI 元素之间的一致的间距。
-Material-UI 默认使用的是 [设计指南上建议的 8px 缩放系数](https://material.io/design/layout/understanding-layout.html)。 +Material-UI 默认使用的是 [设计指南上建议的 8px 缩放系数](https://m2.material.io/design/layout/understanding-layout.html)。 ```js const theme = createTheme(); diff --git a/docs/data/material/customization/spacing/spacing.md b/docs/data/material/customization/spacing/spacing.md index 11521c1ec7aff0..c3d02670b3a836 100644 --- a/docs/data/material/customization/spacing/spacing.md +++ b/docs/data/material/customization/spacing/spacing.md @@ -2,7 +2,7 @@Use the theme.spacing() helper to create consistent spacing between the elements of your UI.
-MUI uses [a recommended 8px scaling factor](https://material.io/design/layout/understanding-layout.html) by default. +MUI uses [a recommended 8px scaling factor](https://m2.material.io/design/layout/understanding-layout.html) by default. ```js const theme = createTheme(); diff --git a/docs/data/material/customization/theming/theming-zh.md b/docs/data/material/customization/theming/theming-zh.md index 9399a3c98c8857..fd158b674017e9 100644 --- a/docs/data/material/customization/theming/theming-zh.md +++ b/docs/data/material/customization/theming/theming-zh.md @@ -77,7 +77,7 @@ declare module '@mui/material/styles' { The community has built great tools to build a theme: - [mui-theme-creator](https://bareynol.github.io/mui-theme-creator/):一个帮助设计和定制 MUI 组件库主题的工具。 这其中包括基本的网站模板,并且展示各种组件以及它们如何受到主题的影响 -- [Material 调色板生成器](https://material.io/inline-tools/color/):您可以在 Material 调色板生成器中输入的任何颜色,它将帮您生成一系列的颜色组合。 +- [Material 调色板生成器](https://m2.material.io/inline-tools/color/):您可以在 Material 调色板生成器中输入的任何颜色,它将帮您生成一系列的颜色组合。 ## 访问一个组件中的主题 diff --git a/docs/data/material/customization/theming/theming.md b/docs/data/material/customization/theming/theming.md index 04ffb3fee2f7b6..f6cb945b9b2f4d 100644 --- a/docs/data/material/customization/theming/theming.md +++ b/docs/data/material/customization/theming/theming.md @@ -81,7 +81,7 @@ declare module '@mui/material/styles' { The community has built great tools to build a theme: - [mui-theme-creator](https://bareynol.github.io/mui-theme-creator/): A tool to help design and customize themes for the MUI component library. Includes basic site templates to show various components and how they are affected by the theme -- [Material palette generator](https://material.io/inline-tools/color/): The Material palette generator can be used to generate a palette for any color you input. +- [Material palette generator](https://m2.material.io/inline-tools/color/): The Material palette generator can be used to generate a palette for any color you input. ## Accessing the theme in a component diff --git a/docs/data/material/discover-more/languages/Languages.js b/docs/data/material/discover-more/languages/Languages.js index dabffd04fa5a55..4f65298af18b30 100644 --- a/docs/data/material/discover-more/languages/Languages.js +++ b/docs/data/material/discover-more/languages/Languages.js @@ -21,7 +21,6 @@ export default function Languages() {The following is a list of Material Design components & features. Those currently supported by MUI are highlighted ✓.
+The following is a list of Material Design components & features. Those currently supported by Material UI are highlighted ✓.
-While we strive to follow the guidelines where practical (applying +While we strive to follow the Material Design guidelines where practical (applying common sense where guidelines contradict - a more common occurrence than one might expect), we do not expect to support every component, nor every feature of every component, but rather to provide the building blocks to @@ -12,103 +12,4 @@ If you wish to add support for a component or feature not highlighted here, please search for the relevant [GitHub Issue](https://github.com/mui/material-ui/issues), or create a new one to discuss the approach before submitting a pull request. -- **[Accordion](https://material.io/archive/guidelines/components/expansion-panels.html) ✓** (_Legacy Material v1_) -- App bars - - **[Top](https://material.io/design/components/app-bars-top.html) ✓** - - **[Bottom](https://material.io/design/components/app-bars-bottom.html) ✓** -- **[Banners](https://material.io/design/components/banners.html)** ([Can be composed](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df)) -- **[Bottom navigation](https://material.io/design/components/bottom-navigation.html) ✓** -- **[Buttons](https://material.io/design/components/buttons.html) ✓** - - **[Text & contained buttons (formerly flat & raised)](https://material.io/design/components/buttons.html) ✓** - - **[Toggle buttons](https://material.io/design/components/buttons.html#buttons-toggle-buttons) ~** ([Lab](/material-ui/about-the-lab/)) - - **[Icon toggle buttons](https://material.io/design/components/buttons.html#toggle-button) ✓** (Custom Checkbox) -- **[Buttons: Floating Action Button](https://material.io/design/components/buttons-floating-action-button.html) ✓** - - Transitions: - - **[Speed dial](https://material.io/design/components/buttons-floating-action-button.html#types-of-transitions) ~** ([Lab](/material-ui/about-the-lab/)) - - [Menu](https://material.io/design/components/buttons-floating-action-button.html#types-of-transitions) - - [Morph](https://material.io/design/components/buttons-floating-action-button.html#types-of-transitions) - - [Full screen](https://material.io/design/components/buttons-floating-action-button.html#types-of-transitions) - - **[Extended FAB](https://material.io/design/components/buttons-floating-action-button.html#extended-fab) ✓** - - Speed dial -- **[Cards](https://material.io/design/components/cards.html) ✓** -- **[Chips](https://material.io/design/components/chips.html) ✓** - - **[Input](https://material.io/design/components/chips.html#input-chips) ✓** - - [Choice](https://material.io/design/components/chips.html#choice-chips) - - [Filter](https://material.io/design/components/chips.html#filter-chips) - - [Action](https://material.io/design/components/chips.html#action-chips) -- **[Data tables](https://material.io/design/components/data-tables.html) ✓** - - **Sortable ✓** - - **Selectable ✓** - - **Pagination ✓** -- **[Dialogs](https://material.io/design/components/dialogs.html) ✓** - - **[Alert dialog](https://material.io/design/components/dialogs.html#alert-dialog) ✓** - - **[Simple dialogs](https://material.io/design/components/dialogs.html#simple-dialog) ✓** (Can be composed with Dialog and List.) - - **[Confirmation dialogs](https://material.io/design/components/dialogs.html#confirmation-dialog) ✓** - - **[Full screen dialogs](https://material.io/design/components/dialogs.html#full-screen-dialog) ✓** -- **[Dividers](https://material.io/design/components/dividers.html) ✓** - - **[Full bleed](https://material.io/design/components/dividers.html#types) ✓** - - **[Inset](https://material.io/design/components/dividers.html#types) ✓** - - **[Middle](https://material.io/design/components/dividers.html#types) ✓** - - **[Subheader](https://material.io/design/components/dividers.html#types) ✓** -- **[Image lists](https://material.io/components/image-lists) ✓** -- **[Lists](https://material.io/design/components/lists.html) ✓** - - [Types:](https://material.io/design/components/lists.html#types) - - **Single line ✓** - - **Two line ✓** - - Three line - - **Avatar ✓** - - **Icon ✓** - - Thumbnail - - **Controls ✓** - - **Checkbox ✓** - - **Expand/collapse ✓** (AKA Nested) - - **Switch ✓** - - Reorder -- **[Menus](https://material.io/design/components/menus.html) ✓** - - **[Dropdown menu](https://material.io/design/components/menus.html#dropdown-menu) ✓** (Can be composed) - - [Cascade](https://material.io/design/components/menus.html#dropdown-menu) - - [Exposed dropdown menus](https://material.io/design/components/menus.html#exposed-dropdown-menu) - - **Text field dropdown menu ✓** (Select) - - Editable dropdown menu - - **Contextual ✓** -- **[Progress indicators](https://material.io/design/components/progress-indicators.html) ✓** - - **[Linear](https://material.io/design/components/progress-indicators.html#linear-progress-indicators) ✓** - - **[Circular](https://material.io/design/components/progress-indicators.html#circular-progress-indicators) ✓** - - **[Loading](https://material.io/archive/guidelines/components/progress-activity.html) ✓** (_Legacy Material v1_) -- **[Selection controls](https://material.io/design/components/selection-controls.html) ✓** - - **[Checkbox](https://material.io/design/components/selection-controls.html#checkboxes) ✓** - - **[Radio button](https://material.io/design/components/selection-controls.html#radio-buttons) ✓** - - **[Switch](https://material.io/design/components/selection-controls.html#switches) ✓** -- **[Sliders](https://material.io/design/components/sliders.html) ✓** - - **[Continuous](https://material.io/design/components/sliders.html#continuous-slider) ✓** - - **[Discrete](https://material.io/design/components/sliders.html#discrete-slider) ✓** -- **[Snackbars](https://material.io/design/components/snackbars.html) ✓** (_Legacy Material v1_) -- **[Subheaders](https://material.io/archive/guidelines/components/subheaders.html) ✓** (_Legacy Material v1_) - - **[List](https://material.io/archive/guidelines/components/subheaders.html#subheaders-list-subheaders) ✓** - - **[Grid](https://material.io/archive/guidelines/components/subheaders.html#subheaders-list-subheaders) ✓** - - [Menu](https://material.io/archive/guidelines/components/subheaders.html#subheaders-list-subheaders) -- **[Steppers](https://material.io/archive/guidelines/components/steppers.html) ✓** (_Legacy Material v1_) - - **[Horizontal](https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steppers) ✓** - - **[Vertical](https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steppers) ✓** - - **[Mobile steps](https://material.io/archive/guidelines/components/steppers.html#steppers-types-of-steps) ✓** -- **[Tabs](https://material.io/design/components/tabs.html) ✓** - - **[Fixed tabs](https://material.io/design/components/tabs.html#fixed-tabs) ✓** - - **[Scrollable tabs](https://material.io/design/components/tabs.html#scrollable-tabs) ✓** -- **[Text fields](https://material.io/design/components/text-fields.html) ✓** - - **[Standard](https://material.io/archive/guidelines/components/text-fields.html) ✓** (Legacy Material v1) - - **[Filled](https://material.io/design/components/text-fields.html#filled-text-field) ✓** - - **[Outline](https://material.io/design/components/text-fields.html#outlined-text-field) ✓** - - [Types](https://material.io/design/components/text-fields.html#input-types): - - **Single-line ✓** - - **Multi-line ✓** - - Text-area - - **Full-width ✓** - - [Assistive elements:](https://material.io/design/components/text-fields.html#anatomy) - - **Helper text ✓** - - **Error message ✓** - - **Icons ✓** - - Character counter -- **[Toolbars](https://material.io/archive/guidelines/components/toolbars.html) ✓** (Legacy Material v1) -- **[Tooltips](https://material.io/design/components/tooltips.html) ✓** -- **Desktop ✓** -- **Mobile ✓** +{{"demo": "MaterialUIComponents.js", "hideToolbar": true, "bg": true}} diff --git a/docs/data/material/guides/responsive-ui/responsive-ui-pt.md b/docs/data/material/guides/responsive-ui/responsive-ui-pt.md index 6e9771d89b356b..e3e2566b8f1c18 100644 --- a/docs/data/material/guides/responsive-ui/responsive-ui-pt.md +++ b/docs/data/material/guides/responsive-ui/responsive-ui-pt.md @@ -2,7 +2,7 @@Os leiautes de Material Design incentivam a consistência entre plataformas, ambientes e tamanhos de tela usando elementos uniformes e espaçamento.
-[Leiautes responsivos](https://material.io/design/layout/responsive-layout-grid.html) em Material Design adaptam-se a qualquer tamanho de tela possível. Fornecemos os seguintes modos para tornar a interface do usuário responsiva: +[Leiautes responsivos](https://m2.material.io/design/layout/responsive-layout-grid.html) em Material Design adaptam-se a qualquer tamanho de tela possível. Fornecemos os seguintes modos para tornar a interface do usuário responsiva: - [Grid](/material-ui/react-grid/): The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts. - [Container](/material-ui/react-container/): The container centers your content horizontally. É o elemento de leiaute mais básico. diff --git a/docs/data/material/guides/responsive-ui/responsive-ui-zh.md b/docs/data/material/guides/responsive-ui/responsive-ui-zh.md index 57dc15e1fda83a..0edc9ff1c8dc5d 100644 --- a/docs/data/material/guides/responsive-ui/responsive-ui-zh.md +++ b/docs/data/material/guides/responsive-ui/responsive-ui-zh.md @@ -2,7 +2,7 @@Material Design 布局鼓励通过使用统一的元素和间距来实现跨平台、跨环境、不同屏幕尺寸下的一致性。
-Material Design 中的 [响应式布局](https://material.io/design/layout/responsive-layout-grid.html) 可适配任何可能的屏幕尺寸。 我们提供以下工具以实现响应式 UI: +Material Design 中的 [响应式布局](https://m2.material.io/design/layout/responsive-layout-grid.html) 可适配任何可能的屏幕尺寸。 我们提供以下工具以实现响应式 UI: - [Grid](/material-ui/react-grid/): The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts. - [Container](/material-ui/react-container/): The container centers your content horizontally. 这是最基本的布局元素。 diff --git a/docs/data/material/guides/responsive-ui/responsive-ui.md b/docs/data/material/guides/responsive-ui/responsive-ui.md index 782bde585b4fe9..728c8705013d7b 100644 --- a/docs/data/material/guides/responsive-ui/responsive-ui.md +++ b/docs/data/material/guides/responsive-ui/responsive-ui.md @@ -2,7 +2,7 @@Material Design layouts encourage consistency across platforms, environments, and screen sizes by using uniform elements and spacing.
-[Responsive layouts](https://material.io/design/layout/responsive-layout-grid.html) in Material Design adapt to any possible screen size. +[Responsive layouts](https://m2.material.io/design/layout/responsive-layout-grid.html) in Material Design adapt to any possible screen size. We provide the following helpers to make the UI responsive: - [Grid](/material-ui/react-grid/): The Material Design responsive layout grid adapts to screen size and orientation, ensuring consistency across layouts. diff --git a/docs/data/material/migration/migration-v4/v5-component-changes-pt.md b/docs/data/material/migration/migration-v4/v5-component-changes-pt.md index e9d3adf6d4c2bc..2031d9df0e8adf 100644 --- a/docs/data/material/migration/migration-v4/v5-component-changes-pt.md +++ b/docs/data/material/migration/migration-v4/v5-component-changes-pt.md @@ -40,7 +40,7 @@ Remove z-index when position static and relative. This avoids the creation of a ### Replace color prop for dark mode -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. +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. ```jsx{ * * Demos: * - * - [App bar](https://mui.com/material-ui/react-app-bar/) + * - [App Bar](https://mui.com/material-ui/react-app-bar/) * * API: * diff --git a/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts b/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts index d27fd8d18c1e29..8e8b724458ca40 100644 --- a/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts +++ b/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts @@ -42,7 +42,7 @@ export interface BottomNavigationTypeMap
* Demos: * * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Radio button](https://mui.com/material-ui/react-radio-button/) + * - [Radio Group](https://mui.com/material-ui/react-radio-button/) * - [Switch](https://mui.com/material-ui/react-switch/) * - [Text Field](https://mui.com/material-ui/react-text-field/) * diff --git a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts index bc4fb55b2f92ca..e4e5774d5e3717 100644 --- a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts +++ b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts @@ -76,7 +76,7 @@ export interface FormControlLabelProps * Demos: * * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Radio button](https://mui.com/material-ui/react-radio-button/) + * - [Radio Group](https://mui.com/material-ui/react-radio-button/) * - [Switch](https://mui.com/material-ui/react-switch/) * * API: diff --git a/packages/mui-material/src/FormLabel/FormLabel.d.ts b/packages/mui-material/src/FormLabel/FormLabel.d.ts index c4171159a14735..1b52e961599bf3 100644 --- a/packages/mui-material/src/FormLabel/FormLabel.d.ts +++ b/packages/mui-material/src/FormLabel/FormLabel.d.ts @@ -60,7 +60,7 @@ export interface FormLabelTypeMap
* Demos: * * - [Checkbox](https://mui.com/material-ui/react-checkbox/) - * - [Radio button](https://mui.com/material-ui/react-radio-button/) + * - [Radio Group](https://mui.com/material-ui/react-radio-button/) * - [Switch](https://mui.com/material-ui/react-switch/) * * API: diff --git a/packages/mui-material/src/ImageList/ImageList.d.ts b/packages/mui-material/src/ImageList/ImageList.d.ts index 277433e45b49ee..6b3b1b302f1b18 100644 --- a/packages/mui-material/src/ImageList/ImageList.d.ts +++ b/packages/mui-material/src/ImageList/ImageList.d.ts @@ -51,7 +51,7 @@ export interface ImageListTypeMap
{ * * Demos: * - * - [Image list](https://mui.com/material-ui/react-image-list/) + * - [Image List](https://mui.com/material-ui/react-image-list/) * * API: * diff --git a/packages/mui-material/src/ImageListItem/ImageListItem.d.ts b/packages/mui-material/src/ImageListItem/ImageListItem.d.ts index 2538f261b84ebb..6fbdc4296cfbb4 100644 --- a/packages/mui-material/src/ImageListItem/ImageListItem.d.ts +++ b/packages/mui-material/src/ImageListItem/ImageListItem.d.ts @@ -35,7 +35,7 @@ export interface ImageListItemTypeMap
= OverridableComponent