Skip to content

Commit fa64680

Browse files
committed
bump @mui/material to 9.0.0-beta.1, fix ApiPage imports
1 parent 63c0024 commit fa64680

4 files changed

Lines changed: 222 additions & 328 deletions

File tree

docs/src/modules/components/InterfaceApiPage.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ import { HighlightedCode } from '@mui/docs/HighlightedCode';
1111
import { MarkdownElement } from '@mui/docs/MarkdownElement';
1212
import { SectionTitle, SectionTitleProps } from '@mui/docs/SectionTitle';
1313
import AppLayoutDocs from 'docs/src/modules/components/AppLayoutDocs';
14-
// eslint-disable-next-line no-restricted-imports
15-
import { PropertiesSection } from '@mui/docs/ApiPage/sections/PropertiesSection';
16-
// eslint-disable-next-line no-restricted-imports
17-
import { PropertyDefinition } from '@mui/docs/ApiPage/definitions';
18-
import { LayoutStorageKeys } from '@mui/docs/ApiPage';
14+
import { type LayoutStorageKeys } from '@mui/docs/ApiPage';
1915
// eslint-disable-next-line no-restricted-imports
2016
import {
17+
PropertiesSection,
18+
type PropertyDefinition,
2119
DEFAULT_API_LAYOUT_STORAGE_KEYS,
22-
ApiDisplayLayout,
23-
} from '@mui/docs/ApiPage/sections/ToggleDisplayOption';
20+
type ApiDisplayLayout,
21+
} from '@mui/docs/ApiPage/private';
2422
import {
2523
InterfaceApiTranslation,
2624
InterfaceApiContent,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@mui/internal-netlify-cache": "0.0.3-canary.2",
8080
"@mui/internal-test-utils": "catalog:",
8181
"@mui/material": "catalog:",
82-
"@mui/monorepo": "github:mui/material-ui#a6bc3a089ddcec5d42670483950aefe58ba58bd4",
82+
"@mui/monorepo": "github:mui/material-ui#899a9a8641bebdf0b4b341ee191db038396e831c",
8383
"@mui/utils": "catalog:",
8484
"@next/eslint-plugin-next": "16.2.1",
8585
"@octokit/plugin-retry": "8.0.3",

0 commit comments

Comments
 (0)