Skip to content

Commit

Permalink
just one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Whorlow committed Apr 29, 2024
1 parent 7b1a608 commit 6da354f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 7 additions & 10 deletions docs/pages/material-ui/api/speed-dial.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
"default": "{}"
},
"slots": {
"type": {
"name": "shape",
"description": "{ root?: elementType, transition?: elementType }"
},
"type": { "name": "shape", "description": "{ transition?: elementType }" },
"default": "{}"
},
"sx": {
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions docs/translations/api-docs/speed-dial/speed-dial.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href=\"/material-ui/speedDial/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
}
}

0 comments on commit 6da354f

Please sign in to comment.