diff --git a/docs/package.json b/docs/package.json index d1c9be115c6e..53fe6eb201c7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,14 +28,14 @@ "@emotion/server": "^11.11.0", "@emotion/styled": "^11.13.5", "@mui/docs": "6.1.9", - "@mui/icons-material": "^5.16.7", + "@mui/icons-material": "^5.16.8", "@mui/joy": "^5.0.0-beta.48", "@mui/lab": "^5.0.0-alpha.173", - "@mui/material": "^5.16.7", - "@mui/material-nextjs": "^5.16.6", - "@mui/styles": "^5.16.7", - "@mui/system": "^5.16.7", - "@mui/utils": "^5.16.6", + "@mui/material": "^5.16.8", + "@mui/material-nextjs": "^5.16.8", + "@mui/styles": "^5.16.8", + "@mui/system": "^5.16.8", + "@mui/utils": "^5.16.8", "@mui/x-charts": "workspace:*", "@mui/x-charts-vendor": "workspace:*", "@mui/x-data-grid": "workspace:*", diff --git a/docs/src/modules/components/CustomizationPlayground.tsx b/docs/src/modules/components/CustomizationPlayground.tsx index 8f82c2c0dc30..2c2b6b72f084 100644 --- a/docs/src/modules/components/CustomizationPlayground.tsx +++ b/docs/src/modules/components/CustomizationPlayground.tsx @@ -144,6 +144,7 @@ function StylingApproachTabs({ value, onChange, options }: TabsProps) { }} > @@ -240,6 +241,7 @@ function ColorSwitcher({ }) { return ( + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Color {(Object.keys(DEFAULT_COLORS) as Array).map((color) => ( @@ -354,6 +357,7 @@ const CustomizationPlayground = function CustomizationPlayground({ + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Components {availableSlots && ( + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Slots {(availableSlots as string[]).map((slot: string) => ( @@ -388,6 +393,7 @@ const CustomizationPlayground = function CustomizationPlayground({ )} + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Playground diff --git a/docs/src/modules/components/DemoPropsForm.tsx b/docs/src/modules/components/DemoPropsForm.tsx index 6af4554500dd..c095e77e5b0b 100644 --- a/docs/src/modules/components/DemoPropsForm.tsx +++ b/docs/src/modules/components/DemoPropsForm.tsx @@ -193,10 +193,12 @@ export default function ChartDemoPropsForm({ component="h3" fontWeight="bold" sx={{ scrollMarginTop: 160, fontFamily: 'General Sans' }} + // eslint-disable-next-line material-ui/no-hardcoded-labels > Playground onPropsChange(initialProps)} @@ -427,6 +429,7 @@ export default function ChartDemoPropsForm({ if (knob === 'placement') { return ( + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Placement + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Undefined + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} True + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} False } @@ -270,6 +273,7 @@ function ViewSwitcher({ return ( + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Available views @@ -544,6 +548,7 @@ export default function PickersPlayground() { > + {/* eslint-disable-next-line material-ui/no-hardcoded-labels */} Selected components