diff --git a/.github/ISSUE_TEMPLATE/1.bug.md b/.github/ISSUE_TEMPLATE/1.bug.md
index d1e93ed08d31d6..da9c3cdc475076 100644
--- a/.github/ISSUE_TEMPLATE/1.bug.md
+++ b/.github/ISSUE_TEMPLATE/1.bug.md
@@ -30,9 +30,9 @@ labels: 'status: needs triage'
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant (which it most likely is).
- You should use the official codesandbox template as a starting point: https://material-ui.com/r/issue-template-next
+ You should use the official codesandbox template as a starting point: https://mui.com/r/issue-template-next
- If you have an issue concerning TypeScript please start from this TypeScript playground: https://material-ui.com/r/ts-issue-template
+ If you have an issue concerning TypeScript please start from this TypeScript playground: https://mui.com/r/ts-issue-template
Issues without some form of live example have a longer response time.
-->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index f27c03b69e9137..00be3b5daa48e8 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: false # force the usage of a template
contact_links:
- name: Support โ
- url: https://material-ui.com/getting-started/support/
+ url: https://mui.com/getting-started/support/
about: I need support with MUI.
\ No newline at end of file
diff --git a/.github/support.yml b/.github/support.yml
index c1eabe9d7e0c4e..25907292522056 100644
--- a/.github/support.yml
+++ b/.github/support.yml
@@ -11,7 +11,7 @@ supportComment: |
We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.
- For support, please check out https://material-ui.com/getting-started/support/. Thanks!
+ For support, please check out https://mui.com/getting-started/support/. Thanks!
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0f33c63ee6166..718954be28eae9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-### [Versions](https://material-ui.com/versions/)
+### [Versions](https://mui.com/versions/)
## 5.0.0-rc.1
@@ -88,8 +88,8 @@ _Sep 1, 2021_
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
- ๐ Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui-org/material-ui/discussions/27803).
-- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://material-ui.com/guides/migration-v4/#preset-safe)
-- ๐งช Added new `` component to the lab, [check it out](https://material-ui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
+- ๐ Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
+- ๐งช Added new `` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐!
### `@mui/material@5.0.0-rc.0`
@@ -579,16 +579,16 @@ _Jul 14, 2021_
A big thanks to the 17 contributors who made this release possible. Here are some highlights โจ:
- โจ We have introduced a new unstyled component: the Switch (#26688) @michaldudak
- You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://material-ui.com/components/switches/#unstyled-switches), and a hook: [`useSwitch`](https://material-ui.com/components/switches/#useswitch-hook).
+ You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://mui.com/components/switches/#unstyled-switches), and a hook: [`useSwitch`](https://mui.com/components/switches/#useswitch-hook).
-
+
You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
- ๐ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
- You can find the new [default values](https://material-ui.com/customization/palette/#default-values) in the documentation.
+ You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
-
+
### `@material-ui/core@5.0.0-beta.1`
@@ -828,12 +828,12 @@ A big thanks to the 18 contributors who made this release possible. Here are som
- ๐ We have only 2 left in the [breaking changes](https://github.com/mui-org/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).
-
+
-- ๐ก `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://material-ui.com/components/buttons/#sizes-2).
+- ๐ก `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://mui.com/components/buttons/#sizes-2).
- โฟ๏ธ We have improved the default style of the `Link` to be more accessible (#26145) @ahmed-28
-
+
### `@material-ui/core@5.0.0-alpha.38`
@@ -911,13 +911,13 @@ 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://material-ui.com/components/slider/).
+ 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/).
-
+
- You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://material-ui.com/components/slider/#sizes).
+ You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://mui.com/components/slider/#sizes).
-
+
- [IconButton] Remove label span (#26801) @siriwatknp
@@ -1038,7 +1038,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
```
- Head to the [documentation](https://material-ui.com/components/grid/#responsive-values) for more details.
+ Head to the [documentation](https://mui.com/components/grid/#responsive-values) for more details.
- โ๏ธ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
@@ -1148,10 +1148,10 @@ A big thanks to the 14 contributors who made this release possible. Here are som
We're confident that its API shouldn't receive any major changes until the stable release of v5 (#26558) @mnajdova.
- ๐ฆ `@material-ui/icons` only ships ES modules and no longer CommonJS modules.
This reduces the download size of the package from 1.7 MB to 1.2 MB and install size from 15.6 MB to 6.7 MB (#26310) @eps1lon.
-- ๐ Add support for [row and column spacing](https://material-ui.com/components/grid/#row-amp-column-spacing) in the Grid component (#26559) @likitarai1.
+- ๐ Add support for [row and column spacing](https://mui.com/components/grid/#row-amp-column-spacing) in the Grid component (#26559) @likitarai1.
- Note that this feature was already available for [CSS grid users](https://material-ui.com/components/grid/#css-grid-layout) with the `rowGap` and `columnGap` props.
+ Note that this feature was already available for [CSS grid users](https://mui.com/components/grid/#css-grid-layout) with the `rowGap` and `columnGap` props.
### `@material-ui/core@5.0.0-alpha.36`
@@ -1492,7 +1492,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
/>
```
-> Follow [this link](https://material-ui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
+> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
#### Changes
@@ -1743,7 +1743,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
- [withWidth] Remove API (#26136) @m4theushw
- Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://material-ui.com/components/use-media-query/#migrating-from-withwidth).
+ Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://mui.com/components/use-media-query/#migrating-from-withwidth).
- [Autocomplete] Rename values of the reason argument (#26172) @m4theushw
@@ -2382,7 +2382,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
- See the documentation for [more details](https://material-ui.com/components/stack/).
+ See the documentation for [more details](https://mui.com/components/stack/).
- And many more ๐ bug fixes and ๐ improvements.
@@ -2783,7 +2783,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
```
- ๐
Focus on the date pickers, 5 fixes and 3 docs improvements.
-- ๐
Provide a new [`darkScrollbar()`](https://material-ui.com/components/css-baseline/#scrollbars) CSS utility to improve the native scrollbar in dark mode. The documentation uses it.
+- ๐
Provide a new [`darkScrollbar()`](https://mui.com/components/css-baseline/#scrollbars) CSS utility to improve the native scrollbar in dark mode. The documentation uses it.
### `@material-ui/core@5.0.0-alpha.25`
@@ -3632,7 +3632,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
);
```
- This enforces emotion being injected first. [More details](https://material-ui.com/guides/interoperability/#css-injection-order) in the documentation.
+ This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
@@ -3768,11 +3768,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
A big thanks to the 34 contributors who made this release possible. Here are some highlights โจ:
- ๐
Migrate the date picker to the lab (#22692) @dmtrKovalenko.
- We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://material-ui.com/components/pickers/).
+ We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
While the source code is currently hosted in the [main repository](https://github.com/mui-org/material-ui), we might move it to the [x repository](https://github.com/mui-org/material-ui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
-- ๐ Revamp the documentation for [the system](https://material-ui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
+- ๐ Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
- ๐ฉโ๐จ Upgrade emotion to v11 (#23007) @mnajdova.
- And many more ๐ bug fixes and ๐ improvements.
@@ -3874,7 +3874,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
- โ๏ธ Add support for React 17 (#23311) @eps1lon.
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material-UI now supports `^16.8.0 || ^17.0.0`.
- ๐ Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
- This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://material-ui.com/components/slider-styled/#unstyled-slider) as the styled version.
+ This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
**Why an unstyled package?**
@@ -3884,7 +3884,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui-org/material-ui/issues/22485) (not Material Design based).
- A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material-UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://material-ui.com/components/autocomplete/#useautocomplete) or [usePagination](https://material-ui.com/components/pagination/#usepagination).
+ A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material-UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
@@ -4156,7 +4156,7 @@ A big thanks to the 25 contributors who made this release possible.
Here are some highlights โจ:
- ๐ฆ Ship modern bundle (#22814) @eps1lon.
- This is a significant update to the [browsers supported](https://material-ui.com/getting-started/supported-platforms/) by Material-UI.
+ This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -4167,13 +4167,13 @@ Here are some highlights โจ:
The change yields a 6% reduction in bundle size ๐ฆ (Babel only).
In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
- Check the updated [Supported platforms documentation](https://material-ui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://material-ui.com/guides/minimizing-bundle-size/).
+ Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
- ๐ Improve the internal benchmark suite (#22923, #23058) @mnajdova.
- This was a prerequisite step to improve the [system](https://material-ui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
-- โ๏ธ A new blog post: [Q3 2020 Update](https://material-ui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
+ This was a prerequisite step to improve the [system](https://mui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
+- โ๏ธ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
- ๐ Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
- And many more ๐ bug fixes and ๐ improvements.
@@ -4286,7 +4286,7 @@ Here are some highlights โจ:
The early benchmark we have run shows that performance has improved. We will share more detailed results in #21657.
- ๐ Migrate a large portion of the tests from enzyme to react-testing-library @eladmotola, @baterson, @bewong89, @devrasec, @guillermaster, @itamar244, @jeferson-sb, @The24thDS.
Last month, react-testing-library had [more downloads](https://npm-stat.com/charts.html?package=enzyme&package=%40testing-library%2Freact&from=2019-10-10&to=2020-10-10) than enzyme in the ecosystem!
-- ๐ท Add support for tooltips [following the cursor](https://material-ui.com/components/tooltips/#follow-cursor) (#22876) @xtrixia.
+- ๐ท Add support for tooltips [following the cursor](https://mui.com/components/tooltips/#follow-cursor) (#22876) @xtrixia.
- And many more ๐ bug fixes and ๐ improvements.
### `@material-ui/core@v5.0.0-alpha.12`
@@ -4507,23 +4507,23 @@ Here are some highlights โจ:
- ๐ฉโ๐จ A first iteration on the new styling solution.
- You can find a [new version](https://material-ui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
+ You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
In the event that you are already using styled-components in your application, you can swap emotion for styled-components ๐
. Check [this CodeSandbox](https://codesandbox.io/s/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
- Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://material-ui.com/system/basics/)).
+ Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
This change has been in our roadmap for more than a year.
We announced it in the [v4 release blog post](https://medium.com/material-ui/material-ui-v4-is-out-4b7587d1e701) as a direction v5 would take.
- ๐ A first iteration on the unstyled components.
- You can find a [new version](https://material-ui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
+ You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
-- โก๏ธ A first alpha of the [DataGrid](https://material-ui.com/components/data-grid/) component.
+- โก๏ธ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
@@ -4943,7 +4943,7 @@ const theme = createMuiTheme({
});
```
-- โจ Add [text in divider](https://material-ui.com/components/dividers/#dividers-with-text) support (#22285) @ShehryarShoukat96
+- โจ Add [text in divider](https://mui.com/components/dividers/#dividers-with-text) support (#22285) @ShehryarShoukat96
```jsx
{'CENTER'}
@@ -5258,9 +5258,9 @@ Here are some highlights โจ:
;
```
- More details in [the documentation](https://material-ui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
+ More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
-- ๐ฎ Add documentation for the [TrapFocus](https://material-ui.com/components/trap-focus/) component (#22062) @oliviertassinari.
+- ๐ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
- โ๏ธ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
- ๐ง We have undertaken breaking changes.
@@ -5766,7 +5766,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
/>
```
-- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://material-ui.com/system/basics/) (#21413) @mnajdova.
+- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
```diff
-import Typography from '@material-ui/core/Typography';
diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md
index 16d032d60699e4..ad2f1b40a19098 100644
--- a/CHANGELOG.old.md
+++ b/CHANGELOG.old.md
@@ -391,7 +391,7 @@ A big thanks to the 8 contributors who made this release possible.
- [blog] Post survey results 2020 (#21555) @mnajdova
- [docs] Add new gold sponsor @oliviertassinari
- [docs] CodeFund is shutting down (#21632) @oliviertassinari
-- [docs] Enable next.material-ui.com sub-domain @oliviertassinari
+- [docs] Enable next.mui.com sub-domain @oliviertassinari
- [docs] Fix ad issues @oliviertassinari
- [docs] Fix version in localized urls (#21442) @tchmnn
- [docs] Sync translations (#21445) @oliviertassinari
@@ -410,13 +410,13 @@ A big thanks to the 8 contributors who made this release possible.
We are moving all ongoing efforts to v5 (`next` branch) โจ.
This means a feature freeze on v4. The development of this version will be limited to important bug fixes, security patches, and easing the upgrade path to v5.
-You can follow our progress on the [v5 milestone](https://github.com/mui-org/material-ui/milestone/35). We will make the documentation of the v5 alpha releases available under https://next.material-ui.com/, starting next week (weekly releases, as usual).
+You can follow our progress on the [v5 milestone](https://github.com/mui-org/material-ui/milestone/35). We will make the documentation of the v5 alpha releases available under https://next.mui.com/, starting next week (weekly releases, as usual).
A big thanks to the 19 contributors who made this release possible. Here are some highlights โจ:
- Introduce a new Timeline component (#21331) @mnajdova.
- You can find the component in the [lab](https://material-ui.com/components/timeline/).
+ You can find the component in the [lab](https://mui.com/components/timeline/).
- Simplify the theme overrides with TypeScript for the components in the lab (#21279) @CarsonF.
@@ -441,7 +441,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
- Minify error messages in production (#21214) @eps1lon.
Using the [React error decoder](https://reactjs.org/docs/error-decoder.html/) as inspiration, the exceptions thrown by Material-UI in production are now minified.
- You will be redirected to the documentation to [decode the error](https://material-ui.com/production-error/?code=4&args%5B%5D=500).
+ You will be redirected to the documentation to [decode the error](https://mui.com/production-error/?code=4&args%5B%5D=500).
### `@material-ui/core@v4.10.2`
@@ -558,9 +558,9 @@ Here are some highlights โจ:
```
- Follow [the docs to learn more](https://material-ui.com/components/skeleton/#inferring-dimensions).
+ Follow [the docs to learn more](https://mui.com/components/skeleton/#inferring-dimensions).
- โฟ๏ธ Add tabs accessibility docs section (#20965) @eps1lon.
- The behavior of the [keyboard navigation](https://material-ui.com/components/tabs/#keyboard-navigation) can be customized with the `selectionFollowsFocus` prop.
+ The behavior of the [keyboard navigation](https://mui.com/components/tabs/#keyboard-navigation) can be customized with the `selectionFollowsFocus` prop.
- โน Improve tooltip arrow customizability (#21095) @sakulstra.
The arrow background color and border can now be customized independently.
@@ -2201,7 +2201,7 @@ Here are some highlights โจ:
- ๐ Introduce a new Autocomplete component in the lab to support the autocomplete, combobox and multi-select use cases (#17037) @dreamsinspace.
- This [new component](https://material-ui.com/components/autocomplete/) will replace the [third-party integration examples](https://material-ui.com/components/integrated-autocomplete/) once it graduates from the lab to the core.
+ This [new component](https://mui.com/components/autocomplete/) will replace the [third-party integration examples](https://mui.com/components/integrated-autocomplete/) once it graduates from the lab to the core.
It was one of the [most requested features](https://twitter.com/MaterialUI/status/1148901411180163073) (by number of ๐ on the corresponding issue).
- ๐ Show the JSX by default for small examples (#17831) @mbrookes.
@@ -2321,11 +2321,11 @@ Here are some highlights โจ:
This change removes the need to install the `@material-ui/styles` package directly.
It prevents the duplication of `@material-ui/styles` in bundles and avoids confusion.
- You can [learn more about the difference](https://material-ui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation.
+ You can [learn more about the difference](https://mui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation.
- โฟ๏ธ Improve the accessibility of the table and select components (#17696, #17773) @adeelibr, @eps1lon.
- ๐ Launch a [developer survey](https://www.surveymonkey.com/r/5XHDL76) as a precursor to a major DatePicker enhancement effort.
-- ๐ Add support for different [slider track mode](https://material-ui.com/components/slider/#track) (#17714) @slipmat.
+- ๐ Add support for different [slider track mode](https://mui.com/components/slider/#track) (#17714) @slipmat.
- And many more ๐ bug fixes and ๐ improvements.
### `@material-ui/core@v4.5.1`
@@ -2724,7 +2724,7 @@ A big thanks to the 22 contributors who made this release possible!
Here are some highlights โจ:
-- ๐ Introduce a [material icons search](https://material-ui.com/components/material-icons/) (#16956).
+- ๐ Introduce a [material icons search](https://mui.com/components/material-icons/) (#16956).
- And many more ๐ bug fixes and ๐ improvements.
### `@material-ui/core@v4.3.3`
@@ -2878,11 +2878,11 @@ Here are some highlights โจ:
This is a first step toward a feature rich tree view component.
We will keep iterate on it to add customization demos, filter, drag and drop, and checkboxes.
- You can find the documentation under [this URL](https://material-ui.com/components/tree-view/).
+ You can find the documentation under [this URL](https://mui.com/components/tree-view/).
- ๐ Support vertical tabs (#16628) @josephpung.
- You can learn more about it following [this URL](https://material-ui.com/components/tabs/#vertical-tabs).
+ You can learn more about it following [this URL](https://mui.com/components/tabs/#vertical-tabs).
- ๐ Remove the prop-types from TypeScript demos (#16521) @merceyz.
@@ -2911,7 +2911,7 @@ Here are some highlights โจ:
- ๐ Support small switch (#16620) @darkowic.
- You can learn more about it following [this URL](https://material-ui.com/components/switches/#sizes).
+ You can learn more about it following [this URL](https://mui.com/components/switches/#sizes).
- And many more ๐ bug fixes and ๐ improvements.
@@ -3392,7 +3392,7 @@ Here are some highlights โจ:
- [docs] Make demos linkable (#16063) @eps1lon
- [docs] Migrate Popover demo to Hooks (#16074) @nikhilem
- [docs] Migrate batch of demos to hooks/typescript (#16003) @merceyz
-- [docs] Move the themes to themes.material-ui.com (#15983) @oliviertassinari
+- [docs] Move the themes to themes.mui.com (#15983) @oliviertassinari
- [docs] Remove duplicate font icons instruction (#16066) @hubgit
- [docs] Remove extraneous link to migration helper (#16082) @charlax
- [docs] Remove unsupported textDense styles (#16057) @sadika9
@@ -3552,7 +3552,7 @@ Here are some highlights โจ:
- [docs] Minor fixes (#15836) @mbrookes
- [docs] Minor improvements to codesandbox demos and examples (#15857) @eps1lon
- [docs] Move links to the master branch (#15830) @oliviertassinari
-- [docs] Redirect next.material-ui.com to material-ui.com (#15838) @mbrookes
+- [docs] Redirect next.mui.com to mui.com (#15838) @mbrookes
- [docs] Update Installation.md for v4.0.0 (#15818) @hinsxd
- [docs] Update the translations (#15807) @mbrookes
- [docs] Update the v4 blog post (#15862) @mbrookes
@@ -3846,7 +3846,7 @@ We will focus or effort on the stability of the library for the next two weeks.
We don't plan more breaking changes, at the exception of changes that are required to fix bugs or that have minor impacts.
We hope we can release v4 on May 15th, one year after v1.
-Please try the beta out! You can find an [upgrade guide](https://material-ui.com/guides/migration-v3/) to ease the transition.
+Please try the beta out! You can find an [upgrade guide](https://mui.com/guides/migration-v3/) to ease the transition.
You will learn more about v4 in the final release blog post and our plans for the future.
### `@material-ui/core@v4.0.0-beta.0`
@@ -3981,7 +3981,7 @@ Here are the last breaking changes we want to introduce:
We have done a lot of changes in the alpha phase.
The beta phase will be used to stabilize the library, we might have introduced bugs.
-We will encourage people to try the beta out. We hope the migration will be smooth [with the upgrade guide](https://material-ui.com/guides/migration-v3/).
+We will encourage people to try the beta out. We hope the migration will be smooth [with the upgrade guide](https://mui.com/guides/migration-v3/).
We hope 2-3 weeks of beta will be enough. We plan on releasing v4 stable in May.
@@ -4855,7 +4855,7 @@ Remove the first option argument of `withTheme()`. The first argument was a plac
This is our first unstable release toward Material-UI v4.0.0. We try to release a major every 6-12 months.
This gives us the opportunity to remove deprecated APIs, upgrade our peer dependencies and more importantly, keep up with the direction the community is taking.
-- You can find the documentation following this URL: https://material-ui.com/.
+- You can find the documentation following this URL: https://mui.com/.
- You can track our progress following this URL: https://github.com/mui-org/material-ui/milestone/25.
A A big thanks to the 28 contributors who made this release possible!
@@ -4893,7 +4893,7 @@ In order to support arbitrary spacing values and to remove the need to mentally
+ spacing: PropTypes.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]),
```
-Going forward, you can use the theme to implement a custom Grid spacing transformation function: https://material-ui.com/system/spacing/#transformation.
+Going forward, you can use the theme to implement a custom Grid spacing transformation function: https://mui.com/system/spacing/#transformation.
- [theme] Make theme.palette.augmentColor() pure (#13899) @ryancogswell
@@ -5068,10 +5068,10 @@ A big thanks to the 16 contributors who made this release possible!
Here are some highlights โจ:
- โ๏ธ Add a new Breadcrumb component to the lab (#14084) @mbrookes
- https://material-ui.com/lab/breadcrumbs
+ https://mui.com/lab/breadcrumbs
- ๐ AppBar and Textfield demos in TypeScript (#13229) @eps1lon
- ๐ Prepare support for 5 new documentation languages
- https://translate.material-ui.com/project/material-ui-docs
+ https://translate.mui.com/project/material-ui-docs
- And many more ๐ bug fixes and ๐ documentation improvements.
### `@material-ui/core@v3.9.2`
@@ -5373,7 +5373,7 @@ Here are some highlights โจ:
- System package ๐ & Box component ๐ ๏ธ
- Demos 100% powered by React hooks โ๏ธ (#13497) @adeelibr
- Massive speed-up of the SSR performance ๐
-- A new Instagram demo theme ๐
https://material-ui.com/premium-themes/instapaper/
+- A new Instagram demo theme ๐
https://mui.com/premium-themes/instapaper/
- And many more ๐ bug fixes and ๐ documentation improvements.
### `@material-ui/core@v3.8.0`
@@ -5442,7 +5442,7 @@ A big thanks to the 15 contributors who made this release possible!
Here are some highlights โจ:
- โ๏ธ Introduce a new useMediaQuery hook (#13867) @joshwooding
- https://material-ui.com/layout/use-media-query
+ https://mui.com/layout/use-media-query
- โ๏ธ Support uncontrolled RadioGroup mode (#13929) @rfbotto
- And many more ๐ bug fixes and ๐ documentation improvements.
@@ -5496,7 +5496,7 @@ Here are some highlights โจ:
#### Deprecations
We are allowing more align variants (left, center, right, inherit, justify).
-Following our [API guideline](https://material-ui.com/guides/api/), we are using an enum over a boolean.
+Following our [API guideline](https://mui.com/guides/api/), we are using an enum over a boolean.
Keep in mind that monetary or generally number fields **should be right aligned** as that allows
you to add them up quickly in your head without having to worry about decimals.
@@ -5554,7 +5554,7 @@ A big thanks to the 20 contributors who made this release possible!
Here are some highlights โจ:
- ๐จ Add a new Onepirate theme demo (#13769) @oliviertassinari
- You can preview it following [this link](https://material-ui.com/premium-themes/paperbase/).
+ You can preview it following [this link](https://mui.com/premium-themes/paperbase/).
- ๐ Add virtualized table demo (#13786) @joshwooding
- ๐ Avoid unnecessary Table re-rendering (#13832) @petrjaros
- And many more ๐ bug fixes and documentation improvements.
@@ -5670,7 +5670,7 @@ As a consequence, this is a dense release.
Here are some highlights โจ:
- ๐จ Add a new Firebase theme demo (#13579) @siriwatknp.
- You can preview it following [this link](https://material-ui.com/premium-themes/paperbase/).
+ You can preview it following [this link](https://mui.com/premium-themes/paperbase/).
- โ๏ธ Introduce a new Fab component (#13573) @mbrookes.
- โ Fix more StrictMode warnings (#13590) @eps1lon.
- And many more ๐ bug fixes and ๐ documentation improvements.
@@ -6149,7 +6149,7 @@ A big thanks to the 18 contributors who made this release possible!
Here are some highlights โจ:
- ๐
Update the Typography implementation to better follow the specification (#12916) @eps1lon.
-- ๐ Enable [translating the documentation into Chinese](https://translate.material-ui.com) @mbrookes.
+- ๐ Enable [translating the documentation into Chinese](https://translate.mui.com) @mbrookes.
- ๐ Fix many SEO issues of the docs.
- And many more bug fixes ๐ and documentation improvements.
@@ -6161,7 +6161,7 @@ Here are some highlights โจ:
This is a backward compatible change.
You can opt-in the usage of the new Material Design typography specification.
-To learn more about the upgrade path, follow https://material-ui.com/style/typography/#migration-to-typography-v2.
+To learn more about the upgrade path, follow https://mui.com/style/typography/#migration-to-typography-v2.
- [Button] Deprecate flat and raised variant naming (#13113) @eps1lon
@@ -7402,7 +7402,7 @@ N/A
Our first stable v1 release! ๐
It has taken us two years to do it, but Material-UI v1 has finally arrived!
-We are so excited about this release, as it's setting a new course for the project. Thank you to _everyone_, especially to [the team](https://material-ui.com/discover-more/team/), and to everyone who's contributed code, issue triage, and support. **Thank you**.
+We are so excited about this release, as it's setting a new course for the project. Thank you to _everyone_, especially to [the team](https://mui.com/discover-more/team/), and to everyone who's contributed code, issue triage, and support. **Thank you**.
Some statistics with v1 while it was in alpha and beta:
@@ -8061,7 +8061,7 @@ A big thanks to the 25 contributors who made this release possible.
Here are some highlights โจ:
-- Add a [swipeable drawer](https://material-ui.com/demos/drawers/#swipeable-temporary-drawer) component (#9730) @leMaik.
+- Add a [swipeable drawer](https://mui.com/demos/drawers/#swipeable-temporary-drawer) component (#9730) @leMaik.
- Add a [StackBlitz](https://stackblitz.com/) edit link (#10758).
- Add a new npm package: [@material-ui/docs](https://www.npmjs.com/package/@material-ui/docs) (#10699).
- And many more bug fixes and documentation improvements.
@@ -8070,7 +8070,7 @@ Here are some highlights โจ:
- [Grid] Change the default spacing value: 0 (#10768) @oliviertassinari
-The negative margin implementation solution currently used comes with [serious limitations](https://material-ui.com/components/grid/#negative-margin).
+The negative margin implementation solution currently used comes with [serious limitations](https://mui.com/components/grid/#negative-margin).
Material-UI is the only library with a non-zero default spacing between the items.
Having zero spacing by default will ease the usage of the component.
@@ -11660,7 +11660,7 @@ We are now at 93.53%. That's pretty great.
One year ago, we were struggling with removing all the mixins from the project.
Now, it's about rewriting all the components.
We're going to try doing frequent alpha releases to keep some intertia. At least once per week would be good.
-As always, we are keeping the [documentation](https://material-ui.com) up to date.
+As always, we are keeping the [documentation](https://mui.com) up to date.
#### Component Fixes / Enhancements
@@ -12361,7 +12361,7 @@ to ease your pain. checkout the
- [Core] Remove default theme handling from components (#3820)
As of now you will need to provide theme on context, see:
-https://v0.material-ui.com/#/customization/themes
+https://v0.mui.com/#/customization/themes
- [Core] Removed redundant default export from the main library `index.js`.
@@ -13124,7 +13124,7 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.
- `ThemeManager` produces `mui theme` from `raw theme`. Raw themes may be user-defined.
- Functions in `ThemeManager` allow to modify theme variables. Component-level styles may be
- overridden in the `mui theme`.
- - See new documentation [here](https://material-ui.com/#/customization/themes)
+ - See new documentation [here](https://mui.com/#/customization/themes)
- Function names in the context-pure mixin have been changed (#1711)
- `getContextProps()` has been changed to `getRelevantContextKeys()`
@@ -13157,7 +13157,7 @@ v0.12.4 should have really been v0.13.0 as it breaks compatibility with React 0.
- The Table component is now composable. (#1199)
- JSON objects to create the table and the table component will no longer generate the table for you.
- The docs site provides a complete example of how a table might look: https://material-ui.com/#/components/table.
+ The docs site provides a complete example of how a table might look: https://mui.com/#/components/table.
The example also includes a 'super header' and 'super footer' row.
- **Upgrade Path:** Instead of passing in the raw JSON data, you'll need to generate the appropriate
TableHeader/TableRow/TableHeaderColumn components and pass them in as children. The same should be applied
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d7ad7429dee675..c7839a54168fb1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ Please read [the full text](/CODE_OF_CONDUCT.md) so that you can understand what
## A large spectrum of contributions
-There are [many ways](https://material-ui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project) to contribute to MUI, code contribution is one aspect of it. For instance, documentation improvements are as important as code changes.
+There are [many ways](https://mui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project) to contribute to MUI, code contribution is one aspect of it. For instance, documentation improvements are as important as code changes.
## Your first Pull Request
@@ -281,14 +281,14 @@ Alternatively, you can open the Netlify preview of the documentation, and open a
## Translations
-Translations are handled via [Crowdin](https://translate.material-ui.com).
+Translations are handled via [Crowdin](https://translate.mui.com).
You don't need to apply any changes to localized versions of our markdown files
i.e. files having a `-locale` suffix. Crowdin automatically takes care of syncing
these changes across the localized versions.
## Roadmap
-To get a sense of where MUI is heading, or for ideas on where you could contribute, take a look at the [roadmap](https://material-ui.com/discover-more/roadmap/).
+To get a sense of where MUI is heading, or for ideas on where you could contribute, take a look at the [roadmap](https://mui.com/discover-more/roadmap/).
## License
diff --git a/README.md b/README.md
index 11189c483672c2..3a6ae08b08b333 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
MUI
@@ -17,7 +17,7 @@ Quickly build beautiful [React](https://reactjs.org/) apps. MUI is a simple and
[![Follow on Twitter](https://img.shields.io/twitter/follow/MaterialUI.svg?label=follow+Material-UI)](https://twitter.com/MaterialUI)
[![Renovate status](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://github.com/mui-org/material-ui/issues/27062)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/mui-org/material-ui.svg)](https://isitmaintained.com/project/mui-org/material-ui 'Average time to resolve an issue')
-[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](https://translate.material-ui.com/project/material-ui-docs)
+[![Crowdin](https://badges.crowdin.net/material-ui-docs/localized.svg)](https://translate.mui.com/project/material-ui-docs)
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/material-ui)](https://opencollective.com/material-ui)
@@ -26,7 +26,7 @@ Quickly build beautiful [React](https://reactjs.org/) apps. MUI is a simple and
MUI is available as an [npm package](https://www.npmjs.com/package/@mui/material).
-**[Stable channel v5](https://material-ui.com/)**
+**[Stable channel v5](https://mui.com/)**
```sh
// with npm
@@ -39,9 +39,9 @@ yarn add @mui/material @emotion/react @emotion/styled
Older versions
-- **[v4.x](https://v4.material-ui.com/)** ([Migration from v4 to v5](https://material-ui.com/guides/migration-v4/))
-- **[v3.x](https://v3.material-ui.com/)** ([Migration from v3 to v4](https://material-ui.com/guides/migration-v3/))
-- **[v0.x](https://v0.material-ui.com/)** ([Migration to v1](https://material-ui.com/guides/migration-v0x/))
+- **[v4.x](https://v4.mui.com/)** ([Migration from v4 to v5](https://mui.com/guides/migration-v4/))
+- **[v3.x](https://v3.mui.com/)** ([Migration from v3 to v4](https://mui.com/guides/migration-v3/))
+- **[v0.x](https://v0.mui.com/)** ([Migration to v1](https://mui.com/guides/migration-v0x/))
@@ -79,14 +79,14 @@ via [OpenCollective](https://opencollective.com/material-ui)
Direct
-
+
Gold Sponsors are those who have pledged \$500/month or more to MUI.
### There is more!
-See the full list of [our backers](https://material-ui.com/discover-more/backers/).
+See the full list of [our backers](https://mui.com/discover-more/backers/).
## Usage
@@ -117,22 +117,22 @@ There is a StackOverflow tag called "material-ui" that you can use to tag your q
## Examples
Are you looking for an example project to get started?
-[We host some](https://material-ui.com/getting-started/example-projects/).
+[We host some](https://mui.com/getting-started/example-projects/).
## Documentation
-Check out our [documentation website](https://material-ui.com/).
+Check out our [documentation website](https://mui.com/).
## Premium Themes
-You can find complete templates & themes in the [MUI store](https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=readme-store).
+You can find complete templates & themes in the [MUI store](https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=readme-store).
## Contributing
Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to MUI.
Notice that contributions go far beyond pull requests and commits.
-Although we love giving you the opportunity to put your stamp on MUI, we also are thrilled to receive a variety of [other contributions](https://material-ui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project).
+Although we love giving you the opportunity to put your stamp on MUI, we also are thrilled to receive a variety of [other contributions](https://mui.com/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project).
## Changelog
@@ -140,7 +140,7 @@ If you have recently updated, please read the [changelog](https://github.com/mui
## Roadmap
-The future plans and high priority features and enhancements can be found in the [roadmap](https://material-ui.com/discover-more/roadmap/) file.
+The future plans and high priority features and enhancements can be found in the [roadmap](https://mui.com/discover-more/roadmap/) file.
## License
diff --git a/docs/README.md b/docs/README.md
index cf319eb266d76f..bf5f2df486faeb 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -19,5 +19,5 @@ on how to get started contributing to MUI.
## How do I help to improve the translations?
-Please visit https://translate.material-ui.com/ where you will be able to select a language and edit the translations.
+Please visit https://translate.mui.com/ where you will be able to select a language and edit the translations.
Please don't submit pull requests directly.
diff --git a/docs/notifications.json b/docs/notifications.json
index ebb5ecb580c9f5..9a0ee3b82c8d71 100644
--- a/docs/notifications.json
+++ b/docs/notifications.json
@@ -2,7 +2,7 @@
{
"id": 35,
"title": "Let's translate!",
- "text": "ๅธฎๅฉ MUI ๅฐๆๆกฃ็ฟป่ฏๆไธญๆ . ๐จ๐ณ",
+ "text": "ๅธฎๅฉ MUI ๅฐๆๆกฃ็ฟป่ฏๆไธญๆ . ๐จ๐ณ",
"userLanguage": "zh"
},
{
diff --git a/docs/pages/_app.js b/docs/pages/_app.js
index 0cb06e4f661bf1..ad9878e55ccb55 100644
--- a/docs/pages/_app.js
+++ b/docs/pages/_app.js
@@ -238,7 +238,7 @@ async function registerServiceWorker() {
if (
'serviceWorker' in navigator &&
process.env.NODE_ENV === 'production' &&
- window.location.host.indexOf('material-ui.com') !== -1
+ window.location.host.indexOf('mui.com') !== -1
) {
// register() automatically attempts to refresh the sw.js.
const registration = await navigator.serviceWorker.register('/sw.js');
diff --git a/docs/pages/_document.js b/docs/pages/_document.js
index 4e9fe01fd8e65b..3779c0aa5d3eea 100644
--- a/docs/pages/_document.js
+++ b/docs/pages/_document.js
@@ -59,16 +59,14 @@ export default class MyDocument extends Document {
{/* SEO */}
-
+
{LANGUAGES_SSR.map((userLanguage2) => (
issues.
- Help translate the
- documentation.
+ Help translate the documentation.
Answer questions on{' '}
diff --git a/docs/pages/blog/2019.md b/docs/pages/blog/2019.md
index ed3be12dc196c3..1b1aeda6b27728 100644
--- a/docs/pages/blog/2019.md
+++ b/docs/pages/blog/2019.md
@@ -16,7 +16,7 @@ It puts us on an exciting path to solve even greater challenges in the coming ye
- โญ๏ธ From 43.1k to 53.3k stars, leave us [yours ๐](https://github.com/mui-org/material-ui).
- ๐จโ๐ฉโ๐งโ๐ฆ From 1,064 to [1,581](https://github.com/mui-org/material-ui/graphs/contributors) contributors.
- ๐ฐ Grew financial support by 76% in 2019, compared to 2018.
-- ๐ข From 1.5 to 3 full-time equivalent developers, spread among multiple financially supported [core team members](https://material-ui.com/discover-more/team/).
+- ๐ข From 1.5 to 3 full-time equivalent developers, spread among multiple financially supported [core team members](https://mui.com/discover-more/team/).
The numbers speak for themselves. 2019 was super exciting and made MUI one of the most advanced open-source, React-based, UI component libraries!
@@ -66,7 +66,7 @@ Some of the key factors:
- We introduced [built-in localization](/guides/localization/).
- We removed a good number of external dependencies and increased the `features/bundle size` density.
- We introduced an [icon search page](/components/material-icons/).
-- We released a [store for MUI](https://material-ui.com/store/).
+- We released a [store for MUI](https://mui.com/store/).
## Looking at 2020
diff --git a/docs/pages/blog/2020-introducing-sketch.md b/docs/pages/blog/2020-introducing-sketch.md
index 604d0dbe104767..47d107ee1fbac1 100644
--- a/docs/pages/blog/2020-introducing-sketch.md
+++ b/docs/pages/blog/2020-introducing-sketch.md
@@ -8,9 +8,9 @@ Olivier Tassinari. March 30, 2020.
Today, we're excited to introduce the Sketch symbols ๐ for MUI.
-[![preview](/static/blog/2020-introducing-sketch/product-preview.png)](https://material-ui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch)
+[![preview](/static/blog/2020-introducing-sketch/product-preview.png)](https://mui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch)
-Available on our store
+Available on our store
The UI kit contains all the MUI components with states and variations which gives 1,500+ unique elements. All components are designed with the most up to date release.
@@ -56,7 +56,7 @@ The following video demonstrates how the symbols can be used to design an invoic
VIDEO
-Sketch Cloud preview: https://material-ui.com/store/previews/sketch-react/.
+Sketch Cloud preview: https://mui.com/store/previews/sketch-react/.
## More tools
@@ -68,8 +68,8 @@ According to a [recent user survey](https://medium.com/google-design/state-of-de
We are working on the support of more popular tools.
We have recently released the support of [Framer X](https://packages.framer.com/package/material-ui/material-ui) for MUI.
-We plan to release the support of **Figma** in the coming weeks. You can subscribe to the [newsletter of the store](https://material-ui.com/store/#subscribe) to be notified when available.
+We plan to release the support of **Figma** in the coming weeks. You can subscribe to the [newsletter of the store](https://mui.com/store/#subscribe) to be notified when available.
## Features
-You can learn more about the features available on the [Sketch page details](https://material-ui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch) of the symbols.
+You can learn more about the features available on the [Sketch page details](https://mui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch) of the symbols.
diff --git a/docs/pages/blog/2020-q1-update.md b/docs/pages/blog/2020-q1-update.md
index 228a7459179dab..b4ec1d67e0515c 100644
--- a/docs/pages/blog/2020-q1-update.md
+++ b/docs/pages/blog/2020-q1-update.md
@@ -15,11 +15,11 @@ We have done eleven so far. We have optimized for stability.
Here are the most significant improvements since the beginning of the year:
-- ๐ We have polished the [Autocomplete](https://material-ui.com/components/autocomplete/) component (Combo box). We have closed more than [270](https://github.com/mui-org/material-ui/labels/lab%3A%20Autocomplete) issues and pull requests so far. We will promote the component to the core in the next major (v5).
+- ๐ We have polished the [Autocomplete](https://mui.com/components/autocomplete/) component (Combo box). We have closed more than [270](https://github.com/mui-org/material-ui/labels/lab%3A%20Autocomplete) issues and pull requests so far. We will promote the component to the core in the next major (v5).
![autocomplete](/static/blog/2020-q1-update/autocomplete.gif)
- useAutocomplete hook example, 4.5 kB gzipped.
+ useAutocomplete hook example, 4.5 kB gzipped.
If you wish to make your first contribution to open source, the component has a couple of ["good first issues"](https://github.com/mui-org/material-ui/labels/lab%3A%20Autocomplete) that can be taken.
If you have TypeScript expertise, the component could [benefit from it](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+label%3A%22lab%3A+Autocomplete%22+label%3Atypescript).
@@ -28,15 +28,15 @@ Here are the most significant improvements since the beginning of the year:
![date picker](/static/blog/2020-q1-update/date-picker.png)
-- โ ๏ธ We have introduced a new [Alert](https://material-ui.com/components/alert/) component in the lab. While this component isn't mentioned in the Material Design guidelines, it's a common and well-established pattern. For instance, it can be interested when [combined](https://material-ui.com/components/snackbars/#notistack) with the Snackbar.
+- โ ๏ธ We have introduced a new [Alert](https://mui.com/components/alert/) component in the lab. While this component isn't mentioned in the Material Design guidelines, it's a common and well-established pattern. For instance, it can be interested when [combined](https://mui.com/components/snackbars/#notistack) with the Snackbar.
-- โญ We have introduced a new [Pagination](https://material-ui.com/components/pagination/) component.
+- โญ We have introduced a new [Pagination](https://mui.com/components/pagination/) component.
-- ๐ฆด We have added a new "wave" animation to the [Skeleton](https://material-ui.com/components/skeleton/#animations) component.
+- ๐ฆด We have added a new "wave" animation to the [Skeleton](https://mui.com/components/skeleton/#animations) component.
@@ -89,7 +89,7 @@ We'll do our best, no guarantee!
-- ๐จ๐ณ We will translate 100% of the documentation to Chinese. We are collaborating with [Danica Shen](https://github.com/DDDDDanica), a native speaker, to complete the effort. So far, we have translated 73% of the documentation and peer-reviewed 39%. You can help us out on [Crowdin](https://translate.material-ui.com/).
+- ๐จ๐ณ We will translate 100% of the documentation to Chinese. We are collaborating with [Danica Shen](https://github.com/DDDDDanica), a native speaker, to complete the effort. So far, we have translated 73% of the documentation and peer-reviewed 39%. You can help us out on [Crowdin](https://translate.mui.com/).
diff --git a/docs/pages/blog/2020-q2-update.md b/docs/pages/blog/2020-q2-update.md
index 994a3719f1cc27..85d92c0239b835 100644
--- a/docs/pages/blog/2020-q2-update.md
+++ b/docs/pages/blog/2020-q2-update.md
@@ -14,19 +14,19 @@ Here are the most significant improvements since March 2020:
- ๐ง Work has started on [the next major version: v5](https://github.com/mui-org/material-ui/issues/20012).
The last 14 months have been spent focusing on improving the library under the v4.x development branch, while not introducing any breaking changes. During this period we have identified several important areas for improvement. While the absence of breaking changes is a significant time-saver for developers, it also limits the scope of the problems that can be solved and the quality of the solutions. We're excited about what comes next!
- You can find the documentation for the next version at https://material-ui.com/. The next 6-8 months will see weekly releases as always, following [the roadmap](https://github.com/mui-org/material-ui/issues/20012) and [milestone](https://github.com/mui-org/material-ui/milestone/35).
+ You can find the documentation for the next version at https://mui.com/. The next 6-8 months will see weekly releases as always, following [the roadmap](https://github.com/mui-org/material-ui/issues/20012) and [milestone](https://github.com/mui-org/material-ui/milestone/35).
-- ๐ The icons package has been updated with changes made by Google, leading to [200+ new icons](https://material-ui.com/components/material-icons/).
+- ๐ The icons package has been updated with changes made by Google, leading to [200+ new icons](https://mui.com/components/material-icons/).
-- ๐จ [Figma assets](https://material-ui.com/store/items/figma-react/) for MUI extend the support for design tools beyond Sketch.
+- ๐จ [Figma assets](https://mui.com/store/items/figma-react/) for MUI extend the support for design tools beyond Sketch.
-
+
Adobe XD and Framer support are also up for consideration if they attract a significant audience, but not until we've polished the Sketch and Figma assets.
-- ๐ `LoadingButton` โ [a new component in the lab](https://material-ui.com/components/buttons/#loading-buttons). This work is influenced by the [concurrent UI patterns](https://reactjs.org/docs/concurrent-mode-patterns.html) presented by the React team.
+- ๐ `LoadingButton` โ [a new component in the lab](https://mui.com/components/buttons/#loading-buttons). This work is influenced by the [concurrent UI patterns](https://reactjs.org/docs/concurrent-mode-patterns.html) presented by the React team.
@@ -46,7 +46,7 @@ Here are the most significant improvements since March 2020:
After English, Chinese, and Brazilian, the languages that would benefit the most from translation are **Russian** and **Spanish**.
- Feel free to [get stuck into](https://translate.material-ui.com/) if you are a native speaker and able to give a hand with either of these two languages.
+ Feel free to [get stuck into](https://translate.mui.com/) if you are a native speaker and able to give a hand with either of these two languages.
- ๐ A new extension of the Tab API [in the lab](/components/tabs/#experimental-api) implements accessible tabs following [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices/#tabpanel) authoring practices.
@@ -88,7 +88,7 @@ We'll do our best, no guarantee!
- โ๏ธ To make significant progress with the v5 roadmap.
-- ๐ Translate the API pages, for instance, the [Alert API](https://material-ui.com/api/alert/) can only be consumed in English.
+- ๐ Translate the API pages, for instance, the [Alert API](https://mui.com/api/alert/) can only be consumed in English.
- ๐ Migrate the date picker components to the main repository to ensure high consistency with the core components. Keep investing in the component to make it part of the v5 release schedule.
diff --git a/docs/pages/blog/2020-q3-update.md b/docs/pages/blog/2020-q3-update.md
index 0c6f99c0fdce8f..d773c3c2b7a58b 100644
--- a/docs/pages/blog/2020-q3-update.md
+++ b/docs/pages/blog/2020-q3-update.md
@@ -18,7 +18,7 @@ Here are the most significant improvements since June 2020. This was a dense qua
- ๐งช We have promoted 7 components from the lab to the core: Alert, Autocomplete, Pagination, Rating, Skeleton, SpeedDial, and ToggleButton.
Thank you for all your feedback on these components.
While we still plan a couple of breaking changes on them, we are confident that they have reached the same level of quality as the other core components.
-- ๐ฎ We have introduced a new component in the lab, the [TrapFocus](https://material-ui.com/components/trap-focus/). It manages focus for its descendants. This is useful when implementing overlays such as modal dialogs, which should not allow the focus to escape while open:
+- ๐ฎ We have introduced a new component in the lab, the [TrapFocus](https://mui.com/components/trap-focus/). It manages focus for its descendants. This is useful when implementing overlays such as modal dialogs, which should not allow the focus to escape while open:
@@ -91,7 +91,7 @@ Here are the most significant improvements since June 2020. This was a dense qua
-- ๐
We have completed the first iteration of the unstyled components for v5. You can find a [new version](https://material-ui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
+- ๐
We have completed the first iteration of the unstyled components for v5. You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
The unstyled component weighs in at [5.2 kB gzipped](https://bundlephobia.com/result?p=@mui/lab@5.0.0-alpha.12), compared with 26 kB for the styled version (when used standalone). The component is best suited for use when you want to fully customize the look, without reimplementing the JavaScript and accessibility logic.
We're also pushing in this direction to address a concern we hear from large enterprises
that want to be able to go one layer down in the abstraction, in order to gain more control.
@@ -103,7 +103,7 @@ Here are the most significant improvements since June 2020. This was a dense qua
Note that we have experimented with headless components (hooks only) in the past. For instance, you can leverage the [useAutocomplete](/components/autocomplete/#useautocomplete), and [usePagination](/components/pagination/#usepagination) hooks. However, we are pushing with unstyled first as a required step for the next item: โฌ๏ธ.
- ๐ฉโ๐จ We have completed the first iteration of the new styling solution of v5.
- You can find a [new version](https://material-ui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/docs/introduction).
+ You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/docs/introduction).
If you are already using styled-components in your application, you can swap emotion for styled-components ๐
. Check this [CodeSandbox](https://codesandbox.io/s/sliderstyled-with-styled-components-forked-olc27?file=/package.json) or [CRA](https://github.com/mui-org/material-ui/blob/next/examples/create-react-app-with-styled-components/) for a demo. It relies on aliases to prevent any bundle size overhead.
The new styling solution saves 2kB+ gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using styled-components or emotion.
Last but not least, this change allows us to take advantage of dynamic style props. We will use them for dynamic color props, variant props, and new style props available in the core components.
diff --git a/docs/pages/blog/2020.md b/docs/pages/blog/2020.md
index 679be498b07968..a0f73e02faba2c 100644
--- a/docs/pages/blog/2020.md
+++ b/docs/pages/blog/2020.md
@@ -16,7 +16,7 @@ We have taken on ambitious challenges and started to scale the project.
- โญ๏ธ From 53.3k to 63.8k stars, leave us [yours ๐](https://github.com/mui-org/material-ui).
- ๐จโ๐ฉโ๐งโ๐ฆ From 1,581 to [2,052](https://github.com/mui-org/material-ui/graphs/contributors) contributors.
- ๐ฐ Grew financial support by 2.1X in 2020, compared to 2019.
-- ๐ข From 3 to 6 full-time equivalent developers, spread among multiple financially supported [core team members](https://material-ui.com/discover-more/team/).
+- ๐ข From 3 to 6 full-time equivalent developers, spread among multiple financially supported [core team members](https://mui.com/discover-more/team/).
The numbers speak for themselves. We have reproduced the [traction we got in 2019](/blog/2019/).
@@ -38,19 +38,19 @@ We have started to leverage these trends as opportunities in the next version of
We have achieved most of what we could have hoped for.
- The most important, we have welcome 3 new members in the company: [Damien](/blog/spotlight-damien-tassone/), [Marija](/blog/marija-najdova-joining/), and [Danail](/blog/danail-hadjiatanasov-joining/).
-- We have made significant progress with [v5](https://material-ui.com/). We have made half the breaking changes planned. We have migrated our [first component](https://material-ui.com/components/slider/) to the new style architecture (emotion by default, adapter for styled-components, and unstyled).
+- We have made significant progress with [v5](https://mui.com/). We have made half the breaking changes planned. We have migrated our [first component](https://mui.com/components/slider/) to the new style architecture (emotion by default, adapter for styled-components, and unstyled).
- We have introduced new components (some in the core, some in the lab):
- [Alert](/components/alert/)
- [DataGrid](/components/data-grid/)
- - [DatePicker](https://material-ui.com/components/date-picker/)
- - [LoadingButton](https://material-ui.com/components/buttons/#loading-buttons)
+ - [DatePicker](https://mui.com/components/date-picker/)
+ - [LoadingButton](https://mui.com/components/buttons/#loading-buttons)
- [Timeline](/components/timeline/)
- - [TrapFocus](https://material-ui.com/components/trap-focus/)
+ - [TrapFocus](https://mui.com/components/trap-focus/)
- We have fixed most of the issues with the [Autocomplete](/components/autocomplete/). We have received an overwhelming interest in the component. It was impressive to see.
- We have completed the work for [strict mode](https://reactjs.org/docs/strict-mode.html) support.
- We have increased the adoption of TypeScript in the codebase. We don't plan a dedicated migration but to write new code in TypeScript, as we go.
- We have migrated most of the tests from Enzyme to [Testing Library](https://testing-library.com/).
-- We have modernized the system, introducing an [`sx` prop](https://material-ui.com/system/basics/) to be used in all the core components.
+- We have modernized the system, introducing an [`sx` prop](https://mui.com/system/basics/) to be used in all the core components.
- We have added support for [Figma](/store/items/figma-react/) and [Adobe XD](/store/items/adobe-xd-react/).
- We have released the first Enterprise component in an alpha version: [XGrid](/components/data-grid/#commercial-version).
@@ -62,11 +62,11 @@ We will continue in the same direction, it's still [**day one**](https://www.sec
### Branding
Up until now, we never had a mindful reflection on what the branding of MUI should be. We picked a color from the 2014 Material Design palette, and that's it.
-The [material-ui.com](https://material-ui.com/) marketing website will soon wear a brand new style! We need to create our own identity, distinct from Material Design.
+The [mui.com](https://mui.com/) marketing website will soon wear a brand new style! We need to create our own identity, distinct from Material Design.
### MUI X
-We started to deliver advanced React components in 2020 with the data grid, including a [commercial version](/components/data-grid/#commercial-version) and the beginning of a [date range picker](https://material-ui.com/components/date-range-picker/).
+We started to deliver advanced React components in 2020 with the data grid, including a [commercial version](/components/data-grid/#commercial-version) and the beginning of a [date range picker](https://mui.com/components/date-range-picker/).
We will double down on these existing components as long as necessary to have them find the market.
By the end of 2021, we aim to have released these components as stable, implement all the [features planned](/components/data-grid/getting-started/#feature-comparison), and at least double the size of the team.
@@ -77,7 +77,7 @@ We will release the next major iteration of the library. A highlight of the key
- Polish and promote most of the components that were in the lab in v4 to the core.
- A new style engine. Migrate from JSS to emotion (default) and styled-components's `styled` API.
-- Improve customizability. Add new powers to the theme with dynamic color & [variant](https://material-ui.com/customization/typography/#adding-amp-disabling-variants) support. Add a new [`sx` prop](https://material-ui.com/system/basics/) for quick customizations to all the components. Expose global class names. Deprecate the `makeStyles` and `withStyles` API.
+- Improve customizability. Add new powers to the theme with dynamic color & [variant](https://mui.com/customization/typography/#adding-amp-disabling-variants) support. Add a new [`sx` prop](https://mui.com/system/basics/) for quick customizations to all the components. Expose global class names. Deprecate the `makeStyles` and `withStyles` API.
- Breaking changes on the API to make it more intuitive.
- Add full support for React strict mode. We recommend to enable it.
- Improve the performance of the system by a x3-x5 [factor](https://github.com/mui-org/material-ui/issues/21657#issuecomment-707140999).
diff --git a/docs/pages/blog/2021-q1-update.md b/docs/pages/blog/2021-q1-update.md
index 9c66af6ed2d471..df2b80720d909b 100644
--- a/docs/pages/blog/2021-q1-update.md
+++ b/docs/pages/blog/2021-q1-update.md
@@ -43,7 +43,7 @@ Here are the most significant improvements since December 2020.
- You can find [more details](https://material-ui.com/components/stack/) in the documentation.
+ You can find [more details](https://mui.com/components/stack/) in the documentation.
- ๐จ We have improved the support for custom colors and variants.
This is [one](https://github.com/mui-org/material-ui/issues/13875) of the most upvoted issues in the GitHub issue tracker.
@@ -120,7 +120,7 @@ We have primarily focused on the data grid components, fixing a lot of bugs, but
The date picker is at the border between the advanced components and the design system realms.
- ๐ We have fixed the generation of the API pages.
- We now document all the props supported by the public pickers components, e.g. [DatePicker](https://material-ui.com/api/date-picker/).
+ We now document all the props supported by the public pickers components, e.g. [DatePicker](https://mui.com/api/date-picker/).
- โ๏ธ We have mostly focused on addressing the technical debt present in the picker components (ported from `@materal-ui/pickers`).
#### Data Grid
@@ -197,7 +197,7 @@ We will cross the ten-person milestone in the coming weeks (11).
We have the following objectives:
-- Finish the implementation of the rebranding. A preview, the [about](https://material-ui.com/branding/about/) and [pricing](https://material-ui.com/branding/pricing/) pages.
+- Finish the implementation of the rebranding. A preview, the [about](https://mui.com/branding/about/) and [pricing](https://mui.com/branding/pricing/) pages.
- Onboard the new members and scale our processes as we double the size of the organization this quarter.
### Core components
diff --git a/docs/pages/blog/2021-q2-update.md b/docs/pages/blog/2021-q2-update.md
index df00408b7deab9..6c2959676abda5 100644
--- a/docs/pages/blog/2021-q2-update.md
+++ b/docs/pages/blog/2021-q2-update.md
@@ -36,37 +36,37 @@ Here are the most significant improvements since March 2021.
- ๐ฉโ๐ค We have rolled out the new **style engine** to all the components.
The community provided invaluable assistance in completing this effort.
- In v5, we have standardized on the `styled()` API as the styling foundation we build on top of, and introduced the [the `sx` prop](https://material-ui.com/system/the-sx-prop/) for one-off customizations.
- The `styled()` API is loved by the community, and implemented by a number of styling libraries: styled-components, emotion, stitches, goober, etc. It allows us to support them all with [adapters](https://material-ui.com/guides/styled-engine/#how-to-switch-to-styled-components).
+ In v5, we have standardized on the `styled()` API as the styling foundation we build on top of, and introduced the [the `sx` prop](https://mui.com/system/the-sx-prop/) for one-off customizations.
+ The `styled()` API is loved by the community, and implemented by a number of styling libraries: styled-components, emotion, stitches, goober, etc. It allows us to support them all with [adapters](https://mui.com/guides/styled-engine/#how-to-switch-to-styled-components).
- โ๏ธ We added a [codemod CLI](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-codemod) and 17 transformations (so far) to automatically migrate codebases from v4 to v5.
If you're not familiar with what a codemod is, check out [Effective Refactoring with Codemods by Edd Yerburgh](https://www.youtube.com/watch?v=H9qtLutnT_g).
-- ๐ We have [updated the style of the Slider](https://material-ui.com/components/slider/#sizes) to better match the Material Design guidelines, and kept a similar style as before under `size="small"`:
+- ๐ We have [updated the style of the Slider](https://mui.com/components/slider/#sizes) to better match the Material Design guidelines, and kept a similar style as before under `size="small"`:
-
+
- โจ The new style engine has unlocked problems on the `Grid` component that we couldn't solve before with JSS:
- We have added support for [row & column](https://material-ui.com/components/grid/#row-amp-column-spacing) spacing:
+ We have added support for [row & column](https://mui.com/components/grid/#row-amp-column-spacing) spacing:
```jsx
```
-We have added support for [responsive values](https://material-ui.com/components/grid/#responsive-values) on all the props:
+We have added support for [responsive values](https://mui.com/components/grid/#responsive-values) on all the props:
```jsx
```
-We have added support for a different [number of columns](https://material-ui.com/components/grid/#columns) than 12:
+We have added support for a different [number of columns](https://mui.com/components/grid/#columns) than 12:
```jsx
```
-We have added an alternative implementation that uses [CSS grid](https://material-ui.com/components/grid/#css-grid-layout):
+We have added an alternative implementation that uses [CSS grid](https://mui.com/components/grid/#css-grid-layout):
```jsx
@@ -87,7 +87,7 @@ We have added an alternative implementation that uses [CSS grid](https://materia
- ๐ We have improved the accessibility of the Link component:
-
+
@@ -108,7 +108,7 @@ The date picker is at the border between the core component and advanced compone
- ๐จ We have continued to work on breaking changes to reach a stable version.
We think that the component is good enough for use in production (and many developers already are using it), but we want to get the public API right before committing to a stable release.
-- โ๏ธ We have added support for the [cell edit mode](https://material-ui.com/components/data-grid/editing/).
+- โ๏ธ We have added support for the [cell edit mode](https://mui.com/components/data-grid/editing/).
@@ -154,7 +154,7 @@ We have added support of a dark mode and polished the kit.
### OKRs
-In the first quarter, we focused on introducing a [handbook](https://material-ui.com/blog/2021-q1-update/#handbook) to share our culture and to help solve the N(N-1)/2 communication channels problem that comes with a larger team.
+In the first quarter, we focused on introducing a [handbook](https://mui.com/blog/2021-q1-update/#handbook) to share our culture and to help solve the N(N-1)/2 communication channels problem that comes with a larger team.
This quarter, we took on a new initiative to help us solve three problems:
@@ -215,7 +215,7 @@ We have the following objectives:
We want to make the upgrade feel painless.
- โ๏ธ Support [React 18](https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html). [Sebastian](https://github.com/eps1lon) is part of the React [Working Group](https://github.com/reactwg/react-18/discussions), focusing on making us ready ahead of time.
We want our most demanding users to feel empowered by MUI, not slowed down by a third-party.
-- ๐ฆด Migrate more components to `@mui/core`. [Michaล](https://github.com/michaldudak) has recently added support for the [Switch](https://material-ui.com/components/switches/#unstyled-switches).
+- ๐ฆด Migrate more components to `@mui/core`. [Michaล](https://github.com/michaldudak) has recently added support for the [Switch](https://mui.com/components/switches/#unstyled-switches).
You can follow our progress in the [umbrella issue](https://github.com/mui-org/material-ui/issues/27170).
- ๐ Do a proof of concept on supporting a second design system.
Some of our users (and potential users) dislike Material Design. We will try to make the second design system one that they love!
diff --git a/docs/pages/blog/august-2019-update.md b/docs/pages/blog/august-2019-update.md
index ccb12a37f1ba68..3fd83894bf6129 100644
--- a/docs/pages/blog/august-2019-update.md
+++ b/docs/pages/blog/august-2019-update.md
@@ -24,7 +24,7 @@ At the same time, the list of icons has grown. You can find 10 new brand icons a
![TypeScript](/static/blog/august-2019-update/typescript.png)
-- ๐จ We have worked on seeding https://material-ui.com/store/.
+- ๐จ We have worked on seeding https://mui.com/store/.
- ๐ We have updated our ROADMAP. [Check it out](/discover-more/roadmap/).
But this summary is just scratching the surface. We have accepted 193 commits from 74 different contributors. We have changed 5,875 files with 35,101 additions and 14,701 deletions.
diff --git a/docs/pages/blog/danail-hadjiatanasov-joining.md b/docs/pages/blog/danail-hadjiatanasov-joining.md
index 1ed18f2fad5733..3cf6dbc427bcde 100644
--- a/docs/pages/blog/danail-hadjiatanasov-joining.md
+++ b/docs/pages/blog/danail-hadjiatanasov-joining.md
@@ -12,7 +12,7 @@ For the past 3 years Danail has been working in a company called [Backbase](http
Although he was working with Angular, his true passion is React, having hacked side projects with it. Now he will be able to combine these two talents, and help take MUI X to the next level!
-Danail has already landed his first feature in the data grid: [column reordering](https://material-ui.com/components/data-grid/columns/#column-reorder):
+Danail has already landed his first feature in the data grid: [column reordering](https://mui.com/components/data-grid/columns/#column-reorder):
diff --git a/docs/pages/blog/december-2019-update.md b/docs/pages/blog/december-2019-update.md
index 5ae13f7ef91ced..2b0efde8a49221 100644
--- a/docs/pages/blog/december-2019-update.md
+++ b/docs/pages/blog/december-2019-update.md
@@ -8,7 +8,7 @@ Olivier Tassinari. January 7, 2020.
Here are the most significant improvements in December:
-- ๐จ We have introduced a new [Alert](https://material-ui.com/components/alert/) component in the lab, thanks to **[@dimitropoulos](https://github.com/dimitropoulos)** ([#18702](https://github.com/mui-org/material-ui/pull/18702)). The component also supports composition with a [Snackbar](/components/snackbars/#customized-snackbars).
+- ๐จ We have introduced a new [Alert](https://mui.com/components/alert/) component in the lab, thanks to **[@dimitropoulos](https://github.com/dimitropoulos)** ([#18702](https://github.com/mui-org/material-ui/pull/18702)). The component also supports composition with a [Snackbar](/components/snackbars/#customized-snackbars).
![Alert](/static/blog/december-2019-update/alert.png)
diff --git a/docs/pages/blog/marija-najdova-joining.md b/docs/pages/blog/marija-najdova-joining.md
index 30d471d7c87746..b3e245b65713db 100644
--- a/docs/pages/blog/marija-najdova-joining.md
+++ b/docs/pages/blog/marija-najdova-joining.md
@@ -10,7 +10,7 @@ We are excited to share that [Marija Najdova](https://twitter.com/marijanajdova)
Before joining MUI, Marija worked on the React implementation of [Fluent UI](https://www.microsoft.com/design/fluent/) at Microsoft. She's passionate about React, design systems, and component driven development. At Microsoft, as part of the Fluent UI core team since 2018, she was responsible for the icons, animations and various theme related features.
-Marija is off to a running start, having made important changes happen during her free time, even before starting! These include a new structure for the theme object, as well as the ability to [add custom variants](https://material-ui.com/customization/theme-components/#adding-new-component-variants) in v5:
+Marija is off to a running start, having made important changes happen during her free time, even before starting! These include a new structure for the theme object, as well as the ability to [add custom variants](https://mui.com/customization/theme-components/#adding-new-component-variants) in v5:
She is now actively working on the unstyled components and [the update of the style engine](https://github.com/mui-org/material-ui/issues/22342). These are two items we've been eager to push forward since the release of v1 but that required someone to be dedicated to tackling them.
diff --git a/docs/pages/blog/material-ui-v1-is-out.md b/docs/pages/blog/material-ui-v1-is-out.md
index 5ae518c76efdf8..b5d1dcd2407b78 100644
--- a/docs/pages/blog/material-ui-v1-is-out.md
+++ b/docs/pages/blog/material-ui-v1-is-out.md
@@ -8,7 +8,7 @@ The core team. May 18, 2018.
> React components that implement Google's Material Design.
-![Our new [documentation](https://material-ui.com/) header & logo by @hai-cea](https://cdn-images-1.medium.com/max/2050/1*BKssrX-qEmyN6YaRNTvNlw.png)
+![Our new [documentation](https://mui.com/) header & logo by @hai-cea](https://cdn-images-1.medium.com/max/2050/1*BKssrX-qEmyN6YaRNTvNlw.png)
Our new documentation header & logo by @hai-cea
@@ -85,7 +85,7 @@ There are so many new things, we can't be exhaustive. Aside from what we have al
- New documentation
- Right-To-Left support
- First class server-side support
-- [Premium themes](https://material-ui.com/store/)
+- [Premium themes](https://mui.com/store/)
- First class TypeScript support
- **And much, much more**
@@ -104,7 +104,7 @@ There are so many new things, we can't be exhaustive. Aside from what we have al
## Premium themes
-We have shipped the long-awaited MUI v1 stable release. With a new codebase designed to better support customization, it's the perfect timing to start building and promoting premium themes. We are very happy to announce [the first two](https://material-ui.com/store/) from [Creative Tim](https://material-ui.com/store/contributors/creative-tim/). More are coming.
+We have shipped the long-awaited MUI v1 stable release. With a new codebase designed to better support customization, it's the perfect timing to start building and promoting premium themes. We are very happy to announce [the first two](https://mui.com/store/) from [Creative Tim](https://mui.com/store/contributors/creative-tim/). More are coming.
![Creative Tim themes](https://cdn-images-1.medium.com/max/2000/1*jPOu6n1EMsqv4Gh652MtPA.png)
diff --git a/docs/pages/blog/material-ui-v4-is-out.md b/docs/pages/blog/material-ui-v4-is-out.md
index 3e8f0736025257..6383b542e7ec26 100644
--- a/docs/pages/blog/material-ui-v4-is-out.md
+++ b/docs/pages/blog/material-ui-v4-is-out.md
@@ -14,7 +14,7 @@ MUI v4 has finally arrived. We are so excited about this release, as it defines
![TypeScript switch](/static/blog/material-ui-v4-is-out/banner.png)
-https://material-ui.com/
+https://mui.com/
## Summary
@@ -27,7 +27,7 @@ MUI v4 has finally arrived. We are so excited about this release, as it defines
MUI v1 was [released](https://medium.com/material-ui/material-ui-v1-is-out-e73ce13463eb) one year ago. Version 4 is our most important major release since then. For those unfamiliar with the history of the project, we didn't release a v2, and v3 only introduced a slight browsers support change.
-This release happens within our [fixed frequency](https://material-ui.com/versions/#release-frequency) release strategy. We try to release a major at least every 12 months and at most every 6 months. The migration from v0 to v1 was painful, it almost felt like using two different UI libraries. We've done our best to minimize the time needed to migrate from v3 to v4. To help ease the transition, you can follow this [migration guide](/guides/migration-v3/) ๐. It shouldn't take more than a few hours.
+This release happens within our [fixed frequency](https://mui.com/versions/#release-frequency) release strategy. We try to release a major at least every 12 months and at most every 6 months. The migration from v0 to v1 was painful, it almost felt like using two different UI libraries. We've done our best to minimize the time needed to migrate from v3 to v4. To help ease the transition, you can follow this [migration guide](/guides/migration-v3/) ๐. It shouldn't take more than a few hours.
This release is influenced by two major factors. First, following the Developer Survey we ran in March, we have [analyzed the results](/blog/2019-developer-survey-results/) and used them to change [our priorities](/discover-more/roadmap/#our-priorities) for the coming year. Secondly, we needed to be up to date with the latest best practices in the React community and with the Material Design Specification.
@@ -37,11 +37,11 @@ The Material Design team at Google has made the customization of their design sy
![Demo1](/static/blog/material-ui-v4-is-out/demo1.png)
-live demo
+live demo
![Demo2](/static/blog/material-ui-v4-is-out/demo2.png)
-live demo
+live demo
![Demo3](/static/blog/material-ui-v4-is-out/demo3.png)
@@ -317,7 +317,7 @@ import { Button } from '@mui/material';
How are we going to sustain this ambitious roadmap?
We will follow the Bootstrap model.
-We are working on [a Premium themes store](https://material-ui.com/store/).
+We are working on [a Premium themes store](https://mui.com/store/).
We have built partnerships with the best theme authors of the ecosystem.
Within a few weeks, you should find a collection of the best MUI templates and themes ๐.
diff --git a/docs/pages/blog/may-2019-update.md b/docs/pages/blog/may-2019-update.md
index b3dd8bf69c45c0..0cb0476af5fcd4 100644
--- a/docs/pages/blog/may-2019-update.md
+++ b/docs/pages/blog/may-2019-update.md
@@ -26,7 +26,7 @@ _(We'll do our best, no guarantee!)_
![Tree View](/static/blog/may-2019-update/tree-view.png)
-- We will add more themes to the [premium theme marketplace](https://material-ui.com/store/).
+- We will add more themes to the [premium theme marketplace](https://mui.com/store/).
- We will start exploring how we can provide style adapters in v5 (styled-components, JSS, linaria, naked, etc.)
- We will experiment around advisory offerings for enterprises.
If you are an enterprise and are looking for one of the following:
diff --git a/docs/pages/blog/michal-dudak-joining.md b/docs/pages/blog/michal-dudak-joining.md
index 8e6155ac5c7ca5..0cb412358f80ee 100644
--- a/docs/pages/blog/michal-dudak-joining.md
+++ b/docs/pages/blog/michal-dudak-joining.md
@@ -28,6 +28,6 @@ Michaล is the third of a series of five new positions we have recently opened a
We will reach 11 people by the end of June.
We have opened these positions as our revenue growth allows.
These new roles will help accelerate our mission, strengthen our existing offering, and initiate a new vertical.
-You can find the next positions we aim to fill in [the Career page](https://material-ui.com/company/careers/#future-roles).
+You can find the next positions we aim to fill in [the Career page](https://mui.com/company/careers/#future-roles).
We couldn't be more excited to have Michaล on the team!
diff --git a/docs/pages/blog/september-2019-update.md b/docs/pages/blog/september-2019-update.md
index 0f12bb816d0e92..e8c01c1233144d 100644
--- a/docs/pages/blog/september-2019-update.md
+++ b/docs/pages/blog/september-2019-update.md
@@ -36,7 +36,7 @@ Here are the most significant improvements in September:
This change removes the need to install the `@mui/styles` package directly.
It prevents the duplication of `@mui/styles` in bundles and avoids confusion.
- You can [learn more about the difference](https://material-ui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation.
+ You can [learn more about the difference](https://mui.com/styles/basics/#material-ui-core-styles-vs-material-ui-styles) in the documentation.
But this summary is just scratching the surface. We have accepted 199 commits from 61 different contributors. We have changed 1,219 files with 18,223 additions and 11,957 deletions.
diff --git a/docs/pages/blog/spotlight-damien-tassone.md b/docs/pages/blog/spotlight-damien-tassone.md
index 12c7de17af7b6d..fe1424c1b54a2e 100644
--- a/docs/pages/blog/spotlight-damien-tassone.md
+++ b/docs/pages/blog/spotlight-damien-tassone.md
@@ -10,7 +10,7 @@ A few months ago, right in the middle of the COVID-19 outbreak, [Damien Tassone]
Prior to joining MUI, Damien worked in the finance industry in London for a decade. Part of the initial Agile Market team at RBS, and more recently leading a large Commodity Trading application at Adaptive, Damien has developed his React experience as part of large projects where Components driven design plays a huge role in successfully delivering applications. He loves TypeScript.
-Right from the start, Damien has made fast and significant progress. He has been an amazing addition to the team, and thanks to him, we are on the verge of releasing a new advanced component: the [Data Grid](https://material-ui.com/components/data-grid).
+Right from the start, Damien has made fast and significant progress. He has been an amazing addition to the team, and thanks to him, we are on the verge of releasing a new advanced component: the [Data Grid](https://mui.com/components/data-grid).
diff --git a/docs/pages/branding/home.tsx b/docs/pages/branding/home.tsx
index 9977d2d546a786..d288fbe7644170 100644
--- a/docs/pages/branding/home.tsx
+++ b/docs/pages/branding/home.tsx
@@ -47,8 +47,8 @@ export default function Home() {
"@context": "https://schema.org",
"@type": "Organization",
"name": "MUI",
- "url": "https://material-ui.com/",
- "logo": "https://material-ui.com/static/logo.png",
+ "url": "https://mui.com/",
+ "logo": "https://mui.com/static/logo.png",
"sameAs": [
"https://twitter.com/materialUI",
"https://github.com/mui-org/material-ui",
diff --git a/docs/pages/index.tsx b/docs/pages/index.tsx
index 9977d2d546a786..d288fbe7644170 100644
--- a/docs/pages/index.tsx
+++ b/docs/pages/index.tsx
@@ -47,8 +47,8 @@ export default function Home() {
"@context": "https://schema.org",
"@type": "Organization",
"name": "MUI",
- "url": "https://material-ui.com/",
- "logo": "https://material-ui.com/static/logo.png",
+ "url": "https://mui.com/",
+ "logo": "https://mui.com/static/logo.png",
"sameAs": [
"https://twitter.com/materialUI",
"https://github.com/mui-org/material-ui",
diff --git a/docs/pages/versions.js b/docs/pages/versions.js
index 61dee05f26a0c2..f81ed1bf313f03 100644
--- a/docs/pages/versions.js
+++ b/docs/pages/versions.js
@@ -52,19 +52,19 @@ Page.getInitialProps = async () => {
versions.push({
version,
// Replace dot with dashes for Netlify branch subdomains
- url: `https://${version.replace(/\./g, '-')}.material-ui.com`,
+ url: `https://${version.replace(/\./g, '-')}.mui.com`,
});
}
});
// Current version.
versions.push({
version: `v${process.env.LIB_VERSION}`,
- url: 'https://material-ui.com',
+ url: 'https://mui.com',
});
// Legacy documentation.
versions.push({
version: 'v0',
- url: 'https://v0.material-ui.com',
+ url: 'https://v0.mui.com',
});
versions.sort((a, b) => formatVersion(b.version).localeCompare(formatVersion(a.version)));
@@ -74,7 +74,7 @@ Page.getInitialProps = async () => {
) {
versions.unshift({
version: `v${Number(versions[0].version[1]) + 1} pre-release`,
- url: 'https://next.material-ui.com',
+ url: 'https://next.mui.com',
});
}
diff --git a/docs/public/_redirects b/docs/public/_redirects
index a3902d984cd575..26ae020976c841 100644
--- a/docs/public/_redirects
+++ b/docs/public/_redirects
@@ -7,10 +7,15 @@
/size-snapshot https://s3.eu-central-1.amazonaws.com/eps1lon-material-ui/artifacts/master/latest/size-snapshot.json 200
# To add when we finish work on v5
-https://next.material-ui.com/* https://material-ui.com/:splat 301!
+https://next.material-ui.com/* https://mui.com/:splat 301!
# Support multiple domains
-https://material-ui.dev/* https://material-ui.com/:splat 301!
+https://material-ui.dev/* https://mui.com/:splat 301!
+https://material-ui.com/* https://mui.com/:splat 301!
+https://v0.material-ui.com/* https://v0.mui.com/:splat 301!
+https://v1.material-ui.com/* https://v1.mui.com/:splat 301!
+https://v3.material-ui.com/* https://v3.mui.com/:splat 301!
+https://v4.material-ui.com/* https://v4.mui.com/:splat 301!
# For links hosted in the code published on npm
/r/styles-instance-warning /getting-started/faq/#i-have-several-instances-of-styles-on-the-page 302
@@ -23,7 +28,7 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
/r/issue-template-latest https://codesandbox.io/s/material-ui-issue-latest-s2dsx
/r/ts-issue-template https://www.typescriptlang.org/play/#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcA5FDvmQNwBQokscA3nXHAPSdwwAWWOLhKQAdllEx0ATwgBXOHNRYAJnQC+cIiXIABEMhhYowZABsAtHOCdhlMnToE5o-MAii4AESwgIACgBKVnYuHgBNeSghCBUsDSA 302
/r/custom-component-variants /customization/components/#adding-new-component-variants
-/r/x-license https://material-ui.com/store/items/material-ui-pro/
+/r/x-license https://mui.com/store/items/material-ui-pro/
/r/migration-v4 /guides/migration-v4/
/x/license/ https://docs.google.com/document/d/1nkd5JP5wCefo6UwpVi6PnbTaw8DxhstkCZlfHV5ZgfI/edit?usp=sharing 301
@@ -31,76 +36,76 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
# Legacy redirection
# Added in chronological order
# To be removed at some point
-/v0.20.0 https://v0.material-ui.com/v0.20.0
-/v0.19.4 https://v0.material-ui.com/v0.19.4
-/v0.19.3 https://v0.material-ui.com/v0.19.3
-/v0.19.2 https://v0.material-ui.com/v0.19.2
-/v0.19.1 https://v0.material-ui.com/v0.19.1
-/v0.19.0 https://v0.material-ui.com/v0.19.0
-/v0.18.7 https://v0.material-ui.com/v0.18.7
-/v0.18.6 https://v0.material-ui.com/v0.18.6
-/v0.18.5 https://v0.material-ui.com/v0.18.5
-/v0.18.4 https://v0.material-ui.com/v0.18.4
-/v0.18.3 https://v0.material-ui.com/v0.18.3
-/v0.18.2 https://v0.material-ui.com/v0.18.2
-/v0.18.1 https://v0.material-ui.com/v0.18.1
-/v0.18.0 https://v0.material-ui.com/v0.18.0
-/v0.17.2 https://v0.material-ui.com/v0.17.2
-/v0.17.1 https://v0.material-ui.com/v0.17.1
-/v0.17.0 https://v0.material-ui.com/v0.17.0
-/v0.16.7 https://v0.material-ui.com/v0.16.7
-/v0.16.6 https://v0.material-ui.com/v0.16.6
-/v0.16.5 https://v0.material-ui.com/v0.16.5
-/v0.16.2 https://v0.material-ui.com/v0.16.2
-/v0.16.1 https://v0.material-ui.com/v0.16.1
-/v0.16.0 https://v0.material-ui.com/v0.16.0
-/v0.15.4 https://v0.material-ui.com/v0.15.4
-/v0.15.3 https://v0.material-ui.com/v0.15.3
-/v0.15.2 https://v0.material-ui.com/v0.15.2
-/v0.15.1 https://v0.material-ui.com/v0.15.1
-/v0.15.0 https://v0.material-ui.com/v0.15.0
-/v0.14.4 https://v0.material-ui.com/v0.14.4
-/v0.14.3 https://v0.material-ui.com/v0.14.3
-/v0.14.2 https://v0.material-ui.com/v0.14.2
-/v0.14.1 https://v0.material-ui.com/v0.14.1
-/v0.14.0 https://v0.material-ui.com/v0.14.0
-/v0.13.4 https://v0.material-ui.com/v0.13.4
-/v0.13.3 https://v0.material-ui.com/v0.13.3
-/v0.13.2 https://v0.material-ui.com/v0.13.2
-/v0.13.1 https://v0.material-ui.com/v0.13.1
-/v0.13.0 https://v0.material-ui.com/v0.13.0
-/v0.12.5 https://v0.material-ui.com/v0.12.5
-/v0.12.4 https://v0.material-ui.com/v0.12.4
-/v0.12.3 https://v0.material-ui.com/v0.12.3
-/v0.12.2 https://v0.material-ui.com/v0.12.2
-/v0.12.1 https://v0.material-ui.com/v0.12.1
-/v0.12.0 https://v0.material-ui.com/v0.12.0
-/v0.11.1 https://v0.material-ui.com/v0.11.1
-/v0.11.0 https://v0.material-ui.com/v0.11.0
-/v0.10.4 https://v0.material-ui.com/v0.10.4
-/v0.10.3 https://v0.material-ui.com/v0.10.3
-/v0.10.2 https://v0.material-ui.com/v0.10.2
-/v0.10.1 https://v0.material-ui.com/v0.10.1
-/v0.10.0 https://v0.material-ui.com/v0.10.0
-/v0.9.2 https://v0.material-ui.com/v0.9.2
-/v0.9.1 https://v0.material-ui.com/v0.9.1
-/v0.9.0 https://v0.material-ui.com/v0.9.0
-/v0.8.0 https://v0.material-ui.com/v0.8.0
-/v0.7.5 https://v0.material-ui.com/v0.7.5
-/v0.7.2 https://v0.material-ui.com/v0.7.2
-/v0.7.1 https://v0.material-ui.com/v0.7.1
-/v0.5.0 https://v0.material-ui.com/v0.5.0
-/v0.7.4 https://v0.material-ui.com/v0.7.4
-/v0.7.3 https://v0.material-ui.com/v0.7.3
-/v0.7.0 https://v0.material-ui.com/v0.7.0
-/v0.6.1 https://v0.material-ui.com/v0.6.1
-/v0.6.0 https://v0.material-ui.com/v0.6.0
-/v0.4.1 https://v0.material-ui.com/v0.4.1
-/v0.4.0 https://v0.material-ui.com/v0.4.0
-/v0.3.3 https://v0.material-ui.com/v0.3.3
-/v0.3.2 https://v0.material-ui.com/v0.3.2
-/v0.3.1 https://v0.material-ui.com/v0.3.1
-/v0.3.0 https://v0.material-ui.com/v0.3.0
+/v0.20.0 https://v0.mui.com/v0.20.0
+/v0.19.4 https://v0.mui.com/v0.19.4
+/v0.19.3 https://v0.mui.com/v0.19.3
+/v0.19.2 https://v0.mui.com/v0.19.2
+/v0.19.1 https://v0.mui.com/v0.19.1
+/v0.19.0 https://v0.mui.com/v0.19.0
+/v0.18.7 https://v0.mui.com/v0.18.7
+/v0.18.6 https://v0.mui.com/v0.18.6
+/v0.18.5 https://v0.mui.com/v0.18.5
+/v0.18.4 https://v0.mui.com/v0.18.4
+/v0.18.3 https://v0.mui.com/v0.18.3
+/v0.18.2 https://v0.mui.com/v0.18.2
+/v0.18.1 https://v0.mui.com/v0.18.1
+/v0.18.0 https://v0.mui.com/v0.18.0
+/v0.17.2 https://v0.mui.com/v0.17.2
+/v0.17.1 https://v0.mui.com/v0.17.1
+/v0.17.0 https://v0.mui.com/v0.17.0
+/v0.16.7 https://v0.mui.com/v0.16.7
+/v0.16.6 https://v0.mui.com/v0.16.6
+/v0.16.5 https://v0.mui.com/v0.16.5
+/v0.16.2 https://v0.mui.com/v0.16.2
+/v0.16.1 https://v0.mui.com/v0.16.1
+/v0.16.0 https://v0.mui.com/v0.16.0
+/v0.15.4 https://v0.mui.com/v0.15.4
+/v0.15.3 https://v0.mui.com/v0.15.3
+/v0.15.2 https://v0.mui.com/v0.15.2
+/v0.15.1 https://v0.mui.com/v0.15.1
+/v0.15.0 https://v0.mui.com/v0.15.0
+/v0.14.4 https://v0.mui.com/v0.14.4
+/v0.14.3 https://v0.mui.com/v0.14.3
+/v0.14.2 https://v0.mui.com/v0.14.2
+/v0.14.1 https://v0.mui.com/v0.14.1
+/v0.14.0 https://v0.mui.com/v0.14.0
+/v0.13.4 https://v0.mui.com/v0.13.4
+/v0.13.3 https://v0.mui.com/v0.13.3
+/v0.13.2 https://v0.mui.com/v0.13.2
+/v0.13.1 https://v0.mui.com/v0.13.1
+/v0.13.0 https://v0.mui.com/v0.13.0
+/v0.12.5 https://v0.mui.com/v0.12.5
+/v0.12.4 https://v0.mui.com/v0.12.4
+/v0.12.3 https://v0.mui.com/v0.12.3
+/v0.12.2 https://v0.mui.com/v0.12.2
+/v0.12.1 https://v0.mui.com/v0.12.1
+/v0.12.0 https://v0.mui.com/v0.12.0
+/v0.11.1 https://v0.mui.com/v0.11.1
+/v0.11.0 https://v0.mui.com/v0.11.0
+/v0.10.4 https://v0.mui.com/v0.10.4
+/v0.10.3 https://v0.mui.com/v0.10.3
+/v0.10.2 https://v0.mui.com/v0.10.2
+/v0.10.1 https://v0.mui.com/v0.10.1
+/v0.10.0 https://v0.mui.com/v0.10.0
+/v0.9.2 https://v0.mui.com/v0.9.2
+/v0.9.1 https://v0.mui.com/v0.9.1
+/v0.9.0 https://v0.mui.com/v0.9.0
+/v0.8.0 https://v0.mui.com/v0.8.0
+/v0.7.5 https://v0.mui.com/v0.7.5
+/v0.7.2 https://v0.mui.com/v0.7.2
+/v0.7.1 https://v0.mui.com/v0.7.1
+/v0.5.0 https://v0.mui.com/v0.5.0
+/v0.7.4 https://v0.mui.com/v0.7.4
+/v0.7.3 https://v0.mui.com/v0.7.3
+/v0.7.0 https://v0.mui.com/v0.7.0
+/v0.6.1 https://v0.mui.com/v0.6.1
+/v0.6.0 https://v0.mui.com/v0.6.0
+/v0.4.1 https://v0.mui.com/v0.4.1
+/v0.4.0 https://v0.mui.com/v0.4.0
+/v0.3.3 https://v0.mui.com/v0.3.3
+/v0.3.2 https://v0.mui.com/v0.3.2
+/v0.3.1 https://v0.mui.com/v0.3.1
+/v0.3.0 https://v0.mui.com/v0.3.0
/css-in-js/* /styles/:splat 301
/customization/css-in-js/ /styles/basics/ 301
/customization/overrides/ /customization/components/ 301
@@ -119,7 +124,7 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
/page-layout-examples/* /getting-started/templates/:splat 301
/style/color/ /customization/color/ 301
/style/reboot/ /components/css-baseline/ 301
-/style/typography https://v3.material-ui.com/style/typography/#migration-to-typography-v2 301
+/style/typography https://v3.mui.com/style/typography/#migration-to-typography-v2 301
/style/* /components/:splat 301
/utils/modals/ /components/modal/ 301
/utils/popovers/ /components/popover/ 301
@@ -130,10 +135,10 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
/api/expansion-panel-actions/ /api/accordion-actions/ 301
/api/expansion-panel-details/ /api/accordion-details/ 301
/api/expansion-panel-summary/ /api/accordion-summary/ 301
-/premium-themes* https://material-ui.com/store/ 301
+/premium-themes* https://mui.com/store/ 301
/customization/themes/ /customization/theming/ 301
-https://v1-5-0.material-ui.com/* https://v1.material-ui.com/:splat 301!
-https://v3-9-0.material-ui.com/* https://v3.material-ui.com/:splat 301!
+https://v1-5-0.mui.com/* https://v1.mui.com/:splat 301!
+https://v3-9-0.mui.com/* https://v3.mui.com/:splat 301!
# v5: GridList -> ImageList
/components/grid-list/ /components/image-list/ 301
/api/grid-list/ /api/image-list/ 301
diff --git a/docs/public/static/error-codes.json b/docs/public/static/error-codes.json
index e023da04023a4a..27bd24bf3cdaaf 100644
--- a/docs/public/static/error-codes.json
+++ b/docs/public/static/error-codes.json
@@ -1,5 +1,5 @@
{
- "1": "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://material-ui.com/r/input-component-ref-interface for more info.",
+ "1": "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.",
"2": "MUI: The `value` prop must be an array when using the `Select` component with `multiple`.",
"3": "MUI: Unsupported `%s` color.\nWe support the following formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla().",
"4": "MUI: The color provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `%s` property.",
@@ -12,7 +12,7 @@
"11": "MUI: The color%s provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `%s` property.",
"12": "MUI: The color%s provided to augmentColor(color) is invalid.\n`color.main` should be a string, but `%s` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });",
"13": "Can not find utils in context. It looks like you forgot to wrap your component in LocalizationProvider, or pass dateAdapter prop directly.",
- "14": "MUI: makeStyles is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://material-ui.com/r/migration-v4/#material-ui-core-styles for more details.",
- "15": "MUI: withStyles is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://material-ui.com/r/migration-v4/#material-ui-core-styles for more details.",
- "16": "MUI: withTheme is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://material-ui.com/r/migration-v4/#material-ui-core-styles for more details."
+ "14": "MUI: makeStyles is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#material-ui-core-styles for more details.",
+ "15": "MUI: withStyles is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#material-ui-core-styles for more details.",
+ "16": "MUI: withTheme is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#material-ui-core-styles for more details."
}
diff --git a/docs/scripts/buildApi.ts b/docs/scripts/buildApi.ts
index 286ca864184703..4f2ccb55b376a3 100644
--- a/docs/scripts/buildApi.ts
+++ b/docs/scripts/buildApi.ts
@@ -374,7 +374,7 @@ function getInheritance(
/**
* Produces markdown of the description that can be hosted anywhere.
*
- * By default we assume that the markdown is hosted on material-ui.com which is
+ * By default we assume that the markdown is hosted on mui.com which is
* why the source includes relative url. We transform them to absolute urls with
* this method.
*/
@@ -400,19 +400,19 @@ async function computeApiDescription(api: ReactApi, options: { host: string }):
* /**
* * Demos:
* *
- * * - [Icons](https://material-ui.com/components/icons/)
- * * - [Material Icons](https://material-ui.com/components/material-icons/)
+ * * - [Icons](https://mui.com/components/icons/)
+ * * - [Material Icons](https://mui.com/components/material-icons/)
* *
* * API:
* *
- * * - [Icon API](https://material-ui.com/api/icon/)
+ * * - [Icon API](https://mui.com/api/icon/)
*/
async function annotateComponentDefinition(context: {
component: { filename: string };
api: ReactApi;
}) {
const { api, component } = context;
- const HOST = 'https://material-ui.com';
+ const HOST = 'https://mui.com';
const typesFilename = component.filename.replace(/\.js$/, '.d.ts');
const typesSource = readFileSync(typesFilename, { encoding: 'utf8' });
diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx
index 3920350625aa5f..dc6d71968e0f1c 100644
--- a/docs/src/components/pricing/PricingTable.tsx
+++ b/docs/src/components/pricing/PricingTable.tsx
@@ -300,7 +300,7 @@ const RowHead = ({
);
function getUrl(hash: string) {
- return `https://material-ui.com/components/data-grid${hash}`;
+ return `https://mui.com/components/data-grid${hash}`;
}
const rowHeaders: Record = {
diff --git a/docs/src/components/productTemplate/TemplateDemo.tsx b/docs/src/components/productTemplate/TemplateDemo.tsx
index 579c891a5b72ab..0ea86f3c3b850b 100644
--- a/docs/src/components/productTemplate/TemplateDemo.tsx
+++ b/docs/src/components/productTemplate/TemplateDemo.tsx
@@ -101,7 +101,7 @@ export default function TemplateDemo() {
{
name: 'Bazar Pro - Multipurpose React Ecommerce Template',
src: `/static/branding/store-templates/template-bazar-${mode}.jpeg`,
- href: 'https://material-ui.com/store/items/bazar-pro-react-ecommerce-template/',
+ href: 'https://mui.com/store/items/bazar-pro-react-ecommerce-template/',
},
],
};
diff --git a/docs/src/components/showcase/FolderTable.tsx b/docs/src/components/showcase/FolderTable.tsx
index 30f7ea00ee3dc4..1a77cf13fd6da0 100644
--- a/docs/src/components/showcase/FolderTable.tsx
+++ b/docs/src/components/showcase/FolderTable.tsx
@@ -107,7 +107,7 @@ export default function BasicTable() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/NotificationCard.tsx b/docs/src/components/showcase/NotificationCard.tsx
index 3de5eeb658097e..cadc74d69d2a5c 100644
--- a/docs/src/components/showcase/NotificationCard.tsx
+++ b/docs/src/components/showcase/NotificationCard.tsx
@@ -57,7 +57,7 @@ export default function NotificationCard() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/PlayerCard.tsx b/docs/src/components/showcase/PlayerCard.tsx
index ae5e2b3a72e47a..df1edefcee2e0a 100644
--- a/docs/src/components/showcase/PlayerCard.tsx
+++ b/docs/src/components/showcase/PlayerCard.tsx
@@ -41,7 +41,7 @@ export default function PlayerCard({ theme: externalTheme }: { theme?: Theme })
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeAccordion.tsx b/docs/src/components/showcase/ThemeAccordion.tsx
index 8f80643948f479..3aaa6f6ee0013a 100644
--- a/docs/src/components/showcase/ThemeAccordion.tsx
+++ b/docs/src/components/showcase/ThemeAccordion.tsx
@@ -51,7 +51,7 @@ export default function ThemeAccordion() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeChip.tsx b/docs/src/components/showcase/ThemeChip.tsx
index 3e514c4806eeb0..a01d62609192e6 100644
--- a/docs/src/components/showcase/ThemeChip.tsx
+++ b/docs/src/components/showcase/ThemeChip.tsx
@@ -33,7 +33,7 @@ export default function ThemeChip() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeDatePicker.tsx b/docs/src/components/showcase/ThemeDatePicker.tsx
index 2ad8e5a49c2140..ab34f2c0c7fd44 100644
--- a/docs/src/components/showcase/ThemeDatePicker.tsx
+++ b/docs/src/components/showcase/ThemeDatePicker.tsx
@@ -50,7 +50,7 @@ export default function ThemeDatePicker() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeSlider.tsx b/docs/src/components/showcase/ThemeSlider.tsx
index eaa9a136e35286..ee97b19e486f0c 100644
--- a/docs/src/components/showcase/ThemeSlider.tsx
+++ b/docs/src/components/showcase/ThemeSlider.tsx
@@ -50,7 +50,7 @@ export default function ThemeSlider() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeSwitch.tsx b/docs/src/components/showcase/ThemeSwitch.tsx
index 7c93d796fed64b..9b6ba09bb7fb61 100644
--- a/docs/src/components/showcase/ThemeSwitch.tsx
+++ b/docs/src/components/showcase/ThemeSwitch.tsx
@@ -33,7 +33,7 @@ export default function ThemeSwitch() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeTabs.tsx b/docs/src/components/showcase/ThemeTabs.tsx
index 1fa0508c8b024a..414f6042eee737 100644
--- a/docs/src/components/showcase/ThemeTabs.tsx
+++ b/docs/src/components/showcase/ThemeTabs.tsx
@@ -23,7 +23,7 @@ export default function ThemeTabs() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeTimeline.tsx b/docs/src/components/showcase/ThemeTimeline.tsx
index 4913fa613a1da6..217ebd6adf3087 100644
--- a/docs/src/components/showcase/ThemeTimeline.tsx
+++ b/docs/src/components/showcase/ThemeTimeline.tsx
@@ -55,7 +55,7 @@ export default function BasicTimeline() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ThemeToggleButton.tsx b/docs/src/components/showcase/ThemeToggleButton.tsx
index 4daef3e40751d7..d00ea399c7234f 100644
--- a/docs/src/components/showcase/ThemeToggleButton.tsx
+++ b/docs/src/components/showcase/ThemeToggleButton.tsx
@@ -47,7 +47,7 @@ export default function ThemeToggleButton() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/components/showcase/ViewToggleButton.tsx b/docs/src/components/showcase/ViewToggleButton.tsx
index b0f87935a55a52..48a4ab43c1a959 100644
--- a/docs/src/components/showcase/ViewToggleButton.tsx
+++ b/docs/src/components/showcase/ViewToggleButton.tsx
@@ -64,7 +64,7 @@ export default function ViewToggleButton() {
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
- * For more detail about toggling dark mode: https://material-ui.com/customization/palette/#toggling-color-mode
+ * For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
diff --git a/docs/src/modules/components/Ad.js b/docs/src/modules/components/Ad.js
index f14c2bc7525429..1497a0e29183f3 100644
--- a/docs/src/modules/components/Ad.js
+++ b/docs/src/modules/components/Ad.js
@@ -44,14 +44,14 @@ const inHouseAds = [
},
{
name: 'templates',
- link: 'https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-templates',
+ link: 'https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-templates',
img: '/static/ads-in-house/themes-2.jpg',
description:
'Premium Templates . Start your project with the best templates for admins, dashboards, and more.',
},
{
name: 'themes',
- link: 'https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-themes',
+ link: 'https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-themes',
img: '/static/ads-in-house/themes.png',
description:
'Premium Themes . Kickstart your application development with a ready-made theme.',
@@ -65,13 +65,13 @@ const inHouseAds = [
},
{
name: 'sketch',
- link: 'https://material-ui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-sketch',
+ link: 'https://mui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-sketch',
img: '/static/ads-in-house/sketch.png',
description: 'For Sketch . A large UI kit with over 600 handcrafted MUI symbols ๐.',
},
{
name: 'figma',
- link: 'https://material-ui.com/store/items/figma-react/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-figma',
+ link: 'https://mui.com/store/items/figma-react/?utm_source=docs&utm_medium=referral&utm_campaign=in-house-figma',
img: '/static/ads-in-house/figma.png',
description: 'For Figma . A large UI kit with over 600 handcrafted MUI components ๐จ.',
},
diff --git a/docs/src/modules/components/AppFooter.js b/docs/src/modules/components/AppFooter.js
index 8303a41e7694df..e1af6dfd88cba4 100644
--- a/docs/src/modules/components/AppFooter.js
+++ b/docs/src/modules/components/AppFooter.js
@@ -215,7 +215,7 @@ export default function AppFooter() {
versionNumber: (
{`v${process.env.LIB_VERSION}`}
diff --git a/docs/src/modules/components/AppFrame.js b/docs/src/modules/components/AppFrame.js
index e3bd65398851a0..a7677d17b448b8 100644
--- a/docs/src/modules/components/AppFrame.js
+++ b/docs/src/modules/components/AppFrame.js
@@ -30,7 +30,7 @@ import { useUserLanguage, useTranslate } from 'docs/src/modules/utils/i18n';
import LanguageIcon from '@mui/icons-material/Translate';
const LOCALES = { zh: 'zh-CN', pt: 'pt-BR', es: 'es-ES' };
-const CROWDIN_ROOT_URL = 'https://translate.material-ui.com/project/material-ui-docs/';
+const CROWDIN_ROOT_URL = 'https://translate.mui.com/project/material-ui-docs/';
export function NextNProgressBar() {
const router = useRouter();
diff --git a/docs/src/modules/components/AppLayoutDocsFooter.js b/docs/src/modules/components/AppLayoutDocsFooter.js
index f36950d4d15be3..ec7841b5129cff 100644
--- a/docs/src/modules/components/AppLayoutDocsFooter.js
+++ b/docs/src/modules/components/AppLayoutDocsFooter.js
@@ -93,7 +93,7 @@ function orderedPages(pages, current = []) {
}
async function postFeedback(data) {
- const env = window.location.host.indexOf('material-ui.com') !== -1 ? 'prod' : 'dev';
+ const env = window.location.host.indexOf('mui.com') !== -1 ? 'prod' : 'dev';
try {
const response = await fetch(`${process.env.FEEDBACK_URL}/${env}/feedback`, {
method: 'POST',
@@ -109,7 +109,7 @@ async function postFeedback(data) {
}
async function getUserFeedback(id) {
- const env = location.hostname === 'material-ui.com' ? 'prod' : 'dev';
+ const env = location.hostname === 'mui.com' ? 'prod' : 'dev';
const URL = `${process.env.FEEDBACK_URL}/${env}/feedback/${id}`;
try {
diff --git a/docs/src/modules/components/AppNavDrawer.js b/docs/src/modules/components/AppNavDrawer.js
index d7a9cbe0e62446..73449ebf29a447 100644
--- a/docs/src/modules/components/AppNavDrawer.js
+++ b/docs/src/modules/components/AppNavDrawer.js
@@ -174,7 +174,7 @@ function AppNavDrawer(props) {
{process.env.LIB_VERSION ? (
}
data-ga-event-category="ComponentLinkHeader"
data-ga-event-action="click"
@@ -142,7 +142,7 @@ export default function ComponentLinkHeader(props) {
size="small"
variant="outlined"
rel="nofollow"
- href="https://material-ui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=component-link-header"
+ href="https://mui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=component-link-header"
icon={ }
data-ga-event-category="ComponentLinkHeader"
data-ga-event-action="click"
@@ -159,7 +159,7 @@ export default function ComponentLinkHeader(props) {
size="small"
variant="outlined"
rel="nofollow"
- href="https://material-ui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=component-link-header"
+ href="https://mui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=component-link-header"
icon={ }
data-ga-event-category="ComponentLinkHeader"
data-ga-event-action="click"
diff --git a/docs/src/modules/components/EditPage.js b/docs/src/modules/components/EditPage.js
index e9c9cabdd7983f..9367021e692faa 100644
--- a/docs/src/modules/components/EditPage.js
+++ b/docs/src/modules/components/EditPage.js
@@ -8,7 +8,7 @@ export default function EditPage(props) {
const t = useTranslate();
const userLanguage = useUserLanguage();
const LOCALES = { zh: 'zh-CN', pt: 'pt-BR', es: 'es-ES' };
- const CROWDIN_ROOT_URL = 'https://translate.material-ui.com/project/material-ui-docs/';
+ const CROWDIN_ROOT_URL = 'https://translate.mui.com/project/material-ui-docs/';
const crowdInLocale = LOCALES[userLanguage] || userLanguage;
const crowdInPath = markdownLocation.substring(0, markdownLocation.lastIndexOf('/'));
diff --git a/docs/src/modules/components/Head.js b/docs/src/modules/components/Head.js
index 1f97f3766a77a6..4a753687b64cf0 100644
--- a/docs/src/modules/components/Head.js
+++ b/docs/src/modules/components/Head.js
@@ -4,12 +4,12 @@ import { useRouter } from 'next/router';
import PropTypes from 'prop-types';
import { useUserLanguage, useTranslate } from 'docs/src/modules/utils/i18n';
+// #major-version-switch
const HOST = 'https://mui.com';
export default function Head(props) {
const t = useTranslate();
const {
- // #major-version-switch
card = '/static/social-previews/default-preview.jpg',
children,
description = t('strapline'),
diff --git a/docs/src/modules/components/TopLayoutBlog.js b/docs/src/modules/components/TopLayoutBlog.js
index 945f127c1cd056..c57a92e222820b 100644
--- a/docs/src/modules/components/TopLayoutBlog.js
+++ b/docs/src/modules/components/TopLayoutBlog.js
@@ -92,9 +92,7 @@ function TopLayoutBlog(props) {
description={description}
largeCard={headers.card === 'true' ? true : undefined}
card={
- headers.card === 'true'
- ? `https://material-ui.com/static${router.pathname}/card.png`
- : undefined
+ headers.card === 'true' ? `https://mui.com/static${router.pathname}/card.png` : undefined
}
/>
diff --git a/docs/src/pages.ts b/docs/src/pages.ts
index 6b37069e63bbb1..0864a17da2e86d 100644
--- a/docs/src/pages.ts
+++ b/docs/src/pages.ts
@@ -325,7 +325,7 @@ const pages: readonly MuiPage[] = [
],
},
{
- pathname: 'https://material-ui.com/store/',
+ pathname: 'https://mui.com/store/',
title: 'Templates',
icon: 'ReaderIcon',
linkProps: {
diff --git a/docs/src/pages/company/careers/developer-advocate.md b/docs/src/pages/company/careers/developer-advocate.md
index f9dbf63ab8be3d..2cc53778c6cb3a 100644
--- a/docs/src/pages/company/careers/developer-advocate.md
+++ b/docs/src/pages/company/careers/developer-advocate.md
@@ -12,7 +12,7 @@
## About us
-See the [careers](/company/careers/) and [about us](https://material-ui.com/branding/about/) pages.
+See the [careers](/company/careers/) and [about us](https://mui.com/branding/about/) pages.
### Why we're hiring
diff --git a/docs/src/pages/company/careers/full-stack-engineer.md b/docs/src/pages/company/careers/full-stack-engineer.md
index 9927ff4cb86b48..b4d576a71d21a2 100644
--- a/docs/src/pages/company/careers/full-stack-engineer.md
+++ b/docs/src/pages/company/careers/full-stack-engineer.md
@@ -13,7 +13,7 @@
## About us
-See the [careers](/company/careers/) and [about us](https://material-ui.com/branding/about/) pages.
+See the [careers](/company/careers/) and [about us](https://mui.com/branding/about/) pages.
### Why we're hiring
diff --git a/docs/src/pages/company/careers/product-manager.md b/docs/src/pages/company/careers/product-manager.md
index 916d94f33e2234..6ef5b50f28931b 100644
--- a/docs/src/pages/company/careers/product-manager.md
+++ b/docs/src/pages/company/careers/product-manager.md
@@ -12,7 +12,7 @@
## About us
-See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
+See the [careers](/company/careers/) and [about us](/about/) pages.
### Why we're hiring
diff --git a/docs/src/pages/company/careers/react-engineer.md b/docs/src/pages/company/careers/react-engineer.md
index 4ac4437d77e47e..c62cf136549f4f 100644
--- a/docs/src/pages/company/careers/react-engineer.md
+++ b/docs/src/pages/company/careers/react-engineer.md
@@ -13,7 +13,7 @@
## About us
-See the [careers](/company/careers/) and [about us](https://material-ui.com/branding/about/) pages.
+See the [careers](/company/careers/) and [about us](https://mui.com/branding/about/) pages.
### Why we're hiring
diff --git a/docs/src/pages/components/about-the-lab/about-the-lab.md b/docs/src/pages/components/about-the-lab/about-the-lab.md
index 13f6c76e135fcb..a5d8222cecfdae 100644
--- a/docs/src/pages/components/about-the-lab/about-the-lab.md
+++ b/docs/src/pages/components/about-the-lab/about-the-lab.md
@@ -2,7 +2,7 @@
This package hosts the incubator components that are not yet ready to move to the core.
-The main difference between the lab and the core is how the components are versioned. Having a separate lab package allows us to release breaking changes when necessary while the core package follows a [slower-moving policy](https://material-ui.com/versions/#release-frequency).
+The main difference between the lab and the core is how the components are versioned. Having a separate lab package allows us to release breaking changes when necessary while the core package follows a [slower-moving policy](https://mui.com/versions/#release-frequency).
As developers use and test the components and report issues, the maintainers learn more about shortcomings of the components: missing features, accessibility issues, bugs, API design, etc. The older and more used a component is, the less likely it is that new issues will be found and subsequently need to introduce breaking changes.
diff --git a/docs/src/pages/components/date-range-picker/date-range-picker.md b/docs/src/pages/components/date-range-picker/date-range-picker.md
index 6808a2471a1f78..69568cded5a95e 100644
--- a/docs/src/pages/components/date-range-picker/date-range-picker.md
+++ b/docs/src/pages/components/date-range-picker/date-range-picker.md
@@ -6,7 +6,7 @@ packageName: '@mui/lab'
materialDesign: https://material.io/components/date-pickers
---
-# Date Range Picker [
โก๏ธ ](https://material-ui.com/store/items/material-ui-pro/)
+# Date Range Picker [
โก๏ธ ](https://mui.com/store/items/material-ui-pro/)
Date pickers let the user select a range of dates.
@@ -14,7 +14,7 @@ materialDesign: https://material.io/components/date-pickers
>
> The date range picker is intended for MUI X Pro, a commercial set of advanced components built on top of the community edition (MIT license).
>
-> This paid extension will include more advanced components (rich data grid, date range picker, tree view drag & drop, etc.). [Early access](https://material-ui.com/store/items/material-ui-pro/) starts at an affordable price.
+> This paid extension will include more advanced components (rich data grid, date range picker, tree view drag & drop, etc.). [Early access](https://mui.com/store/items/material-ui-pro/) starts at an affordable price.
The date range pickers let the user select a range of dates.
diff --git a/docs/src/pages/components/rating/rating.md b/docs/src/pages/components/rating/rating.md
index f5f2a4d1b7866f..6678ac3edcbe97 100644
--- a/docs/src/pages/components/rating/rating.md
+++ b/docs/src/pages/components/rating/rating.md
@@ -57,7 +57,7 @@ The accessibility of this component relies on:
- A radio group with its fields visually hidden.
It contains six radio buttons, one for each star, and another for 0 stars that is checked by default. Be sure to provide a value for the `name` prop that is unique to the parent form.
- Labels for the radio buttons containing actual text (โ1 Starโ, โ2 Starsโ, โฆ).
- Be sure to provide a suitable function to the `getLabelText` prop when the page is in a language other than English. You can use the [included locales](https://material-ui.com/guides/localization/), or provide your own.
+ Be sure to provide a suitable function to the `getLabelText` prop when the page is in a language other than English. You can use the [included locales](https://mui.com/guides/localization/), or provide your own.
- A visually distinct appearance for the rating icons.
By default, the rating component uses both a difference of color and shape (filled and empty icons) to indicate the value. In the event that you are using color as the only means to indicate the value, the information should also be also displayed as text, as in this demo. This is important to match [success Criterion 1.4.1](https://www.w3.org/TR/WCAG21/#use-of-color) of WCAG2.1.
diff --git a/docs/src/pages/discover-more/related-projects/related-projects.md b/docs/src/pages/discover-more/related-projects/related-projects.md
index 7086d62921bbf6..4a202e735e6453 100644
--- a/docs/src/pages/discover-more/related-projects/related-projects.md
+++ b/docs/src/pages/discover-more/related-projects/related-projects.md
@@ -8,15 +8,15 @@ Feel free to submit a pull request to add another project; it will be accepted i
## Design resources
-
-
-
+
+
+
A set of reusable components for design tools is available, designed to match the React components, and to help you craft great products:
-- [Figma](https://material-ui.com/store/items/figma-react/?utm_source=docs&utm_medium=referral&utm_campaign=related-projects-figma): A large UI kit with over 600 handcrafted MUI components.
-- [Adobe XD](https://material-ui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=related-projects-adobe-xd): A large UI kit with over 600 handcrafted MUI components.
-- [Sketch](https://material-ui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=related-projects-sketch): A large UI kit with over 600 handcrafted MUI symbols.
+- [Figma](https://mui.com/store/items/figma-react/?utm_source=docs&utm_medium=referral&utm_campaign=related-projects-figma): A large UI kit with over 600 handcrafted MUI components.
+- [Adobe XD](https://mui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=related-projects-adobe-xd): A large UI kit with over 600 handcrafted MUI components.
+- [Sketch](https://mui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=related-projects-sketch): A large UI kit with over 600 handcrafted MUI symbols.
- [Framer](https://packages.framer.com/package/material-ui/material-ui): A small free UI kit of MUI components.
## Images and illustrations
diff --git a/docs/src/pages/getting-started/example-projects/example-projects.md b/docs/src/pages/getting-started/example-projects/example-projects.md
index 1cc622069778e5..e952e8a3fa2c91 100644
--- a/docs/src/pages/getting-started/example-projects/example-projects.md
+++ b/docs/src/pages/getting-started/example-projects/example-projects.md
@@ -26,7 +26,7 @@ build instructions.
## More advanced example projects
-If you want to start with a more complete and real-world example, you could take a look at the [premium themes & templates](https://material-ui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=example-projects-store) or:
+If you want to start with a more complete and real-world example, you could take a look at the [premium themes & templates](https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=example-projects-store) or:
### Free
diff --git a/docs/src/pages/getting-started/faq/faq.md b/docs/src/pages/getting-started/faq/faq.md
index 614c3d57629bbb..9190a1a28365b1 100644
--- a/docs/src/pages/getting-started/faq/faq.md
+++ b/docs/src/pages/getting-started/faq/faq.md
@@ -8,7 +8,7 @@ If you still can't find what you're looking for, you can refer to our [support p
There are many ways to support MUI:
-- **Spread the word**. Evangelize MUI by [linking to material-ui.com](https://material-ui.com/) on your website, every backlink matters.
+- **Spread the word**. Evangelize MUI by [linking to mui.com](https://mui.com/) on your website, every backlink matters.
Follow us on [Twitter](https://twitter.com/MaterialUI), like and retweet the important news. Or just talk about us with your friends.
- **Give us feedback**. Tell us what we're doing well or where we can improve. Please upvote (๐) the issues that you are the most interested in seeing solved.
- **Help new users**. You can answer questions on
@@ -17,7 +17,7 @@ There are many ways to support MUI:
- Edit the documentation. Every page has an "EDIT THIS PAGE" link in the top right.
- Report bugs or missing features by [creating an issue](https://github.com/mui-org/material-ui/issues/new).
- Review and comment on existing [pull requests](https://github.com/mui-org/material-ui/pulls) and [issues](https://github.com/mui-org/material-ui/issues).
- - Help [translate](https://translate.material-ui.com) the documentation.
+ - Help [translate](https://translate.mui.com) the documentation.
- [Improve our documentation](https://github.com/mui-org/material-ui/tree/next/docs), fix bugs, or add features by [submitting a pull request](https://github.com/mui-org/material-ui/pulls).
- **Support us financially on [OpenCollective](https://opencollective.com/material-ui)**.
If you use MUI in a commercial project and would like to support its continued development by becoming a Sponsor, or in a side or hobby project and would like to become a Backer, you can do so through OpenCollective.
diff --git a/docs/src/pages/getting-started/installation/installation.md b/docs/src/pages/getting-started/installation/installation.md
index e34e4a60233455..fb90a8d1c47cbe 100644
--- a/docs/src/pages/getting-started/installation/installation.md
+++ b/docs/src/pages/getting-started/installation/installation.md
@@ -96,13 +96,13 @@ You should consider pointing to a specific version, such as [v4.4.0](https://unp
## Design resources
-
-
-
+
+
+
A set of reusable components for design tools is available, designed to match the React components and to help you craft great products:
-- [Figma](https://material-ui.com/store/items/figma-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-figma): A large UI kit with over 600 handcrafted MUI components.
-- [Adobe XD](https://material-ui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-adobe-xd): A large UI kit with over 600 handcrafted MUI components.
-- [Sketch](https://material-ui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-sketch): A large UI kit with over 600 handcrafted MUI symbols.
+- [Figma](https://mui.com/store/items/figma-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-figma): A large UI kit with over 600 handcrafted MUI components.
+- [Adobe XD](https://mui.com/store/items/adobe-xd-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-adobe-xd): A large UI kit with over 600 handcrafted MUI components.
+- [Sketch](https://mui.com/store/items/sketch-react/?utm_source=docs&utm_medium=referral&utm_campaign=installation-sketch): A large UI kit with over 600 handcrafted MUI symbols.
- [Framer](https://packages.framer.com/package/material-ui/material-ui): A small free UI kit of MUI components.
diff --git a/docs/src/pages/getting-started/support/support.md b/docs/src/pages/getting-started/support/support.md
index 73de3f0843bedf..db5726934fb1bd 100644
--- a/docs/src/pages/getting-started/support/support.md
+++ b/docs/src/pages/getting-started/support/support.md
@@ -54,7 +54,7 @@ MUI Core has been open-source ([MIT](https://tldrlegal.com/license/mit-license))
Developers can ensure MUI is the right choice for their React applications through MUI's community maintenance strategy.
The MUI team regularly ships new releases, bug fixes, and is very welcoming to community pull requests.
-Given the reality of time and resource constraints, as well as the desire to keep innovating, over time it becomes necessary to shift focus to newer versions of the framework ([our release schedule](https://material-ui.com/versions/#release-frequency)), while making the transition to newer versions as smooth as possible, including publishing migration guides such as [this one for v5](/guides/migration-v4/).
+Given the reality of time and resource constraints, as well as the desire to keep innovating, over time it becomes necessary to shift focus to newer versions of the framework ([our release schedule](https://mui.com/versions/#release-frequency)), while making the transition to newer versions as smooth as possible, including publishing migration guides such as [this one for v5](/guides/migration-v4/).
The open-source community is always welcome to submit new features and bug fixes as well.
The current status of each MUI version is as follows:
diff --git a/docs/src/pages/getting-started/supported-platforms/supported-platforms.md b/docs/src/pages/getting-started/supported-platforms/supported-platforms.md
index aae21d44e8ddcd..c7bccd649dd924 100644
--- a/docs/src/pages/getting-started/supported-platforms/supported-platforms.md
+++ b/docs/src/pages/getting-started/supported-platforms/supported-platforms.md
@@ -58,7 +58,7 @@ It's a must-do for static pages, but it needs to be put in balance with not doin
MUI supports the most recent versions of React, starting with ^17.0.0 (the one with event delegation at the React root).
-Have a look at the older [versions](https://material-ui.com/versions/) for backward compatibility.
+Have a look at the older [versions](https://mui.com/versions/) for backward compatibility.
## TypeScript
diff --git a/docs/src/pages/getting-started/templates/album/Album.js b/docs/src/pages/getting-started/templates/album/Album.js
index 3ac59d067b0f7c..dfaa00b587f094 100644
--- a/docs/src/pages/getting-started/templates/album/Album.js
+++ b/docs/src/pages/getting-started/templates/album/Album.js
@@ -20,7 +20,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/album/Album.tsx b/docs/src/pages/getting-started/templates/album/Album.tsx
index 3ac59d067b0f7c..dfaa00b587f094 100644
--- a/docs/src/pages/getting-started/templates/album/Album.tsx
+++ b/docs/src/pages/getting-started/templates/album/Album.tsx
@@ -20,7 +20,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/album/README.md b/docs/src/pages/getting-started/templates/album/README.md
index 7d9aca6c360e14..08a99629bf1208 100644
--- a/docs/src/pages/getting-started/templates/album/README.md
+++ b/docs/src/pages/getting-started/templates/album/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/album/.
+View the demo at https://mui.com/getting-started/templates/album/.
diff --git a/docs/src/pages/getting-started/templates/blog/Footer.js b/docs/src/pages/getting-started/templates/blog/Footer.js
index af3919559814a4..8dff8de3e13877 100644
--- a/docs/src/pages/getting-started/templates/blog/Footer.js
+++ b/docs/src/pages/getting-started/templates/blog/Footer.js
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/blog/Footer.tsx b/docs/src/pages/getting-started/templates/blog/Footer.tsx
index 9a5feb2aabed79..7579ccdd5e8edb 100644
--- a/docs/src/pages/getting-started/templates/blog/Footer.tsx
+++ b/docs/src/pages/getting-started/templates/blog/Footer.tsx
@@ -8,7 +8,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/blog/README.md b/docs/src/pages/getting-started/templates/blog/README.md
index 909c878b4f0a20..1e6532600204d9 100644
--- a/docs/src/pages/getting-started/templates/blog/README.md
+++ b/docs/src/pages/getting-started/templates/blog/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/blog/.
+View the demo at https://mui.com/getting-started/templates/blog/.
diff --git a/docs/src/pages/getting-started/templates/checkout/Checkout.js b/docs/src/pages/getting-started/templates/checkout/Checkout.js
index c0261880d39d0b..12e3d5c4acdae1 100644
--- a/docs/src/pages/getting-started/templates/checkout/Checkout.js
+++ b/docs/src/pages/getting-started/templates/checkout/Checkout.js
@@ -20,7 +20,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/checkout/Checkout.tsx b/docs/src/pages/getting-started/templates/checkout/Checkout.tsx
index 5c172a3e4b3f04..e6c50f7abf96d4 100644
--- a/docs/src/pages/getting-started/templates/checkout/Checkout.tsx
+++ b/docs/src/pages/getting-started/templates/checkout/Checkout.tsx
@@ -20,7 +20,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/checkout/README.md b/docs/src/pages/getting-started/templates/checkout/README.md
index 8c3c8fcb460ec3..005c013d35f127 100644
--- a/docs/src/pages/getting-started/templates/checkout/README.md
+++ b/docs/src/pages/getting-started/templates/checkout/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/checkout/.
+View the demo at https://mui.com/getting-started/templates/checkout/.
diff --git a/docs/src/pages/getting-started/templates/dashboard/Dashboard.js b/docs/src/pages/getting-started/templates/dashboard/Dashboard.js
index 8693f9f4e6744c..6714bad0831cb2 100644
--- a/docs/src/pages/getting-started/templates/dashboard/Dashboard.js
+++ b/docs/src/pages/getting-started/templates/dashboard/Dashboard.js
@@ -26,7 +26,7 @@ function Copyright(props) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/dashboard/Dashboard.tsx b/docs/src/pages/getting-started/templates/dashboard/Dashboard.tsx
index f4ac94030e3152..d0ce82502c0d09 100644
--- a/docs/src/pages/getting-started/templates/dashboard/Dashboard.tsx
+++ b/docs/src/pages/getting-started/templates/dashboard/Dashboard.tsx
@@ -26,7 +26,7 @@ function Copyright(props: any) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/dashboard/README.md b/docs/src/pages/getting-started/templates/dashboard/README.md
index 8bdee2491b749c..475667d1186f0c 100644
--- a/docs/src/pages/getting-started/templates/dashboard/README.md
+++ b/docs/src/pages/getting-started/templates/dashboard/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/dashboard/.
+View the demo at https://mui.com/getting-started/templates/dashboard/.
diff --git a/docs/src/pages/getting-started/templates/pricing/Pricing.js b/docs/src/pages/getting-started/templates/pricing/Pricing.js
index dac8b2617926a5..a01f6d51f42d64 100644
--- a/docs/src/pages/getting-started/templates/pricing/Pricing.js
+++ b/docs/src/pages/getting-started/templates/pricing/Pricing.js
@@ -19,7 +19,7 @@ function Copyright(props) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/pricing/Pricing.tsx b/docs/src/pages/getting-started/templates/pricing/Pricing.tsx
index 8d23325f7f707f..fd147a3ff78151 100644
--- a/docs/src/pages/getting-started/templates/pricing/Pricing.tsx
+++ b/docs/src/pages/getting-started/templates/pricing/Pricing.tsx
@@ -19,7 +19,7 @@ function Copyright(props: any) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/pricing/README.md b/docs/src/pages/getting-started/templates/pricing/README.md
index c3fe5781adb5d6..067f53f0f3f8e6 100644
--- a/docs/src/pages/getting-started/templates/pricing/README.md
+++ b/docs/src/pages/getting-started/templates/pricing/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/pricing/.
+View the demo at https://mui.com/getting-started/templates/pricing/.
diff --git a/docs/src/pages/getting-started/templates/sign-in-side/README.md b/docs/src/pages/getting-started/templates/sign-in-side/README.md
index 711332db5a8e03..00f677e43d3385 100644
--- a/docs/src/pages/getting-started/templates/sign-in-side/README.md
+++ b/docs/src/pages/getting-started/templates/sign-in-side/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/sign-in-side/.
+View the demo at https://mui.com/getting-started/templates/sign-in-side/.
diff --git a/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.js b/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.js
index 3d2996a6ad950a..fc930b300630ab 100644
--- a/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.js
+++ b/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.js
@@ -17,7 +17,7 @@ function Copyright(props) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.tsx b/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.tsx
index 414f4a622e8bfb..2922ff3ba2c37b 100644
--- a/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.tsx
+++ b/docs/src/pages/getting-started/templates/sign-in-side/SignInSide.tsx
@@ -17,7 +17,7 @@ function Copyright(props: any) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sign-in/README.md b/docs/src/pages/getting-started/templates/sign-in/README.md
index 938d0e66f855a4..c43beb84e5364f 100644
--- a/docs/src/pages/getting-started/templates/sign-in/README.md
+++ b/docs/src/pages/getting-started/templates/sign-in/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/sign-in/.
+View the demo at https://mui.com/getting-started/templates/sign-in/.
diff --git a/docs/src/pages/getting-started/templates/sign-in/SignIn.js b/docs/src/pages/getting-started/templates/sign-in/SignIn.js
index c4a17b84e9fcc0..6f81bdfc032c8c 100644
--- a/docs/src/pages/getting-started/templates/sign-in/SignIn.js
+++ b/docs/src/pages/getting-started/templates/sign-in/SignIn.js
@@ -17,7 +17,7 @@ function Copyright(props) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sign-in/SignIn.tsx b/docs/src/pages/getting-started/templates/sign-in/SignIn.tsx
index 4a16143c9fd543..48a6b285d0927d 100644
--- a/docs/src/pages/getting-started/templates/sign-in/SignIn.tsx
+++ b/docs/src/pages/getting-started/templates/sign-in/SignIn.tsx
@@ -17,7 +17,7 @@ function Copyright(props: any) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sign-up/README.md b/docs/src/pages/getting-started/templates/sign-up/README.md
index 301fc2f97a7fa9..4c3d075037e858 100644
--- a/docs/src/pages/getting-started/templates/sign-up/README.md
+++ b/docs/src/pages/getting-started/templates/sign-up/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/sign-up/.
+View the demo at https://mui.com/getting-started/templates/sign-up/.
diff --git a/docs/src/pages/getting-started/templates/sign-up/SignUp.js b/docs/src/pages/getting-started/templates/sign-up/SignUp.js
index 845ee2f1046e81..df174e37653c0a 100644
--- a/docs/src/pages/getting-started/templates/sign-up/SignUp.js
+++ b/docs/src/pages/getting-started/templates/sign-up/SignUp.js
@@ -17,7 +17,7 @@ function Copyright(props) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sign-up/SignUp.tsx b/docs/src/pages/getting-started/templates/sign-up/SignUp.tsx
index 41170d4440ef3e..3bc22ca0261bdb 100644
--- a/docs/src/pages/getting-started/templates/sign-up/SignUp.tsx
+++ b/docs/src/pages/getting-started/templates/sign-up/SignUp.tsx
@@ -17,7 +17,7 @@ function Copyright(props: any) {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sticky-footer/README.md b/docs/src/pages/getting-started/templates/sticky-footer/README.md
index 3561964e07cc47..a6dbaab635a67f 100644
--- a/docs/src/pages/getting-started/templates/sticky-footer/README.md
+++ b/docs/src/pages/getting-started/templates/sticky-footer/README.md
@@ -10,4 +10,4 @@ Copy the files into your project, or one of the [example projects](https://githu
-View the demo at https://material-ui.com/getting-started/templates/sticky-footer/.
+View the demo at https://mui.com/getting-started/templates/sticky-footer/.
diff --git a/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.js b/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.js
index 59601f4c9dd655..5c853f9b4b4930 100644
--- a/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.js
+++ b/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.js
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.tsx b/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.tsx
index 59601f4c9dd655..5c853f9b4b4930 100644
--- a/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.tsx
+++ b/docs/src/pages/getting-started/templates/sticky-footer/StickyFooter.tsx
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/docs/src/pages/getting-started/templates/templates.md b/docs/src/pages/getting-started/templates/templates.md
index fa042183a562c2..c6a18fc54728b3 100644
--- a/docs/src/pages/getting-started/templates/templates.md
+++ b/docs/src/pages/getting-started/templates/templates.md
@@ -26,6 +26,6 @@ So far we have demos for a dashboard, sign in page, sign up page, blog page, che
## Premium Themes
-Looking for something more? You can find complete templates & themes in the premium template section .
+Looking for something more? You can find complete templates & themes in the premium template section .
-
+
diff --git a/docs/src/pages/getting-started/usage/usage.md b/docs/src/pages/getting-started/usage/usage.md
index 97cacfd3ef1c3f..00830e22766298 100644
--- a/docs/src/pages/getting-started/usage/usage.md
+++ b/docs/src/pages/getting-started/usage/usage.md
@@ -50,7 +50,7 @@ It fixes some inconsistencies across browsers and devices while providing slight
## Versioned Documentation
This documentation always reflects the latest stable version of MUI.
-You can find older versions of the documentation on a [separate page](https://material-ui.com/versions/).
+You can find older versions of the documentation on a [separate page](https://mui.com/versions/).
## Next steps
diff --git a/docs/src/pages/guides/migration-v3/migration-v3.md b/docs/src/pages/guides/migration-v3/migration-v3.md
index 4bad5523763530..883e7257b7d458 100644
--- a/docs/src/pages/guides/migration-v3/migration-v3.md
+++ b/docs/src/pages/guides/migration-v3/migration-v3.md
@@ -2,7 +2,7 @@
Yeah, v4 has been released!
-Looking for the v3 docs? [Find them here](https://material-ui.com/versions/).
+Looking for the v3 docs? [Find them here](https://mui.com/versions/).
> This document is a work in progress.
> Have you upgraded your site and run into something that's not covered here?
@@ -169,7 +169,7 @@ yarn add @mui/styles
+ spacing: PropTypes.oneOf([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]),
```
- Going forward, you can use the theme to implement [a custom Grid spacing transformation function](https://material-ui.com/system/spacing/#transformation).
+ Going forward, you can use the theme to implement [a custom Grid spacing transformation function](https://mui.com/system/spacing/#transformation).
- [Container] Moved from `@mui/lab` to `@mui/material`.
diff --git a/docs/src/pages/guides/migration-v4/migration-v4.md b/docs/src/pages/guides/migration-v4/migration-v4.md
index 70bab9562113d2..41eaeaa0a076d4 100644
--- a/docs/src/pages/guides/migration-v4/migration-v4.md
+++ b/docs/src/pages/guides/migration-v4/migration-v4.md
@@ -2,7 +2,7 @@
Yeah, v5 has been released!
-If you're looking for the v4 docs, you can [find them here](https://material-ui.com/versions/).
+If you're looking for the v4 docs, you can [find them here](https://mui.com/versions/).
## Introduction
@@ -2212,7 +2212,7 @@ As the core components use emotion as their style engine, the props used by emot
- The default background color is now `#fff` in light mode and `#121212` in dark mode.
This matches the Material Design guidelines.
-- Breakpoints are now treated as values instead of [ranges](https://v4.material-ui.com/customization/breakpoints/#default-breakpoints). The behavior of `down(key)` was changed to define a media query below the value defined by the corresponding breakpoint (exclusive), rather than the breakpoint above.
+- Breakpoints are now treated as values instead of [ranges](https://v4.mui.com/customization/breakpoints/#default-breakpoints). The behavior of `down(key)` was changed to define a media query below the value defined by the corresponding breakpoint (exclusive), rather than the breakpoint above.
`between(start, end)` was also updated to define a media query for the values between the actual values of start (inclusive) and end (exclusive).
When using the `down()` breakpoints utility you need to update the breakpoint key by one step up. When using the `between(start, end)` the end breakpoint should also be updated by one step up.
diff --git a/docs/src/pages/guides/routing/routing.md b/docs/src/pages/guides/routing/routing.md
index 16593ea2a4878d..0ac2a44c726b2d 100644
--- a/docs/src/pages/guides/routing/routing.md
+++ b/docs/src/pages/guides/routing/routing.md
@@ -123,7 +123,7 @@ The [example folder](https://github.com/mui-org/material-ui/tree/HEAD/examples/n
- The second version of the adapter is the `Link` component.
This component is styled.
- It leverages the [link component of MUI](https://material-ui.com/components/links/) with `NextLinkComposed`.
+ It leverages the [link component of MUI](https://mui.com/components/links/) with `NextLinkComposed`.
```tsx
import Link from '../src/Link';
diff --git a/docs/src/pages/landing/Themes.js b/docs/src/pages/landing/Themes.js
index 5b83f7d89bb075..bed09792798e75 100644
--- a/docs/src/pages/landing/Themes.js
+++ b/docs/src/pages/landing/Themes.js
@@ -24,7 +24,7 @@ export default function Themes() {
{t('themesDescr')}
{t('themesButton')}
diff --git a/docs/src/pages/premium-themes/onepirate/modules/components/Button.js b/docs/src/pages/premium-themes/onepirate/modules/components/Button.js
index e24fd6fbeedba5..15e951a2b0c61a 100644
--- a/docs/src/pages/premium-themes/onepirate/modules/components/Button.js
+++ b/docs/src/pages/premium-themes/onepirate/modules/components/Button.js
@@ -22,7 +22,7 @@ const ButtonRoot = styled(MuiButton)(({ theme, size }) => ({
}),
}));
-// See https://material-ui.com/guides/typescript/#usage-of-component-prop for why the types uses `C`.
+// See https://mui.com/guides/typescript/#usage-of-component-prop for why the types uses `C`.
function Button(props) {
return ;
}
diff --git a/docs/src/pages/premium-themes/onepirate/modules/components/Button.tsx b/docs/src/pages/premium-themes/onepirate/modules/components/Button.tsx
index 186f1b90de619e..50fadf78f5a24b 100644
--- a/docs/src/pages/premium-themes/onepirate/modules/components/Button.tsx
+++ b/docs/src/pages/premium-themes/onepirate/modules/components/Button.tsx
@@ -22,7 +22,7 @@ const ButtonRoot = styled(MuiButton)(({ theme, size }) => ({
}),
}));
-// See https://material-ui.com/guides/typescript/#usage-of-component-prop for why the types uses `C`.
+// See https://mui.com/guides/typescript/#usage-of-component-prop for why the types uses `C`.
function Button(
props: ButtonProps,
) {
diff --git a/docs/src/pages/premium-themes/onepirate/modules/views/AppFooter.js b/docs/src/pages/premium-themes/onepirate/modules/views/AppFooter.js
index 6cb27a827616bf..80af88bd3d14ec 100644
--- a/docs/src/pages/premium-themes/onepirate/modules/views/AppFooter.js
+++ b/docs/src/pages/premium-themes/onepirate/modules/views/AppFooter.js
@@ -10,7 +10,7 @@ function Copyright() {
return (
{'ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
@@ -59,7 +59,7 @@ export default function AppFooter() {
sx={{ height: 120 }}
>
-
+
{'ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
@@ -59,7 +59,7 @@ export default function AppFooter() {
sx={{ height: 120 }}
>
-
+
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/docs/src/pages/premium-themes/paperbase/Paperbase.tsx b/docs/src/pages/premium-themes/paperbase/Paperbase.tsx
index 278b7d4f73cf50..f7d3f8cada0f53 100644
--- a/docs/src/pages/premium-themes/paperbase/Paperbase.tsx
+++ b/docs/src/pages/premium-themes/paperbase/Paperbase.tsx
@@ -13,7 +13,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/docs/src/route.ts b/docs/src/route.ts
index 970fcbc0a5be1a..bf01e94f13c187 100644
--- a/docs/src/route.ts
+++ b/docs/src/route.ts
@@ -26,17 +26,17 @@ const ROUTES = {
dataGridFeatures: '/components/data-grid/getting-started/#feature-comparison',
storePopular: '/store/#populars',
storeDesign: '/store/#design',
- storeFigma: 'https://material-ui.com/store/items/figma-react/',
- storeSketch: 'https://material-ui.com/store/items/sketch-react/',
- storeXD: 'https://material-ui.com/store/items/adobe-xd-react/',
- storeTemplateMaterialApp: 'https://material-ui.com/store/items/material-app/',
- storeTemplateBarza: 'https://material-ui.com/store/items/bazar-pro-react-ecommerce-template/',
- storeTemplateMinimalFree: 'https://material-ui.com/store/items/minimal-dashboard-free/',
- storeTemplateMinimalDashboard: 'https://material-ui.com/store/items/minimal-dashboard/',
- storeTemplateBerry: 'https://material-ui.com/store/items/berry-react-material-admin/',
- storeTemplateWebbee: 'https://material-ui.com/store/items/webbee-landing-page/',
- storeTheFront: 'https://material-ui.com/store/items/the-front-landing-page/',
- storeFlexy: 'https://material-ui.com/store/items/flexy-react-admin-dashboard/',
+ storeFigma: 'https://mui.com/store/items/figma-react/',
+ storeSketch: 'https://mui.com/store/items/sketch-react/',
+ storeXD: 'https://mui.com/store/items/adobe-xd-react/',
+ storeTemplateMaterialApp: 'https://mui.com/store/items/material-app/',
+ storeTemplateBarza: 'https://mui.com/store/items/bazar-pro-react-ecommerce-template/',
+ storeTemplateMinimalFree: 'https://mui.com/store/items/minimal-dashboard-free/',
+ storeTemplateMinimalDashboard: 'https://mui.com/store/items/minimal-dashboard/',
+ storeTemplateBerry: 'https://mui.com/store/items/berry-react-material-admin/',
+ storeTemplateWebbee: 'https://mui.com/store/items/webbee-landing-page/',
+ storeTheFront: 'https://mui.com/store/items/the-front-landing-page/',
+ storeFlexy: 'https://mui.com/store/items/flexy-react-admin-dashboard/',
};
export default ROUTES;
diff --git a/docs/translations/api-docs/date-picker/date-picker-de.json b/docs/translations/api-docs/date-picker/date-picker-de.json
index e710c5b533b185..7eca4259891865 100644
--- a/docs/translations/api-docs/date-picker/date-picker-de.json
+++ b/docs/translations/api-docs/date-picker/date-picker-de.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker-es.json b/docs/translations/api-docs/date-picker/date-picker-es.json
index e710c5b533b185..7eca4259891865 100644
--- a/docs/translations/api-docs/date-picker/date-picker-es.json
+++ b/docs/translations/api-docs/date-picker/date-picker-es.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker-fr.json b/docs/translations/api-docs/date-picker/date-picker-fr.json
index b902b7866a3e5a..de17fbcc1d9daa 100644
--- a/docs/translations/api-docs/date-picker/date-picker-fr.json
+++ b/docs/translations/api-docs/date-picker/date-picker-fr.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker-ja.json b/docs/translations/api-docs/date-picker/date-picker-ja.json
index e710c5b533b185..7eca4259891865 100644
--- a/docs/translations/api-docs/date-picker/date-picker-ja.json
+++ b/docs/translations/api-docs/date-picker/date-picker-ja.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker-pt.json b/docs/translations/api-docs/date-picker/date-picker-pt.json
index e710c5b533b185..7eca4259891865 100644
--- a/docs/translations/api-docs/date-picker/date-picker-pt.json
+++ b/docs/translations/api-docs/date-picker/date-picker-pt.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker-ru.json b/docs/translations/api-docs/date-picker/date-picker-ru.json
index e710c5b533b185..7eca4259891865 100644
--- a/docs/translations/api-docs/date-picker/date-picker-ru.json
+++ b/docs/translations/api-docs/date-picker/date-picker-ru.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker-zh.json b/docs/translations/api-docs/date-picker/date-picker-zh.json
index e710c5b533b185..7eca4259891865 100644
--- a/docs/translations/api-docs/date-picker/date-picker-zh.json
+++ b/docs/translations/api-docs/date-picker/date-picker-zh.json
@@ -38,11 +38,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -56,7 +56,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-picker/date-picker.json b/docs/translations/api-docs/date-picker/date-picker.json
index 1c82eda58f3bc7..efbb2f4cbf92bd 100644
--- a/docs/translations/api-docs/date-picker/date-picker.json
+++ b/docs/translations/api-docs/date-picker/date-picker.json
@@ -40,11 +40,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -58,7 +58,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-de.json b/docs/translations/api-docs/date-range-picker/date-range-picker-de.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-de.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-de.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-es.json b/docs/translations/api-docs/date-range-picker/date-range-picker-es.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-es.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-es.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-fr.json b/docs/translations/api-docs/date-range-picker/date-range-picker-fr.json
index 0cc85628b3b968..b4e0647659bdb0 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-fr.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-fr.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-ja.json b/docs/translations/api-docs/date-range-picker/date-range-picker-ja.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-ja.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-ja.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-pt.json b/docs/translations/api-docs/date-range-picker/date-range-picker-pt.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-pt.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-pt.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-ru.json b/docs/translations/api-docs/date-range-picker/date-range-picker-ru.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-ru.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-ru.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker-zh.json b/docs/translations/api-docs/date-range-picker/date-range-picker-zh.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker-zh.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker-zh.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-range-picker/date-range-picker.json b/docs/translations/api-docs/date-range-picker/date-range-picker.json
index b98930062e3c04..a4766913a2cb1e 100644
--- a/docs/translations/api-docs/date-range-picker/date-range-picker.json
+++ b/docs/translations/api-docs/date-range-picker/date-range-picker.json
@@ -41,11 +41,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -60,7 +60,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-de.json b/docs/translations/api-docs/date-time-picker/date-time-picker-de.json
index 982932764370e4..055456ebc2f9d2 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-de.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-de.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-es.json b/docs/translations/api-docs/date-time-picker/date-time-picker-es.json
index 982932764370e4..055456ebc2f9d2 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-es.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-es.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-fr.json b/docs/translations/api-docs/date-time-picker/date-time-picker-fr.json
index 5a656a0d4229de..928df53354243e 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-fr.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-fr.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-ja.json b/docs/translations/api-docs/date-time-picker/date-time-picker-ja.json
index 982932764370e4..055456ebc2f9d2 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-ja.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-ja.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-pt.json b/docs/translations/api-docs/date-time-picker/date-time-picker-pt.json
index 982932764370e4..055456ebc2f9d2 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-pt.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-pt.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-ru.json b/docs/translations/api-docs/date-time-picker/date-time-picker-ru.json
index 982932764370e4..055456ebc2f9d2 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-ru.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-ru.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker-zh.json b/docs/translations/api-docs/date-time-picker/date-time-picker-zh.json
index 982932764370e4..055456ebc2f9d2 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker-zh.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker-zh.json
@@ -47,11 +47,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -67,7 +67,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/date-time-picker/date-time-picker.json b/docs/translations/api-docs/date-time-picker/date-time-picker.json
index c188a9fcad8f29..24e23dec560fc9 100644
--- a/docs/translations/api-docs/date-time-picker/date-time-picker.json
+++ b/docs/translations/api-docs/date-time-picker/date-time-picker.json
@@ -51,11 +51,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -71,7 +71,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-de.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-de.json
index aa02606b154a07..14586fd8539647 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-de.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-de.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-es.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-es.json
index aa02606b154a07..14586fd8539647 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-es.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-es.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-fr.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-fr.json
index 865bb682235900..0225c4a81f82f1 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-fr.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-fr.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ja.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ja.json
index aa02606b154a07..14586fd8539647 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ja.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ja.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-pt.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-pt.json
index aa02606b154a07..14586fd8539647 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-pt.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-pt.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ru.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ru.json
index aa02606b154a07..14586fd8539647 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ru.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-ru.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-zh.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-zh.json
index aa02606b154a07..14586fd8539647 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-zh.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker-zh.json
@@ -32,11 +32,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -48,7 +48,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker.json b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker.json
index 5ff909542e0e8d..b7b4c860d98cba 100644
--- a/docs/translations/api-docs/desktop-date-picker/desktop-date-picker.json
+++ b/docs/translations/api-docs/desktop-date-picker/desktop-date-picker.json
@@ -34,11 +34,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -50,7 +50,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-de.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-de.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-de.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-de.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-es.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-es.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-es.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-es.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-fr.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-fr.json
index ad91aa15780330..dde3ce1dd9f51a 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-fr.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-fr.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ja.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ja.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ja.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ja.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-pt.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-pt.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-pt.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-pt.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ru.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ru.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ru.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-ru.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-zh.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-zh.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-zh.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker-zh.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker.json b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker.json
index 2a36cae0235a6f..a1d695c017f3ef 100644
--- a/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker.json
+++ b/docs/translations/api-docs/desktop-date-range-picker/desktop-date-range-picker.json
@@ -35,11 +35,11 @@
"open": "Control the popup or dialog open state.",
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -52,7 +52,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the date range picker."
},
"classDescriptions": {}
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-de.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-de.json
index d9210df199f248..dbd792ab1fdbd3 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-de.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-de.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-es.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-es.json
index d9210df199f248..dbd792ab1fdbd3 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-es.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-es.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-fr.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-fr.json
index 25a896266fd975..15acae683188b9 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-fr.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-fr.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ja.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ja.json
index d9210df199f248..dbd792ab1fdbd3 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ja.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ja.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-pt.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-pt.json
index d9210df199f248..dbd792ab1fdbd3 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-pt.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-pt.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ru.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ru.json
index d9210df199f248..dbd792ab1fdbd3 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ru.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-ru.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-zh.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-zh.json
index d9210df199f248..dbd792ab1fdbd3 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-zh.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker-zh.json
@@ -41,11 +41,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -59,7 +59,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker.json b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker.json
index f2ddc261640b80..bb57593d558965 100644
--- a/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker.json
+++ b/docs/translations/api-docs/desktop-date-time-picker/desktop-date-time-picker.json
@@ -45,11 +45,11 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
@@ -63,7 +63,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-de.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-de.json
index 38745997b26d36..d43c3a2c388362 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-de.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-de.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-es.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-es.json
index 38745997b26d36..d43c3a2c388362 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-es.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-es.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-fr.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-fr.json
index 48dfa134a8577b..b06fdae4cedf53 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-fr.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-fr.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ja.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ja.json
index 38745997b26d36..d43c3a2c388362 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ja.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ja.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-pt.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-pt.json
index 38745997b26d36..d43c3a2c388362 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-pt.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-pt.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ru.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ru.json
index 38745997b26d36..d43c3a2c388362 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ru.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-ru.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-zh.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-zh.json
index 38745997b26d36..d43c3a2c388362 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-zh.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker-zh.json
@@ -27,9 +27,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -37,7 +37,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker.json b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker.json
index 0ef786d7c255e0..a27766edb22c26 100644
--- a/docs/translations/api-docs/desktop-time-picker/desktop-time-picker.json
+++ b/docs/translations/api-docs/desktop-time-picker/desktop-time-picker.json
@@ -29,9 +29,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
@@ -39,7 +39,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-de.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-de.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-de.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-de.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-es.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-es.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-es.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-es.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-fr.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-fr.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-fr.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-fr.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ja.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ja.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ja.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ja.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-pt.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-pt.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-pt.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-pt.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ru.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ru.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ru.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-ru.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-zh.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-zh.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-zh.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled-zh.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled.json b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled.json
index 27837c5a167013..4e41e2fc1b00d5 100644
--- a/docs/translations/api-docs/form-control-unstyled/form-control-unstyled.json
+++ b/docs/translations/api-docs/form-control-unstyled/form-control-unstyled.json
@@ -1,5 +1,5 @@
{
- "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
+ "componentDescription": "Provides context such as filled/focused/error/required for form inputs.\nRelying on the context provides high flexibility and ensures that the state always stays\nconsistent across the children of the `FormControl`.\nThis context is used by the following components:\n\n* FormLabel\n* FormHelperText\n* Input\n* InputLabel\n\nYou can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).\n\n```jsx\n\n Email address \n \n We'll never share your email. \n \n```\n\nโ ๏ธ Only one `Input` can be used within a FormControl because it create visual inconsistencies.\nFor instance, only one input can be focused at the same time, the state shouldn't be shared.",
"propDescriptions": {
"children": "The content of the component.",
"className": "Class name applied to the root element.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-de.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-de.json
index 0e6d4bcce6d57c..5ff71d78df0059 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-de.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-de.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-es.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-es.json
index 0e6d4bcce6d57c..5ff71d78df0059 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-es.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-es.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-fr.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-fr.json
index a2e3bb5de24166..f425a65a8e2fdc 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-fr.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-fr.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ja.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ja.json
index 0e6d4bcce6d57c..5ff71d78df0059 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ja.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ja.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-pt.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-pt.json
index 0e6d4bcce6d57c..5ff71d78df0059 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-pt.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-pt.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ru.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ru.json
index 0e6d4bcce6d57c..5ff71d78df0059 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ru.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-ru.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-zh.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-zh.json
index 0e6d4bcce6d57c..5ff71d78df0059 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-zh.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker-zh.json
@@ -39,8 +39,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker.json b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker.json
index 759f17eb7724e3..1339215d2b1e7e 100644
--- a/docs/translations/api-docs/mobile-date-picker/mobile-date-picker.json
+++ b/docs/translations/api-docs/mobile-date-picker/mobile-date-picker.json
@@ -41,8 +41,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-de.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-de.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-de.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-de.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-es.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-es.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-es.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-es.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-fr.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-fr.json
index 98128755af9913..9fef49e637a925 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-fr.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-fr.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ja.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ja.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ja.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ja.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-pt.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-pt.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-pt.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-pt.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ru.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ru.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ru.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-ru.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-zh.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-zh.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-zh.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker-zh.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker.json b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker.json
index 1f8ddb9cacd445..8ca0892c0a6e39 100644
--- a/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker.json
+++ b/docs/translations/api-docs/mobile-date-range-picker/mobile-date-range-picker.json
@@ -43,7 +43,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-de.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-de.json
index e9cf50a93a3a53..171e415ffe979b 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-de.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-de.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-es.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-es.json
index e9cf50a93a3a53..171e415ffe979b 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-es.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-es.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-fr.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-fr.json
index f264603c05e0ee..ab10a71c092aea 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-fr.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-fr.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ja.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ja.json
index e9cf50a93a3a53..171e415ffe979b 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ja.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ja.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-pt.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-pt.json
index e9cf50a93a3a53..171e415ffe979b 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-pt.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-pt.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ru.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ru.json
index e9cf50a93a3a53..171e415ffe979b 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ru.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-ru.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-zh.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-zh.json
index e9cf50a93a3a53..171e415ffe979b 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-zh.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker-zh.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker.json b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker.json
index 92752df59653ed..a35b43b02c6c25 100644
--- a/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker.json
+++ b/docs/translations/api-docs/mobile-date-time-picker/mobile-date-time-picker.json
@@ -52,8 +52,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-de.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-de.json
index cb40c3d9de23dc..a73fbee85c427d 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-de.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-de.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-es.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-es.json
index cb40c3d9de23dc..a73fbee85c427d 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-es.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-es.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-fr.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-fr.json
index ad44d1de79f4d8..ddd876cf94b997 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-fr.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-fr.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ja.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ja.json
index cb40c3d9de23dc..a73fbee85c427d 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ja.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ja.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-pt.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-pt.json
index cb40c3d9de23dc..a73fbee85c427d 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-pt.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-pt.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ru.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ru.json
index cb40c3d9de23dc..a73fbee85c427d 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ru.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-ru.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-zh.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-zh.json
index cb40c3d9de23dc..a73fbee85c427d 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-zh.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker-zh.json
@@ -33,7 +33,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker.json b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker.json
index 61156cc6aaf30d..be364bf03845b4 100644
--- a/docs/translations/api-docs/mobile-time-picker/mobile-time-picker.json
+++ b/docs/translations/api-docs/mobile-time-picker/mobile-time-picker.json
@@ -35,7 +35,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-de.json b/docs/translations/api-docs/static-date-picker/static-date-picker-de.json
index 834ae53e32b078..4e718e060967e0 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-de.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-de.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-es.json b/docs/translations/api-docs/static-date-picker/static-date-picker-es.json
index 834ae53e32b078..4e718e060967e0 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-es.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-es.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-fr.json b/docs/translations/api-docs/static-date-picker/static-date-picker-fr.json
index 8bc371540c13d1..ad223b5ebf1c1a 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-fr.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-fr.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-ja.json b/docs/translations/api-docs/static-date-picker/static-date-picker-ja.json
index 834ae53e32b078..4e718e060967e0 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-ja.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-ja.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-pt.json b/docs/translations/api-docs/static-date-picker/static-date-picker-pt.json
index 834ae53e32b078..4e718e060967e0 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-pt.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-pt.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-ru.json b/docs/translations/api-docs/static-date-picker/static-date-picker-ru.json
index 834ae53e32b078..4e718e060967e0 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-ru.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-ru.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker-zh.json b/docs/translations/api-docs/static-date-picker/static-date-picker-zh.json
index 834ae53e32b078..4e718e060967e0 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker-zh.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker-zh.json
@@ -35,8 +35,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-picker/static-date-picker.json b/docs/translations/api-docs/static-date-picker/static-date-picker.json
index 80a36165d706f0..ff98b36f841081 100644
--- a/docs/translations/api-docs/static-date-picker/static-date-picker.json
+++ b/docs/translations/api-docs/static-date-picker/static-date-picker.json
@@ -37,8 +37,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-de.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-de.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-de.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-de.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-es.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-es.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-es.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-es.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-fr.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-fr.json
index f5b400d69c659e..10b87f2ea0e5f8 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-fr.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-fr.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ja.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ja.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ja.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ja.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-pt.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-pt.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-pt.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-pt.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ru.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ru.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ru.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-ru.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-zh.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-zh.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-zh.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker-zh.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker.json b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker.json
index ff6f14b2b4ccbb..f60e82a165dd4b 100644
--- a/docs/translations/api-docs/static-date-range-picker/static-date-range-picker.json
+++ b/docs/translations/api-docs/static-date-range-picker/static-date-range-picker.json
@@ -39,7 +39,7 @@
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
"renderDay": "Custom renderer for <DateRangePicker />
days. @DateIOType",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The startProps
and endProps
arguments of this render prop contains props of TextField , that you need to forward to the range start/end inputs respectively. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-de.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-de.json
index 90a0fcde5f0fa9..3697232d653f37 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-de.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-de.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-es.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-es.json
index 90a0fcde5f0fa9..3697232d653f37 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-es.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-es.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-fr.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-fr.json
index fb7707564c2f60..8ec2f7c8b93bd0 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-fr.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-fr.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ja.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ja.json
index 90a0fcde5f0fa9..3697232d653f37 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ja.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ja.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-pt.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-pt.json
index 90a0fcde5f0fa9..3697232d653f37 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-pt.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-pt.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ru.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ru.json
index 90a0fcde5f0fa9..3697232d653f37 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ru.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-ru.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-zh.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-zh.json
index 90a0fcde5f0fa9..3697232d653f37 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-zh.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker-zh.json
@@ -44,8 +44,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker.json b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker.json
index 1758bac34589ac..482d62b1fc9e79 100644
--- a/docs/translations/api-docs/static-date-time-picker/static-date-time-picker.json
+++ b/docs/translations/api-docs/static-date-time-picker/static-date-time-picker.json
@@ -48,8 +48,8 @@
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
"reduceAnimations": "Disable heavy animations.",
- "renderDay": "Custom renderer for day. Check the PickersDay component.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderDay": "Custom renderer for day. Check the PickersDay component.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"renderLoading": "Component displaying when passed loading
true.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"rightArrowButtonText": "Right arrow icon aria-label text.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-de.json b/docs/translations/api-docs/static-time-picker/static-time-picker-de.json
index 6c9d66df8d87d3..37a64326d6abc9 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-de.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-de.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-es.json b/docs/translations/api-docs/static-time-picker/static-time-picker-es.json
index 6c9d66df8d87d3..37a64326d6abc9 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-es.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-es.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-fr.json b/docs/translations/api-docs/static-time-picker/static-time-picker-fr.json
index 2c88adfd801dac..d4633678ce0279 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-fr.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-fr.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-ja.json b/docs/translations/api-docs/static-time-picker/static-time-picker-ja.json
index 6c9d66df8d87d3..37a64326d6abc9 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-ja.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-ja.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-pt.json b/docs/translations/api-docs/static-time-picker/static-time-picker-pt.json
index 6c9d66df8d87d3..37a64326d6abc9 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-pt.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-pt.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-ru.json b/docs/translations/api-docs/static-time-picker/static-time-picker-ru.json
index 6c9d66df8d87d3..37a64326d6abc9 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-ru.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-ru.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker-zh.json b/docs/translations/api-docs/static-time-picker/static-time-picker-zh.json
index 6c9d66df8d87d3..37a64326d6abc9 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker-zh.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker-zh.json
@@ -29,7 +29,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/static-time-picker/static-time-picker.json b/docs/translations/api-docs/static-time-picker/static-time-picker.json
index 00c66049574f50..2b7ca72e66de12 100644
--- a/docs/translations/api-docs/static-time-picker/static-time-picker.json
+++ b/docs/translations/api-docs/static-time-picker/static-time-picker.json
@@ -31,7 +31,7 @@
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showToolbar": "If true
, show the toolbar even in desktop mode.",
diff --git a/docs/translations/api-docs/time-picker/time-picker-de.json b/docs/translations/api-docs/time-picker/time-picker-de.json
index d1f1ce3ebdbc31..c3637288efb7a7 100644
--- a/docs/translations/api-docs/time-picker/time-picker-de.json
+++ b/docs/translations/api-docs/time-picker/time-picker-de.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker-es.json b/docs/translations/api-docs/time-picker/time-picker-es.json
index d1f1ce3ebdbc31..c3637288efb7a7 100644
--- a/docs/translations/api-docs/time-picker/time-picker-es.json
+++ b/docs/translations/api-docs/time-picker/time-picker-es.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker-fr.json b/docs/translations/api-docs/time-picker/time-picker-fr.json
index 0f17d52aa5d3ad..bfabdf62933f9f 100644
--- a/docs/translations/api-docs/time-picker/time-picker-fr.json
+++ b/docs/translations/api-docs/time-picker/time-picker-fr.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker-ja.json b/docs/translations/api-docs/time-picker/time-picker-ja.json
index d1f1ce3ebdbc31..c3637288efb7a7 100644
--- a/docs/translations/api-docs/time-picker/time-picker-ja.json
+++ b/docs/translations/api-docs/time-picker/time-picker-ja.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker-pt.json b/docs/translations/api-docs/time-picker/time-picker-pt.json
index d1f1ce3ebdbc31..c3637288efb7a7 100644
--- a/docs/translations/api-docs/time-picker/time-picker-pt.json
+++ b/docs/translations/api-docs/time-picker/time-picker-pt.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker-ru.json b/docs/translations/api-docs/time-picker/time-picker-ru.json
index d1f1ce3ebdbc31..c3637288efb7a7 100644
--- a/docs/translations/api-docs/time-picker/time-picker-ru.json
+++ b/docs/translations/api-docs/time-picker/time-picker-ru.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker-zh.json b/docs/translations/api-docs/time-picker/time-picker-zh.json
index d1f1ce3ebdbc31..c3637288efb7a7 100644
--- a/docs/translations/api-docs/time-picker/time-picker-zh.json
+++ b/docs/translations/api-docs/time-picker/time-picker-zh.json
@@ -33,9 +33,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -45,7 +45,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/api-docs/time-picker/time-picker.json b/docs/translations/api-docs/time-picker/time-picker.json
index 47f215af1e41c5..35ad99c23e7167 100644
--- a/docs/translations/api-docs/time-picker/time-picker.json
+++ b/docs/translations/api-docs/time-picker/time-picker.json
@@ -35,9 +35,9 @@
"OpenPickerButtonProps": "Props to pass to keyboard adornment button.",
"openTo": "First view to show.",
"orientation": "Force rendering in particular orientation.",
- "PopperProps": "Popper props passed down to Popper component.",
+ "PopperProps": "Popper props passed down to Popper component.",
"readOnly": "Make picker read only.",
- "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
+ "renderInput": "The renderInput
prop allows you to customize the rendered input. The props
argument of this render prop contains props of TextField that you need to forward. Pay specific attention to the ref
and inputProps
keys.",
"rifmFormatter": "Custom formatter to be passed into Rifm component.",
"shouldDisableTime": "Dynamically check if time is disabled or not. If returns false
appropriate time point will ot be acceptable.",
"showTodayButton": "If true
, the today button is displayed. Note that showClearButton
has a higher priority.",
@@ -47,7 +47,7 @@
"toolbarFormat": "Date format, that is displaying in toolbar.",
"toolbarPlaceholder": "Mobile picker date value placeholder, displaying if value
=== null
.",
"toolbarTitle": "Mobile picker title, displaying in the toolbar.",
- "TransitionComponent": "Custom component for popper Transition .",
+ "TransitionComponent": "Custom component for popper Transition .",
"value": "The value of the picker.",
"views": "Array of views to show."
},
diff --git a/docs/translations/translations-de.json b/docs/translations/translations-de.json
index 98318d482b88c3..ed5c0868e0464e 100644
--- a/docs/translations/translations-de.json
+++ b/docs/translations/translations-de.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Content Security Policy",
"/guides/right-to-left": "Rechts nach links",
"/guides/flow": "Flow",
- "https://material-ui.com/store/": "Premium Themen",
+ "https://mui.com/store/": "Premium Themen",
"/discover-more": "Mehr entdecken",
"/discover-more/showcase": "Ausstellung",
"/discover-more/related-projects": "Verwandte Projekte",
diff --git a/docs/translations/translations-es.json b/docs/translations/translations-es.json
index 827d47a801d12e..7bebf0c0a16108 100644
--- a/docs/translations/translations-es.json
+++ b/docs/translations/translations-es.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Content Security Policy",
"/guides/right-to-left": "Derecha-a-izquierda",
"/guides/flow": "Flujo",
- "https://material-ui.com/store/": "Temas Premium",
+ "https://mui.com/store/": "Temas Premium",
"/discover-more": "Descubrir Mรกs",
"/discover-more/showcase": "Exhibiciรณn",
"/discover-more/related-projects": "Proyectos Relacionados",
diff --git a/docs/translations/translations-fr.json b/docs/translations/translations-fr.json
index 7381b2bbc918b0..089c56ccf11079 100644
--- a/docs/translations/translations-fr.json
+++ b/docs/translations/translations-fr.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Content Security Policy",
"/guides/right-to-left": "Droite ร gauche",
"/guides/flow": "Flow",
- "https://material-ui.com/store/": "Thรจmes Premium",
+ "https://mui.com/store/": "Thรจmes Premium",
"/discover-more": "Dรฉcouvrir plus",
"/discover-more/showcase": "Dรฉmonstration",
"/discover-more/related-projects": "Projets liรฉs",
diff --git a/docs/translations/translations-ja.json b/docs/translations/translations-ja.json
index 3bed7f454518b3..eb072f11b9f60a 100644
--- a/docs/translations/translations-ja.json
+++ b/docs/translations/translations-ja.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Content Security Policy",
"/guides/right-to-left": "ๅณใใๅทฆ",
"/guides/flow": "Flow",
- "https://material-ui.com/store/": "ใใฌใใขใ ใใผใ",
+ "https://mui.com/store/": "ใใฌใใขใ ใใผใ",
"/discover-more": "ใใฃใจ็ฅใ",
"/discover-more/showcase": "ไบไพ",
"/discover-more/related-projects": "้ข้ฃใใญใธใงใฏใ",
diff --git a/docs/translations/translations-pt.json b/docs/translations/translations-pt.json
index 3adfa5bc58095b..e9d814b974f668 100644
--- a/docs/translations/translations-pt.json
+++ b/docs/translations/translations-pt.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Polรญtica de Seguranรงa de Conteรบdo",
"/guides/right-to-left": "Da direita para a esquerda",
"/guides/flow": "Flow",
- "https://material-ui.com/store/": "Temas premium",
+ "https://mui.com/store/": "Temas premium",
"/discover-more": "Descubra mais",
"/discover-more/showcase": "Casos de sucesso",
"/discover-more/related-projects": "Projetos relacionados",
diff --git a/docs/translations/translations-ru.json b/docs/translations/translations-ru.json
index a99a99c838eced..08d91ed674bf77 100644
--- a/docs/translations/translations-ru.json
+++ b/docs/translations/translations-ru.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Content Security Policy",
"/guides/right-to-left": "ะกะฟัะฐะฒะฐ ะฝะฐะปะตะฒะพ",
"/guides/flow": "Flow",
- "https://material-ui.com/store/": "ะัะตะผะธัะผ ัะตะผั",
+ "https://mui.com/store/": "ะัะตะผะธัะผ ัะตะผั",
"/discover-more": "ะฃะทะฝะฐะนัั ะฑะพะปััะต",
"/discover-more/showcase": "ะัะธะผะตัั",
"/discover-more/related-projects": "ะกะฒัะทะฐะฝะฝัะต ะฟัะพะตะบัั",
diff --git a/docs/translations/translations-zh.json b/docs/translations/translations-zh.json
index c4a10a062454ae..d31b4f088a90c7 100644
--- a/docs/translations/translations-zh.json
+++ b/docs/translations/translations-zh.json
@@ -314,7 +314,7 @@
"/guides/content-security-policy": "Content Security Policy๏ผ็ฝ้กตๅฎๅ
จๆฟ็ญ๏ผ",
"/guides/right-to-left": "ไปๅณๅฐๅทฆ่ฏปๅ",
"/guides/flow": "Flow",
- "https://material-ui.com/store/": "้ซ็บง็ไธป้ข",
+ "https://mui.com/store/": "้ซ็บง็ไธป้ข",
"/discover-more": "ๅ็ฐๆดๅค",
"/discover-more/showcase": "้กน็ฎๅฑ็คบ",
"/discover-more/related-projects": "็ธๅ
ณ็้กน็ฎ",
diff --git a/docs/translations/translations.json b/docs/translations/translations.json
index 50a8b9693820eb..b93a76d1f05ecf 100644
--- a/docs/translations/translations.json
+++ b/docs/translations/translations.json
@@ -334,7 +334,7 @@
"/discover-more/team": "Team",
"/discover-more/changelog": "Changelog",
"/discover-more/languages": "Languages",
- "https://material-ui.com/store/": "Templates",
+ "https://mui.com/store/": "Templates",
"/versions": "Versions",
"https://medium.com/material-ui": "Blog"
}
diff --git a/examples/cdn/README.md b/examples/cdn/README.md
index c7401687d18f4e..10260592a2d26a 100644
--- a/examples/cdn/README.md
+++ b/examples/cdn/README.md
@@ -37,6 +37,6 @@ We are providing two Universal Module Definition (UMD) files:
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/cdn/index.html b/examples/cdn/index.html
index bb09e03edee409..13742f02619d8e 100644
--- a/examples/cdn/index.html
+++ b/examples/cdn/index.html
@@ -56,7 +56,7 @@
Pro tip: See more{' '}
-
+
templates
{' '}
on the MUI documentation.
@@ -68,7 +68,7 @@
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/examples/create-react-app-with-styled-components-typescript/README.md b/examples/create-react-app-with-styled-components-typescript/README.md
index 54715a3832e139..5b9a9010799456 100644
--- a/examples/create-react-app-with-styled-components-typescript/README.md
+++ b/examples/create-react-app-with-styled-components-typescript/README.md
@@ -40,7 +40,7 @@ npm start
Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/create-react-app-with-styled-components-typescript).
-The following link leverages this demo: https://material-ui.com/guides/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`
+The following link leverages this demo: https://mui.com/guides/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/styled-components-interoperability-w9z9d)
@@ -53,4 +53,4 @@ This example demonstrates how you can setup [Create React App](https://github.co
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/create-react-app-with-styled-components-typescript/src/App.tsx b/examples/create-react-app-with-styled-components-typescript/src/App.tsx
index 4d7bcaffc5e28c..843621eea5530d 100644
--- a/examples/create-react-app-with-styled-components-typescript/src/App.tsx
+++ b/examples/create-react-app-with-styled-components-typescript/src/App.tsx
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/create-react-app-with-styled-components-typescript/src/ProTip.tsx b/examples/create-react-app-with-styled-components-typescript/src/ProTip.tsx
index dce56e5ac7b1b9..5a8b457f024fbd 100644
--- a/examples/create-react-app-with-styled-components-typescript/src/ProTip.tsx
+++ b/examples/create-react-app-with-styled-components-typescript/src/ProTip.tsx
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/create-react-app-with-styled-components/README.md b/examples/create-react-app-with-styled-components/README.md
index ee9596cd19e29e..a93f2eb7e19270 100644
--- a/examples/create-react-app-with-styled-components/README.md
+++ b/examples/create-react-app-with-styled-components/README.md
@@ -24,7 +24,7 @@ npm start
Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/create-react-app-with-styled-components).
-The following link leverages this demo: https://material-ui.com/guides/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`
+The following link leverages this demo: https://mui.com/guides/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/styled-components-interoperability-w9z9d)
@@ -37,4 +37,4 @@ This example demonstrates how you can setup [Create React App](https://github.co
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/create-react-app-with-styled-components/src/App.js b/examples/create-react-app-with-styled-components/src/App.js
index 69eebbf9848330..18094ec5cd1b51 100644
--- a/examples/create-react-app-with-styled-components/src/App.js
+++ b/examples/create-react-app-with-styled-components/src/App.js
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/create-react-app-with-styled-components/src/ProTip.js b/examples/create-react-app-with-styled-components/src/ProTip.js
index 632bd88202229f..6d81f33b0a0dad 100644
--- a/examples/create-react-app-with-styled-components/src/ProTip.js
+++ b/examples/create-react-app-with-styled-components/src/ProTip.js
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/create-react-app-with-typescript/README.md b/examples/create-react-app-with-typescript/README.md
index 2c317f2d48a56c..ca8c6861e9aefb 100644
--- a/examples/create-react-app-with-typescript/README.md
+++ b/examples/create-react-app-with-typescript/README.md
@@ -28,11 +28,11 @@ or:
This example demonstrates how you can use [Create React App](https://github.com/facebookincubator/create-react-app) with [TypeScript](https://github.com/Microsoft/TypeScript).
It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5.
-If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/create-react-app-with-typescript/src/App.tsx b/examples/create-react-app-with-typescript/src/App.tsx
index 1f6ffd22097edc..b6d50a3512e757 100644
--- a/examples/create-react-app-with-typescript/src/App.tsx
+++ b/examples/create-react-app-with-typescript/src/App.tsx
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/create-react-app-with-typescript/src/ProTip.tsx b/examples/create-react-app-with-typescript/src/ProTip.tsx
index dce56e5ac7b1b9..5a8b457f024fbd 100644
--- a/examples/create-react-app-with-typescript/src/ProTip.tsx
+++ b/examples/create-react-app-with-typescript/src/ProTip.tsx
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md
index 06a11e56daa1d0..bb72afcbec8a89 100644
--- a/examples/create-react-app/README.md
+++ b/examples/create-react-app/README.md
@@ -30,11 +30,11 @@ or:
This example demonstrates how you can use [Create React App](https://github.com/facebookincubator/create-react-app).
It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5.
-If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/create-react-app/src/App.js b/examples/create-react-app/src/App.js
index a0655ef7ee792f..acdbff7e1ca269 100644
--- a/examples/create-react-app/src/App.js
+++ b/examples/create-react-app/src/App.js
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/examples/create-react-app/src/ProTip.js b/examples/create-react-app/src/ProTip.js
index 632bd88202229f..6d81f33b0a0dad 100644
--- a/examples/create-react-app/src/ProTip.js
+++ b/examples/create-react-app/src/ProTip.js
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/gatsby/README.md b/examples/gatsby/README.md
index ccaa7f18a0ecd3..5c05fe4e2d4bba 100644
--- a/examples/gatsby/README.md
+++ b/examples/gatsby/README.md
@@ -28,11 +28,11 @@ or:
The project uses [Gatsby](https://github.com/gatsbyjs/gatsby), which is a static site generator for React.
It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5.
-If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/gatsby/src/components/Copyright.js b/examples/gatsby/src/components/Copyright.js
index 2f76b71ca7d68a..077673947d43f6 100644
--- a/examples/gatsby/src/components/Copyright.js
+++ b/examples/gatsby/src/components/Copyright.js
@@ -6,7 +6,7 @@ export default function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/examples/gatsby/src/components/ProTip.js b/examples/gatsby/src/components/ProTip.js
index 632bd88202229f..6d81f33b0a0dad 100644
--- a/examples/gatsby/src/components/ProTip.js
+++ b/examples/gatsby/src/components/ProTip.js
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/nextjs-with-styled-components-typescript/README.md b/examples/nextjs-with-styled-components-typescript/README.md
index ca85363824ddca..274105b667df56 100644
--- a/examples/nextjs-with-styled-components-typescript/README.md
+++ b/examples/nextjs-with-styled-components-typescript/README.md
@@ -33,11 +33,11 @@ It includes `@mui/material` and its peer dependencies, including `styled-compone
Next.js has [a custom Link component](https://nextjs.org/docs/api-reference/next/link).
The example folder provides adapters for usage with MUI.
-More information [in the documentation](https://material-ui.com/guides/routing/#next-js).
+More information [in the documentation](https://mui.com/guides/routing/#next-js).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/nextjs-with-styled-components-typescript/pages/_document.tsx b/examples/nextjs-with-styled-components-typescript/pages/_document.tsx
index 2c40a870971d25..5517d4a61320d5 100644
--- a/examples/nextjs-with-styled-components-typescript/pages/_document.tsx
+++ b/examples/nextjs-with-styled-components-typescript/pages/_document.tsx
@@ -3,7 +3,7 @@ import Document, { Html, Head, Main, NextScript } from 'next/document';
import { ServerStyleSheet } from 'styled-components';
import theme from '../src/theme';
-// https://material-ui.com/styles/advanced/#next-js
+// https://mui.com/styles/advanced/#next-js
export default class MyDocument extends Document {
render() {
return (
diff --git a/examples/nextjs-with-styled-components-typescript/src/Copyright.tsx b/examples/nextjs-with-styled-components-typescript/src/Copyright.tsx
index 189a63bf34a646..cfab5168a3f182 100644
--- a/examples/nextjs-with-styled-components-typescript/src/Copyright.tsx
+++ b/examples/nextjs-with-styled-components-typescript/src/Copyright.tsx
@@ -6,7 +6,7 @@ export default function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/nextjs-with-styled-components-typescript/src/ProTip.tsx b/examples/nextjs-with-styled-components-typescript/src/ProTip.tsx
index dce56e5ac7b1b9..5a8b457f024fbd 100644
--- a/examples/nextjs-with-styled-components-typescript/src/ProTip.tsx
+++ b/examples/nextjs-with-styled-components-typescript/src/ProTip.tsx
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/nextjs-with-typescript/README.md b/examples/nextjs-with-typescript/README.md
index 55e2f55cb52d71..5e2cea01d72833 100644
--- a/examples/nextjs-with-typescript/README.md
+++ b/examples/nextjs-with-typescript/README.md
@@ -27,17 +27,17 @@ or:
## The idea behind the example
The project uses [Next.js](https://github.com/zeit/next.js), which is a framework for server-rendered React apps.
-It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5. If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5. If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## The link component
Next.js has [a custom Link component](https://nextjs.org/docs/api-reference/next/link).
The example folder provides adapters for usage with MUI.
-More information [in the documentation](https://material-ui.com/guides/routing/#next-js).
+More information [in the documentation](https://mui.com/guides/routing/#next-js).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/nextjs-with-typescript/src/Copyright.tsx b/examples/nextjs-with-typescript/src/Copyright.tsx
index 189a63bf34a646..cfab5168a3f182 100644
--- a/examples/nextjs-with-typescript/src/Copyright.tsx
+++ b/examples/nextjs-with-typescript/src/Copyright.tsx
@@ -6,7 +6,7 @@ export default function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/nextjs-with-typescript/src/ProTip.tsx b/examples/nextjs-with-typescript/src/ProTip.tsx
index dce56e5ac7b1b9..5a8b457f024fbd 100644
--- a/examples/nextjs-with-typescript/src/ProTip.tsx
+++ b/examples/nextjs-with-typescript/src/ProTip.tsx
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/nextjs/README.md b/examples/nextjs/README.md
index ae15229ec60252..3ffbd94412f275 100644
--- a/examples/nextjs/README.md
+++ b/examples/nextjs/README.md
@@ -28,17 +28,17 @@ or:
The project uses [Next.js](https://github.com/zeit/next.js), which is a framework for server-rendered React apps.
It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5.
-If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## The link component
Next.js has [a custom Link component](https://nextjs.org/docs/api-reference/next/link).
The example folder provides adapters for usage with MUI.
-More information [in the documentation](https://material-ui.com/guides/routing/#next-js).
+More information [in the documentation](https://mui.com/guides/routing/#next-js).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/nextjs/src/Copyright.js b/examples/nextjs/src/Copyright.js
index 189a63bf34a646..cfab5168a3f182 100644
--- a/examples/nextjs/src/Copyright.js
+++ b/examples/nextjs/src/Copyright.js
@@ -6,7 +6,7 @@ export default function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/nextjs/src/ProTip.js b/examples/nextjs/src/ProTip.js
index 632bd88202229f..6d81f33b0a0dad 100644
--- a/examples/nextjs/src/ProTip.js
+++ b/examples/nextjs/src/ProTip.js
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/preact/README.md b/examples/preact/README.md
index 4e239f7cf3486a..bc5b937de63daf 100644
--- a/examples/preact/README.md
+++ b/examples/preact/README.md
@@ -34,11 +34,11 @@ It includes `@mui/material` and its peer dependencies, including `emotion`, the
-If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/examples/preact/src/Copyright.js b/examples/preact/src/Copyright.js
index 189a63bf34a646..cfab5168a3f182 100644
--- a/examples/preact/src/Copyright.js
+++ b/examples/preact/src/Copyright.js
@@ -6,7 +6,7 @@ export default function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}.
diff --git a/examples/preact/src/ProTip.js b/examples/preact/src/ProTip.js
index 632bd88202229f..6d81f33b0a0dad 100644
--- a/examples/preact/src/ProTip.js
+++ b/examples/preact/src/ProTip.js
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/ssr/App.js b/examples/ssr/App.js
index f010f6beb0f092..580c857a7ed045 100644
--- a/examples/ssr/App.js
+++ b/examples/ssr/App.js
@@ -9,7 +9,7 @@ function Copyright() {
return (
{'Copyright ยฉ '}
-
+
Your Website
{' '}
{new Date().getFullYear()}
diff --git a/examples/ssr/ProTip.js b/examples/ssr/ProTip.js
index 632bd88202229f..6d81f33b0a0dad 100644
--- a/examples/ssr/ProTip.js
+++ b/examples/ssr/ProTip.js
@@ -15,9 +15,8 @@ export default function ProTip() {
return (
- Pro tip: See more{' '}
- templates on the MUI
- documentation.
+ Pro tip: See more templates on
+ the MUI documentation.
);
}
diff --git a/examples/ssr/README.md b/examples/ssr/README.md
index 9121ae96f0b46f..62b05db3b333a5 100644
--- a/examples/ssr/README.md
+++ b/examples/ssr/README.md
@@ -26,14 +26,14 @@ or:
## The idea behind the example
-This is the reference implementation of the [Server Rendering tutorial](https://material-ui.com/guides/server-rendering/).
+This is the reference implementation of the [Server Rendering tutorial](https://mui.com/guides/server-rendering/).
The example project includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5.
-If you prefer, you can [use styled-components instead](https://material-ui.com/guides/interoperability/#styled-components).
+If you prefer, you can [use styled-components instead](https://mui.com/guides/interoperability/#styled-components).
## What's next?
You now have a working example project.
-You can head back to the documentation, continuing browsing it from the [templates](https://material-ui.com/getting-started/templates/) section.
+You can head back to the documentation, continuing browsing it from the [templates](https://mui.com/getting-started/templates/) section.
diff --git a/framer/Material-UI.framerfx/README.md b/framer/Material-UI.framerfx/README.md
index 2bd2d5a8bbfc65..535130ead13c03 100644
--- a/framer/Material-UI.framerfx/README.md
+++ b/framer/Material-UI.framerfx/README.md
@@ -2,7 +2,7 @@
This is the official resource for MUI React components in Framer.
-[MUI](https://material-ui.com/) is a library of React components for faster and simpler web development.
+[MUI](https://mui.com/) is a library of React components for faster and simpler web development.
You can build your own design system, or start with Material Design.
## Supported components
@@ -40,7 +40,7 @@ The following components are currently supported:
### Icons
Icons can be specified using either snake_case (as documented on material.io),
-or PascalCase, as used in [the MUI documentation](https://material-ui.com/components/material-icons/).
+or PascalCase, as used in [the MUI documentation](https://mui.com/components/material-icons/).
Simply type the icon name in the appropriate property control.
The icon theme can be chosen from the related select field.
@@ -57,7 +57,7 @@ If multiple options are supplied, they take the following priority:
## Resources
-- [MUI documentation](https://material-ui.com/)
+- [MUI documentation](https://mui.com/)
- [GitHub repository](https://github.com/mui-org/material-ui/tree/next/framer)
## Releases
diff --git a/framer/Material-UI.framerfx/package.json b/framer/Material-UI.framerfx/package.json
index d68a54621a1e79..ec5dddc5cbe64e 100644
--- a/framer/Material-UI.framerfx/package.json
+++ b/framer/Material-UI.framerfx/package.json
@@ -4,7 +4,7 @@
"description": "MUI Framer components",
"version": "1.1.0",
"license": "MIT",
- "homepage": "https://material-ui.com/",
+ "homepage": "https://mui.com/",
"repository": {
"type": "git",
"url": "https://github.com/mui-org/material-ui.git",
diff --git a/packages/mui-codemod/README.md b/packages/mui-codemod/README.md
index 614a751bf92f73..b69e826ee70ff5 100644
--- a/packages/mui-codemod/README.md
+++ b/packages/mui-codemod/README.md
@@ -134,7 +134,7 @@ Imports and inserts `adaptV4Theme` into `createTheme` (or `createMuiTheme`)
npx @mui/codemod v5.0.0/adapter-v4
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#theme).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#theme).
#### `autocomplete-rename-closeicon`
@@ -151,7 +151,7 @@ Renames `Autocomplete`'s `closeIcon` prop to `clearIcon`.
npx @mui/codemod v5.0.0/autocomplete-rename-closeicon
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#autocomplete).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#autocomplete).
#### `autocomplete-rename-option`
@@ -170,7 +170,7 @@ Renames `Autocomplete`'s `getOptionSelected` to `isOptionEqualToValue`.
npx @mui/codemod v5.0.0/autocomplete-rename-option
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#autocomplete).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#autocomplete).
#### `avatar-circle-circular`
@@ -189,7 +189,7 @@ Updates the `Avatar`'s `variant` value and `classes` key from 'circle' to 'circu
npx @mui/codemod v5.0.0/avatar-circle-circular
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#avatar).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#avatar).
#### `badge-overlap-value`
@@ -224,7 +224,7 @@ Renames the badge's props.
npx @mui/codemod v5.0.0/badge-overlap-value
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#badge).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#badge).
#### `box-borderradius-values`
@@ -243,7 +243,7 @@ Updates the Box API from separate system props to `sx`.
npx @mui/codemod v5.0.0/box-borderradius-values
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#box).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#box).
#### `box-rename-css`
@@ -258,7 +258,7 @@ Renames the Box `css` prop to `sx`
npx @mui/codemod v5.0.0/box-rename-css
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#box).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#box).
#### `box-rename-gap`
@@ -279,7 +279,7 @@ Renames the Box `grid*Gap` props.
npx @mui/codemod v5.0.0/box-rename-gap
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#box).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#box).
#### `button-color-prop`
@@ -296,7 +296,7 @@ Removes the outdated `color` prop values.
npx @mui/codemod v5.0.0/button-color-prop
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#button).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#button).
#### `chip-variant-prop`
@@ -313,7 +313,7 @@ Removes the Chip `variant` prop if the value is `"default"`.
npx @mui/codemod v5.0.0/chip-variant-prop
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#chip).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#chip).
#### `circularprogress-variant`
@@ -330,7 +330,7 @@ Renames the CircularProgress `static` variant to `determinate`.
npx @mui/codemod v5.0.0/circularprogress-variant
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#circularprogress).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#circularprogress).
#### `collapse-rename-collapsedheight`
@@ -349,7 +349,7 @@ Renames `Collapse`'s `collapsedHeight` prop to `collapsedSize`.
npx @mui/codemod v5.0.0/collapse-rename-collapsedheight
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#collapse).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#collapse).
#### `component-rename-prop`
@@ -407,7 +407,7 @@ Remove `disableBackdropClick` prop from ``
npx @mui/codemod v5.0.0/dialog-props
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#dialog).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#dialog).
#### `dialog-title-props`
@@ -422,7 +422,7 @@ Remove `disableTypography` prop from ``
npx @mui/codemod v5.0.0/dialog-title-props
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#dialog).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#dialog).
#### `emotion-prepend-cache`
@@ -447,7 +447,7 @@ Renames `ExpansionPanel*` to `Accordion*`
npx @mui/codemod v5.0.0/expansion-panel-component
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#expansionpanel).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#expansionpanel).
#### `fab-variant`
@@ -460,7 +460,7 @@ You can find more details about this breaking change in [the migration guide](ht
npx @mui/codemod v5.0.0/fab-variant
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#fab).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#fab).
#### `fade-rename-alpha`
@@ -480,7 +480,7 @@ Renames the `fade` style utility import and calls to `alpha`.
npx @mui/codemod v5.0.0/fade-rename-alpha
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#styles).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#styles).
#### `grid-justify-justifycontent`
@@ -497,7 +497,7 @@ Renames `Grid`'s `justify` prop to `justifyContent`.
npx @mui/codemod v5.0.0/grid-justify-justifycontent
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#grid).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#grid).
#### `grid-list-component`
@@ -507,7 +507,7 @@ Renames `GridList*` to `ImageList*`
npx @mui/codemod v5.0.0/grid-list-component
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#gridlist).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#gridlist).
#### `icon-button-size`
@@ -524,7 +524,7 @@ Adds `size="large"` if `size` is not defined to get the same appearance as v4.
npx @mui/codemod v5.0.0/icon-button-size
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#iconbutton).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#iconbutton).
#### `jss-to-styled`
@@ -589,10 +589,10 @@ export const MyCard = () => {
npx @mui/codemod v5.0.0/jss-to-styled
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#1-use-styled-or-sx-api).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#1-use-styled-or-sx-api).
> **Note:** This approach converts the first element in the return statement into styled component but also increases CSS specificity to override nested children.
-> This codemod should be adopted after handling all breaking changes, [check out the migration documentation](https://material-ui.com/guides/migration-v4/)
+> This codemod should be adopted after handling all breaking changes, [check out the migration documentation](https://mui.com/guides/migration-v4/)
#### `link-underline-hover`
@@ -607,7 +607,7 @@ Apply `underline="hover"` to ` ` that does not define `underline` prop (t
npx @mui/codemod v5.0.0/icon-button-size
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#link).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#link).
#### `material-ui-styles`
@@ -658,7 +658,7 @@ Renames `Omit` import from `@material-ui/types` to `DistributiveOmit`
npx @mui/codemod v5.0.0/material-ui-types
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#material-ui-types).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#material-ui-types).
#### `modal-props`
@@ -675,7 +675,7 @@ Removes `disableBackdropClick` and `onEscapeKeyDown` from ``
npx @mui/codemod v5.0.0/modal-props
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#modal).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#modal).
#### `moved-lab-modules`
@@ -701,13 +701,13 @@ npx @mui/codemod v5.0.0/moved-lab-modules
You can find more details about this breaking change in the migration guide.
-- [Alert](https://material-ui.com/guides/migration-v4/#alert)
-- [Autocomplete](https://material-ui.com/guides/migration-v4/#autocomplete)
-- [AvatarGroup](https://material-ui.com/guides/migration-v4/#avatar)
-- [Pagination](https://material-ui.com/guides/migration-v4/#pagination)
-- [Skeleton](https://material-ui.com/guides/migration-v4/#skeleton)
-- [SpeedDial](https://material-ui.com/guides/migration-v4/#speeddial)
-- [ToggleButton](https://material-ui.com/guides/migration-v4/#togglebutton)
+- [Alert](https://mui.com/guides/migration-v4/#alert)
+- [Autocomplete](https://mui.com/guides/migration-v4/#autocomplete)
+- [AvatarGroup](https://mui.com/guides/migration-v4/#avatar)
+- [Pagination](https://mui.com/guides/migration-v4/#pagination)
+- [Skeleton](https://mui.com/guides/migration-v4/#skeleton)
+- [SpeedDial](https://mui.com/guides/migration-v4/#speeddial)
+- [ToggleButton](https://mui.com/guides/migration-v4/#togglebutton)
#### `pagination-round-circular`
@@ -724,7 +724,7 @@ Renames `Pagination*`'s `shape` values from 'round' to 'circular'.
npx @mui/codemod v5.0.0/pagination-round-circular
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#pagination).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#pagination).
#### `optimal-imports`
@@ -751,7 +751,7 @@ Removes `RootRef` from the codebase.
npx @mui/codemod v5.0.0/root-ref
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#rootref).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#rootref).
#### `skeleton-variant`
@@ -766,7 +766,7 @@ You can find more details about this breaking change in [the migration guide](ht
npx @mui/codemod v5.0.0/skeleton-variant
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#skeleton).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#skeleton).
#### `styled-engine-provider`
@@ -776,7 +776,7 @@ Applies `StyledEngineProvider` to the files that contains `ThemeProvider`.
npx @mui/codemod v5.0.0/styled-engine-provider
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#style-library).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#style-library).
#### `table-props`
@@ -802,7 +802,7 @@ Renames props in `Table*` components.
npx @mui/codemod v5.0.0/table-props
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#table).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#table).
#### `tabs-scroll-buttons`
@@ -821,7 +821,7 @@ Renames the `Tabs`'s `scrollButtons` prop values.
npx @mui/codemod v5.0.0/tabs-scroll-buttons
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#tabs).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#tabs).
#### `textarea-minmax-rows`
@@ -842,8 +842,8 @@ npx @mui/codemod v5.0.0/textarea-minmax-rows
You can find more details about this breaking change in the migration guide.
-- [TextareaAutosize](https://material-ui.com/guides/migration-v4/#textareaautoresize)
-- [TextField](https://material-ui.com/guides/migration-v4/#textfield)
+- [TextareaAutosize](https://mui.com/guides/migration-v4/#textareaautoresize)
+- [TextField](https://mui.com/guides/migration-v4/#textfield)
#### `theme-augment`
@@ -853,7 +853,7 @@ Adds `DefaultTheme` module augmentation to typescript projects.
npx @mui/codemod v5.0.0/theme-augment
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#material-ui-styles).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#material-ui-styles).
#### `theme-breakpoints`
@@ -872,7 +872,7 @@ Updates breakpoint values to match new logic. โ ๏ธ This mod is not idempotent,
npx @mui/codemod v5.0.0/theme-breakpoints
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#theme).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#theme).
#### `theme-breakpoints-width`
@@ -882,7 +882,7 @@ Renames `theme.breakpoints.width('md')` to `theme.breakpoints.values.md`.
npx @mui/codemod v5.0.0/theme-breakpoints-width
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#theme).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#theme).
#### `theme-options`
@@ -910,7 +910,7 @@ Renames `type` to `mode`.
npx @mui/codemod v5.0.0/theme-palette-mode
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#theme).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#theme).
#### `theme-provider`
@@ -920,7 +920,7 @@ Renames `MuiThemeProvider` to `ThemeProvider`.
npx @mui/codemod v5.0.0/theme-provider
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#material-ui-core-styles).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#material-ui-core-styles).
#### `theme-spacing`
@@ -939,7 +939,7 @@ Removes the 'px' suffix from some template strings.
npx @mui/codemod v5.0.0/theme-spacing
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#theme).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#theme).
#### `theme-typography-round`
@@ -954,7 +954,7 @@ Renames `theme.typography.round($number)` to `Math.round($number * 1e5) / 1e5`.
npx @mui/codemod v5.0.0/theme-typography-round
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#theme).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#theme).
#### `transitions`
@@ -1042,7 +1042,7 @@ Removes imported `withMobileDialog`, and inserts hardcoded version to prevent ap
```diff
- import withMobileDialog from '@material-ui/core/withMobileDialog';
-+ // FIXME checkout https://material-ui.com/guides/migration-v4/#dialog
++ // FIXME checkout https://mui.com/guides/migration-v4/#dialog
+ const withMobileDialog = () => (WrappedComponent) => (props) => ;
```
@@ -1050,7 +1050,7 @@ Removes imported `withMobileDialog`, and inserts hardcoded version to prevent ap
npx @mui/codemod v5.0.0/with-mobile-dialog
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#dialog).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#dialog).
#### `with-width`
@@ -1058,7 +1058,7 @@ Removes `withWidth` import, and inserts hardcoded version to prevent application
```diff
- import withWidth from '@material-ui/core/withWidth';
-+ // FIXME checkout https://material-ui.com/components/use-media-query/#migrating-from-withwidth
++ // FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth
+ const withWidth = () => (WrappedComponent) => (props) => ;
```
@@ -1066,7 +1066,7 @@ Removes `withWidth` import, and inserts hardcoded version to prevent application
npx @mui/codemod v5.0.0/with-width
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#material-ui-core-styles).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#material-ui-core-styles).
#### `mui-replace`
@@ -1127,7 +1127,7 @@ Replace every occurrence of `material-ui` related package with the new package n
npx @mui/codemod v5.0.0/mui-replace
```
-You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#update-material-ui-version).
+You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#update-material-ui-version).
### v4.0.0
@@ -1174,7 +1174,7 @@ Converts all `@material-ui/core` imports more than 1 level deep to the optimal f
npx @mui/codemod v4.0.0/optimal-imports
```
-Head to https://material-ui.com/guides/minimizing-bundle-size/ to understand when it's useful.
+Head to https://mui.com/guides/minimizing-bundle-size/ to understand when it's useful.
#### `top-level-imports`
@@ -1192,7 +1192,7 @@ Converts all `@material-ui/core` submodule imports to the root module:
npx @mui/codemod v4.0.0/top-level-imports
```
-Head to https://material-ui.com/guides/minimizing-bundle-size/ to understand when it's useful.
+Head to https://mui.com/guides/minimizing-bundle-size/ to understand when it's useful.
### v1.0.0
diff --git a/packages/mui-codemod/src/v5.0.0/modal-props.js b/packages/mui-codemod/src/v5.0.0/modal-props.js
index 0c75bcc5c23d23..56bfc1b4c96042 100644
--- a/packages/mui-codemod/src/v5.0.0/modal-props.js
+++ b/packages/mui-codemod/src/v5.0.0/modal-props.js
@@ -35,7 +35,7 @@ export default function transformer(file, api, options) {
if (hasDisableBackdropClick || hasDisableBackdropClick) {
source = source.replace(
/()/gm,
- `$1// You can find more details about this breaking change in [the migration guide](https://material-ui.com/guides/migration-v4/#modal)${EOL}$2`,
+ `$1// You can find more details about this breaking change in [the migration guide](https://mui.com/guides/migration-v4/#modal)${EOL}$2`,
);
}
diff --git a/packages/mui-codemod/src/v5.0.0/modal-props.test/expected.js b/packages/mui-codemod/src/v5.0.0/modal-props.test/expected.js
index a01497e79667b4..d81530e12b39e6 100644
--- a/packages/mui-codemod/src/v5.0.0/modal-props.test/expected.js
+++ b/packages/mui-codemod/src/v5.0.0/modal-props.test/expected.js
@@ -1,5 +1,5 @@
;
diff --git a/packages/mui-codemod/src/v5.0.0/preset-safe.test/expected.js b/packages/mui-codemod/src/v5.0.0/preset-safe.test/expected.js
index f88fb97affbe9a..a6362dc027da35 100644
--- a/packages/mui-codemod/src/v5.0.0/preset-safe.test/expected.js
+++ b/packages/mui-codemod/src/v5.0.0/preset-safe.test/expected.js
@@ -23,7 +23,7 @@ import Typography from '@mui/material/Typography';
import TextField from '@mui/material/TextField';
import { yellow } from '@mui/material/colors';
-// FIXME checkout https://material-ui.com/components/use-media-query/#migrating-from-withwidth
+// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth
const withWidth = () => (WrappedComponent) => (props) => ;
const DarkContext = React.createContext();
diff --git a/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.js b/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.js
index d54030b6ce9c6c..d7efdee33dc0a4 100644
--- a/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.js
+++ b/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.js
@@ -2,7 +2,7 @@
* @param {import('jscodeshift').FileInfo} file
* @param {import('jscodeshift').API} api
*/
-const template = `// FIXME checkout https://material-ui.com/components/use-media-query/#using-material-uis-breakpoint-helpers
+const template = `// FIXME checkout https://mui.com/components/use-media-query/#using-material-uis-breakpoint-helpers
const withMobileDialog = () => (WrappedComponent) => (props) => ;`;
export default function transformer(file, api, options) {
diff --git a/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.test/expected.js b/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.test/expected.js
index a6ca976f588567..0c7af61bad6470 100644
--- a/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.test/expected.js
+++ b/packages/mui-codemod/src/v5.0.0/with-mobile-dialog.test/expected.js
@@ -1,9 +1,9 @@
import Button from '@material-ui/core/Button';
-// FIXME checkout https://material-ui.com/components/use-media-query/#using-material-uis-breakpoint-helpers
+// FIXME checkout https://mui.com/components/use-media-query/#using-material-uis-breakpoint-helpers
const withMuiMobileDialog = () => (WrappedComponent) => (props) => ;
-// FIXME checkout https://material-ui.com/components/use-media-query/#using-material-uis-breakpoint-helpers
+// FIXME checkout https://mui.com/components/use-media-query/#using-material-uis-breakpoint-helpers
const withMobileDialog = () => (WrappedComponent) => (props) => ;
const A = withMobileDialog()((props) => {
diff --git a/packages/mui-codemod/src/v5.0.0/with-width.js b/packages/mui-codemod/src/v5.0.0/with-width.js
index f98cec37c15391..3645510f5054e8 100644
--- a/packages/mui-codemod/src/v5.0.0/with-width.js
+++ b/packages/mui-codemod/src/v5.0.0/with-width.js
@@ -15,7 +15,7 @@ export default function transformer(file, api, options) {
.filter((path) => path.node.source.value === '@material-ui/core/withWidth')
.forEach(() => {
lastImport.insertAfter(
- '// FIXME checkout https://material-ui.com/components/use-media-query/#migrating-from-withwidth\nconst withWidth = () => (WrappedComponent) => (props) => ;',
+ '// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth\nconst withWidth = () => (WrappedComponent) => (props) => ;',
);
})
.remove();
@@ -29,7 +29,7 @@ export default function transformer(file, api, options) {
.filter((s) => s.imported.name === 'withWidth')
.forEach((s) => {
lastImport.insertAfter(
- '// FIXME checkout https://material-ui.com/components/use-media-query/#migrating-from-withwidth\nconst withWidth = () => (WrappedComponent) => (props) => ;'.replace(
+ '// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth\nconst withWidth = () => (WrappedComponent) => (props) => ;'.replace(
/withWidth/g,
s.local.name,
),
diff --git a/packages/mui-codemod/src/v5.0.0/with-width.test/expected.js b/packages/mui-codemod/src/v5.0.0/with-width.test/expected.js
index 149ec2dcf3f321..46acf55d7ca05d 100644
--- a/packages/mui-codemod/src/v5.0.0/with-width.test/expected.js
+++ b/packages/mui-codemod/src/v5.0.0/with-width.test/expected.js
@@ -1,9 +1,9 @@
import Button from '@material-ui/core/Button';
-// FIXME checkout https://material-ui.com/components/use-media-query/#migrating-from-withwidth
+// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth
const withMuiWidth = () => (WrappedComponent) => (props) => ;
-// FIXME checkout https://material-ui.com/components/use-media-query/#migrating-from-withwidth
+// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth
const withWidth = () => (WrappedComponent) => (props) => ;
const A = withWidth()((props) => {
diff --git a/packages/mui-core/README.md b/packages/mui-core/README.md
index 3048cc8833b364..d332b555f20307 100644
--- a/packages/mui-core/README.md
+++ b/packages/mui-core/README.md
@@ -18,4 +18,4 @@ yarn add @mui/core
-[The documentation](https://material-ui.com/customization/unstyled-components/)
+[The documentation](https://mui.com/customization/unstyled-components/)
diff --git a/packages/mui-core/package.json b/packages/mui-core/package.json
index 623ce7a2a4f816..ab18b51c3492da 100644
--- a/packages/mui-core/package.json
+++ b/packages/mui-core/package.json
@@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
- "homepage": "https://material-ui.com/customization/unstyled-components/",
+ "homepage": "https://mui.com/customization/unstyled-components/",
"scripts": {
"build": "yarn build:legacy && yarn build:modern && yarn build:node && yarn build:stable && yarn build:types && yarn build:copy-files",
"build:legacy": "node ../../scripts/build legacy",
diff --git a/packages/mui-core/src/BackdropUnstyled/BackdropUnstyled.d.ts b/packages/mui-core/src/BackdropUnstyled/BackdropUnstyled.d.ts
index 19d6d737a7a4d1..855d9763b1526a 100644
--- a/packages/mui-core/src/BackdropUnstyled/BackdropUnstyled.d.ts
+++ b/packages/mui-core/src/BackdropUnstyled/BackdropUnstyled.d.ts
@@ -55,11 +55,11 @@ export type ExtendBackdropUnstyled = OverridableCo
*
* Demos:
*
- * - [Backdrop](https://material-ui.com/components/backdrop/)
+ * - [Backdrop](https://mui.com/components/backdrop/)
*
* API:
*
- * - [BackdropUnstyled API](https://material-ui.com/api/backdrop-unstyled/)
+ * - [BackdropUnstyled API](https://mui.com/api/backdrop-unstyled/)
*/
declare const BackdropUnstyled: OverridableComponent;
diff --git a/packages/mui-core/src/BadgeUnstyled/BadgeUnstyled.d.ts b/packages/mui-core/src/BadgeUnstyled/BadgeUnstyled.d.ts
index 7806a57ed55b5a..6ebfb8d4bd6b15 100644
--- a/packages/mui-core/src/BadgeUnstyled/BadgeUnstyled.d.ts
+++ b/packages/mui-core/src/BadgeUnstyled/BadgeUnstyled.d.ts
@@ -92,11 +92,11 @@ export type ExtendBadgeUnstyled = OverridableCompo
*
* Demos:
*
- * - [Badges](https://material-ui.com/components/badges/)
+ * - [Badges](https://mui.com/components/badges/)
*
* API:
*
- * - [BadgeUnstyled API](https://material-ui.com/api/badge-unstyled/)
+ * - [BadgeUnstyled API](https://mui.com/api/badge-unstyled/)
*/
declare const BadgeUnstyled: OverridableComponent;
diff --git a/packages/mui-core/src/ButtonUnstyled/ButtonUnstyled.tsx b/packages/mui-core/src/ButtonUnstyled/ButtonUnstyled.tsx
index 5d7af82624a100..52c562324a1907 100644
--- a/packages/mui-core/src/ButtonUnstyled/ButtonUnstyled.tsx
+++ b/packages/mui-core/src/ButtonUnstyled/ButtonUnstyled.tsx
@@ -30,11 +30,11 @@ const useUtilityClasses = (ownerState: ButtonUnstyledOwnerState) => {
*
* Demos:
*
- * - [Buttons](https://material-ui.com/components/buttons/)
+ * - [Buttons](https://mui.com/components/buttons/)
*
* API:
*
- * - [ButtonUnstyled API](https://material-ui.com/api/button-unstyled/)
+ * - [ButtonUnstyled API](https://mui.com/api/button-unstyled/)
*/
const ButtonUnstyled = React.forwardRef(function ButtonUnstyled<
D extends React.ElementType = ButtonUnstyledTypeMap['defaultComponent'],
diff --git a/packages/mui-core/src/FormControlUnstyled/FormControlUnstyled.tsx b/packages/mui-core/src/FormControlUnstyled/FormControlUnstyled.tsx
index 9e1d60df6dc1cd..164161c030c391 100644
--- a/packages/mui-core/src/FormControlUnstyled/FormControlUnstyled.tsx
+++ b/packages/mui-core/src/FormControlUnstyled/FormControlUnstyled.tsx
@@ -37,7 +37,7 @@ export type FormControlUnstyledOwnerState = Omit<
* * Input
* * InputLabel
*
- * You can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).
+ * You can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).
*
* ```jsx
*
@@ -52,11 +52,11 @@ export type FormControlUnstyledOwnerState = Omit<
*
* Demos:
*
- * - [Text Fields](https://material-ui.com/components/text-fields/)
+ * - [Text Fields](https://mui.com/components/text-fields/)
*
* API:
*
- * - [FormControlUnstyled API](https://material-ui.com/api/form-control-unstyled/)
+ * - [FormControlUnstyled API](https://mui.com/api/form-control-unstyled/)
*/
const FormControlUnstyled = React.forwardRef(function FormControlUnstyled<
D extends React.ElementType = FormControlUnstyledTypeMap['defaultComponent'],
diff --git a/packages/mui-core/src/ModalUnstyled/ModalUnstyled.d.ts b/packages/mui-core/src/ModalUnstyled/ModalUnstyled.d.ts
index d911937053f4c6..a685b8eab1e7fa 100644
--- a/packages/mui-core/src/ModalUnstyled/ModalUnstyled.d.ts
+++ b/packages/mui-core/src/ModalUnstyled/ModalUnstyled.d.ts
@@ -140,23 +140,23 @@ export type ExtendModalUnstyled = OverridableCompo
/**
* Modal is a lower-level construct that is leveraged by the following components:
*
- * * [Dialog](https://material-ui.com/api/dialog/)
- * * [Drawer](https://material-ui.com/api/drawer/)
- * * [Menu](https://material-ui.com/api/menu/)
- * * [Popover](https://material-ui.com/api/popover/)
+ * * [Dialog](https://mui.com/api/dialog/)
+ * * [Drawer](https://mui.com/api/drawer/)
+ * * [Menu](https://mui.com/api/menu/)
+ * * [Popover](https://mui.com/api/popover/)
*
- * If you are creating a modal dialog, you probably want to use the [Dialog](https://material-ui.com/api/dialog/) component
+ * If you are creating a modal dialog, you probably want to use the [Dialog](https://mui.com/api/dialog/) component
* rather than directly using Modal.
*
* This component shares many concepts with [react-overlays](https://react-bootstrap.github.io/react-overlays/#modals).
*
* Demos:
*
- * - [Modal](https://material-ui.com/components/modal/)
+ * - [Modal](https://mui.com/components/modal/)
*
* API:
*
- * - [ModalUnstyled API](https://material-ui.com/api/modal-unstyled/)
+ * - [ModalUnstyled API](https://mui.com/api/modal-unstyled/)
*/
declare const ModalUnstyled: OverridableComponent;
diff --git a/packages/mui-core/src/NoSsr/NoSsr.d.ts b/packages/mui-core/src/NoSsr/NoSsr.d.ts
index 54ec62804b1641..1ab401e2fd4ecd 100644
--- a/packages/mui-core/src/NoSsr/NoSsr.d.ts
+++ b/packages/mui-core/src/NoSsr/NoSsr.d.ts
@@ -30,10 +30,10 @@ export interface NoSsrProps {
*
* Demos:
*
- * - [No Ssr](https://material-ui.com/components/no-ssr/)
+ * - [No Ssr](https://mui.com/components/no-ssr/)
*
* API:
*
- * - [NoSsr API](https://material-ui.com/api/no-ssr/)
+ * - [NoSsr API](https://mui.com/api/no-ssr/)
*/
export default function NoSsr(props: NoSsrProps): JSX.Element;
diff --git a/packages/mui-core/src/Portal/Portal.d.ts b/packages/mui-core/src/Portal/Portal.d.ts
index bfb5c9fb85d14d..334e57e57b5bee 100644
--- a/packages/mui-core/src/Portal/Portal.d.ts
+++ b/packages/mui-core/src/Portal/Portal.d.ts
@@ -26,10 +26,10 @@ export interface PortalProps {
*
* Demos:
*
- * - [Portal](https://material-ui.com/components/portal/)
+ * - [Portal](https://mui.com/components/portal/)
*
* API:
*
- * - [Portal API](https://material-ui.com/api/portal/)
+ * - [Portal API](https://mui.com/api/portal/)
*/
export default function Portal(props: PortalProps): JSX.Element;
diff --git a/packages/mui-core/src/SliderUnstyled/SliderUnstyled.d.ts b/packages/mui-core/src/SliderUnstyled/SliderUnstyled.d.ts
index 2af925cd55c67f..165c295b77ee6b 100644
--- a/packages/mui-core/src/SliderUnstyled/SliderUnstyled.d.ts
+++ b/packages/mui-core/src/SliderUnstyled/SliderUnstyled.d.ts
@@ -214,11 +214,11 @@ export type ExtendSliderUnstyled = OverridableComp
*
* Demos:
*
- * - [Slider](https://material-ui.com/components/slider/)
+ * - [Slider](https://mui.com/components/slider/)
*
* API:
*
- * - [SliderUnstyled API](https://material-ui.com/api/slider-unstyled/)
+ * - [SliderUnstyled API](https://mui.com/api/slider-unstyled/)
*/
declare const SliderUnstyled: OverridableComponent;
diff --git a/packages/mui-core/src/SwitchUnstyled/SwitchUnstyled.tsx b/packages/mui-core/src/SwitchUnstyled/SwitchUnstyled.tsx
index 2325d2ccd95140..51506ff9718ba9 100644
--- a/packages/mui-core/src/SwitchUnstyled/SwitchUnstyled.tsx
+++ b/packages/mui-core/src/SwitchUnstyled/SwitchUnstyled.tsx
@@ -47,11 +47,11 @@ export interface SwitchUnstyledProps extends UseSwitchProps {
*
* Demos:
*
- * - [Switches](https://material-ui.com/components/switches/)
+ * - [Switches](https://mui.com/components/switches/)
*
* API:
*
- * - [SwitchUnstyled API](https://material-ui.com/api/switch-unstyled/)
+ * - [SwitchUnstyled API](https://mui.com/api/switch-unstyled/)
*/
const SwitchUnstyled = React.forwardRef(function SwitchUnstyled(
props: SwitchUnstyledProps,
diff --git a/packages/mui-core/src/SwitchUnstyled/useSwitch.ts b/packages/mui-core/src/SwitchUnstyled/useSwitch.ts
index c0d349775503b3..09dcb99c7941c8 100644
--- a/packages/mui-core/src/SwitchUnstyled/useSwitch.ts
+++ b/packages/mui-core/src/SwitchUnstyled/useSwitch.ts
@@ -74,7 +74,7 @@ export interface UseSwitchProps {
*
* Demos:
*
- * - [Switches](https://material-ui.com/components/switches/)
+ * - [Switches](https://mui.com/components/switches/)
*/
export default function useSwitch(props: UseSwitchProps) {
const {
diff --git a/packages/mui-core/src/Unstable_TrapFocus/Unstable_TrapFocus.d.ts b/packages/mui-core/src/Unstable_TrapFocus/Unstable_TrapFocus.d.ts
index a5f2c261f3c30d..2cd69cef2ef1aa 100644
--- a/packages/mui-core/src/Unstable_TrapFocus/Unstable_TrapFocus.d.ts
+++ b/packages/mui-core/src/Unstable_TrapFocus/Unstable_TrapFocus.d.ts
@@ -57,10 +57,10 @@ export interface TrapFocusProps {
*
* Demos:
*
- * - [Trap Focus](https://material-ui.com/components/trap-focus/)
+ * - [Trap Focus](https://mui.com/components/trap-focus/)
*
* API:
*
- * - [Unstable_TrapFocus API](https://material-ui.com/api/unstable-trap-focus/)
+ * - [Unstable_TrapFocus API](https://mui.com/api/unstable-trap-focus/)
*/
export default function Unstable_TrapFocus(props: TrapFocusProps): JSX.Element;
diff --git a/packages/mui-icons-material/README.md b/packages/mui-icons-material/README.md
index 4b0c8c1f87746c..a7be7e7c49f896 100644
--- a/packages/mui-icons-material/README.md
+++ b/packages/mui-icons-material/README.md
@@ -18,7 +18,7 @@ yarn add @mui/icons-material
-These components use the MUI [SvgIcon](https://material-ui.com/api/svg-icon/) component to
+These components use the MUI [SvgIcon](https://mui.com/api/svg-icon/) component to
render the SVG path for each icon.
If you are not already using MUI in your project, you can add it with:
@@ -35,5 +35,5 @@ yarn add @mui/material
-- [The documentation](https://material-ui.com/components/icons/#svg-material-icons)
-- [The icons search](https://material-ui.com/components/material-icons/)
+- [The documentation](https://mui.com/components/icons/#svg-material-icons)
+- [The icons search](https://mui.com/components/material-icons/)
diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json
index 1dec980db7f109..471f0347e3307f 100644
--- a/packages/mui-icons-material/package.json
+++ b/packages/mui-icons-material/package.json
@@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
- "homepage": "https://material-ui.com/components/material-icons/",
+ "homepage": "https://mui.com/components/material-icons/",
"scripts": {
"build": "cp -r lib/ build/ && yarn build:typings && yarn build:copy-files",
"build:lib": "yarn build:node && yarn build:stable",
diff --git a/packages/mui-lab/README.md b/packages/mui-lab/README.md
index d491fb2fbdd0b1..968485eb86dd2b 100644
--- a/packages/mui-lab/README.md
+++ b/packages/mui-lab/README.md
@@ -33,4 +33,4 @@ yarn add @mui/material
-[The documentation](https://material-ui.com/components/about-the-lab/)
+[The documentation](https://mui.com/components/about-the-lab/)
diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json
index 05b0ef67641f57..f61f277be6ddd2 100644
--- a/packages/mui-lab/package.json
+++ b/packages/mui-lab/package.json
@@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
- "homepage": "https://material-ui.com/components/about-the-lab/",
+ "homepage": "https://mui.com/components/about-the-lab/",
"scripts": {
"build": "yarn build:legacy && yarn build:modern && yarn build:node && yarn build:stable && yarn build:types && yarn build:copy-files ",
"build:legacy": "node ../../scripts/build legacy",
diff --git a/packages/mui-lab/src/CalendarPicker/CalendarPicker.tsx b/packages/mui-lab/src/CalendarPicker/CalendarPicker.tsx
index d16afabd246aa5..ae0d69582b009d 100644
--- a/packages/mui-lab/src/CalendarPicker/CalendarPicker.tsx
+++ b/packages/mui-lab/src/CalendarPicker/CalendarPicker.tsx
@@ -414,11 +414,11 @@ CalendarPicker.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [CalendarPicker API](https://material-ui.com/api/calendar-picker/)
+ * - [CalendarPicker API](https://mui.com/api/calendar-picker/)
*/
export default CalendarPicker as (
props: CalendarPickerPropsWithClasses & React.RefAttributes,
diff --git a/packages/mui-lab/src/CalendarPicker/PickersCalendar.tsx b/packages/mui-lab/src/CalendarPicker/PickersCalendar.tsx
index 269625b1184e78..660bbfdcf80114 100644
--- a/packages/mui-lab/src/CalendarPicker/PickersCalendar.tsx
+++ b/packages/mui-lab/src/CalendarPicker/PickersCalendar.tsx
@@ -25,7 +25,7 @@ export interface ExportedCalendarProps
*/
onChange: PickerOnChangeFn;
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay?: (
day: TDate,
diff --git a/packages/mui-lab/src/CalendarPickerSkeleton/CalendarPickerSkeleton.tsx b/packages/mui-lab/src/CalendarPickerSkeleton/CalendarPickerSkeleton.tsx
index 4dda7af9146591..6f942710adb841 100644
--- a/packages/mui-lab/src/CalendarPickerSkeleton/CalendarPickerSkeleton.tsx
+++ b/packages/mui-lab/src/CalendarPickerSkeleton/CalendarPickerSkeleton.tsx
@@ -111,11 +111,11 @@ const monthMap = [
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [CalendarPickerSkeleton API](https://material-ui.com/api/calendar-picker-skeleton/)
+ * - [CalendarPickerSkeleton API](https://mui.com/api/calendar-picker-skeleton/)
*/
function CalendarPickerSkeleton(props: CalendarPickerSkeletonProps) {
const { className, ...other } = useThemeProps<
@@ -153,11 +153,11 @@ function CalendarPickerSkeleton(props: CalendarPickerSkeletonProps) {
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [CalendarPickerSkeleton API](https://material-ui.com/api/calendar-picker-skeleton/)
+ * - [CalendarPickerSkeleton API](https://mui.com/api/calendar-picker-skeleton/)
*/
CalendarPickerSkeleton.propTypes /* remove-proptypes */ = {
diff --git a/packages/mui-lab/src/ClockPicker/ClockPicker.tsx b/packages/mui-lab/src/ClockPicker/ClockPicker.tsx
index 92694c7c6d1891..60a55deb7d81bb 100644
--- a/packages/mui-lab/src/ClockPicker/ClockPicker.tsx
+++ b/packages/mui-lab/src/ClockPicker/ClockPicker.tsx
@@ -180,7 +180,7 @@ const defaultGetSecondsClockNumberText = (seconds: string) => `${seconds} second
*
* API:
*
- * - [ClockPicker API](https://material-ui.com/api/clock-picker/)
+ * - [ClockPicker API](https://mui.com/api/clock-picker/)
*/
function ClockPicker(inProps: ClockPickerProps) {
const props = useThemeProps, 'MuiClockPicker'>({
@@ -542,10 +542,10 @@ ClockPicker.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Time Picker](https://material-ui.com/components/time-picker/)
+ * - [Time Picker](https://mui.com/components/time-picker/)
*
* API:
*
- * - [ClockPicker API](https://material-ui.com/api/clock-picker/)
+ * - [ClockPicker API](https://mui.com/api/clock-picker/)
*/
export default ClockPicker as (props: ClockPickerProps) => JSX.Element;
diff --git a/packages/mui-lab/src/DatePicker/DatePicker.tsx b/packages/mui-lab/src/DatePicker/DatePicker.tsx
index 67c3f86c80a72f..44f1816d0b8eb3 100644
--- a/packages/mui-lab/src/DatePicker/DatePicker.tsx
+++ b/packages/mui-lab/src/DatePicker/DatePicker.tsx
@@ -24,12 +24,12 @@ type DatePickerComponent = ((
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
- * - [Pickers](https://material-ui.com/components/pickers/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
+ * - [Pickers](https://mui.com/components/pickers/)
*
* API:
*
- * - [DatePicker API](https://material-ui.com/api/date-picker/)
+ * - [DatePicker API](https://mui.com/api/date-picker/)
*/
const DatePicker = React.forwardRef(function DatePicker(
inProps: DatePickerProps,
@@ -306,7 +306,7 @@ DatePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -319,12 +319,12 @@ DatePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
@@ -392,7 +392,7 @@ DatePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/DateRangePicker/DateRangePicker.tsx b/packages/mui-lab/src/DateRangePicker/DateRangePicker.tsx
index 2a1fb1e5b61151..10c05f005f1212 100644
--- a/packages/mui-lab/src/DateRangePicker/DateRangePicker.tsx
+++ b/packages/mui-lab/src/DateRangePicker/DateRangePicker.tsx
@@ -81,11 +81,11 @@ type DateRangePickerComponent = ((
*
* Demos:
*
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
*
* API:
*
- * - [DateRangePicker API](https://material-ui.com/api/date-range-picker/)
+ * - [DateRangePicker API](https://mui.com/api/date-range-picker/)
*/
const DateRangePicker = React.forwardRef(function DateRangePicker(
inProps: DateRangePickerProps,
@@ -411,7 +411,7 @@ DateRangePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -430,7 +430,7 @@ DateRangePicker.propTypes /* remove-proptypes */ = {
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
* that you need to forward to the range start/end inputs respectively.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example
@@ -512,7 +512,7 @@ DateRangePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/DateRangePicker/DateRangePickerInput.tsx b/packages/mui-lab/src/DateRangePicker/DateRangePickerInput.tsx
index c5ea7b92d86167..2d0bca1d0361b5 100644
--- a/packages/mui-lab/src/DateRangePicker/DateRangePickerInput.tsx
+++ b/packages/mui-lab/src/DateRangePicker/DateRangePickerInput.tsx
@@ -25,7 +25,7 @@ export interface ExportedDateRangePickerInputProps
extends Omit, DateRange>, 'renderInput'> {
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
* that you need to forward to the range start/end inputs respectively.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example
diff --git a/packages/mui-lab/src/DateRangePickerDay/DateRangePickerDay.tsx b/packages/mui-lab/src/DateRangePickerDay/DateRangePickerDay.tsx
index 0b5c13cde81e6c..75394bf51aafb6 100644
--- a/packages/mui-lab/src/DateRangePickerDay/DateRangePickerDay.tsx
+++ b/packages/mui-lab/src/DateRangePickerDay/DateRangePickerDay.tsx
@@ -356,11 +356,11 @@ DateRangePickerDay.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
*
* API:
*
- * - [DateRangePickerDay API](https://material-ui.com/api/date-range-picker-day/)
+ * - [DateRangePickerDay API](https://mui.com/api/date-range-picker-day/)
*/
export default React.memo(DateRangePickerDay, (prevProps, nextProps) => {
return (
diff --git a/packages/mui-lab/src/DateTimePicker/DateTimePicker.tsx b/packages/mui-lab/src/DateTimePicker/DateTimePicker.tsx
index 27415a07b8c95e..601c5cd2d24f9d 100644
--- a/packages/mui-lab/src/DateTimePicker/DateTimePicker.tsx
+++ b/packages/mui-lab/src/DateTimePicker/DateTimePicker.tsx
@@ -24,12 +24,12 @@ type DateTimePickerComponent = ((
*
* Demos:
*
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
- * - [Pickers](https://material-ui.com/components/pickers/)
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
+ * - [Pickers](https://mui.com/components/pickers/)
*
* API:
*
- * - [DateTimePicker API](https://material-ui.com/api/date-time-picker/)
+ * - [DateTimePicker API](https://mui.com/api/date-time-picker/)
*/
const DateTimePicker = React.forwardRef(function DateTimePicker(
inProps: DateTimePickerProps,
@@ -364,7 +364,7 @@ DateTimePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -377,12 +377,12 @@ DateTimePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
@@ -459,7 +459,7 @@ DateTimePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/DesktopDatePicker/DesktopDatePicker.tsx b/packages/mui-lab/src/DesktopDatePicker/DesktopDatePicker.tsx
index 52e4c4074127fb..b80cfece02f5ef 100644
--- a/packages/mui-lab/src/DesktopDatePicker/DesktopDatePicker.tsx
+++ b/packages/mui-lab/src/DesktopDatePicker/DesktopDatePicker.tsx
@@ -28,11 +28,11 @@ type DesktopDatePickerComponent = ((
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [DesktopDatePicker API](https://material-ui.com/api/desktop-date-picker/)
+ * - [DesktopDatePicker API](https://mui.com/api/desktop-date-picker/)
*/
const DesktopDatePicker = React.forwardRef(function DesktopDatePicker(
inProps: DesktopDatePickerProps,
@@ -279,7 +279,7 @@ DesktopDatePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -292,12 +292,12 @@ DesktopDatePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
@@ -355,7 +355,7 @@ DesktopDatePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/DesktopDateRangePicker/DesktopDateRangePicker.tsx b/packages/mui-lab/src/DesktopDateRangePicker/DesktopDateRangePicker.tsx
index 9bbc5867f8f232..599a5294a56b0a 100644
--- a/packages/mui-lab/src/DesktopDateRangePicker/DesktopDateRangePicker.tsx
+++ b/packages/mui-lab/src/DesktopDateRangePicker/DesktopDateRangePicker.tsx
@@ -87,11 +87,11 @@ type DesktopDateRangePickerComponent = ((
*
* Demos:
*
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
*
* API:
*
- * - [DesktopDateRangePicker API](https://material-ui.com/api/desktop-date-range-picker/)
+ * - [DesktopDateRangePicker API](https://mui.com/api/desktop-date-range-picker/)
*/
const DesktopDateRangePicker = React.forwardRef(function DesktopDateRangePicker(
inProps: DesktopDateRangePickerProps,
@@ -389,7 +389,7 @@ DesktopDateRangePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -408,7 +408,7 @@ DesktopDateRangePicker.propTypes /* remove-proptypes */ = {
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
* that you need to forward to the range start/end inputs respectively.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example
@@ -480,7 +480,7 @@ DesktopDateRangePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/DesktopDateTimePicker/DesktopDateTimePicker.tsx b/packages/mui-lab/src/DesktopDateTimePicker/DesktopDateTimePicker.tsx
index 9942a33b7b8b75..0afe89fb26ce23 100644
--- a/packages/mui-lab/src/DesktopDateTimePicker/DesktopDateTimePicker.tsx
+++ b/packages/mui-lab/src/DesktopDateTimePicker/DesktopDateTimePicker.tsx
@@ -31,11 +31,11 @@ type DesktopDateTimePickerComponent = ((
*
* Demos:
*
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
*
* API:
*
- * - [DesktopDateTimePicker API](https://material-ui.com/api/desktop-date-time-picker/)
+ * - [DesktopDateTimePicker API](https://mui.com/api/desktop-date-time-picker/)
*/
const DesktopDateTimePicker = React.forwardRef(function DesktopDateTimePicker(
inProps: DesktopDateTimePickerProps,
@@ -340,7 +340,7 @@ DesktopDateTimePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -353,12 +353,12 @@ DesktopDateTimePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
@@ -425,7 +425,7 @@ DesktopDateTimePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/DesktopTimePicker/DesktopTimePicker.tsx b/packages/mui-lab/src/DesktopTimePicker/DesktopTimePicker.tsx
index ba15e43b4992ee..70e5ee08cfe4a6 100644
--- a/packages/mui-lab/src/DesktopTimePicker/DesktopTimePicker.tsx
+++ b/packages/mui-lab/src/DesktopTimePicker/DesktopTimePicker.tsx
@@ -28,11 +28,11 @@ type DesktopTimePickerComponent = ((
*
* Demos:
*
- * - [Time Picker](https://material-ui.com/components/time-picker/)
+ * - [Time Picker](https://mui.com/components/time-picker/)
*
* API:
*
- * - [DesktopTimePicker API](https://material-ui.com/api/desktop-time-picker/)
+ * - [DesktopTimePicker API](https://mui.com/api/desktop-time-picker/)
*/
const DesktopTimePicker = React.forwardRef(function DesktopTimePicker(
inProps: DesktopTimePickerProps,
@@ -250,7 +250,7 @@ DesktopTimePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -259,7 +259,7 @@ DesktopTimePicker.propTypes /* remove-proptypes */ = {
readOnly: PropTypes.bool,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
@@ -299,7 +299,7 @@ DesktopTimePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/LoadingButton/LoadingButton.d.ts b/packages/mui-lab/src/LoadingButton/LoadingButton.d.ts
index 14b186d60cef65..5852347413ee79 100644
--- a/packages/mui-lab/src/LoadingButton/LoadingButton.d.ts
+++ b/packages/mui-lab/src/LoadingButton/LoadingButton.d.ts
@@ -56,12 +56,12 @@ export type LoadingButtonTypeMap<
*
* Demos:
*
- * - [Buttons](https://material-ui.com/components/buttons/)
+ * - [Buttons](https://mui.com/components/buttons/)
*
* API:
*
- * - [LoadingButton API](https://material-ui.com/api/loading-button/)
- * - inherits [Button API](https://material-ui.com/api/button/)
+ * - [LoadingButton API](https://mui.com/api/loading-button/)
+ * - inherits [Button API](https://mui.com/api/button/)
*/
declare const LoadingButton: ExtendButton;
diff --git a/packages/mui-lab/src/Masonry/Masonry.d.ts b/packages/mui-lab/src/Masonry/Masonry.d.ts
index ebb572d9def402..cf7d1a363d2d9f 100644
--- a/packages/mui-lab/src/Masonry/Masonry.d.ts
+++ b/packages/mui-lab/src/Masonry/Masonry.d.ts
@@ -34,11 +34,11 @@ export interface MasonryTypeMap {
*
* Demos:
*
- * - [Masonry](https://material-ui.com/components/masonry/)
+ * - [Masonry](https://mui.com/components/masonry/)
*
* API:
*
- * - [Masonry API](https://material-ui.com/api/masonry/)
+ * - [Masonry API](https://mui.com/api/masonry/)
*/
declare const Masonry: OverridableComponent;
diff --git a/packages/mui-lab/src/MasonryItem/MasonryItem.d.ts b/packages/mui-lab/src/MasonryItem/MasonryItem.d.ts
index f2bb7042b0dd42..13c68f0f0c0a4e 100644
--- a/packages/mui-lab/src/MasonryItem/MasonryItem.d.ts
+++ b/packages/mui-lab/src/MasonryItem/MasonryItem.d.ts
@@ -33,11 +33,11 @@ export interface MasonryItemTypeMap
*
* Demos:
*
- * - [Masonry](https://material-ui.com/components/masonry/)
+ * - [Masonry](https://mui.com/components/masonry/)
*
* API:
*
- * - [MasonryItem API](https://material-ui.com/api/masonry-item/)
+ * - [MasonryItem API](https://mui.com/api/masonry-item/)
*/
declare const MasonryItem: OverridableComponent;
diff --git a/packages/mui-lab/src/MobileDatePicker/MobileDatePicker.tsx b/packages/mui-lab/src/MobileDatePicker/MobileDatePicker.tsx
index f079ddbfa7775d..6ee7ce85b03332 100644
--- a/packages/mui-lab/src/MobileDatePicker/MobileDatePicker.tsx
+++ b/packages/mui-lab/src/MobileDatePicker/MobileDatePicker.tsx
@@ -28,11 +28,11 @@ type MobileDatePickerComponent = ((
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [MobileDatePicker API](https://material-ui.com/api/mobile-date-picker/)
+ * - [MobileDatePicker API](https://mui.com/api/mobile-date-picker/)
*/
const MobileDatePicker = React.forwardRef(function MobileDatePicker(
inProps: MobileDatePickerProps,
@@ -306,12 +306,12 @@ MobileDatePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-lab/src/MobileDateRangePicker/MobileDateRangePicker.tsx b/packages/mui-lab/src/MobileDateRangePicker/MobileDateRangePicker.tsx
index c925f836438ec1..40f1c9a78c5ae8 100644
--- a/packages/mui-lab/src/MobileDateRangePicker/MobileDateRangePicker.tsx
+++ b/packages/mui-lab/src/MobileDateRangePicker/MobileDateRangePicker.tsx
@@ -86,11 +86,11 @@ type MobileDateRangePickerComponent = ((
*
* Demos:
*
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
*
* API:
*
- * - [MobileDateRangePicker API](https://material-ui.com/api/mobile-date-range-picker/)
+ * - [MobileDateRangePicker API](https://mui.com/api/mobile-date-range-picker/)
*/
const MobileDateRangePicker = React.forwardRef(function MobileDateRangePicker(
inProps: MobileDateRangePickerProps,
@@ -424,7 +424,7 @@ MobileDateRangePicker.propTypes /* remove-proptypes */ = {
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
* that you need to forward to the range start/end inputs respectively.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example
diff --git a/packages/mui-lab/src/MobileDateTimePicker/MobileDateTimePicker.tsx b/packages/mui-lab/src/MobileDateTimePicker/MobileDateTimePicker.tsx
index 0f1840874bc778..05628cff1bc129 100644
--- a/packages/mui-lab/src/MobileDateTimePicker/MobileDateTimePicker.tsx
+++ b/packages/mui-lab/src/MobileDateTimePicker/MobileDateTimePicker.tsx
@@ -31,11 +31,11 @@ type MobileDateTimePickerComponent = ((
*
* Demos:
*
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
*
* API:
*
- * - [MobileDateTimePicker API](https://material-ui.com/api/mobile-date-time-picker/)
+ * - [MobileDateTimePicker API](https://mui.com/api/mobile-date-time-picker/)
*/
const MobileDateTimePicker = React.forwardRef(function MobileDateTimePicker(
inProps: MobileDateTimePickerProps,
@@ -367,12 +367,12 @@ MobileDateTimePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-lab/src/MobileTimePicker/MobileTimePicker.tsx b/packages/mui-lab/src/MobileTimePicker/MobileTimePicker.tsx
index cb89b488705a47..1fa7ea2b5bcbd0 100644
--- a/packages/mui-lab/src/MobileTimePicker/MobileTimePicker.tsx
+++ b/packages/mui-lab/src/MobileTimePicker/MobileTimePicker.tsx
@@ -28,11 +28,11 @@ type MobileTimePickerComponent = ((
*
* Demos:
*
- * - [Time Picker](https://material-ui.com/components/time-picker/)
+ * - [Time Picker](https://mui.com/components/time-picker/)
*
* API:
*
- * - [MobileTimePicker API](https://material-ui.com/api/mobile-time-picker/)
+ * - [MobileTimePicker API](https://mui.com/api/mobile-time-picker/)
*/
const MobileTimePicker = React.forwardRef(function MobileTimePicker(
inProps: MobileTimePickerProps,
@@ -273,7 +273,7 @@ MobileTimePicker.propTypes /* remove-proptypes */ = {
readOnly: PropTypes.bool,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-lab/src/MonthPicker/MonthPicker.tsx b/packages/mui-lab/src/MonthPicker/MonthPicker.tsx
index 17eab8011e4eb0..75612a05fb80a8 100644
--- a/packages/mui-lab/src/MonthPicker/MonthPicker.tsx
+++ b/packages/mui-lab/src/MonthPicker/MonthPicker.tsx
@@ -204,11 +204,11 @@ MonthPicker.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [MonthPicker API](https://material-ui.com/api/month-picker/)
+ * - [MonthPicker API](https://mui.com/api/month-picker/)
*/
export default MonthPicker as (
props: MonthPickerProps & React.RefAttributes,
diff --git a/packages/mui-lab/src/PickersDay/PickersDay.tsx b/packages/mui-lab/src/PickersDay/PickersDay.tsx
index 4dc66c6a6b9f72..9a8c2c8fefbbc0 100644
--- a/packages/mui-lab/src/PickersDay/PickersDay.tsx
+++ b/packages/mui-lab/src/PickersDay/PickersDay.tsx
@@ -494,11 +494,11 @@ PickersDay.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [PickersDay API](https://material-ui.com/api/pickers-day/)
+ * - [PickersDay API](https://mui.com/api/pickers-day/)
*/
export default React.memo(PickersDay, areDayPropsEqual) as (
props: PickersDayProps & React.RefAttributes,
diff --git a/packages/mui-lab/src/StaticDatePicker/StaticDatePicker.tsx b/packages/mui-lab/src/StaticDatePicker/StaticDatePicker.tsx
index c2b57b17a3e883..957a2820f0c43f 100644
--- a/packages/mui-lab/src/StaticDatePicker/StaticDatePicker.tsx
+++ b/packages/mui-lab/src/StaticDatePicker/StaticDatePicker.tsx
@@ -31,11 +31,11 @@ type StaticDatePickerComponent = ((
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [StaticDatePicker API](https://material-ui.com/api/static-date-picker/)
+ * - [StaticDatePicker API](https://mui.com/api/static-date-picker/)
*/
const StaticDatePicker = React.forwardRef(function StaticDatePicker(
inProps: StaticDatePickerProps,
@@ -286,12 +286,12 @@ StaticDatePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-lab/src/StaticDateRangePicker/StaticDateRangePicker.tsx b/packages/mui-lab/src/StaticDateRangePicker/StaticDateRangePicker.tsx
index 53874dabe7d613..3c546b0d220ba5 100644
--- a/packages/mui-lab/src/StaticDateRangePicker/StaticDateRangePicker.tsx
+++ b/packages/mui-lab/src/StaticDateRangePicker/StaticDateRangePicker.tsx
@@ -84,11 +84,11 @@ type StaticDateRangePickerComponent = ((
*
* Demos:
*
- * - [Date Range Picker](https://material-ui.com/components/date-range-picker/)
+ * - [Date Range Picker](https://mui.com/components/date-range-picker/)
*
* API:
*
- * - [StaticDateRangePicker API](https://material-ui.com/api/static-date-range-picker/)
+ * - [StaticDateRangePicker API](https://mui.com/api/static-date-range-picker/)
*/
const StaticDateRangePicker = React.forwardRef(function StaticDateRangePicker(
inProps: StaticDateRangePickerProps,
@@ -393,7 +393,7 @@ StaticDateRangePicker.propTypes /* remove-proptypes */ = {
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api),
+ * The `startProps` and `endProps` arguments of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api),
* that you need to forward to the range start/end inputs respectively.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example
diff --git a/packages/mui-lab/src/StaticDateTimePicker/StaticDateTimePicker.tsx b/packages/mui-lab/src/StaticDateTimePicker/StaticDateTimePicker.tsx
index d3af9f529af2c7..1886e56b03dde9 100644
--- a/packages/mui-lab/src/StaticDateTimePicker/StaticDateTimePicker.tsx
+++ b/packages/mui-lab/src/StaticDateTimePicker/StaticDateTimePicker.tsx
@@ -34,11 +34,11 @@ type StaticDateTimePickerComponent = ((
*
* Demos:
*
- * - [Date Time Picker](https://material-ui.com/components/date-time-picker/)
+ * - [Date Time Picker](https://mui.com/components/date-time-picker/)
*
* API:
*
- * - [StaticDateTimePicker API](https://material-ui.com/api/static-date-time-picker/)
+ * - [StaticDateTimePicker API](https://mui.com/api/static-date-time-picker/)
*/
const StaticDateTimePicker = React.forwardRef(function StaticDateTimePicker(
inProps: StaticDateTimePickerProps,
@@ -347,12 +347,12 @@ StaticDateTimePicker.propTypes /* remove-proptypes */ = {
*/
reduceAnimations: PropTypes.bool,
/**
- * Custom renderer for day. Check the [PickersDay](https://material-ui.com/api/pickers-day/) component.
+ * Custom renderer for day. Check the [PickersDay](https://mui.com/api/pickers-day/) component.
*/
renderDay: PropTypes.func,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-lab/src/StaticTimePicker/StaticTimePicker.tsx b/packages/mui-lab/src/StaticTimePicker/StaticTimePicker.tsx
index d7637e924669a3..30a7a3d7748d0f 100644
--- a/packages/mui-lab/src/StaticTimePicker/StaticTimePicker.tsx
+++ b/packages/mui-lab/src/StaticTimePicker/StaticTimePicker.tsx
@@ -31,11 +31,11 @@ type StaticTimePickerComponent = ((
*
* Demos:
*
- * - [Time Picker](https://material-ui.com/components/time-picker/)
+ * - [Time Picker](https://mui.com/components/time-picker/)
*
* API:
*
- * - [StaticTimePicker API](https://material-ui.com/api/static-time-picker/)
+ * - [StaticTimePicker API](https://mui.com/api/static-time-picker/)
*/
const StaticTimePicker = React.forwardRef(function StaticTimePicker(
inProps: StaticTimePickerProps,
@@ -251,7 +251,7 @@ StaticTimePicker.propTypes /* remove-proptypes */ = {
readOnly: PropTypes.bool,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-lab/src/TabContext/TabContext.d.ts b/packages/mui-lab/src/TabContext/TabContext.d.ts
index 4c153f09b771dd..5cf1ca083e180c 100644
--- a/packages/mui-lab/src/TabContext/TabContext.d.ts
+++ b/packages/mui-lab/src/TabContext/TabContext.d.ts
@@ -19,11 +19,11 @@ export interface TabContextProps {
*
* Demos:
*
- * - [Tabs](https://material-ui.com/components/tabs/)
+ * - [Tabs](https://mui.com/components/tabs/)
*
* API:
*
- * - [TabContext API](https://material-ui.com/api/tab-context/)
+ * - [TabContext API](https://mui.com/api/tab-context/)
*/
export default function TabContext(props: TabContextProps): JSX.Element;
export function useTabContext(): TabContextValue | null;
diff --git a/packages/mui-lab/src/TabList/TabList.d.ts b/packages/mui-lab/src/TabList/TabList.d.ts
index f2e1f1dab854b0..817adb93255347 100644
--- a/packages/mui-lab/src/TabList/TabList.d.ts
+++ b/packages/mui-lab/src/TabList/TabList.d.ts
@@ -20,12 +20,12 @@ export interface TabListTypeMap<
*
* Demos:
*
- * - [Tabs](https://material-ui.com/components/tabs/)
+ * - [Tabs](https://mui.com/components/tabs/)
*
* API:
*
- * - [TabList API](https://material-ui.com/api/tab-list/)
- * - inherits [Tabs API](https://material-ui.com/api/tabs/)
+ * - [TabList API](https://mui.com/api/tab-list/)
+ * - inherits [Tabs API](https://mui.com/api/tabs/)
*/
declare const TabList: OverridableComponent;
diff --git a/packages/mui-lab/src/TabPanel/TabPanel.d.ts b/packages/mui-lab/src/TabPanel/TabPanel.d.ts
index d92f49dc464f16..7f6b72c15531b9 100644
--- a/packages/mui-lab/src/TabPanel/TabPanel.d.ts
+++ b/packages/mui-lab/src/TabPanel/TabPanel.d.ts
@@ -28,10 +28,10 @@ export interface TabPanelProps extends StandardProps(
*
* Demos:
*
- * - [Pickers](https://material-ui.com/components/pickers/)
- * - [Time Picker](https://material-ui.com/components/time-picker/)
+ * - [Pickers](https://mui.com/components/pickers/)
+ * - [Time Picker](https://mui.com/components/time-picker/)
*
* API:
*
- * - [TimePicker API](https://material-ui.com/api/time-picker/)
+ * - [TimePicker API](https://mui.com/api/time-picker/)
*/
const TimePicker = React.forwardRef(function TimePicker(
inProps: TimePickerProps,
@@ -276,7 +276,7 @@ TimePicker.propTypes /* remove-proptypes */ = {
*/
orientation: PropTypes.oneOf(['landscape', 'portrait']),
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps: PropTypes.object,
/**
@@ -285,7 +285,7 @@ TimePicker.propTypes /* remove-proptypes */ = {
readOnly: PropTypes.bool,
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
@@ -335,7 +335,7 @@ TimePicker.propTypes /* remove-proptypes */ = {
*/
toolbarTitle: PropTypes.node,
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent: PropTypes.elementType,
/**
diff --git a/packages/mui-lab/src/Timeline/Timeline.tsx b/packages/mui-lab/src/Timeline/Timeline.tsx
index 32b25a9624d207..dd3dec786d1fcf 100644
--- a/packages/mui-lab/src/Timeline/Timeline.tsx
+++ b/packages/mui-lab/src/Timeline/Timeline.tsx
@@ -80,11 +80,11 @@ const TimelineRoot = styled('ul' as const, {
*
* Demos:
*
- * - [Timeline](https://material-ui.com/components/timeline/)
+ * - [Timeline](https://mui.com/components/timeline/)
*
* API:
*
- * - [Timeline API](https://material-ui.com/api/timeline/)
+ * - [Timeline API](https://mui.com/api/timeline/)
*/
const Timeline = React.forwardRef(function Timeline(inProps, ref) {
const props = useThemeProps({ props: inProps, name: 'MuiTimeline' });
@@ -136,10 +136,10 @@ Timeline.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Timeline](https://material-ui.com/components/timeline/)
+ * - [Timeline](https://mui.com/components/timeline/)
*
* API:
*
- * - [Timeline API](https://material-ui.com/api/timeline/)
+ * - [Timeline API](https://mui.com/api/timeline/)
*/
export default Timeline;
diff --git a/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts b/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts
index 57fe484c9408ad..6521abd4e5484b 100644
--- a/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts
+++ b/packages/mui-lab/src/TimelineConnector/TimelineConnector.d.ts
@@ -24,10 +24,10 @@ export interface TimelineConnectorProps
*
* Demos:
*
- * - [Timeline](https://material-ui.com/components/timeline/)
+ * - [Timeline](https://mui.com/components/timeline/)
*
* API:
*
- * - [TimelineConnector API](https://material-ui.com/api/timeline-connector/)
+ * - [TimelineConnector API](https://mui.com/api/timeline-connector/)
*/
export default function TimelineConnector(props: TimelineConnectorProps): JSX.Element;
diff --git a/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts b/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts
index 9c06474eb37f60..e3806d99acbbe3 100644
--- a/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts
+++ b/packages/mui-lab/src/TimelineContent/TimelineContent.d.ts
@@ -23,11 +23,11 @@ export interface TimelineContentProps extends StandardProps {
*
* Demos:
*
- * - [Timeline](https://material-ui.com/components/timeline/)
+ * - [Timeline](https://mui.com/components/timeline/)
*
* API:
*
- * - [TimelineContent API](https://material-ui.com/api/timeline-content/)
- * - inherits [Typography API](https://material-ui.com/api/typography/)
+ * - [TimelineContent API](https://mui.com/api/timeline-content/)
+ * - inherits [Typography API](https://mui.com/api/typography/)
*/
export default function TimelineContent(props: TimelineContentProps): JSX.Element;
diff --git a/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts b/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts
index d761deaa743a50..5f895e76a27cfa 100644
--- a/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts
+++ b/packages/mui-lab/src/TimelineDot/TimelineDot.d.ts
@@ -36,10 +36,10 @@ export interface TimelineDotProps extends StandardProps JSX.Element) & {
muiName: string;
diff --git a/packages/mui-lab/src/TimelineSeparator/TimelineSeparator.d.ts b/packages/mui-lab/src/TimelineSeparator/TimelineSeparator.d.ts
index 7140d10563cf33..2ce5989631542c 100644
--- a/packages/mui-lab/src/TimelineSeparator/TimelineSeparator.d.ts
+++ b/packages/mui-lab/src/TimelineSeparator/TimelineSeparator.d.ts
@@ -24,10 +24,10 @@ export interface TimelineSeparatorProps
*
* Demos:
*
- * - [Timeline](https://material-ui.com/components/timeline/)
+ * - [Timeline](https://mui.com/components/timeline/)
*
* API:
*
- * - [TimelineSeparator API](https://material-ui.com/api/timeline-separator/)
+ * - [TimelineSeparator API](https://mui.com/api/timeline-separator/)
*/
export default function TimelineSeparator(props: TimelineSeparatorProps): JSX.Element;
diff --git a/packages/mui-lab/src/TreeItem/TreeItem.d.ts b/packages/mui-lab/src/TreeItem/TreeItem.d.ts
index fbc74287438e63..0d49480a3420f1 100644
--- a/packages/mui-lab/src/TreeItem/TreeItem.d.ts
+++ b/packages/mui-lab/src/TreeItem/TreeItem.d.ts
@@ -78,10 +78,10 @@ export interface TreeItemProps
*
* Demos:
*
- * - [Tree View](https://material-ui.com/components/tree-view/)
+ * - [Tree View](https://mui.com/components/tree-view/)
*
* API:
*
- * - [TreeItem API](https://material-ui.com/api/tree-item/)
+ * - [TreeItem API](https://mui.com/api/tree-item/)
*/
export default function TreeItem(props: TreeItemProps): JSX.Element;
diff --git a/packages/mui-lab/src/TreeView/TreeView.d.ts b/packages/mui-lab/src/TreeView/TreeView.d.ts
index e8f518f3a450c8..e16fedc26e0539 100644
--- a/packages/mui-lab/src/TreeView/TreeView.d.ts
+++ b/packages/mui-lab/src/TreeView/TreeView.d.ts
@@ -135,10 +135,10 @@ export type TreeViewProps = SingleSelectTreeViewProps | MultiSelectTreeViewProps
*
* Demos:
*
- * - [Tree View](https://material-ui.com/components/tree-view/)
+ * - [Tree View](https://mui.com/components/tree-view/)
*
* API:
*
- * - [TreeView API](https://material-ui.com/api/tree-view/)
+ * - [TreeView API](https://mui.com/api/tree-view/)
*/
export default function TreeView(props: TreeViewProps): JSX.Element;
diff --git a/packages/mui-lab/src/YearPicker/YearPicker.tsx b/packages/mui-lab/src/YearPicker/YearPicker.tsx
index 031f0b3698598f..5b3bd06b7d8fed 100644
--- a/packages/mui-lab/src/YearPicker/YearPicker.tsx
+++ b/packages/mui-lab/src/YearPicker/YearPicker.tsx
@@ -261,10 +261,10 @@ YearPicker.propTypes /* remove-proptypes */ = {
*
* Demos:
*
- * - [Date Picker](https://material-ui.com/components/date-picker/)
+ * - [Date Picker](https://mui.com/components/date-picker/)
*
* API:
*
- * - [YearPicker API](https://material-ui.com/api/year-picker/)
+ * - [YearPicker API](https://mui.com/api/year-picker/)
*/
export default YearPicker as (props: YearPickerProps) => JSX.Element;
diff --git a/packages/mui-lab/src/internal/pickers/PickersPopper.tsx b/packages/mui-lab/src/internal/pickers/PickersPopper.tsx
index d303ab0fbb56b4..b03e2f6ebff669 100644
--- a/packages/mui-lab/src/internal/pickers/PickersPopper.tsx
+++ b/packages/mui-lab/src/internal/pickers/PickersPopper.tsx
@@ -9,11 +9,11 @@ import { TransitionProps as MuiTransitionProps } from '@mui/material/transitions
export interface ExportedPickerPopperProps {
/**
- * Popper props passed down to [Popper](https://material-ui.com/api/popper/) component.
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
*/
PopperProps?: Partial;
/**
- * Custom component for popper [Transition](https://material-ui.com/components/transitions/#transitioncomponent-prop).
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
*/
TransitionComponent?: React.JSXElementConstructor;
}
diff --git a/packages/mui-lab/src/internal/pickers/PureDateInput.tsx b/packages/mui-lab/src/internal/pickers/PureDateInput.tsx
index be31d597e9cd95..10347561c04104 100644
--- a/packages/mui-lab/src/internal/pickers/PureDateInput.tsx
+++ b/packages/mui-lab/src/internal/pickers/PureDateInput.tsx
@@ -74,7 +74,7 @@ export interface DateInputProps, TDateValue
readOnly?: boolean;
/**
* The `renderInput` prop allows you to customize the rendered input.
- * The `props` argument of this render prop contains props of [TextField](https://material-ui.com/api/text-field/#textfield-api) that you need to forward.
+ * The `props` argument of this render prop contains props of [TextField](https://mui.com/api/text-field/#textfield-api) that you need to forward.
* Pay specific attention to the `ref` and `inputProps` keys.
* @example ```jsx
* renderInput={props => }
diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json
index 6c02ea37cb73c5..c9e4bc0e26b478 100644
--- a/packages/mui-material-next/package.json
+++ b/packages/mui-material-next/package.json
@@ -20,7 +20,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
- "homepage": "https://material-ui.com/",
+ "homepage": "https://mui.com/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/material-ui"
diff --git a/packages/mui-material/README.md b/packages/mui-material/README.md
index c2f1dec96e9961..321ce3968c3ca4 100644
--- a/packages/mui-material/README.md
+++ b/packages/mui-material/README.md
@@ -16,4 +16,4 @@ yarn add @mui/material
## Documentation
-[The documentation](https://material-ui.com/)
+[The documentation](https://mui.com/)
diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json
index 7cbc47c08d174e..2f189c90b18f65 100644
--- a/packages/mui-material/package.json
+++ b/packages/mui-material/package.json
@@ -20,7 +20,7 @@
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
- "homepage": "https://material-ui.com/",
+ "homepage": "https://mui.com/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/material-ui"
diff --git a/packages/mui-material/src/Accordion/Accordion.d.ts b/packages/mui-material/src/Accordion/Accordion.d.ts
index eac118aabf7f40..1ab059efc9f7d9 100644
--- a/packages/mui-material/src/Accordion/Accordion.d.ts
+++ b/packages/mui-material/src/Accordion/Accordion.d.ts
@@ -64,11 +64,11 @@ export interface AccordionProps extends StandardProps {
*
* Demos:
*
- * - [Accordion](https://material-ui.com/components/accordion/)
+ * - [Accordion](https://mui.com/components/accordion/)
*
* API:
*
- * - [Accordion API](https://material-ui.com/api/accordion/)
- * - inherits [Paper API](https://material-ui.com/api/paper/)
+ * - [Accordion API](https://mui.com/api/accordion/)
+ * - inherits [Paper API](https://mui.com/api/paper/)
*/
export default function Accordion(props: AccordionProps): JSX.Element;
diff --git a/packages/mui-material/src/AccordionActions/AccordionActions.d.ts b/packages/mui-material/src/AccordionActions/AccordionActions.d.ts
index b864046d5b76a7..33168236eb4dff 100644
--- a/packages/mui-material/src/AccordionActions/AccordionActions.d.ts
+++ b/packages/mui-material/src/AccordionActions/AccordionActions.d.ts
@@ -27,10 +27,10 @@ export interface AccordionActionsProps extends StandardProps;
diff --git a/packages/mui-material/src/Alert/Alert.d.ts b/packages/mui-material/src/Alert/Alert.d.ts
index 29f868f42e22a3..14d80f7d6b7691 100644
--- a/packages/mui-material/src/Alert/Alert.d.ts
+++ b/packages/mui-material/src/Alert/Alert.d.ts
@@ -74,11 +74,11 @@ export interface AlertProps extends StandardProps {
*
* Demos:
*
- * - [Alert](https://material-ui.com/components/alert/)
+ * - [Alert](https://mui.com/components/alert/)
*
* API:
*
- * - [Alert API](https://material-ui.com/api/alert/)
- * - inherits [Paper API](https://material-ui.com/api/paper/)
+ * - [Alert API](https://mui.com/api/alert/)
+ * - inherits [Paper API](https://mui.com/api/paper/)
*/
export default function Alert(props: AlertProps): JSX.Element;
diff --git a/packages/mui-material/src/AlertTitle/AlertTitle.d.ts b/packages/mui-material/src/AlertTitle/AlertTitle.d.ts
index 3162b5fcc50ef6..f9c99412a9f7fa 100644
--- a/packages/mui-material/src/AlertTitle/AlertTitle.d.ts
+++ b/packages/mui-material/src/AlertTitle/AlertTitle.d.ts
@@ -22,10 +22,10 @@ export interface AlertTitleProps extends StandardProps {
*
* Demos:
*
- * - [App Bar](https://material-ui.com/components/app-bar/)
+ * - [App Bar](https://mui.com/components/app-bar/)
*
* API:
*
- * - [AppBar API](https://material-ui.com/api/app-bar/)
- * - inherits [Paper API](https://material-ui.com/api/paper/)
+ * - [AppBar API](https://mui.com/api/app-bar/)
+ * - inherits [Paper API](https://mui.com/api/paper/)
*/
declare const AppBar: OverridableComponent;
diff --git a/packages/mui-material/src/Autocomplete/Autocomplete.d.ts b/packages/mui-material/src/Autocomplete/Autocomplete.d.ts
index e6cf1447ecd37a..385f7a8ecc0525 100644
--- a/packages/mui-material/src/Autocomplete/Autocomplete.d.ts
+++ b/packages/mui-material/src/Autocomplete/Autocomplete.d.ts
@@ -237,11 +237,11 @@ export interface AutocompleteProps<
*
* Demos:
*
- * - [Autocomplete](https://material-ui.com/components/autocomplete/)
+ * - [Autocomplete](https://mui.com/components/autocomplete/)
*
* API:
*
- * - [Autocomplete API](https://material-ui.com/api/autocomplete/)
+ * - [Autocomplete API](https://mui.com/api/autocomplete/)
*/
export default function Autocomplete<
T,
diff --git a/packages/mui-material/src/Avatar/Avatar.d.ts b/packages/mui-material/src/Avatar/Avatar.d.ts
index 37907fe4ad04b9..afdced124dadfe 100644
--- a/packages/mui-material/src/Avatar/Avatar.d.ts
+++ b/packages/mui-material/src/Avatar/Avatar.d.ts
@@ -61,11 +61,11 @@ export interface AvatarTypeMap {
*
* Demos:
*
- * - [Avatars](https://material-ui.com/components/avatars/)
+ * - [Avatars](https://mui.com/components/avatars/)
*
* API:
*
- * - [Avatar API](https://material-ui.com/api/avatar/)
+ * - [Avatar API](https://mui.com/api/avatar/)
*/
declare const Avatar: OverridableComponent;
diff --git a/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts b/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts
index b7163a4daf5092..32a1c768de14fc 100644
--- a/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts
+++ b/packages/mui-material/src/AvatarGroup/AvatarGroup.d.ts
@@ -43,10 +43,10 @@ export interface AvatarGroupProps extends StandardProps;
diff --git a/packages/mui-material/src/Badge/Badge.d.ts b/packages/mui-material/src/Badge/Badge.d.ts
index c0586ce9905e57..68ebe9ac044558 100644
--- a/packages/mui-material/src/Badge/Badge.d.ts
+++ b/packages/mui-material/src/Badge/Badge.d.ts
@@ -63,13 +63,13 @@ export type BadgeClassKey = keyof NonNullable;
*
* Demos:
*
- * - [Avatars](https://material-ui.com/components/avatars/)
- * - [Badges](https://material-ui.com/components/badges/)
+ * - [Avatars](https://mui.com/components/avatars/)
+ * - [Badges](https://mui.com/components/badges/)
*
* API:
*
- * - [Badge API](https://material-ui.com/api/badge/)
- * - inherits [BadgeUnstyled API](https://material-ui.com/api/badge-unstyled/)
+ * - [Badge API](https://mui.com/api/badge/)
+ * - inherits [BadgeUnstyled API](https://mui.com/api/badge-unstyled/)
*/
declare const Badge: OverridableComponent;
diff --git a/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts b/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts
index 46a80c7024e1ef..04afedefe9d0bc 100644
--- a/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts
+++ b/packages/mui-material/src/BottomNavigation/BottomNavigation.d.ts
@@ -42,11 +42,11 @@ export interface BottomNavigationTypeMap
diff --git a/packages/mui-material/src/Box/Box.d.ts b/packages/mui-material/src/Box/Box.d.ts
index 6273f77c8a3c8a..db72530c0f29a2 100644
--- a/packages/mui-material/src/Box/Box.d.ts
+++ b/packages/mui-material/src/Box/Box.d.ts
@@ -16,11 +16,11 @@ export interface BoxTypeMap
{
*
* Demos:
*
- * - [Box](https://material-ui.com/components/box/)
+ * - [Box](https://mui.com/components/box/)
*
* API:
*
- * - [Box API](https://material-ui.com/api/box/)
+ * - [Box API](https://mui.com/api/box/)
*/
declare const Box: OverridableComponent;
@@ -33,10 +33,10 @@ export type BoxProps<
*
* Demos:
*
- * - [Box](https://material-ui.com/components/box/)
+ * - [Box](https://mui.com/components/box/)
*
* API:
*
- * - [Box API](https://material-ui.com/api/box/)
+ * - [Box API](https://mui.com/api/box/)
*/
export default Box;
diff --git a/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts b/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts
index a4573550536370..33dbe2f3fa8030 100644
--- a/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts
+++ b/packages/mui-material/src/Breadcrumbs/Breadcrumbs.d.ts
@@ -55,11 +55,11 @@ export interface BreadcrumbsTypeMap
*
* Demos:
*
- * - [Breadcrumbs](https://material-ui.com/components/breadcrumbs/)
+ * - [Breadcrumbs](https://mui.com/components/breadcrumbs/)
*
* API:
*
- * - [Breadcrumbs API](https://material-ui.com/api/breadcrumbs/)
+ * - [Breadcrumbs API](https://mui.com/api/breadcrumbs/)
*/
declare const Breadcrumbs: OverridableComponent;
diff --git a/packages/mui-material/src/Button/Button.d.ts b/packages/mui-material/src/Button/Button.d.ts
index f9344153ad03d7..6575bea7cacf2b 100644
--- a/packages/mui-material/src/Button/Button.d.ts
+++ b/packages/mui-material/src/Button/Button.d.ts
@@ -110,13 +110,13 @@ export type ExtendButton = ((
*
* Demos:
*
- * - [Button Group](https://material-ui.com/components/button-group/)
- * - [Buttons](https://material-ui.com/components/buttons/)
+ * - [Button Group](https://mui.com/components/button-group/)
+ * - [Buttons](https://mui.com/components/buttons/)
*
* API:
*
- * - [Button API](https://material-ui.com/api/button/)
- * - inherits [ButtonBase API](https://material-ui.com/api/button-base/)
+ * - [Button API](https://mui.com/api/button/)
+ * - inherits [ButtonBase API](https://mui.com/api/button-base/)
*/
declare const Button: ExtendButtonBase;
diff --git a/packages/mui-material/src/ButtonBase/ButtonBase.d.ts b/packages/mui-material/src/ButtonBase/ButtonBase.d.ts
index 080bc343a45021..8d60ca8295b984 100644
--- a/packages/mui-material/src/ButtonBase/ButtonBase.d.ts
+++ b/packages/mui-material/src/ButtonBase/ButtonBase.d.ts
@@ -106,11 +106,11 @@ export type ExtendButtonBase = ((
*
* Demos:
*
- * - [Buttons](https://material-ui.com/components/buttons/)
+ * - [Buttons](https://mui.com/components/buttons/)
*
* API:
*
- * - [ButtonBase API](https://material-ui.com/api/button-base/)
+ * - [ButtonBase API](https://mui.com/api/button-base/)
*/
declare const ButtonBase: ExtendButtonBase;
diff --git a/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts b/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts
index 449e0a4ca15f22..199ce9c1e25b01 100644
--- a/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts
+++ b/packages/mui-material/src/ButtonGroup/ButtonGroup.d.ts
@@ -83,11 +83,11 @@ export interface ButtonGroupTypeMap
*
* Demos:
*
- * - [Button Group](https://material-ui.com/components/button-group/)
+ * - [Button Group](https://mui.com/components/button-group/)
*
* API:
*
- * - [ButtonGroup API](https://material-ui.com/api/button-group/)
+ * - [ButtonGroup API](https://mui.com/api/button-group/)
*/
declare const ButtonGroup: OverridableComponent;
diff --git a/packages/mui-material/src/Card/Card.d.ts b/packages/mui-material/src/Card/Card.d.ts
index 8400a54f929670..5efd4629ad9c53 100644
--- a/packages/mui-material/src/Card/Card.d.ts
+++ b/packages/mui-material/src/Card/Card.d.ts
@@ -32,12 +32,12 @@ export interface CardTypeMap {
*
* Demos:
*
- * - [Cards](https://material-ui.com/components/cards/)
+ * - [Cards](https://mui.com/components/cards/)
*
* API:
*
- * - [Card API](https://material-ui.com/api/card/)
- * - inherits [Paper API](https://material-ui.com/api/paper/)
+ * - [Card API](https://mui.com/api/card/)
+ * - inherits [Paper API](https://mui.com/api/paper/)
*/
declare const Card: OverridableComponent;
diff --git a/packages/mui-material/src/CardActionArea/CardActionArea.d.ts b/packages/mui-material/src/CardActionArea/CardActionArea.d.ts
index fc1ae3c7551a98..a48a83740e064a 100644
--- a/packages/mui-material/src/CardActionArea/CardActionArea.d.ts
+++ b/packages/mui-material/src/CardActionArea/CardActionArea.d.ts
@@ -24,12 +24,12 @@ export type CardActionAreaTypeMap = ExtendButton
*
* Demos:
*
- * - [Cards](https://material-ui.com/components/cards/)
+ * - [Cards](https://mui.com/components/cards/)
*
* API:
*
- * - [CardActionArea API](https://material-ui.com/api/card-action-area/)
- * - inherits [ButtonBase API](https://material-ui.com/api/button-base/)
+ * - [CardActionArea API](https://mui.com/api/card-action-area/)
+ * - inherits [ButtonBase API](https://mui.com/api/button-base/)
*/
declare const CardActionArea: ExtendButtonBase<
CardActionAreaTypeMap<{}, ButtonBaseTypeMap['defaultComponent']>
diff --git a/packages/mui-material/src/CardActions/CardActions.d.ts b/packages/mui-material/src/CardActions/CardActions.d.ts
index 141f0264dd821d..12152c3595b3c1 100644
--- a/packages/mui-material/src/CardActions/CardActions.d.ts
+++ b/packages/mui-material/src/CardActions/CardActions.d.ts
@@ -27,10 +27,10 @@ export interface CardActionsProps extends StandardProps
*
* Demos:
*
- * - [Cards](https://material-ui.com/components/cards/)
+ * - [Cards](https://mui.com/components/cards/)
*
* API:
*
- * - [CardContent API](https://material-ui.com/api/card-content/)
+ * - [CardContent API](https://mui.com/api/card-content/)
*/
declare const CardContent: OverridableComponent;
diff --git a/packages/mui-material/src/CardHeader/CardHeader.d.ts b/packages/mui-material/src/CardHeader/CardHeader.d.ts
index baebcd862cc453..836d8d7d2271a9 100644
--- a/packages/mui-material/src/CardHeader/CardHeader.d.ts
+++ b/packages/mui-material/src/CardHeader/CardHeader.d.ts
@@ -67,11 +67,11 @@ export interface CardHeaderTypeMap<
*
* Demos:
*
- * - [Cards](https://material-ui.com/components/cards/)
+ * - [Cards](https://mui.com/components/cards/)
*
* API:
*
- * - [CardHeader API](https://material-ui.com/api/card-header/)
+ * - [CardHeader API](https://mui.com/api/card-header/)
*/
declare const CardHeader: OverridableCardHeader;
diff --git a/packages/mui-material/src/CardMedia/CardMedia.d.ts b/packages/mui-material/src/CardMedia/CardMedia.d.ts
index d38cba1dade747..ba706ade5b7448 100644
--- a/packages/mui-material/src/CardMedia/CardMedia.d.ts
+++ b/packages/mui-material/src/CardMedia/CardMedia.d.ts
@@ -38,11 +38,11 @@ export interface CardMediaTypeMap {
*
* Demos:
*
- * - [Cards](https://material-ui.com/components/cards/)
+ * - [Cards](https://mui.com/components/cards/)
*
* API:
*
- * - [CardMedia API](https://material-ui.com/api/card-media/)
+ * - [CardMedia API](https://mui.com/api/card-media/)
*/
declare const CardMedia: OverridableComponent>;
diff --git a/packages/mui-material/src/Checkbox/Checkbox.d.ts b/packages/mui-material/src/Checkbox/Checkbox.d.ts
index 28a11268d343aa..296f0f79feca71 100644
--- a/packages/mui-material/src/Checkbox/Checkbox.d.ts
+++ b/packages/mui-material/src/Checkbox/Checkbox.d.ts
@@ -102,12 +102,12 @@ export interface CheckboxProps
*
* Demos:
*
- * - [Checkboxes](https://material-ui.com/components/checkboxes/)
- * - [Transfer List](https://material-ui.com/components/transfer-list/)
+ * - [Checkboxes](https://mui.com/components/checkboxes/)
+ * - [Transfer List](https://mui.com/components/transfer-list/)
*
* API:
*
- * - [Checkbox API](https://material-ui.com/api/checkbox/)
- * - inherits [ButtonBase API](https://material-ui.com/api/button-base/)
+ * - [Checkbox API](https://mui.com/api/checkbox/)
+ * - inherits [ButtonBase API](https://mui.com/api/button-base/)
*/
export default function Checkbox(props: CheckboxProps): JSX.Element;
diff --git a/packages/mui-material/src/Chip/Chip.d.ts b/packages/mui-material/src/Chip/Chip.d.ts
index 5f9188c8c83915..c5ed208c2c6b76 100644
--- a/packages/mui-material/src/Chip/Chip.d.ts
+++ b/packages/mui-material/src/Chip/Chip.d.ts
@@ -88,11 +88,11 @@ export interface ChipTypeMap {
*
* Demos:
*
- * - [Chips](https://material-ui.com/components/chips/)
+ * - [Chips](https://mui.com/components/chips/)
*
* API:
*
- * - [Chip API](https://material-ui.com/api/chip/)
+ * - [Chip API](https://mui.com/api/chip/)
*/
declare const Chip: OverridableComponent;
diff --git a/packages/mui-material/src/CircularProgress/CircularProgress.d.ts b/packages/mui-material/src/CircularProgress/CircularProgress.d.ts
index a8936619c9b15b..2a2eabf0201bf1 100644
--- a/packages/mui-material/src/CircularProgress/CircularProgress.d.ts
+++ b/packages/mui-material/src/CircularProgress/CircularProgress.d.ts
@@ -65,10 +65,10 @@ export interface CircularProgressProps
*
* Demos:
*
- * - [Progress](https://material-ui.com/components/progress/)
+ * - [Progress](https://mui.com/components/progress/)
*
* API:
*
- * - [CircularProgress API](https://material-ui.com/api/circular-progress/)
+ * - [CircularProgress API](https://mui.com/api/circular-progress/)
*/
export default function CircularProgress(props: CircularProgressProps): JSX.Element;
diff --git a/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx b/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx
index c1ec3c3a220da2..bfb1c8a76c2be8 100644
--- a/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx
+++ b/packages/mui-material/src/ClickAwayListener/ClickAwayListener.tsx
@@ -55,12 +55,12 @@ export interface ClickAwayListenerProps {
*
* Demos:
*
- * - [Click Away Listener](https://material-ui.com/components/click-away-listener/)
- * - [Menus](https://material-ui.com/components/menus/)
+ * - [Click Away Listener](https://mui.com/components/click-away-listener/)
+ * - [Menus](https://mui.com/components/menus/)
*
* API:
*
- * - [ClickAwayListener API](https://material-ui.com/api/click-away-listener/)
+ * - [ClickAwayListener API](https://mui.com/api/click-away-listener/)
*/
function ClickAwayListener(props: ClickAwayListenerProps): JSX.Element {
const {
diff --git a/packages/mui-material/src/Collapse/Collapse.d.ts b/packages/mui-material/src/Collapse/Collapse.d.ts
index 222711455d6a80..5d7b9d1a2d2aae 100644
--- a/packages/mui-material/src/Collapse/Collapse.d.ts
+++ b/packages/mui-material/src/Collapse/Collapse.d.ts
@@ -54,18 +54,18 @@ export interface CollapseProps extends StandardProps
/**
* The Collapse transition is used by the
- * [Vertical Stepper](https://material-ui.com/components/steppers/#vertical-stepper) StepContent component.
+ * [Vertical Stepper](https://mui.com/components/steppers/#vertical-stepper) StepContent component.
* It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
*
* Demos:
*
- * - [Cards](https://material-ui.com/components/cards/)
- * - [Lists](https://material-ui.com/components/lists/)
- * - [Transitions](https://material-ui.com/components/transitions/)
+ * - [Cards](https://mui.com/components/cards/)
+ * - [Lists](https://mui.com/components/lists/)
+ * - [Transitions](https://mui.com/components/transitions/)
*
* API:
*
- * - [Collapse API](https://material-ui.com/api/collapse/)
+ * - [Collapse API](https://mui.com/api/collapse/)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition#Transition-props)
*/
diff --git a/packages/mui-material/src/Container/Container.d.ts b/packages/mui-material/src/Container/Container.d.ts
index ac84bca1cdfa13..d6fe1203950077 100644
--- a/packages/mui-material/src/Container/Container.d.ts
+++ b/packages/mui-material/src/Container/Container.d.ts
@@ -42,11 +42,11 @@ export interface ContainerTypeMap {
*
* Demos:
*
- * - [Container](https://material-ui.com/components/container/)
+ * - [Container](https://mui.com/components/container/)
*
* API:
*
- * - [Container API](https://material-ui.com/api/container/)
+ * - [Container API](https://mui.com/api/container/)
*/
declare const Container: OverridableComponent;
diff --git a/packages/mui-material/src/CssBaseline/CssBaseline.d.ts b/packages/mui-material/src/CssBaseline/CssBaseline.d.ts
index d8364a8645048c..43f26c22223e28 100644
--- a/packages/mui-material/src/CssBaseline/CssBaseline.d.ts
+++ b/packages/mui-material/src/CssBaseline/CssBaseline.d.ts
@@ -13,10 +13,10 @@ export interface CssBaselineProps extends StyledComponentProps {
*
* Demos:
*
- * - [Css Baseline](https://material-ui.com/components/css-baseline/)
+ * - [Css Baseline](https://mui.com/components/css-baseline/)
*
* API:
*
- * - [CssBaseline API](https://material-ui.com/api/css-baseline/)
+ * - [CssBaseline API](https://mui.com/api/css-baseline/)
*/
export default function CssBaseline(props: CssBaselineProps): JSX.Element;
diff --git a/packages/mui-material/src/Dialog/Dialog.d.ts b/packages/mui-material/src/Dialog/Dialog.d.ts
index fc7c7eb4215a5a..3cbf192a3204eb 100644
--- a/packages/mui-material/src/Dialog/Dialog.d.ts
+++ b/packages/mui-material/src/Dialog/Dialog.d.ts
@@ -107,11 +107,11 @@ export interface DialogProps extends StandardProps {
*
* Demos:
*
- * - [Dialogs](https://material-ui.com/components/dialogs/)
+ * - [Dialogs](https://mui.com/components/dialogs/)
*
* API:
*
- * - [Dialog API](https://material-ui.com/api/dialog/)
- * - inherits [Modal API](https://material-ui.com/api/modal/)
+ * - [Dialog API](https://mui.com/api/dialog/)
+ * - inherits [Modal API](https://mui.com/api/modal/)
*/
export default function Dialog(props: DialogProps): JSX.Element;
diff --git a/packages/mui-material/src/DialogActions/DialogActions.d.ts b/packages/mui-material/src/DialogActions/DialogActions.d.ts
index 7f60702376c6a7..dd106f545e0ab7 100644
--- a/packages/mui-material/src/DialogActions/DialogActions.d.ts
+++ b/packages/mui-material/src/DialogActions/DialogActions.d.ts
@@ -27,10 +27,10 @@ export interface DialogActionsProps extends StandardProps;
diff --git a/packages/mui-material/src/DialogTitle/DialogTitle.d.ts b/packages/mui-material/src/DialogTitle/DialogTitle.d.ts
index b4343728c34138..a7ad189dac1a34 100644
--- a/packages/mui-material/src/DialogTitle/DialogTitle.d.ts
+++ b/packages/mui-material/src/DialogTitle/DialogTitle.d.ts
@@ -22,10 +22,10 @@ export interface DialogTitleProps extends StandardProps {
*
* Demos:
*
- * - [Dividers](https://material-ui.com/components/dividers/)
- * - [Lists](https://material-ui.com/components/lists/)
+ * - [Dividers](https://mui.com/components/dividers/)
+ * - [Lists](https://mui.com/components/lists/)
*
* API:
*
- * - [Divider API](https://material-ui.com/api/divider/)
+ * - [Divider API](https://mui.com/api/divider/)
*/
declare const Divider: OverridableComponent;
diff --git a/packages/mui-material/src/Drawer/Drawer.d.ts b/packages/mui-material/src/Drawer/Drawer.d.ts
index a49514ad4d7dc0..64aea05eccbc0c 100644
--- a/packages/mui-material/src/Drawer/Drawer.d.ts
+++ b/packages/mui-material/src/Drawer/Drawer.d.ts
@@ -69,15 +69,15 @@ export interface DrawerProps extends StandardProps = ExtendB
*
* Demos:
*
- * - [Floating Action Button](https://material-ui.com/components/floating-action-button/)
+ * - [Floating Action Button](https://mui.com/components/floating-action-button/)
*
* API:
*
- * - [Fab API](https://material-ui.com/api/fab/)
- * - inherits [ButtonBase API](https://material-ui.com/api/button-base/)
+ * - [Fab API](https://mui.com/api/fab/)
+ * - inherits [ButtonBase API](https://mui.com/api/button-base/)
*/
declare const Fab: ExtendButtonBase;
diff --git a/packages/mui-material/src/Fade/Fade.d.ts b/packages/mui-material/src/Fade/Fade.d.ts
index 765a4f4cc7a1b4..f423e4718d1d46 100644
--- a/packages/mui-material/src/Fade/Fade.d.ts
+++ b/packages/mui-material/src/Fade/Fade.d.ts
@@ -34,16 +34,16 @@ export interface FadeProps extends Omit {
}
/**
- * The Fade transition is used by the [Modal](https://material-ui.com/components/modal/) component.
+ * The Fade transition is used by the [Modal](https://mui.com/components/modal/) component.
* It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
*
* Demos:
*
- * - [Transitions](https://material-ui.com/components/transitions/)
+ * - [Transitions](https://mui.com/components/transitions/)
*
* API:
*
- * - [Fade API](https://material-ui.com/api/fade/)
+ * - [Fade API](https://mui.com/api/fade/)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition#Transition-props)
*/
export default function Fade(props: FadeProps): JSX.Element;
diff --git a/packages/mui-material/src/FilledInput/FilledInput.d.ts b/packages/mui-material/src/FilledInput/FilledInput.d.ts
index b397e3de5e0f60..20731d0cc98ab1 100644
--- a/packages/mui-material/src/FilledInput/FilledInput.d.ts
+++ b/packages/mui-material/src/FilledInput/FilledInput.d.ts
@@ -29,12 +29,12 @@ export interface FilledInputProps extends StandardProps {
*
* Demos:
*
- * - [Text Fields](https://material-ui.com/components/text-fields/)
+ * - [Text Fields](https://mui.com/components/text-fields/)
*
* API:
*
- * - [FilledInput API](https://material-ui.com/api/filled-input/)
- * - inherits [InputBase API](https://material-ui.com/api/input-base/)
+ * - [FilledInput API](https://mui.com/api/filled-input/)
+ * - inherits [InputBase API](https://mui.com/api/input-base/)
*/
declare const FilledInput: ((props: FilledInputProps) => JSX.Element) & { muiName: string };
diff --git a/packages/mui-material/src/FormControl/FormControl.d.ts b/packages/mui-material/src/FormControl/FormControl.d.ts
index dca9c6b75d21d9..7c627527148221 100644
--- a/packages/mui-material/src/FormControl/FormControl.d.ts
+++ b/packages/mui-material/src/FormControl/FormControl.d.ts
@@ -91,7 +91,7 @@ export interface FormControlTypeMap
* * Input
* * InputLabel
*
- * You can find one composition example below and more going to [the demos](https://material-ui.com/components/text-fields/#components).
+ * You can find one composition example below and more going to [the demos](https://mui.com/components/text-fields/#components).
*
* ```jsx
*
@@ -106,14 +106,14 @@ export interface FormControlTypeMap
*
* Demos:
*
- * - [Checkboxes](https://material-ui.com/components/checkboxes/)
- * - [Radio Buttons](https://material-ui.com/components/radio-buttons/)
- * - [Switches](https://material-ui.com/components/switches/)
- * - [Text Fields](https://material-ui.com/components/text-fields/)
+ * - [Checkboxes](https://mui.com/components/checkboxes/)
+ * - [Radio Buttons](https://mui.com/components/radio-buttons/)
+ * - [Switches](https://mui.com/components/switches/)
+ * - [Text Fields](https://mui.com/components/text-fields/)
*
* API:
*
- * - [FormControl API](https://material-ui.com/api/form-control/)
+ * - [FormControl API](https://mui.com/api/form-control/)
*/
declare const FormControl: OverridableComponent;
diff --git a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts
index fcac366793d27b..99d103675e5937 100644
--- a/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts
+++ b/packages/mui-material/src/FormControlLabel/FormControlLabel.d.ts
@@ -75,12 +75,12 @@ export interface FormControlLabelProps
*
* Demos:
*
- * - [Checkboxes](https://material-ui.com/components/checkboxes/)
- * - [Radio Buttons](https://material-ui.com/components/radio-buttons/)
- * - [Switches](https://material-ui.com/components/switches/)
+ * - [Checkboxes](https://mui.com/components/checkboxes/)
+ * - [Radio Buttons](https://mui.com/components/radio-buttons/)
+ * - [Switches](https://mui.com/components/switches/)
*
* API:
*
- * - [FormControlLabel API](https://material-ui.com/api/form-control-label/)
+ * - [FormControlLabel API](https://mui.com/api/form-control-label/)
*/
export default function FormControlLabel(props: FormControlLabelProps): JSX.Element;
diff --git a/packages/mui-material/src/FormGroup/FormGroup.d.ts b/packages/mui-material/src/FormGroup/FormGroup.d.ts
index df5d6bdcafadb1..43714e3ecbfca5 100644
--- a/packages/mui-material/src/FormGroup/FormGroup.d.ts
+++ b/packages/mui-material/src/FormGroup/FormGroup.d.ts
@@ -30,11 +30,11 @@ export interface FormGroupProps extends StandardProps;
diff --git a/packages/mui-material/src/FormLabel/FormLabel.d.ts b/packages/mui-material/src/FormLabel/FormLabel.d.ts
index dac2fa43516c65..beac605135ad0d 100644
--- a/packages/mui-material/src/FormLabel/FormLabel.d.ts
+++ b/packages/mui-material/src/FormLabel/FormLabel.d.ts
@@ -57,13 +57,13 @@ export interface FormLabelTypeMap
*
* Demos:
*
- * - [Checkboxes](https://material-ui.com/components/checkboxes/)
- * - [Radio Buttons](https://material-ui.com/components/radio-buttons/)
- * - [Switches](https://material-ui.com/components/switches/)
+ * - [Checkboxes](https://mui.com/components/checkboxes/)
+ * - [Radio Buttons](https://mui.com/components/radio-buttons/)
+ * - [Switches](https://mui.com/components/switches/)
*
* API:
*
- * - [FormLabel API](https://material-ui.com/api/form-label/)
+ * - [FormLabel API](https://mui.com/api/form-label/)
*/
declare const FormLabel: OverridableComponent;
diff --git a/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts b/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts
index 013ce7c70b20a8..fce340de41bebe 100644
--- a/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts
+++ b/packages/mui-material/src/GlobalStyles/GlobalStyles.d.ts
@@ -11,10 +11,10 @@ export interface GlobalStylesProps {
*
* Demos:
*
- * - [How To Customize](https://material-ui.com/customization/how-to-customize/)
+ * - [How To Customize](https://mui.com/customization/how-to-customize/)
*
* API:
*
- * - [GlobalStyles API](https://material-ui.com/api/global-styles/)
+ * - [GlobalStyles API](https://mui.com/api/global-styles/)
*/
export default function GlobalStyles(props: GlobalStylesProps): React.ReactElement;
diff --git a/packages/mui-material/src/Grid/Grid.d.ts b/packages/mui-material/src/Grid/Grid.d.ts
index 145880dab1123e..b296bdd20ebcf7 100644
--- a/packages/mui-material/src/Grid/Grid.d.ts
+++ b/packages/mui-material/src/Grid/Grid.d.ts
@@ -116,11 +116,11 @@ export interface GridTypeMap {
*
* Demos:
*
- * - [Grid](https://material-ui.com/components/grid/)
+ * - [Grid](https://mui.com/components/grid/)
*
* API:
*
- * - [Grid API](https://material-ui.com/api/grid/)
+ * - [Grid API](https://mui.com/api/grid/)
*/
declare const Grid: OverridableComponent;
diff --git a/packages/mui-material/src/Grow/Grow.d.ts b/packages/mui-material/src/Grow/Grow.d.ts
index 7f013d8c6e8cff..0e40363578c1a9 100644
--- a/packages/mui-material/src/Grow/Grow.d.ts
+++ b/packages/mui-material/src/Grow/Grow.d.ts
@@ -33,18 +33,18 @@ export interface GrowProps extends Omit {
}
/**
- * The Grow transition is used by the [Tooltip](https://material-ui.com/components/tooltips/) and
- * [Popover](https://material-ui.com/components/popover/) components.
+ * The Grow transition is used by the [Tooltip](https://mui.com/components/tooltips/) and
+ * [Popover](https://mui.com/components/popover/) components.
* It uses [react-transition-group](https://github.com/reactjs/react-transition-group) internally.
*
* Demos:
*
- * - [Popover](https://material-ui.com/components/popover/)
- * - [Transitions](https://material-ui.com/components/transitions/)
+ * - [Popover](https://mui.com/components/popover/)
+ * - [Transitions](https://mui.com/components/transitions/)
*
* API:
*
- * - [Grow API](https://material-ui.com/api/grow/)
+ * - [Grow API](https://mui.com/api/grow/)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition#Transition-props)
*/
export default function Grow(props: GrowProps): JSX.Element;
diff --git a/packages/mui-material/src/Hidden/Hidden.d.ts b/packages/mui-material/src/Hidden/Hidden.d.ts
index f2f3c8dd8bd96c..fec884a42649b6 100644
--- a/packages/mui-material/src/Hidden/Hidden.d.ts
+++ b/packages/mui-material/src/Hidden/Hidden.d.ts
@@ -85,11 +85,11 @@ export interface HiddenProps {
*
* Demos:
*
- * - [Hidden](https://material-ui.com/components/hidden/)
+ * - [Hidden](https://mui.com/components/hidden/)
*
* API:
*
- * - [Hidden API](https://material-ui.com/api/hidden/)
+ * - [Hidden API](https://mui.com/api/hidden/)
*/
declare const Hidden: React.JSXElementConstructor;
diff --git a/packages/mui-material/src/Icon/Icon.d.ts b/packages/mui-material/src/Icon/Icon.d.ts
index d04e1f904d6d49..e7addd2a508f19 100644
--- a/packages/mui-material/src/Icon/Icon.d.ts
+++ b/packages/mui-material/src/Icon/Icon.d.ts
@@ -60,12 +60,12 @@ export interface IconTypeMap {
*
* Demos:
*
- * - [Icons](https://material-ui.com/components/icons/)
- * - [Material Icons](https://material-ui.com/components/material-icons/)
+ * - [Icons](https://mui.com/components/icons/)
+ * - [Material Icons](https://mui.com/components/material-icons/)
*
* API:
*
- * - [Icon API](https://material-ui.com/api/icon/)
+ * - [Icon API](https://mui.com/api/icon/)
*/
declare const Icon: OverridableComponent & { muiName: string };
diff --git a/packages/mui-material/src/IconButton/IconButton.d.ts b/packages/mui-material/src/IconButton/IconButton.d.ts
index 1d0382a5f0a684..3864c8eb22ecbb 100644
--- a/packages/mui-material/src/IconButton/IconButton.d.ts
+++ b/packages/mui-material/src/IconButton/IconButton.d.ts
@@ -64,17 +64,17 @@ export type IconButtonTypeMap<
}>;
/**
- * Refer to the [Icons](https://material-ui.com/components/icons/) section of the documentation
+ * Refer to the [Icons](https://mui.com/components/icons/) section of the documentation
* regarding the available icon options.
*
* Demos:
*
- * - [Buttons](https://material-ui.com/components/buttons/)
+ * - [Buttons](https://mui.com/components/buttons/)
*
* API:
*
- * - [IconButton API](https://material-ui.com/api/icon-button/)
- * - inherits [ButtonBase API](https://material-ui.com/api/button-base/)
+ * - [IconButton API](https://mui.com/api/icon-button/)
+ * - inherits [ButtonBase API](https://mui.com/api/button-base/)
*/
declare const IconButton: ExtendButtonBase;
diff --git a/packages/mui-material/src/ImageList/ImageList.d.ts b/packages/mui-material/src/ImageList/ImageList.d.ts
index e51d30bb22a8b2..64db521a9f69ae 100644
--- a/packages/mui-material/src/ImageList/ImageList.d.ts
+++ b/packages/mui-material/src/ImageList/ImageList.d.ts
@@ -51,11 +51,11 @@ export interface ImageListTypeMap {
*
* Demos:
*
- * - [Image List](https://material-ui.com/components/image-list/)
+ * - [Image List](https://mui.com/components/image-list/)
*
* API:
*
- * - [ImageList API](https://material-ui.com/api/image-list/)
+ * - [ImageList API](https://mui.com/api/image-list/)
*/
declare const ImageList: OverridableComponent;
diff --git a/packages/mui-material/src/ImageListItem/ImageListItem.d.ts b/packages/mui-material/src/ImageListItem/ImageListItem.d.ts
index 41be94871f4e4f..0e1997edaa4e8f 100644
--- a/packages/mui-material/src/ImageListItem/ImageListItem.d.ts
+++ b/packages/mui-material/src/ImageListItem/ImageListItem.d.ts
@@ -35,11 +35,11 @@ export interface ImageListItemTypeMap;
diff --git a/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts b/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts
index 24fc4b352b14a5..11f67656093c87 100644
--- a/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts
+++ b/packages/mui-material/src/ImageListItemBar/ImageListItemBar.d.ts
@@ -42,10 +42,10 @@ export interface ImageListItemBarProps
*
* Demos:
*
- * - [Image List](https://material-ui.com/components/image-list/)
+ * - [Image List](https://mui.com/components/image-list/)
*
* API:
*
- * - [ImageListItemBar API](https://material-ui.com/api/image-list-item-bar/)
+ * - [ImageListItemBar API](https://mui.com/api/image-list-item-bar/)
*/
export default function ImageListItemBar(props: ImageListItemBarProps): JSX.Element;
diff --git a/packages/mui-material/src/Input/Input.d.ts b/packages/mui-material/src/Input/Input.d.ts
index 3856cbdab057ee..e196f36782c768 100644
--- a/packages/mui-material/src/Input/Input.d.ts
+++ b/packages/mui-material/src/Input/Input.d.ts
@@ -22,12 +22,12 @@ export interface InputProps extends StandardProps {
*
* Demos:
*
- * - [Text Fields](https://material-ui.com/components/text-fields/)
+ * - [Text Fields](https://mui.com/components/text-fields/)
*
* API:
*
- * - [Input API](https://material-ui.com/api/input/)
- * - inherits [InputBase API](https://material-ui.com/api/input-base/)
+ * - [Input API](https://mui.com/api/input/)
+ * - inherits [InputBase API](https://mui.com/api/input-base/)
*/
declare const Input: ((props: InputProps) => JSX.Element) & { muiName: string };
diff --git a/packages/mui-material/src/InputAdornment/InputAdornment.d.ts b/packages/mui-material/src/InputAdornment/InputAdornment.d.ts
index e187228dd9b9c5..d560b1363a56d7 100644
--- a/packages/mui-material/src/InputAdornment/InputAdornment.d.ts
+++ b/packages/mui-material/src/InputAdornment/InputAdornment.d.ts
@@ -46,11 +46,11 @@ export interface InputAdornmentTypeMap {
*
* Demos:
*
- * - [Text Fields](https://material-ui.com/components/text-fields/)
+ * - [Text Fields](https://mui.com/components/text-fields/)
*
* API:
*
- * - [InputLabel API](https://material-ui.com/api/input-label/)
- * - inherits [FormLabel API](https://material-ui.com/api/form-label/)
+ * - [InputLabel API](https://mui.com/api/input-label/)
+ * - inherits [FormLabel API](https://mui.com/api/form-label/)
*/
export default function InputLabel(props: InputLabelProps): JSX.Element;
diff --git a/packages/mui-material/src/LinearProgress/LinearProgress.d.ts b/packages/mui-material/src/LinearProgress/LinearProgress.d.ts
index 3d6bb09f4b9162..feb4bca1615fe4 100644
--- a/packages/mui-material/src/LinearProgress/LinearProgress.d.ts
+++ b/packages/mui-material/src/LinearProgress/LinearProgress.d.ts
@@ -51,10 +51,10 @@ export interface LinearProgressProps
*
* Demos:
*
- * - [Progress](https://material-ui.com/components/progress/)
+ * - [Progress](https://mui.com/components/progress/)
*
* API:
*
- * - [LinearProgress API](https://material-ui.com/api/linear-progress/)
+ * - [LinearProgress API](https://mui.com/api/linear-progress/)
*/
export default function LinearProgress(props: LinearProgressProps): JSX.Element;
diff --git a/packages/mui-material/src/Link/Link.d.ts b/packages/mui-material/src/Link/Link.d.ts
index 4c1cc161021f5e..e8e1f51c277fcb 100644
--- a/packages/mui-material/src/Link/Link.d.ts
+++ b/packages/mui-material/src/Link/Link.d.ts
@@ -48,13 +48,13 @@ export interface LinkTypeMap
{
*
* Demos:
*
- * - [Breadcrumbs](https://material-ui.com/components/breadcrumbs/)
- * - [Links](https://material-ui.com/components/links/)
+ * - [Breadcrumbs](https://mui.com/components/breadcrumbs/)
+ * - [Links](https://mui.com/components/links/)
*
* API:
*
- * - [Link API](https://material-ui.com/api/link/)
- * - inherits [Typography API](https://material-ui.com/api/typography/)
+ * - [Link API](https://mui.com/api/link/)
+ * - inherits [Typography API](https://mui.com/api/typography/)
*/
declare const Link: OverridableComponent;
diff --git a/packages/mui-material/src/List/List.d.ts b/packages/mui-material/src/List/List.d.ts
index ee415c97d2b1a8..9246b11c195951 100644
--- a/packages/mui-material/src/List/List.d.ts
+++ b/packages/mui-material/src/List/List.d.ts
@@ -42,12 +42,12 @@ export interface ListTypeMap {
*
* Demos:
*
- * - [Lists](https://material-ui.com/components/lists/)
- * - [Transfer List](https://material-ui.com/components/transfer-list/)
+ * - [Lists](https://mui.com/components/lists/)
+ * - [Transfer List](https://mui.com/components/transfer-list/)
*
* API:
*
- * - [List API](https://material-ui.com/api/list/)
+ * - [List API](https://mui.com/api/list/)
*/
declare const List: OverridableComponent;
diff --git a/packages/mui-material/src/ListItem/ListItem.d.ts b/packages/mui-material/src/ListItem/ListItem.d.ts
index f53cdff67e088b..2c072d74361ed9 100644
--- a/packages/mui-material/src/ListItem/ListItem.d.ts
+++ b/packages/mui-material/src/ListItem/ListItem.d.ts
@@ -111,12 +111,12 @@ export interface ListItemTypeMap {
*
* Demos:
*
- * - [Lists](https://material-ui.com/components/lists/)
- * - [Transfer List](https://material-ui.com/components/transfer-list/)
+ * - [Lists](https://mui.com/components/lists/)
+ * - [Transfer List](https://mui.com/components/transfer-list/)
*
* API:
*
- * - [ListItem API](https://material-ui.com/api/list-item/)
+ * - [ListItem API](https://mui.com/api/list-item/)
*/
declare const ListItem: ExtendButtonBase<
ListItemTypeMap<
diff --git a/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts b/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts
index 03a23ee63ef675..eeeeb36d3266eb 100644
--- a/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts
+++ b/packages/mui-material/src/ListItemAvatar/ListItemAvatar.d.ts
@@ -22,10 +22,10 @@ export interface ListItemAvatarProps extends StandardProps