From 08ce047490ad6f46caf83aad904ee8d564ea3805 Mon Sep 17 00:00:00 2001 From: Viacheslav Nikolaienko Date: Mon, 6 May 2024 14:37:00 +0300 Subject: [PATCH] Feat 41279 Update input compoenent docs with missed words --- .../migrating-from-deprecated-apis.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md b/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md index d9a640fb667a6e..637b5faf919bb8 100644 --- a/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md +++ b/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md @@ -877,12 +877,12 @@ The Divider's `light` prop was deprecated, Use `sx={{ opacity : "0.6" }}` (or an Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#filled-input-props) below to migrate the code as described in the following sections: ```bash -npx @mui/codemod@latest deprecations/filled-input-props +npx @mui/codemod@next deprecations/filled-input-props ``` ### components -The Input's `components` was deprecated in favor of `slots`: +The Input's prop `components` was deprecated in favor of `slots`: ```diff +npx @mui/codemod@next deprecations/input-props ``` ### components -The Input's `components` was deprecated in favor of `slots`: +The Input's prop `components` was deprecated in favor of `slots`: ```diff +npx @mui/codemod@next deprecations/input-base-props ``` ### components -The InputBase's `components` was deprecated in favor of `slots`: +The InputBase's prop `components` was deprecated in favor of `slots`: ```diff +npx @mui/codemod@next deprecations/outlined-input-props ``` ### components -The Input's `components` was deprecated in favor of `slots`: +The Input's prop `components` was deprecated in favor of `slots`: ```diff +npx @mui/codemod@next deprecations/pagination-item-classes ``` ### Composed CSS classes