Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[material-ui][Hidden] Remove component #42305

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/data/material/components/hidden/hidden.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const pages: MuiPage[] = [
{ pathname: '/material-ui/react-grid2', title: 'Grid v2', newFeature: true },
{ pathname: '/material-ui/react-stack' },
{ pathname: '/material-ui/react-image-list', title: 'Image List' },
{ pathname: '/material-ui/react-hidden' },
],
},
{
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/pagesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = [
{ pathname: '/material-ui/api/global-styles' },
{ pathname: '/material-ui/api/grid' },
{ pathname: '/material-ui/api/grow' },
{ pathname: '/material-ui/api/hidden' },
{ pathname: '/material-ui/api/icon' },
{ pathname: '/material-ui/api/icon-button' },
{ pathname: '/material-ui/api/image-list' },
Expand Down
19 changes: 0 additions & 19 deletions docs/pages/material-ui/api/hidden.js

This file was deleted.

44 changes: 0 additions & 44 deletions docs/pages/material-ui/api/hidden.json

This file was deleted.

12 changes: 0 additions & 12 deletions docs/pages/material-ui/react-hidden.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/pagesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module.exports = [
{ pathname: '/api-docs/global-styles' },
{ pathname: '/api-docs/grid' },
{ pathname: '/api-docs/grow' },
{ pathname: '/api-docs/hidden' },
{ pathname: '/api-docs/icon' },
{ pathname: '/api-docs/icon-button' },
{ pathname: '/api-docs/image-list' },
Expand Down
44 changes: 0 additions & 44 deletions docs/translations/api-docs/hidden/hidden.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
"/material-ui/react-grid2": "Grid v2",
"/material-ui/react-stack": "Stack",
"/material-ui/react-image-list": "Image List",
"/material-ui/react-hidden": "Hidden",
"/material-ui/react-click-away-listener": "Click-Away Listener",
"/material-ui/react-css-baseline": "CSS Baseline",
"/material-ui/react-modal": "Modal",
Expand Down
98 changes: 0 additions & 98 deletions packages/mui-material/src/Hidden/Hidden.d.ts

This file was deleted.

Loading
Loading