Skip to content

Commit

Permalink
docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed May 1, 2024
1 parent a484040 commit 1fba791
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 110 deletions.
60 changes: 0 additions & 60 deletions docs/pages/material-ui/api/filled-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@
"import { FilledInput } from '@mui/material';"
],
"classes": [
{
"key": "adornedEnd",
"className": "MuiFilledInput-adornedEnd",
"description": "Styles applied to the root element if `endAdornment` is provided.",
"isGlobal": false
},
{
"key": "adornedStart",
"className": "MuiFilledInput-adornedStart",
"description": "Styles applied to the root element if `startAdornment` is provided.",
"isGlobal": false
},
{
"key": "colorSecondary",
"className": "MuiFilledInput-colorSecondary",
Expand Down Expand Up @@ -117,60 +105,12 @@
"description": "Styles applied to the input element.",
"isGlobal": false
},
{
"key": "inputAdornedEnd",
"className": "MuiFilledInput-inputAdornedEnd",
"description": "Styles applied to the input element if `endAdornment` is provided.",
"isGlobal": false
},
{
"key": "inputAdornedStart",
"className": "MuiFilledInput-inputAdornedStart",
"description": "Styles applied to the input element if `startAdornment` is provided.",
"isGlobal": false
},
{
"key": "inputHiddenLabel",
"className": "MuiFilledInput-inputHiddenLabel",
"description": "Styles applied to the `input` if in `<FormControl hiddenLabel />`.",
"isGlobal": false
},
{
"key": "inputMultiline",
"className": "MuiFilledInput-inputMultiline",
"description": "Styles applied to the input element if `multiline={true}`.",
"isGlobal": false
},
{
"key": "inputSizeSmall",
"className": "MuiFilledInput-inputSizeSmall",
"description": "Styles applied to the input element if `size=\"small\"`.",
"isGlobal": false
},
{
"key": "inputTypeSearch",
"className": "MuiFilledInput-inputTypeSearch",
"description": "Styles applied to the input element if `type=\"search\"`.",
"isGlobal": false
},
{
"key": "multiline",
"className": "MuiFilledInput-multiline",
"description": "Styles applied to the root element if `multiline={true}`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiFilledInput-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "sizeSmall",
"className": "MuiFilledInput-sizeSmall",
"description": "Styles applied to the input element if `size=\"small\"`.",
"isGlobal": false
},
{
"key": "underline",
"className": "MuiFilledInput-underline",
Expand Down
50 changes: 0 additions & 50 deletions docs/translations/api-docs/filled-input/filled-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@
}
},
"classDescriptions": {
"adornedEnd": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>endAdornment</code> is provided"
},
"adornedStart": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>startAdornment</code> is provided"
},
"colorSecondary": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
Expand All @@ -127,47 +117,7 @@
"conditions": "<code>hiddenLabel={true}</code>"
},
"input": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the input element" },
"inputAdornedEnd": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "<code>endAdornment</code> is provided"
},
"inputAdornedStart": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "<code>startAdornment</code> is provided"
},
"inputHiddenLabel": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the <code>input</code>",
"conditions": "in <code><FormControl hiddenLabel /></code>"
},
"inputMultiline": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "<code>multiline={true}</code>"
},
"inputSizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "<code>size=\"small\"</code>"
},
"inputTypeSearch": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "<code>type=\"search\"</code>"
},
"multiline": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>multiline={true}</code>"
},
"root": { "description": "Styles applied to the root element." },
"sizeSmall": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the input element",
"conditions": "<code>size=\"small\"</code>"
},
"underline": {
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
"nodeName": "the root element",
Expand Down

0 comments on commit 1fba791

Please sign in to comment.