Skip to content

Commit

Permalink
run docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Dec 11, 2024
1 parent 5ce445f commit 978a40e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
18 changes: 6 additions & 12 deletions docs/pages/material-ui/api/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@
"description": "Styles applied to the endIcon element if supplied.",
"isGlobal": false
},
{
"key": "endIconLoadingEnd",
"className": "MuiButton-endIconLoadingEnd",
"description": "Styles applied to the endIcon element if `loading={true}` and `loadingPosition=\"end\"`.",
"isGlobal": false
},
{
"key": "focusVisible",
"className": "Mui-focusVisible",
Expand Down Expand Up @@ -245,6 +239,12 @@
"description": "Styles applied to the root element if `loading={true}`.",
"isGlobal": false
},
{
"key": "loadingIconPlaceholder",
"className": "MuiButton-loadingIconPlaceholder",
"description": "Styles applied to the loadingIconPlaceholder element.",
"isGlobal": false
},
{
"key": "loadingIndicator",
"className": "MuiButton-loadingIndicator",
Expand Down Expand Up @@ -381,12 +381,6 @@
"description": "Styles applied to the startIcon element if supplied.",
"isGlobal": false
},
{
"key": "startIconLoadingStart",
"className": "MuiButton-startIconLoadingStart",
"description": "Styles applied to the startIcon element if `loading={true}` and `loadingPosition=\"start\"`.",
"isGlobal": false
},
{
"key": "text",
"className": "MuiButton-text",
Expand Down
14 changes: 4 additions & 10 deletions docs/translations/api-docs/button/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@
"nodeName": "the endIcon element",
"conditions": "supplied"
},
"endIconLoadingEnd": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the endIcon element",
"conditions": "<code>loading={true}</code> and <code>loadingPosition=\"end\"</code>"
},
"focusVisible": {
"description": "State class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the ButtonBase root element",
Expand Down Expand Up @@ -197,6 +192,10 @@
"nodeName": "the root element",
"conditions": "<code>loading={true}</code>"
},
"loadingIconPlaceholder": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the loadingIconPlaceholder element"
},
"loadingIndicator": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the loadingIndicator element"
Expand Down Expand Up @@ -306,11 +305,6 @@
"nodeName": "the startIcon element",
"conditions": "supplied"
},
"startIconLoadingStart": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the startIcon element",
"conditions": "<code>loading={true}</code> and <code>loadingPosition=\"start\"</code>"
},
"text": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
Expand Down

0 comments on commit 978a40e

Please sign in to comment.