Skip to content

Commit

Permalink
run docs:api and docs:i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 27, 2023
1 parent e86e944 commit f32a7eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/system/api/box.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-system/src/Box/Box.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-box/\">Box (Material UI)</a></li>\n<li><a href=\"/system/react-box/\">Box (MUI System)</a></li></ul>",
"demos": "<ul><li><a href=\"/joy-ui/react-box/\">Box (Joy UI)</a></li>\n<li><a href=\"/material-ui/react-box/\">Box (Material UI)</a></li>\n<li><a href=\"/system/react-box/\">Box (MUI System)</a></li></ul>",
"cssComponent": true
}
1 change: 1 addition & 0 deletions docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@
"/joy-ui/react-link": "Link",
"/joy-ui/react-menu": "Menu",
"/joy-ui/react-tabs": "Tabs",
"/joy-ui/react-box": "Box",
"/joy-ui/react-grid": "Grid",
"/joy-ui/react-stack": "Stack",
"/joy-ui/react-css-baseline": "CSS Baseline",
Expand Down
1 change: 1 addition & 0 deletions packages/mui-system/src/Box/Box.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export interface BoxTypeMap<
*
* Demos:
*
* - [Box (Joy UI)](https://mui.com/joy-ui/react-box/)
* - [Box (Material UI)](https://mui.com/material-ui/react-box/)
* - [Box (MUI System)](https://mui.com/system/react-box/)
*
Expand Down

0 comments on commit f32a7eb

Please sign in to comment.