Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 89f0810

Browse files
committed
[package] Updated @material-docs/react-components-docs-extension
1 parent 1bdc29d commit 89f0810

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"@craco/craco": "^5.6.4",
33-
"@material-docs/core": "^0.4.3",
34-
"@material-docs/react-components-docs-extension": "^0.1.7",
33+
"@material-docs/core": "^0.4.4",
34+
"@material-docs/react-components-docs-extension": "^0.1.9",
3535
"@material-ui/core": "^4.11.0",
3636
"@material-ui/icons": "^4.9.1",
3737
"clsx": "^1.1.1",

src/pages/APIs/AutoDocsMenuAPI/index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,18 @@ export default function AutoDocsMenuAPI() {
4040
searchTags={["auto", "menu", "docs", "system", "api"]}
4141
>
4242
<ReactComponentApiPageSummary>
43-
<H3>The API documentation of the React component.</H3>
43+
<H3 noTag noDivider>
44+
<Markdown data={{name: "AutoDocsMenu"}} typographyInheritSize inline>
45+
The API documentation of the &&name React component. Learn more about the props and the CSS customization points.
46+
</Markdown>
47+
</H3>
4448
</ReactComponentApiPageSummary>
4549
<ReactComponentApiPageImport>
4650
<Code theme={"darcula"}>{importCode}</Code>
4751
<Markdown>
48-
You can learn more about the difference by [reading this guide](https://...).
52+
You can learn more about the difference by [reading this guide](https://material-ui.com/guides/minimizing-bundle-size/).
53+
## Component name
54+
4955
</Markdown>
5056
</ReactComponentApiPageImport>
5157
<ReactComponentApiPageProps>

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,10 +1310,10 @@
13101310
"@types/yargs" "^15.0.0"
13111311
chalk "^4.0.0"
13121312

1313-
"@material-docs/core@^0.4.3":
1314-
version "0.4.3"
1315-
resolved "https://registry.yarnpkg.com/@material-docs/core/-/core-0.4.3.tgz#c945cd153af68822670d64c098d6ccb8496507cf"
1316-
integrity sha512-MLtRphlPMOVNtFWJH1WUJXFnmtWNX2SVE7mEbO73pLxovJEt6U6LjO/hVBznYf8HtxB3pd3jwfHOE2/yS8cPew==
1313+
"@material-docs/core@^0.4.4":
1314+
version "0.4.4"
1315+
resolved "https://registry.yarnpkg.com/@material-docs/core/-/core-0.4.4.tgz#38a44257d95cfc3148f29f0d30be97ddccf9a2d1"
1316+
integrity sha512-qpm3UUKZ9F/KVk++BxGz5dLXEDJXMEkakHqyPiNKhuRwpEXDc0lz3om00KoPbrNAR7TYuf605Ya4fxeatFUsfQ==
13171317
dependencies:
13181318
"@material-ui/core" "^4.11.0"
13191319
"@material-ui/icons" "^4.9.1"
@@ -1333,17 +1333,15 @@
13331333
react-syntax-highlighter "^13.0.0"
13341334
routing-manager "^2.0.4"
13351335

1336-
"@material-docs/react-components-docs-extension@^0.1.7":
1337-
version "0.1.7"
1338-
resolved "https://registry.yarnpkg.com/@material-docs/react-components-docs-extension/-/react-components-docs-extension-0.1.7.tgz#c3d63ae6ce63e38371872be960cce0e4a45ec6df"
1339-
integrity sha512-77vaQSd4lVovfu3oVu+3VFwNdSM4yMHSpJolcaZ7vRxCBEwkv4mWFhPugMLtdbUXmlgbTELYKk+4fBT9jDmfYg==
1336+
"@material-docs/react-components-docs-extension@^0.1.9":
1337+
version "0.1.9"
1338+
resolved "https://registry.yarnpkg.com/@material-docs/react-components-docs-extension/-/react-components-docs-extension-0.1.9.tgz#17af89e13e990328fcaf8813a8d43377442546e1"
1339+
integrity sha512-YHGH+EgRQUeWFctx/f6D2zZG0pcXDo3n9CS81Gf29GliQpZvfkFhIOW3N3uXAbE7rM+qbEjEepWEE9BQUNKslw==
13401340
dependencies:
1341-
"@material-docs/core" "^0.4.3"
13421341
"@material-ui/core" "^4.11.0"
13431342
"@material-ui/styles" "^4.10.0"
13441343
clsx "^1.1.1"
1345-
react "^16.13.1"
1346-
react-dom "^16.13.1"
1344+
prop-types "^15.7.2"
13471345
react-scripts "3.4.3"
13481346

13491347
"@material-ui/core@^4.11.0":

0 commit comments

Comments
 (0)