Skip to content

Commit

Permalink
run docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jan 10, 2025
1 parent 222af9f commit 8bbabb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/pages/material-ui/api/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,19 @@
{
"key": "loadingPositionCenter",
"className": "MuiButton-loadingPositionCenter",
"description": "Styles applied to the loadingIndicator element if `loadingPosition=\"center\"`.",
"description": "Styles applied to the root element if `loadingPosition=\"center\"`.",
"isGlobal": false
},
{
"key": "loadingPositionEnd",
"className": "MuiButton-loadingPositionEnd",
"description": "Styles applied to the loadingIndicator element if `loadingPosition=\"end\"`.",
"description": "Styles applied to the root element if `loadingPosition=\"end\"`.",
"isGlobal": false
},
{
"key": "loadingPositionStart",
"className": "MuiButton-loadingPositionStart",
"description": "Styles applied to the loadingIndicator element if `loadingPosition=\"start\"`.",
"description": "Styles applied to the root element if `loadingPosition=\"start\"`.",
"isGlobal": false
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/translations/api-docs/button/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,17 @@
},
"loadingPositionCenter": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the loadingIndicator element",
"nodeName": "the root element",
"conditions": "<code>loadingPosition=\"center\"</code>"
},
"loadingPositionEnd": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the loadingIndicator element",
"nodeName": "the root element",
"conditions": "<code>loadingPosition=\"end\"</code>"
},
"loadingPositionStart": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the loadingIndicator element",
"nodeName": "the root element",
"conditions": "<code>loadingPosition=\"start\"</code>"
},
"loadingWrapper": {
Expand Down

0 comments on commit 8bbabb7

Please sign in to comment.