Skip to content

Commit

Permalink
docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 5, 2023
1 parent 4126fc2 commit e7849a9
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/pages/joy-ui/api/accordion-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,24 @@
"class": ".MuiAccordionGroup-root"
}
],
"classes": { "classes": ["sizeLg", "sizeMd", "sizeSm"], "globalClasses": {} },
"classes": {
"classes": [
"colorContext",
"colorDanger",
"colorNeutral",
"colorPrimary",
"colorSuccess",
"colorWarning",
"sizeLg",
"sizeMd",
"sizeSm",
"variantOutlined",
"variantPlain",
"variantSoft",
"variantSolid"
],
"globalClasses": {}
},
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyAccordionGroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,56 @@
},
"classDescriptions": {
"root": { "description": "Class name applied to the root element." },
"colorPrimary": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"primary\"</code>"
},
"colorNeutral": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"neutral\"</code>"
},
"colorDanger": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"danger\"</code>"
},
"colorSuccess": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"success\"</code>"
},
"colorWarning": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>color=\"warning\"</code>"
},
"colorContext": {
"description": "Class name applied to {{nodeName}} when {{conditions}}.",
"nodeName": "the root element",
"conditions": "color inversion is triggered"
},
"variantPlain": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"plain\"</code>"
},
"variantOutlined": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"outlined\"</code>"
},
"variantSoft": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"soft\"</code>"
},
"variantSolid": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>variant=\"solid\"</code>"
},
"sizeSm": {
"description": "Class name applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
Expand Down

0 comments on commit e7849a9

Please sign in to comment.