Skip to content

Commit

Permalink
yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 27, 2020
1 parent 8294bfd commit 39b2241
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/api-docs/expansion-panel-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ExpansionPanelActions } from '@material-ui/core';

You can learn more about the difference by [reading this guide](/guides/minimizing-bundle-size/).

⚠️ The ExpansionPanelActions component was renamed to AccordionActions to match the naming convention of the community.
⚠️ The ExpansionPanelActions component was renamed to AccordionActions to use a more common naming convention.

You should use `import { AccordionActions } from '@material-ui/core'`
or `import AccordionActions from '@material-ui/core/AccordionActions'`.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api-docs/expansion-panel-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ExpansionPanelDetails } from '@material-ui/core';

You can learn more about the difference by [reading this guide](/guides/minimizing-bundle-size/).

⚠️ The ExpansionPanelDetails component was renamed to AccordionDetails to match the naming convention of the community.
⚠️ The ExpansionPanelDetails component was renamed to AccordionDetails to use a more common naming convention.

You should use `import { AccordionDetails } from '@material-ui/core'`
or `import AccordionDetails from '@material-ui/core/AccordionDetails'`.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api-docs/expansion-panel-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ExpansionPanelSummary } from '@material-ui/core';

You can learn more about the difference by [reading this guide](/guides/minimizing-bundle-size/).

⚠️ The ExpansionPanelSummary component was renamed to AccordionSummary to match the naming convention of the community.
⚠️ The ExpansionPanelSummary component was renamed to AccordionSummary to use a more common naming convention.

You should use `import { AccordionSummary } from '@material-ui/core'`
or `import AccordionSummary from '@material-ui/core/AccordionSummary'`.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api-docs/expansion-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ExpansionPanel } from '@material-ui/core';

You can learn more about the difference by [reading this guide](/guides/minimizing-bundle-size/).

⚠️ The ExpansionPanel component was renamed to Accordion to match the naming convention of the community.
⚠️ The ExpansionPanel component was renamed to Accordion to use a more common naming convention.

You should use `import { Accordion } from '@material-ui/core'`
or `import Accordion from '@material-ui/core/Accordion'`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const styles = {
let warnedOnce = false;

/**
* ⚠️ The ExpansionPanelActions component was renamed to AccordionActions to use a more common naming convention..
* ⚠️ The ExpansionPanelActions component was renamed to AccordionActions to use a more common naming convention.
*
* You should use `import { AccordionActions } from '@material-ui/core'`
* or `import AccordionActions from '@material-ui/core/AccordionActions'`.
Expand Down

0 comments on commit 39b2241

Please sign in to comment.