Skip to content

Commit

Permalink
yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Sep 20, 2023
1 parent 94f1466 commit ce58643
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/joy-ui/api/dialog-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/DialogContent/DialogContent.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"demos": "<ul><li><a href=\"/joy-ui/react-drawer/\">Drawer</a></li>\n<li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"cssComponent": false
}
2 changes: 1 addition & 1 deletion docs/pages/joy-ui/api/modal-close.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"forwardsRefTo": "HTMLButtonElement",
"filename": "/packages/mui-joy/src/ModalClose/ModalClose.tsx",
"inheritance": null,
"demos": "<ul><li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"demos": "<ul><li><a href=\"/joy-ui/react-drawer/\">Drawer</a></li>\n<li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
"cssComponent": false
}
1 change: 1 addition & 0 deletions packages/mui-joy/src/DialogContent/DialogContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const DialogContentRoot = styled(StyledCardContentRoot, {
*
* Demos:
*
* - [Drawer](https://mui.com/joy-ui/react-drawer/)
* - [Modal](https://mui.com/joy-ui/react-modal/)
*
* API:
Expand Down
1 change: 1 addition & 0 deletions packages/mui-joy/src/ModalClose/ModalClose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const modalDialogVariantMapping = {
*
* Demos:
*
* - [Drawer](https://mui.com/joy-ui/react-drawer/)
* - [Modal](https://mui.com/joy-ui/react-modal/)
*
* API:
Expand Down

0 comments on commit ce58643

Please sign in to comment.