diff --git a/docs/pages/material-ui/api/speed-dial.json b/docs/pages/material-ui/api/speed-dial.json index 28cefbf3a5406d..82321905f313e1 100644 --- a/docs/pages/material-ui/api/speed-dial.json +++ b/docs/pages/material-ui/api/speed-dial.json @@ -37,10 +37,7 @@ "default": "{}" }, "slots": { - "type": { - "name": "shape", - "description": "{ root?: elementType, transition?: elementType }" - }, + "type": { "name": "shape", "description": "{ transition?: elementType }" }, "default": "{}" }, "sx": { @@ -75,12 +72,6 @@ "import { SpeedDial } from '@mui/material';" ], "slots": [ - { - "name": "root", - "description": "The component that renders the root.", - "default": "'div'", - "class": "MuiSpeedDial-root" - }, { "name": "transition", "description": "The component that renders the transition.\n[Follow this guide](/material-ui/speedDial/#transitioncomponent-prop) to learn more about the requirements for this component.", @@ -130,6 +121,12 @@ "className": "MuiSpeedDial-fab", "description": "Styles applied to the Fab component.", "isGlobal": false + }, + { + "key": "root", + "className": "MuiSpeedDial-root", + "description": "Styles applied to the root element.", + "isGlobal": false } ], "spread": true, diff --git a/docs/translations/api-docs/speed-dial/speed-dial.json b/docs/translations/api-docs/speed-dial/speed-dial.json index 157d69eca95bfc..cbf06d4105efbe 100644 --- a/docs/translations/api-docs/speed-dial/speed-dial.json +++ b/docs/translations/api-docs/speed-dial/speed-dial.json @@ -73,10 +73,10 @@ "directionUp": { "description": "Styles applied to the root element if direction="up"" }, - "fab": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the Fab component" } + "fab": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the Fab component" }, + "root": { "description": "Styles applied to the root element." } }, "slotDescriptions": { - "root": "The component that renders the root.", "transition": "The component that renders the transition. Follow this guide to learn more about the requirements for this component." } }