Skip to content

Commit

Permalink
yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Sep 22, 2022
1 parent 92dc8c8 commit 5e121bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/material-ui/api/svg-icon.json
Expand Up @@ -40,6 +40,7 @@
"colorDisabled",
"fontSizeInherit",
"fontSizeSmall",
"fontSizeMedium",
"fontSizeLarge"
],
"globalClasses": {},
Expand Down
5 changes: 5 additions & 0 deletions docs/translations/api-docs/svg-icon/svg-icon.json
Expand Up @@ -50,6 +50,11 @@
"nodeName": "the root element",
"conditions": "<code>fontSize=\"small\"</code>"
},
"fontSizeMedium": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>fontSize=\"medium\"</code>"
},
"fontSizeLarge": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
Expand Down

0 comments on commit 5e121bb

Please sign in to comment.