@mui/codemod 5.14.6 → 5.14.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -193,7 +193,7 @@ function DocSearchHit(props) {
193
193
  } = props;
194
194
  function displayTag(pathname) {
195
195
  // does not need to show product label for MUI X because they are grouped by the product name in the search
196
- // ie. Data Grid, Date Picker
196
+ // i.e. Data Grid, Date Picker
197
197
  if (!pathname.match(/^\/(material-ui|joy-ui|base)\//)) {
198
198
  return null;
199
199
  }
@@ -193,7 +193,7 @@ function DocSearchHit(props) {
193
193
  } = props;
194
194
  function displayTag(pathname) {
195
195
  // does not need to show product label for MUI X because they are grouped by the product name in the search
196
- // ie. Data Grid, Date Picker
196
+ // i.e. Data Grid, Date Picker
197
197
  if (!pathname.match(/^\/(material-ui|joy-ui|base)\//)) {
198
198
  return null;
199
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/codemod",
3
- "version": "5.14.6",
3
+ "version": "5.14.8",
4
4
  "bin": "./codemod.js",
5
5
  "private": false,
6
6
  "author": "MUI Team",