diff --git a/docs/data/toolpad/studio/landing/pricing.js b/docs/data/toolpad/studio/landing/pricing.js index ab41777ab80..9f50a7d5e3f 100644 --- a/docs/data/toolpad/studio/landing/pricing.js +++ b/docs/data/toolpad/studio/landing/pricing.js @@ -4,7 +4,7 @@ import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; import Tooltip from '@mui/material/Tooltip'; import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined'; -import Link from 'docs/src/modules/components/Link'; +import { Link } from '@mui/docs/Link'; import IconImage from 'docs/src/components/icon/IconImage'; import LaunchRounded from '@mui/icons-material/LaunchRounded'; import GradientText from 'docs/src/components/typography/GradientText'; diff --git a/docs/package.json b/docs/package.json index 44359e073f4..7c808cfb7ea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ "@emotion/server": "11.11.0", "@emotion/styled": "11.11.5", "@mui/base": "5.0.0-beta.40", - "@mui/docs": "6.0.0-dev.240424162023-9968b4889d", + "@mui/docs": "6.0.0-alpha.13", "@mui/icons-material": "next", "@mui/internal-markdown": "^1.0.1", "@mui/joy": "next", diff --git a/docs/src/components/landing/CodeBlock.js b/docs/src/components/landing/CodeBlock.js index 05d0ec12030..9bfbd61d419 100644 --- a/docs/src/components/landing/CodeBlock.js +++ b/docs/src/components/landing/CodeBlock.js @@ -6,7 +6,7 @@ import TabContext from '@mui/lab/TabContext'; import TabList from '@mui/lab/TabList'; import TabPanel from '@mui/lab/TabPanel'; import { alpha } from '@mui/material/styles'; -import HighlightedCode from 'docs/src/modules/components/HighlightedCode'; +import { HighlightedCode } from '@mui/docs/HighlightedCode'; const code = [ ` diff --git a/docs/src/modules/components/SchemaReference.tsx b/docs/src/modules/components/SchemaReference.tsx index 63e4274e946..ca23c7e38fa 100644 --- a/docs/src/modules/components/SchemaReference.tsx +++ b/docs/src/modules/components/SchemaReference.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import MarkdownElement from '@mui/monorepo/docs/src/modules/components/MarkdownElement'; +import { MarkdownElement } from '@mui/docs/MarkdownElement'; import AppLayoutDocs from '@mui/monorepo/docs/src/modules/components/AppLayoutDocs'; import Ad from '@mui/monorepo/docs/src/modules/components/Ad'; import type { JSONSchema7, JSONSchema7Definition } from 'json-schema'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2d77ab89a0..2dff0b4429e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -286,8 +286,8 @@ importers: specifier: 5.0.0-beta.40 version: 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/docs': - specifier: 6.0.0-dev.240424162023-9968b4889d - version: 6.0.0-dev.240424162023-9968b4889d(fcahggoeybt7sjftqlg73aboty) + specifier: 6.0.0-alpha.13 + version: 6.0.0-alpha.13(fcahggoeybt7sjftqlg73aboty) '@mui/icons-material': specifier: next version: 6.0.0-alpha.13(@mui/material@6.0.0-alpha.13(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) @@ -2595,8 +2595,8 @@ packages: '@mui/core-downloads-tracker@6.0.0-dev.240424162023-9968b4889d': resolution: {integrity: sha512-doh3M3U7HUGSBIWGe1yvesSbfDguMRjP0N09ogWSBM2hovXAlgULhMgcRTepAZLLwfRxFII0bCohq6B9NqoKuw==} - '@mui/docs@6.0.0-dev.240424162023-9968b4889d': - resolution: {integrity: sha512-F1K/DUvuJ5R18eG9K7m9zVfyC4qgujz7FjGyKdo/XGOfFUsKiKcEDg18DUN174mNqwc5MHCzo/sb9reP9V1K7w==} + '@mui/docs@6.0.0-alpha.13': + resolution: {integrity: sha512-ijFZ2O65jGateb1/BK+1+Eir/jZ7hT1ZRgH7s3KJ5YEIcGN+PnAHOYBHEr3oOPqStaGJsZpXp887BYS0ztAGGQ==} engines: {node: '>=12.0.0'} peerDependencies: '@mui/base': '*' @@ -11555,7 +11555,7 @@ snapshots: '@mui/core-downloads-tracker@6.0.0-dev.240424162023-9968b4889d': {} - '@mui/docs@6.0.0-dev.240424162023-9968b4889d(fcahggoeybt7sjftqlg73aboty)': + '@mui/docs@6.0.0-alpha.13(fcahggoeybt7sjftqlg73aboty)': dependencies: '@babel/runtime': 7.24.7 '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)